From 0aa2802a29bc2f5c6f08cbbcf04d14f81041feee Mon Sep 17 00:00:00 2001 From: DavidBadura Date: Thu, 24 Dec 2015 10:55:15 +0000 Subject: [PATCH] update min version of symfony/process --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0ad8904..78d6781 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ ], "require": { "php": ">=5.4", - "symfony/process": "^2.3", + "symfony/process": "^2.5", "jms/serializer": "^1.0", "phpoption/phpoption": "^1.3", "symfony/filesystem": "^2.3",