diff --git a/composer.json b/composer.json index 46f230f..621b81c 100644 --- a/composer.json +++ b/composer.json @@ -82,8 +82,10 @@ "drupal/password_policy": "^3.0", "drupal/preview_link": "^1.7", "drupal/role_delegation": "^1.0", + "drupal/schema_metatag": "^2.2", "drupal/scn": "^1.1", "drupal/search404": "^1.0", + "drupal/search_api_saved_searches": "^1.0@alpha", "drupal/seckit": "^2.0", "drupal/shield": "^1.4", "drupal/subpathauto": "^1.0@RC", @@ -104,7 +106,7 @@ "behat/behat": "^3.4", "behat/mink": "^1.7", "behat/mink-goutte-driver": "^1.2", - "drupal/upgrade_status": "^3.11" + "drupal/upgrade_status": "^3" }, "config": { "sort-packages": true, @@ -112,7 +114,8 @@ "allow-plugins": { "cweagans/composer-patches": true, "drupal/core-composer-scaffold": true, - "composer/installers": true + "composer/installers": true, + "drupal/core-project-message": false } }, "conflict": {