Restrict codeception/aspect-mock to the 2.0.* series

A backward-incompatible change was introduced in codeception/aspect-mock
version 2.1, causing tests to generate errors. There is no need to
update the tests in the 3.x series of ramsey/uuid, so this change
restricts aspect-mock to <2.1.
This commit is contained in:
Ben Ramsey
2017-11-08 21:16:02 -06:00
parent d4a3b6f42e
commit bd7f7f3135
+1 -1
View File
@@ -39,7 +39,7 @@
"mockery/mockery": "^0.9.4",
"goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
"doctrine/annotations": "~1.2.0",
"codeception/aspect-mock": "^1.0 | ^2.0",
"codeception/aspect-mock": "^1.0 | ~2.0.0",
"php-mock/php-mock-phpunit": "^0.3|^1.1"
},
"suggest": {