updated core to 8.9.7

This commit is contained in:
2020-11-03 18:14:36 +01:00
parent ca8dc17c33
commit bf88f2ed20
6 changed files with 305 additions and 239 deletions

View File

@@ -17,6 +17,8 @@
],
"require": {
"php": ">=7.3",
"drupal/core-composer-scaffold": "^9.0",
"composer/installers": "^1.2",
"drupal/amswap": "^2.0",
"drupal/auto_entitylabel": "^2.x-dev",
"drupal/commerce": "^2.16",
@@ -31,7 +33,6 @@
"drupal/config_split": "^1.4",
"drupal/console": "^1.0.2",
"drupal/consumer_image_styles": "^3.0",
"drupal/core": "8.8.10",
"drupal/entity_clone": "^1.0",
"drupal/error_log": "^1.0",
"drupal/field_permissions": "^1.0",
@@ -59,7 +60,15 @@
"drupal/translate_side_by_side": "^1.x-dev",
"drupal/translation_views": "^1.x-dev",
"drupal/ultimate_cron": "^2.x-dev",
"drupal/views_conditional": "^1.x-dev"
"drupal/views_conditional": "^1.x-dev",
"drush/drush": "^9",
"kint-php/kint": "^3.3",
"symfony/event-dispatcher": "4.3.4 as 3.4.99",
"vlucas/phpdotenv": "^2.4",
"webflo/drupal-finder": "^1.0.0",
"webmozart/path-util": "^2.3",
"wikimedia/composer-merge-plugin": "^1.4",
"zaporylie/composer-drupal-optimizations": "^1.0"
},
"require-dev": {
},