Simplify composer dependency version constraints
This commit is contained in:
parent
36a134ced8
commit
4d6b0c2cec
1 changed files with 7 additions and 7 deletions
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "drutopia/drutopia_template",
|
||||
"description": "Project template for Drupal 10 Drutopia projects.",
|
||||
"homepage": "https://drutopia.org",
|
||||
"type": "project",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"homepage": "https://drutopia.org",
|
||||
"support": {
|
||||
"docs": "http://docs.drutopia.org/en/latest",
|
||||
"issues": "https://gitlab.com/drutopia/drutopia/-/issues"
|
||||
|
@ -26,10 +26,10 @@
|
|||
"drupal/admin_toolbar": "^3",
|
||||
"drupal/antibot": "^2",
|
||||
"drupal/asset_injector": "^2",
|
||||
"drupal/auto_entitylabel": "^3.0@beta",
|
||||
"drupal/auto_entitylabel": "^3",
|
||||
"drupal/backup_migrate": "^5",
|
||||
"drupal/better_exposed_filters": "^6",
|
||||
"drupal/block_class": "^4.0",
|
||||
"drupal/block_class": "^4",
|
||||
"drupal/bpmn_io": "^1",
|
||||
"drupal/cancel_button": "^1",
|
||||
"drupal/ckeditorheight": "^1",
|
||||
|
@ -128,12 +128,12 @@
|
|||
"drupal/search_api_autocomplete": "^1.6",
|
||||
"drupal/search_api_entity_multiselect": "1.0.x-dev",
|
||||
"drupal/search_api_saved_searches": "^1",
|
||||
"drupal/seckit": "^2.0",
|
||||
"drupal/seckit": "^2",
|
||||
"drupal/select_or_other": "^4.0",
|
||||
"drupal/shield": "^1.4",
|
||||
"drupal/simple_sitemap": "^4.1",
|
||||
"drupal/smart_date": "^4.0",
|
||||
"drupal/sms": "^2.0",
|
||||
"drupal/smart_date": "^4",
|
||||
"drupal/sms": "^2",
|
||||
"drupal/social_post_facebook": "3.0.x-dev@dev",
|
||||
"drupal/social_post_twitter": "3.x-dev@dev",
|
||||
"drupal/stringoverrides": "^1.8",
|
||||
|
@ -143,7 +143,7 @@
|
|||
"drupal/textarea_widget_for_text": "^1.1",
|
||||
"drupal/tomselect": "1.0.x-dev@dev",
|
||||
"drupal/trim": "^2",
|
||||
"drupal/twig_tweak": "^3.2",
|
||||
"drupal/twig_tweak": "^3",
|
||||
"drupal/ui_patterns": "^1",
|
||||
"drupal/unique_content_field_validation": "^1.1",
|
||||
"drupal/view_password": "^6",
|
||||
|
|
Loading…
Add table
Reference in a new issue