From e2ec78e3d9b498bc1da616a0112732bb2e4adfa4 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Thu, 23 Sep 2021 12:22:32 -0500 Subject: [PATCH] Attempt to pin a few versions to get tests passing on PHP 7.0 See https://github.com/Codeception/AspectMock/issues/185 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8baf11d..0ee4144 100644 --- a/composer.json +++ b/composer.json @@ -29,9 +29,10 @@ "require-dev": { "codeception/aspect-mock": "^1 | ^2", "doctrine/annotations": "^1.2", - "goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1", + "goaop/framework": "1.0.0-alpha.2 | ^1 | >=2.1.0 <=2.3.2", "mockery/mockery": "^0.9.11 | ^1", "moontoast/math": "^1.1", + "nikic/php-parser": "<=4.5.0", "paragonie/random-lib": "^2", "php-mock/php-mock-phpunit": "^0.3 | ^1.1", "php-parallel-lint/php-parallel-lint": "^1.3",