From d77b820dae41450d4ff6e63b5f2f49f76a7ce078 Mon Sep 17 00:00:00 2001 From: Sidharth Kshatriya Date: Sun, 11 Sep 2016 03:08:23 +0530 Subject: [PATCH] The core library component should not depend on symfony/console --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 20018d0b..b6135efc 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,6 @@ "php" : ">=5.5.0", "querypath/QueryPath": ">=3.0.4", "sebastian/diff": "~1.2", - "symfony/console": "^2.7.0", "marc1706/fast-image-size": "1.*", "masterminds/html5": "^2.2.0", "sabberworm/php-css-parser": "^8.0.0", @@ -26,6 +25,7 @@ }, "require-dev": { "php" : ">=5.5.0", - "phpunit/phpunit": "4.8.*" + "phpunit/phpunit": "4.8.*", + "symfony/console": "^2.7.0" } }