2019-07-12 14:27:04 -04:00
|
|
|
{
|
2019-08-30 21:33:12 -04:00
|
|
|
"name": "agaric-sites/geo",
|
2019-08-30 13:24:34 -04:00
|
|
|
"description": "Drutopia-based site for the Grassroots Economic Organizing collective.",
|
2019-07-12 14:27:04 -04:00
|
|
|
"type": "project",
|
|
|
|
"license": "GPL-2.0+",
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true,
|
2019-08-30 13:18:31 -04:00
|
|
|
"config": {
|
|
|
|
"sort-packages": true
|
|
|
|
},
|
2019-07-12 14:27:04 -04:00
|
|
|
"require": {
|
|
|
|
"composer/installers": "^1.0",
|
|
|
|
"cweagans/composer-patches": "^1.0",
|
2019-08-30 13:56:36 -04:00
|
|
|
"drupal-composer/drupal-scaffold": "^2.0.0",
|
2019-09-22 20:53:44 -04:00
|
|
|
"drupal/antibot": "^1.2",
|
2019-10-06 19:57:36 -04:00
|
|
|
"drupal/ckeditorheight": "^1.3",
|
2019-08-30 13:56:36 -04:00
|
|
|
"drupal/claro": "^1.0@alpha",
|
2019-09-01 23:02:59 -04:00
|
|
|
"drupal/classitup": "dev-8.x-1.x as 1.x-dev",
|
2019-09-22 21:06:10 -04:00
|
|
|
"drupal/comment_notify": "dev-1.x",
|
2019-07-24 07:18:24 -04:00
|
|
|
"drupal/config_actions": "1.x-dev",
|
2019-07-29 13:26:07 -04:00
|
|
|
"drupal/convert_bundles": "^1.0@alpha",
|
2019-08-30 13:56:36 -04:00
|
|
|
"drupal/cshs": "^1.0@beta",
|
2019-08-30 13:22:38 -04:00
|
|
|
"drupal/drutopia_collection": "dev-8.x-1.x as 1.x-dev",
|
2019-09-01 08:44:52 -04:00
|
|
|
"drupal/empty_page": "^2.0",
|
2019-10-08 10:20:58 -04:00
|
|
|
"drupal/entity_reference_override": "1.x-dev",
|
2019-08-06 00:25:55 -04:00
|
|
|
"drupal/field_token_value": "^1.0",
|
2019-08-30 13:56:36 -04:00
|
|
|
"drupal/fixed_block_content": "^1.0",
|
2019-10-02 00:57:26 -04:00
|
|
|
"drupal/footnotes": "2.x-dev",
|
2019-09-22 20:50:43 -04:00
|
|
|
"drupal/honeypot": "^1.29",
|
2019-10-03 13:07:56 -04:00
|
|
|
"drupal/insert": "^1.0",
|
2019-08-30 12:04:54 -04:00
|
|
|
"drupal/link_attributes": "^1.9",
|
2019-09-30 11:41:41 -04:00
|
|
|
"drupal/linkit": "^4.3",
|
2019-09-01 08:55:37 -04:00
|
|
|
"drupal/mailchimp": "^1.10",
|
2019-09-01 23:41:29 -04:00
|
|
|
"drupal/menu_link_config": "^1.0@alpha",
|
2019-08-30 13:56:36 -04:00
|
|
|
"drupal/migrate_plus": "^4.2",
|
2019-08-30 19:27:33 -05:00
|
|
|
"drupal/migrate_source_csv": "3.1",
|
2019-08-30 13:56:36 -04:00
|
|
|
"drupal/migrate_tools": "^4.1",
|
|
|
|
"drupal/migrate_upgrade": "^3",
|
2019-10-06 19:57:47 -04:00
|
|
|
"drupal/minimalhtml": "^1.1",
|
2019-09-30 08:40:23 -04:00
|
|
|
"drupal/noreferrer": "^1.7",
|
2019-10-01 01:06:35 -04:00
|
|
|
"drupal/password_policy": "^3.0",
|
2019-10-03 08:39:28 -04:00
|
|
|
"drupal/prod_check": "^1.0@alpha",
|
2019-10-03 17:06:32 -04:00
|
|
|
"drupal/role_delegation": "^1.0",
|
2019-09-22 21:17:07 -04:00
|
|
|
"drupal/scn": "^1.1",
|
2019-10-03 08:38:09 -04:00
|
|
|
"drupal/subpathauto": "^1.0@RC",
|
2019-09-29 22:44:16 -04:00
|
|
|
"drupal/twigsuggest": "dev-8.x-1.x as 1.x-dev",
|
2019-09-01 08:44:52 -04:00
|
|
|
"drupal/webform": "^5.4",
|
2019-08-30 13:56:36 -04:00
|
|
|
"drush/drush": "^9.0",
|
|
|
|
"drutopia/drutopia": "^1.0-beta2"
|
2019-07-12 14:27:04 -04:00
|
|
|
},
|
|
|
|
"repositories": {
|
|
|
|
"drupal": {
|
|
|
|
"type": "composer",
|
|
|
|
"url": "https://packages.drupal.org/8"
|
|
|
|
},
|
|
|
|
"drutopia": {
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://github.com/drutopia/drutopia"
|
2019-08-30 13:22:38 -04:00
|
|
|
},
|
|
|
|
"drupal/drutopia_collection": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@gitlab.com:drutopia/drutopia_collection.git"
|
2019-09-01 23:02:59 -04:00
|
|
|
},
|
|
|
|
"drupal/classitup": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@git.drupal.org:project/classitup.git"
|
2019-09-29 22:44:16 -04:00
|
|
|
},
|
|
|
|
"drupal/twigsuggest": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@gitlab.com:agaric/drupal/twigsuggest.git"
|
2019-07-12 14:27:04 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-install-cmd": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold",
|
|
|
|
"post-update-cmd": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold",
|
|
|
|
"nuke": "rm -rf vendor web/core web/modules/contrib web/profiles/contrib drush/contrib",
|
|
|
|
"quick-start": [
|
|
|
|
"composer install",
|
|
|
|
"php docroot/core/scripts/drupal quick-start drutopia --no-interaction"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"installer-paths": {
|
|
|
|
"web/core": [
|
|
|
|
"drupal/core"
|
|
|
|
],
|
|
|
|
"web/modules/contrib/{$name}": [
|
|
|
|
"type:drupal-module"
|
|
|
|
],
|
|
|
|
"web/profiles/contrib/{$name}": [
|
|
|
|
"type:drupal-profile"
|
|
|
|
],
|
|
|
|
"web/themes/contrib/{$name}": [
|
|
|
|
"type:drupal-theme"
|
|
|
|
],
|
|
|
|
"drush/contrib/{$name}": [
|
|
|
|
"type:drupal-drush"
|
|
|
|
]
|
|
|
|
},
|
2019-07-18 23:28:33 -04:00
|
|
|
"enable-patching": true,
|
2019-07-18 15:40:57 -05:00
|
|
|
"patches": {
|
2019-09-30 11:42:00 -04:00
|
|
|
"drupal/claro": {
|
|
|
|
"Broken Dropdown prevents Save": "https://www.drupal.org/files/issues/2019-09-18/broken-dropbutton-3079128.patch"
|
|
|
|
},
|
2019-07-18 23:28:33 -04:00
|
|
|
"drupal/core": {
|
|
|
|
"Allow an install hook in profiles installing from configuration": "https://www.drupal.org/files/issues/2018-11-27/2982052-22.patch"
|
2019-07-19 11:16:14 -05:00
|
|
|
},
|
2019-07-18 15:40:57 -05:00
|
|
|
"drutopia/drutopia": {
|
|
|
|
"Remove default content": "patches/drutopia-remove-default-content.patch"
|
|
|
|
},
|
|
|
|
"drupal/drutopia_core": {
|
|
|
|
"Remove default content": "patches/drutopia-core-remove-default-content.patch"
|
2019-07-30 15:31:27 -05:00
|
|
|
},
|
2019-09-29 21:56:43 -04:00
|
|
|
"drupal/ds": {
|
|
|
|
"Template suggestions does not work": "https://www.drupal.org/files/issues/2018-08-27/2887778-9.patch"
|
|
|
|
},
|
2019-07-30 15:31:27 -05:00
|
|
|
"drupal/migrate_tools": {
|
|
|
|
"The limit option does not accept a value": "https://www.drupal.org/files/issues/2019-02-05/migrate-tools_fix-drush-options_3024399-23.patch"
|
2019-07-18 15:40:57 -05:00
|
|
|
}
|
2019-07-18 23:28:33 -04:00
|
|
|
}
|
2019-07-12 14:27:04 -04:00
|
|
|
}
|
|
|
|
}
|