File tree Expand file tree Collapse file tree 4 files changed +52
-740
lines changed
Expand file tree Collapse file tree 4 files changed +52
-740
lines changed Original file line number Diff line number Diff line change 1616unit :
1717 composer unit
1818
19- mutation :
20- composer mutation
21-
2219ci-coverage : init
2320 composer ci-coverage
Original file line number Diff line number Diff line change 11{
22 "name" : " api-clients/foundation" ,
33 "license" : " MIT" ,
4- "minimum-stability" : " dev" ,
5- "prefer-stable" : true ,
64 "authors" : [
75 {
86 "name" : " Cees-Jan Kiewiet" ,
119 ],
1210 "require" : {
1311 "php" : " ^7.0" ,
14- "api-clients/command-bus" : " ^1.0" ,
12+ "api-clients/command-bus" : " ^2.0" ,
13+ "api-clients/events" : " dev-master" ,
1514 "api-clients/hydrator" : " dev-master" ,
1615 "api-clients/service" : " dev-master" ,
1716 "api-clients/transport" : " dev-master" ,
1817 "league/event" : " ^2.1" ,
1918 "php-di/php-di" : " ^5.4"
2019 },
2120 "require-dev" : {
22- "api-clients/test-utilities" : " ^1 .0"
21+ "api-clients/test-utilities" : " ^2 .0"
2322 },
2423 "suggest" : {
2524 "api-clients/resource-generator" : " Easy wireframing of resources" ,
5049 " @ensure-installed" ,
5150 " phpunit --colors=always -c phpunit.xml.dist --coverage-text --coverage-html covHtml"
5251 ],
53- "mutation" : [
54- " @ensure-installed" ,
55- " if [ `php -m | grep xdebug | wc -l` -gt 0 ]; then humbug --ansi --incremental; fi"
56- ],
5752 "qa-all" : [
5853 " @cs" ,
59- " @unit" ,
60- " @mutation"
54+ " @unit"
6155 ],
6256 "qa-windows" : [
6357 " @cs" ,
You can’t perform that action at this time.
0 commit comments