Revert symfony/console to 2.8.37
Workaround for issues caused by https://github.com/symfony/symfony/pull/26609 Fixes #7264pull/7286/head
parent
2bded580e2
commit
0704cd5142
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue