Issue #2744357 by rajeshwari10, pashupathi nath gajawada, chishah92, Eric_A: drupal/core-* components Symfony requirements conflict with drupal/core

8.2.x
Alex Pott 2016-06-17 10:32:44 +01:00
parent 4b6d125f1c
commit 310145e472
5 changed files with 7 additions and 7 deletions

View File

@ -12,8 +12,8 @@
},
"require": {
"php": ">=5.5.9",
"symfony/dependency-injection": "2.7.*",
"symfony/expression-language": "2.7.*"
"symfony/dependency-injection": "~2.8",
"symfony/expression-language": "~2.7"
},
"autoload": {
"psr-4": {

View File

@ -6,8 +6,8 @@
"license": "GPL-2.0+",
"require": {
"php": ">=5.5.9",
"symfony/dependency-injection": "2.7.*",
"symfony/event-dispatcher": "2.7.*"
"symfony/dependency-injection": "~2.8",
"symfony/event-dispatcher": "~2.7"
},
"autoload": {
"psr-4": {

View File

@ -6,7 +6,7 @@
"license": "GPL-2.0+",
"require": {
"php": ">=5.5.9",
"symfony/http-foundation": "2.7.*"
"symfony/http-foundation": "~2.7"
},
"autoload": {
"psr-4": {

View File

@ -6,7 +6,7 @@
"license": "GPL-2.0+",
"require": {
"php": ">=5.5.9",
"symfony/validator": "2.7.*"
"symfony/validator": "~2.7"
},
"autoload": {
"psr-4": {

View File

@ -6,7 +6,7 @@
"license": "GPL-2.0+",
"require": {
"php": ">=5.5.9",
"symfony/yaml": "2.7.*"
"symfony/yaml": "~2.7"
},
"autoload": {
"psr-4": {