-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 1.09 KB
/
composer.json
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
{
"name": "adgoal-common/saga-bundle",
"type": "library",
"description": "Adgoal SagaBundle common library",
"license": ["proprietary"],
"require": {
"php": "^7.2",
"adgoal-common/saga": "^4.0"
},
"require-dev": {
"jakub-onderka/php-console-highlighter": "^0.4",
"jakub-onderka/php-parallel-lint": "^1.0",
"mockery/mockery": "^1.2",
"phan/phan": "4.0.* || 5.3.*",
"php-coveralls/php-coveralls": "^2.4",
"phpmd/phpmd": "^2.6",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-mockery": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpunit/phpunit": "^8.0 || ^9.0",
"roave/security-advisories": "dev-master",
"sensiolabs-de/deptrac-shim": "^0.12.0 || ^0.13.0 || ^0.14.0",
"symplify/easy-coding-standard": "8.3.*",
"vimeo/psalm": "^4.7"
},
"config": {
"preferred-install": {
"*": "dist"
},
"sort-packages": true
},
"autoload": {
"psr-4": {
"AdgoalCommon\\SagaBundle\\": "src"
}
}
}