diff --git a/composer.json b/composer.json index ec74630b1..7ddc8d275 100644 --- a/composer.json +++ b/composer.json @@ -57,6 +57,7 @@ "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", "drupal/path_alias_xt": "1.x-dev", "drupal/pathauto": "1.4", "drupal/piwik": "^1.4", diff --git a/composer.lock b/composer.lock index e3d8a787b..2e80ccf3f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "564e4c26d1c8cf256325a6ebf2d38319", + "content-hash": "13a69e97f239751d47734ecba3f136a8", "packages": [ { "name": "alchemy/zippy", @@ -4619,6 +4619,63 @@ "irc": "irc://irc.freenode.org/drupal-migrate" } }, + { + "name": "drupal/module_missing_message_fixer", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/module_missing_message_fixer.git", + "reference": "8.x-1.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/module_missing_message_fixer-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "836233b5a195bf1b8a75bb5d0e8dabc4ac26d2ef" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0", + "datestamp": "1554937085", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "drush": { + "services": { + "drush.services.yml": "^9" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "See contributors", + "homepage": "https://www.drupal.org/node/2951176/committers", + "role": "Developer" + } + ], + "description": "This module displays a list of missing modules that appear on your site and lets you fix the entries", + "homepage": "https://www.drupal.org/project/module_missing_message_fixer", + "keywords": [ + "Drupal" + ], + "support": { + "source": "http://cgit.drupalcode.org/module_missing_message_fixer", + "issues": "https://www.drupal.org/project/issues/module_missing_message_fixer" + } + }, { "name": "drupal/path_alias_xt", "version": "dev-1.x",