Skip to content

Commit

Permalink
Merge pull request #33 from openeuropa/OPENEUROPA-1326
Browse files Browse the repository at this point in the history
OPENEUROPA-1326: Use patched core from drupal-core-require.
  • Loading branch information
D Vargas authored Nov 8, 2018
2 parents cd9778a + b7ee43e commit c094a13
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"drupal/core": "^8.6",
"drupal/language_selection_page": "^2.2",
"drupal/pathauto": "^1.2",
"openeuropa/drupal-core-require": "^8.6",
"php": "^7.1"
},
"require-dev": {
"composer/installers": "~1.5",
"cweagans/composer-patches": "^1.6.5",
"drupal-composer/drupal-scaffold": "^2.5.2",
"drupal/config_devel": "~1.2",
"drupal/devel": "~1.2",
Expand Down Expand Up @@ -48,11 +47,6 @@
"extra": {
"composer-exit-on-patch-failure": true,
"enable-patching": true,
"patches": {
"drupal/core": {
"https://www.drupal.org/project/drupal/issues/2189267": "https://www.drupal.org/files/issues/2018-09-14/2189267-88.patch"
}
},
"installer-paths": {
"build/core": ["type:drupal-core"],
"build/profiles/contrib/{$name}": ["type:drupal-profile"],
Expand Down

0 comments on commit c094a13

Please sign in to comment.