From 0704cd514258c2b72c44415c729aac005c210d9a Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 13 Apr 2018 15:25:33 +0200 Subject: [PATCH] Revert symfony/console to 2.8.37 Workaround for issues caused by https://github.com/symfony/symfony/pull/26609 Fixes #7264 --- composer.json | 3 +++ composer.lock | 14 +++++++------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 74030a47b..338a8b29b 100644 --- a/composer.json +++ b/composer.json @@ -40,6 +40,9 @@ "phpunit/phpunit": "^4.8.35 || ^5.7", "phpunit/phpunit-mock-objects": "^2.3 || ^3.0" }, + "conflict": { + "symfony/console": "2.8.38" + }, "config": { "platform": { "php": "5.3.9" diff --git a/composer.lock b/composer.lock index e5ee93b05..edcfa43c8 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "8c8fe8c8c57c958b318515f636a6839e", + "content-hash": "9296254a03c57515ec82689fffcd8008", "packages": [ { "name": "composer/ca-bundle", @@ -441,16 +441,16 @@ }, { "name": "symfony/console", - "version": "v2.8.38", + "version": "v2.8.37", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "7f78892d900c72a40acd1fe793c856ef0c110f26" + "reference": "390fa4899dbcc47bd41935d87c4572ea4305d3ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/7f78892d900c72a40acd1fe793c856ef0c110f26", - "reference": "7f78892d900c72a40acd1fe793c856ef0c110f26", + "url": "https://api.github.com/repos/symfony/console/zipball/390fa4899dbcc47bd41935d87c4572ea4305d3ce", + "reference": "390fa4899dbcc47bd41935d87c4572ea4305d3ce", "shasum": "" }, "require": { @@ -498,7 +498,7 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2018-04-03T05:20:27+00:00" + "time": "2018-03-19T21:13:58+00:00" }, { "name": "symfony/debug",