Update composer.json to be more like Agaric's

This commit is contained in:
benjamin melançon 2020-05-06 22:27:28 -04:00
parent 0027a9c043
commit c38cd73822

View file

@ -2,16 +2,17 @@
"name": "agaric-sites/geo", "name": "agaric-sites/geo",
"description": "Drutopia-based site for the Grassroots Economic Organizing collective.", "description": "Drutopia-based site for the Grassroots Economic Organizing collective.",
"type": "project", "type": "project",
"license": "GPL-2.0+", "license": "GPL-2.0-or-later",
"minimum-stability": "dev", "minimum-stability": "dev",
"prefer-stable": true, "prefer-stable": true,
"config": {
"sort-packages": true
},
"require": { "require": {
"composer/installers": "^1.0", "behat/behat": "^3.4",
"behat/mink": "^1.7",
"behat/mink-goutte-driver": "^1.2",
"composer/installers": "^1.7",
"cweagans/composer-patches": "^1.0", "cweagans/composer-patches": "^1.0",
"drupal-composer/drupal-scaffold": "^2.0.0", "drupal-composer/drupal-scaffold": "^2.0.0",
"drupal/allowed_formats": "^1.1",
"drupal/antibot": "^1.2", "drupal/antibot": "^1.2",
"drupal/ckeditorheight": "^1.3", "drupal/ckeditorheight": "^1.3",
"drupal/classitup": "dev-8.x-1.x as 1.x-dev", "drupal/classitup": "dev-8.x-1.x as 1.x-dev",
@ -93,10 +94,18 @@
"web/themes/contrib/{$name}": [ "web/themes/contrib/{$name}": [
"type:drupal-theme" "type:drupal-theme"
], ],
"web/libraries/{$name}": [
"type:drupal-library"
],
"drush/contrib/{$name}": [ "drush/contrib/{$name}": [
"type:drupal-drush" "type:drupal-drush"
] ]
}, },
"merge-plugin": {
"include": [
"web/modules/contrib/webform/composer.libraries.json"
]
},
"enable-patching": true, "enable-patching": true,
"patches": { "patches": {
"drupal/core": { "drupal/core": {
@ -111,6 +120,10 @@
"drupal/ds": { "drupal/ds": {
"Template suggestions does not work": "https://www.drupal.org/files/issues/2018-08-27/2887778-9.patch" "Template suggestions does not work": "https://www.drupal.org/files/issues/2018-08-27/2887778-9.patch"
} }
} }
},
"config": {
"sort-packages": true,
"process-timeout": 600
} }
} }