From 4330aea865141edcf90370fd6f580fbedc8ad6a3 Mon Sep 17 00:00:00 2001 From: SignpostMarv Date: Fri, 7 Feb 2020 12:47:33 +0000 Subject: [PATCH] updating codeception/base constraint * codeception/phpunit-wrapper 7.x does not allow phpunit 8 to be installed * codeception/base 2.5 does not allow codeception/phpunit-wrapper 8.x to be installed --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 44fe6ef..785f166 100755 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ }, "require-dev": { "squizlabs/php_codesniffer": "^3.3.1", - "codeception/base": "^2.5", + "codeception/base": "^3.0", "weirdan/codeception-psalm-module": "^0.2.2" }, "extra": {