Issue #2876725 by Eric_A, pk188, Mixologic: Fix trivial core component composer bugs before 8.4.0

8.5.x
Alex Pott 2017-10-01 12:19:06 +02:00
parent 4a1d43fb69
commit 1188f1c144
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
"php": ">=5.5.9", "php": ">=5.5.9",
"doctrine/common": "2.5.*", "doctrine/common": "2.5.*",
"doctrine/annotations": "1.2.*", "doctrine/annotations": "1.2.*",
"drupal/core-fileCache": "^8.2", "drupal/core-file-cache": "^8.2",
"drupal/core-plugin": "^8.2", "drupal/core-plugin": "^8.2",
"drupal/core-utility": "^8.2" "drupal/core-utility": "^8.2"
}, },

View File

@ -6,7 +6,7 @@
"license": "GPL-2.0+", "license": "GPL-2.0+",
"require": { "require": {
"php": ">=5.5.9", "php": ">=5.5.9",
"drupal/utility": "^8.2" "drupal/core-utility": "^8.2"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

View File

@ -6,7 +6,7 @@
"license": "GPL-2.0+", "license": "GPL-2.0+",
"require": { "require": {
"php": ">=5.5.9", "php": ">=5.5.9",
"drupal/core-filecache": "^8.2", "drupal/core-file-cache": "^8.2",
"drupal/core-serialization": "^8.2" "drupal/core-serialization": "^8.2"
}, },
"autoload": { "autoload": {