From bd7f7f3135b1cd751b8be06b66a721e13f3d5b06 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Wed, 8 Nov 2017 21:16:02 -0600 Subject: [PATCH] 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. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ed8482f..99d6358 100644 --- a/composer.json +++ b/composer.json @@ -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": {