Bring composer more into line with Drutopia build source

This commit is contained in:
benjamin melançon 2022-05-04 12:22:46 -04:00
parent 9abf137b08
commit 0afa9e537f

View file

@ -46,15 +46,23 @@
"drupal/core-recommended": "^9", "drupal/core-recommended": "^9",
"drupal/cshs": "^3", "drupal/cshs": "^3",
"drupal/csp": "^1.13", "drupal/csp": "^1.13",
"drupal/date_popup": "^1.1",
"drupal/datetimehideseconds": "^1.1",
"drupal/diff": "^1.0", "drupal/diff": "^1.0",
"drupal/drd_agent": "^4", "drupal/drd_agent": "^4",
"drupal/drutopia_collection": "dev-8.x-1.x as 1.x-dev", "drupal/drutopia_collection": "dev-8.x-1.x as 1.x-dev",
"drupal/drutopia_core": "dev-8.x-1.x as 1.x-dev", "drupal/drutopia_core": "dev-8.x-1.x as 1.x-dev",
"drupal/drutopia_paragraph_title": "1.x-dev", "drupal/drutopia_paragraph_title": "1.x-dev",
"drupal/easy_breadcrumb": "^2.0",
"drupal/editor_advanced_link": "^2.0", "drupal/editor_advanced_link": "^2.0",
"drupal/editoria11y": "^1.0",
"drupal/empty_page": "^3", "drupal/empty_page": "^3",
"drupal/entity_reference_override": "^2", "drupal/entity_reference_override": "^2",
"drupal/entitygroupfield": "^1.0@alpha",
"drupal/environment_indicator": "^4.0", "drupal/environment_indicator": "^4.0",
"drupal/exif_orientation": "^1.1",
"drupal/field_defaults": "^1.3",
"drupal/field_formatter_class": "^1.5",
"drupal/field_token_value": "^2", "drupal/field_token_value": "^2",
"drupal/fitvids": "^1.1", "drupal/fitvids": "^1.1",
"drupal/fixed_block_content": "^1.0", "drupal/fixed_block_content": "^1.0",
@ -62,12 +70,13 @@
"drupal/geolocation": "^3.2", "drupal/geolocation": "^3.2",
"drupal/google_analytics": "^3.0", "drupal/google_analytics": "^3.0",
"drupal/indieweb": "^1.12", "drupal/indieweb": "^1.12",
"drupal/insert": "^1.0", "drupal/insert": "^2.0",
"drupal/key": "^1.14", "drupal/key": "^1.14",
"drupal/link_attributes": "^1.9", "drupal/link_attributes": "^1.9",
"drupal/linkit": "^6", "drupal/linkit": "^6",
"drupal/mailchimp": "^1.10", "drupal/markdown": "^3",
"drupal/menu_link_config": "^1.0@alpha", "drupal/menu_link_config": "^1.0@alpha",
"drupal/menu_trail_by_path": "^1.3",
"drupal/microformats": "^2", "drupal/microformats": "^2",
"drupal/migrate_plus": "^5", "drupal/migrate_plus": "^5",
"drupal/migrate_source_csv": "^3", "drupal/migrate_source_csv": "^3",
@ -80,16 +89,22 @@
"drupal/octavia": "1.x-dev", "drupal/octavia": "1.x-dev",
"drupal/octavia_camouflage": "dev-8.x-1.x as 1.x-dev", "drupal/octavia_camouflage": "dev-8.x-1.x as 1.x-dev",
"drupal/password_policy": "^3.0", "drupal/password_policy": "^3.0",
"drupal/plausible": "^2.0@beta",
"drupal/preview_link": "^1.7", "drupal/preview_link": "^1.7",
"drupal/role_delegation": "^1.0", "drupal/role_delegation": "^1.0",
"drupal/schema_metatag": "^2.2", "drupal/schema_metatag": "^2.2",
"drupal/scn": "^1.1", "drupal/scn": "^1.1",
"drupal/search404": "^1.0", "drupal/search404": "^2.0",
"drupal/search_api_autocomplete": "^1.6",
"drupal/search_api_saved_searches": "^1.0@alpha", "drupal/search_api_saved_searches": "^1.0@alpha",
"drupal/seckit": "^2.0", "drupal/seckit": "^2.0",
"drupal/select_or_other": "^4.0",
"drupal/shield": "^1.4", "drupal/shield": "^1.4",
"drupal/smart_date": "^3.5",
"drupal/subpathauto": "^1.0@RC", "drupal/subpathauto": "^1.0@RC",
"drupal/taxonomy_manager": "^2", "drupal/taxonomy_manager": "^2",
"drupal/textarea_widget_for_text": "^1.1",
"drupal/tomselect": "1.0.x-dev@dev",
"drupal/trim": "^1.0", "drupal/trim": "^1.0",
"drupal/twigsuggest": "^1", "drupal/twigsuggest": "^1",
"drupal/urllogin": "^2", "drupal/urllogin": "^2",
@ -113,8 +128,8 @@
"process-timeout": 600, "process-timeout": 600,
"allow-plugins": { "allow-plugins": {
"cweagans/composer-patches": true, "cweagans/composer-patches": true,
"drupal/core-composer-scaffold": true,
"composer/installers": true, "composer/installers": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": false "drupal/core-project-message": false
} }
}, },