From 1dc113effd06d820d405420e88d5526404f8fe01 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 8 May 2020 07:50:14 +0200 Subject: update to 4.0.1 sources from git snapshot switch to phpunit9 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 10a3f33..de3abf0 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ }, "require-dev": { "phpunit/phpunit": "^9.0", - "symfony/process": "^4 || ^5" + "symfony/process": "^4.2 || ^5" }, "autoload": { "classmap": [ -- cgit