reinstalled all contribs with composer

need to run :
drush ev 'drupal_flush_all_caches();'
drush cr
and restart nginx and php-fpm before loading the website
This commit is contained in:
2019-04-30 19:27:47 +02:00
parent e1f9bb3cd0
commit 9da6cf9927
373 changed files with 3392 additions and 5 deletions
-3
View File
@@ -12,9 +12,6 @@
/web/sites/*/settings.local.php
/web/sites/*/services*.yml
/web/sites/all/modules/contrib/*
/web/sites/all/themes/contrib/*
# Ignore Drupal's file directory
/web/sites/*/files/
+58
View File
@@ -13,6 +13,10 @@
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"require": {
@@ -20,10 +24,58 @@
"composer/installers": "^1.2",
"cweagans/composer-patches": "^1.6.5",
"drupal-composer/drupal-scaffold": "^2.5",
"drupal/addtoany": "1.12.0",
"drupal/admin_toolbar": "1.26.0",
"drupal/adminimal_theme": "1.4.0",
"drupal/audiofield": "1.8.0",
"drupal/autologout": "1.0.0",
"drupal/basic": "1.3.0",
"drupal/better_messages": "1.0.0-alpha2",
"drupal/bulkdelete": "1.x-dev",
"drupal/color_field": "2.0.0",
"drupal/composerize": "1.x-dev",
"drupal/config_devel": "1.2.0",
"drupal/config_ignore": "2.1.0",
"drupal/console": "^1.0.2",
"drupal/context": "4.0.0-beta2",
"drupal/core": "^8.6.0",
"drupal/ctools": "3.2.0",
"drupal/date_range_formatter": "3.1.0",
"drupal/devel": "2.0.0",
"drupal/domain": "1.0.0-alpha15",
"drupal/domain_menu_access": "1.x-dev",
"drupal/domain_site_settings": "1.3.0",
"drupal/email_registration": "1.0.0-rc6",
"drupal/entity": "1.0.0-rc1",
"drupal/features": "3.8.0",
"drupal/field_group": "3.0.0-beta1",
"drupal/filefield_sources": "1.x-dev",
"drupal/filter_perms": "1.x-dev",
"drupal/honeypot": "1.29.0",
"drupal/linkit": "5.0.0-beta8",
"drupal/maillog": "1.x-dev",
"drupal/matomo": "1.9.0",
"drupal/menu_admin_per_menu": "1.0.0",
"drupal/metatag": "1.8.0",
"drupal/migrate_tools": "4.1.0",
"drupal/module_missing_message_fixer": "1.0.0-beta2",
"drupal/path_alias_xt": "1.x-dev",
"drupal/pathauto": "1.3.0",
"drupal/profile": "1.0.0-rc1",
"drupal/redirect": "1.3.0",
"drupal/redis": "1.1.0",
"drupal/search_api": "1.11.0",
"drupal/simple_sitemap": "3.0.0",
"drupal/synonyms": "1.x-dev",
"drupal/toolbar_themes": "1.x-dev",
"drupal/translation_views": "1.0.0-alpha5",
"drupal/url_to_video_filter": "1.3.0",
"drupal/views_bulk_edit": "2.2.0",
"drupal/workflow": "1.x-dev",
"drush/drush": "^9.0.0",
"oomphinc/composer-installers-extender": "^1.1",
"vlucas/phpdotenv": "^2.4",
"webflo/drupal-core-strict": "^8.0",
"webflo/drupal-finder": "^1.0.0",
"webmozart/path-util": "^2.3",
"zaporylie/composer-drupal-optimizations": "^1.0"
@@ -72,11 +124,17 @@
"web/themes/contrib/{$name}": ["type:drupal-theme"],
"drush/Commands/{$name}": ["type:drupal-drush"]
},
"patches": {
"drupal/domain_site_settings": {
"Circular Error or Conflict with Language_Manager" : "https://www.drupal.org/files/issues/2018-10-09/2930391-21.patch"
}
},
"drupal-scaffold": {
"initial": {
".editorconfig": "../.editorconfig",
".gitattributes": "../.gitattributes"
}
}
}
}
Generated
+3334 -2
View File
File diff suppressed because it is too large Load Diff

Some files were not shown because too many files have changed in this diff Show More