Skip to content

Commit 3daa279

Browse files
committed
Updated to latest tagged versions
1 parent 123c673 commit 3daa279

File tree

4 files changed

+52
-740
lines changed

4 files changed

+52
-740
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,5 @@ cs:
1616
unit:
1717
composer unit
1818

19-
mutation:
20-
composer mutation
21-
2219
ci-coverage: init
2320
composer ci-coverage

composer.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
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",
@@ -11,15 +9,16 @@
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",
@@ -50,14 +49,9 @@
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",

0 commit comments

Comments
 (0)