Update/reorg composer file to be a bit more like Drutopia

This commit is contained in:
benjamin melançon 2021-04-21 21:59:19 -04:00
parent 6fcec6cabd
commit 72d3428ded

View file

@ -1,13 +1,22 @@
{ {
"name": "agaric-sites/agaric_coop", "name": "agaric-sites/agaric_coop",
"description": "Agaric site modified from template for composer-based Drutopia projects.", "description": "Agaric site modified from template for composer-based Drupal 8 Drutopia projects.",
"type": "project", "type": "project",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"minimum-stability": "dev", "homepage": "https://agaric.coop",
"prefer-stable": true, "repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
},
"drutopia": {
"type": "vcs",
"url": "https://github.com/drutopia/drutopia"
}
},
"require": { "require": {
"composer/installers": "^1.7", "composer/installers": "^1.9",
"cweagans/composer-patches": "^1.0", "cweagans/composer-patches": "^1.6",
"drupal/admin_links_access_filter": "^1.0@alpha", "drupal/admin_links_access_filter": "^1.0@alpha",
"drupal/allowed_formats": "^1.1", "drupal/allowed_formats": "^1.1",
"drupal/antibot": "^1.2", "drupal/antibot": "^1.2",
@ -15,6 +24,7 @@
"drupal/ckeditor_markdown": "^1.1", "drupal/ckeditor_markdown": "^1.1",
"drupal/coffee": "1.x-dev", "drupal/coffee": "1.x-dev",
"drupal/comment_notify": "dev-1.x", "drupal/comment_notify": "dev-1.x",
"drupal/core-composer-scaffold": "^8.9",
"drupal/core-recommended": "^8.8", "drupal/core-recommended": "^8.8",
"drupal/customerror": "1.x-dev", "drupal/customerror": "1.x-dev",
"drupal/diff": "^1.0@RC", "drupal/diff": "^1.0@RC",
@ -61,23 +71,15 @@
"behat/mink": "^1.7", "behat/mink": "^1.7",
"behat/mink-goutte-driver": "^1.2" "behat/mink-goutte-driver": "^1.2"
}, },
"repositories": { "conflict": {
"drupal": { "drupal/drupal": "*"
"type": "composer",
"url": "https://packages.drupal.org/8"
},
"drutopia": {
"type": "vcs",
"url": "https://github.com/drutopia/drutopia"
}
}, },
"minimum-stability": "dev",
"prefer-stable": true,
"config": { "config": {
"sort-packages": true, "sort-packages": true,
"process-timeout": 600 "process-timeout": 600
}, },
"conflict": {
"drupal/drupal": "*"
},
"extra": { "extra": {
"drupal-scaffold": { "drupal-scaffold": {
"locations": { "locations": {