From 6e9c75d6eee0f9e57c69ff3af5d01f74bf5ad6ae Mon Sep 17 00:00:00 2001 From: Bruce Weirdan Date: Sat, 12 Jun 2021 01:05:12 +0300 Subject: [PATCH] Allow symfony/process:5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8d2176ea2..53d9a46d1 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,7 @@ "psalm/plugin-phpunit": "^0.13", "slevomat/coding-standard": "^7.0", "squizlabs/php_codesniffer": "^3.5", - "symfony/process": "^4.3", + "symfony/process": "^4.3 || ^5.0", "weirdan/phpunit-appveyor-reporter": "^1.0.0", "weirdan/prophecy-shim": "^1.0 || ^2.0" },