From 17089efa78e61d47c657b46a3fe810d691802b9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Vanvelthem?= Date: Thu, 27 Dec 2018 21:17:50 +0100 Subject: [PATCH] test with symfony/console 3.3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b61c204..c624ed4 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "psr/container": "^1.0", "psr/log": "^1.0", "symfony/polyfill-mbstring": "^1.9", - "symfony/process": "^3.2 || ^4.0" + "symfony/process": "^3.3 || ^4.0" }, "require-dev" : { "captainhook/plugin-composer": "^3.0",