First step to move the site to Drupal 9

This commit is contained in:
David Valdez 2020-07-06 23:20:43 +00:00 committed by benjamin melançon
parent c900bf8f92
commit 89ae9979ed
7 changed files with 29 additions and 30 deletions

View file

@ -47,11 +47,12 @@
"drupal/textarea_widget_for_text": "^1.1",
"drupal/twigsuggest": "1.x-dev",
"drupal/ui_patterns": "^1.0@RC",
"drupal/upgrade_status": "^2.0",
"drupal/viewsreference": "^1.2",
"drupal/webform": "^5.0@RC",
"drupal/webform_mailchimp": "^5.4",
"drupal/wysiwyg_linebreaks": "^1.9",
"drush/drush": "^9.0",
"drush/drush": "^10.0",
"drutopia/drutopia": "^1.0-beta1",
"wikimedia/composer-merge-plugin": "^1.4",
"zaporylie/composer-drupal-optimizations": "^1.0"
@ -59,7 +60,8 @@
"require-dev": {
"behat/behat": "^3.4",
"behat/mink": "^1.7",
"behat/mink-goutte-driver": "^1.2"
"behat/mink-goutte-driver": "^1.2",
"phpunit/phpunit": "^7"
},
"repositories": {
"drupal": {
@ -108,7 +110,8 @@
"Allow user to specify keyboard shortcut.": "https://www.drupal.org/files/issues/2018-11-11/1734898-14.coffee-hotkeys-plus-g.patch"
},
"drupal/wysiwyg_linebreaks": {
"Excess line breaks keep getting added": "https://www.drupal.org/files/issues/2018-11-18/excess-line-breaks-keep-getting-added-3013853-5.patch"
"Excess line breaks keep getting added": "https://www.drupal.org/files/issues/2018-11-18/excess-line-breaks-keep-getting-added-3013853-5.patch",
"Drupal 9 readiness and code standars": "https://www.drupal.org/files/issues/2020-04-21/drupal_9_readiness_and_code_standarts_3129608-7.patch"
}
}
},