Specifying versions of aspect-mock and goaop that should work on 5.4

This commit is contained in:
Jessica Mauerhan
2016-03-22 11:33:28 -04:00
parent 767a935ff3
commit 0068b1be55
+4 -3
View File
@@ -25,8 +25,7 @@
"source": "https://github.com/ramsey/uuid"
},
"require": {
"php": ">=5.4",
"codeception/aspect-mock": "^1.0"
"php": ">=5.4"
},
"require-dev": {
"moontoast/math": "^1.1",
@@ -35,7 +34,9 @@
"squizlabs/php_codesniffer": "^2.3",
"jakub-onderka/php-parallel-lint": "^0.9.0",
"satooshi/php-coveralls": "^0.6.1",
"apigen/apigen": "^4.1"
"apigen/apigen": "^4.1",
"goaop/framework": "1.0.0-alpha.2",
"codeception/aspect-mock": "1.0.0"
},
"suggest": {
"ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",