Make composer JSON more similar to Drutopia main source

This commit is contained in:
benjamin melançon 2022-03-05 13:47:24 -05:00
parent 7869118874
commit 51cb77e16b

View file

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