Skip to content

Commit

Permalink
OPENEUROPA-2652: Use patch to add language cache tags to selection page.
Browse files Browse the repository at this point in the history
  • Loading branch information
imanoleguskiza committed Jan 29, 2020
1 parent 50b2dfe commit 781a623
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"require": {
"php": "^7.1",
"drupal/core": "^8.7",
"drupal/language_selection_page": "^2.2",
"drupal/language_selection_page": "^2.3",
"drupal/pathauto": "^1.2"
},
"require-dev": {
Expand Down Expand Up @@ -61,6 +61,11 @@
"build/modules/contrib/{$name}": ["type:drupal-module"],
"build/themes/contrib/{$name}": ["type:drupal-theme"]
},
"patches": {
"drupal/language_selection_page": {
"https://www.drupal.org/project/language_selection_page/issues/3105633": "https://www.drupal.org/files/issues/2020-01-27/3105633-6-stable.patch"
}
},
"drush": {
"services": {
"drush.services.yml": "^9"
Expand Down

0 comments on commit 781a623

Please sign in to comment.