-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
43 lines (43 loc) · 1.01 KB
/
composer.json
File metadata and controls
43 lines (43 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "aggrego/basic-block-example",
"type": "project",
"description": "",
"license": "BSD-3-Clause",
"keywords": [],
"authors": [
{
"name": "Tomasz Kunicki"
}
],
"require": {
"php": ">=7.1",
"aggrego/domain": "^0",
"aggrego/domain-event-producer": "^0",
"aggrego/basic-block-domain-profile": "^0",
"aggrego/file-domain-repository": "^0",
"aggrego/neo4j-integration": "^0",
"aggrego/command-logic-unit": "^0",
"aggrego/messenger-command-consumer": "^0",
"symfony/flex": "^1.0",
"symfony/console": "^4.2",
"symfony/dependency-injection": "^4.2"
},
"require-dev": {
"wikimedia/composer-merge-plugin": "1.4.*",
"phpspec/phpspec": "^5.0",
"behat/behat": "^3.4",
"timitao/behat-symfony-container": "^1.1",
"squizlabs/php_codesniffer": "3.*",
"phpstan/phpstan": "^0.10"
},
"autoload": {
"psr-4": {
"Aggrego\\BasicBlockExample\\": "src/"
}
},
"extra": {
"symfony": {
"allow-contrib": true
}
}
}