Bring composer.json more into line with Drutopia build_source

This commit is contained in:
benjamin melançon 2022-02-11 16:24:51 -05:00
parent f4645846f7
commit 7869118874

View file

@ -5,6 +5,10 @@
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"prefer-stable": true,
"homepage": "https://gitlab.com/drutopia",
"support": {
"docs": "http://docs.drutopia.org/en/latest"
},
"repositories": {
"drupal/octavia_camouflage": {
"type": "git",
@ -39,7 +43,6 @@
"drupal/comment_notify": "^1",
"drupal/convert_bundles": "^1.0@alpha",
"drupal/core-composer-scaffold": "^9",
"drupal/core-project-message": "^9",
"drupal/core-recommended": "^9",
"drupal/cshs": "^3",
"drupal/csp": "^1.13",
@ -100,16 +103,16 @@
"require-dev": {
"behat/behat": "^3.4",
"behat/mink": "^1.7",
"behat/mink-goutte-driver": "^1.2"
"behat/mink-goutte-driver": "^1.2",
"drupal/upgrade_status": "^3.11"
},
"config": {
"sort-packages": true,
"process-timeout": 600,
"allow-plugins": {
"cweagans/composer-patches": true,
"composer/installers": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true
"composer/installers": true
}
},
"conflict": {