forked from GwendolenLynch/msgphp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 748 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 748 Bytes
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
{
"description": "Composer configuration for bulk CI testing of packages",
"require-dev": {
"wikimedia/composer-merge-plugin": "^1.4",
"friendsofphp/php-cs-fixer": "^2.10",
"phpstan/phpstan": "^0.9",
"phpstan/phpstan-phpunit": "^0.9",
"phpunit/phpunit": "^7.0",
"ro0nl/link": "^1.0"
},
"autoload-dev": {
"psr-4": {
"MsgPhp\\": "src/"
}
},
"extra": {
"merge-plugin": {
"include": [
"src/*/composer.json"
]
}
},
"replace": {
"msgphp/domain": "*",
"msgphp/eav": "*",
"msgphp/eav-bundle": "*",
"msgphp/user": "*",
"msgphp/user-bundle": "*"
}
}