Bring composer.json more into line with Drutopia build_source
This commit is contained in:
parent
f4645846f7
commit
7869118874
1 changed files with 7 additions and 4 deletions
|
@ -5,6 +5,10 @@
|
||||||
"license": "GPL-2.0-or-later",
|
"license": "GPL-2.0-or-later",
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
|
"homepage": "https://gitlab.com/drutopia",
|
||||||
|
"support": {
|
||||||
|
"docs": "http://docs.drutopia.org/en/latest"
|
||||||
|
},
|
||||||
"repositories": {
|
"repositories": {
|
||||||
"drupal/octavia_camouflage": {
|
"drupal/octavia_camouflage": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -39,7 +43,6 @@
|
||||||
"drupal/comment_notify": "^1",
|
"drupal/comment_notify": "^1",
|
||||||
"drupal/convert_bundles": "^1.0@alpha",
|
"drupal/convert_bundles": "^1.0@alpha",
|
||||||
"drupal/core-composer-scaffold": "^9",
|
"drupal/core-composer-scaffold": "^9",
|
||||||
"drupal/core-project-message": "^9",
|
|
||||||
"drupal/core-recommended": "^9",
|
"drupal/core-recommended": "^9",
|
||||||
"drupal/cshs": "^3",
|
"drupal/cshs": "^3",
|
||||||
"drupal/csp": "^1.13",
|
"drupal/csp": "^1.13",
|
||||||
|
@ -100,16 +103,16 @@
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"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"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"sort-packages": true,
|
"sort-packages": true,
|
||||||
"process-timeout": 600,
|
"process-timeout": 600,
|
||||||
"allow-plugins": {
|
"allow-plugins": {
|
||||||
"cweagans/composer-patches": true,
|
"cweagans/composer-patches": true,
|
||||||
"composer/installers": true,
|
|
||||||
"drupal/core-composer-scaffold": true,
|
"drupal/core-composer-scaffold": true,
|
||||||
"drupal/core-project-message": true
|
"composer/installers": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue