Skip to content

Commit

Permalink
Merge pull request #306 from Bixal/feature/BSD-305-dep-update
Browse files Browse the repository at this point in the history
BSD-305: Update dependencies and add back in autocomplete_deluxe
  • Loading branch information
mattsqd authored Oct 15, 2024
2 parents ac6b94d + 82ec7d3 commit c1f75fd
Show file tree
Hide file tree
Showing 27 changed files with 1,807 additions and 196 deletions.
1 change: 1 addition & 0 deletions .lando.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ tooling:
- 'drush default-content:export-references node --folder=modules/custom/bixal_default_content/content'
- 'drush default-content:export-references menu_link_content --folder=modules/custom/bixal_default_content/content'
- 'drush default-content:export-references media --folder=modules/custom/bixal_default_content/content'
- 'drush default-content:export-references config_pages --folder=modules/custom/bixal_default_content/content'
patch:
service: appserver
description: Apply composer patches or regenerate lock hash.
Expand Down
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@
"cweagans/composer-patches": "^1.7",
"drupal/admin_toolbar": "^3.4",
"drupal/anchor_link": "^3.0@beta",
"drupal/autocomplete_deluxe": "^2.0",
"drupal/autocomplete_deluxe": "^2.1",
"drupal/chosen": "^4.0",
"drupal/components": "^3.0@beta",
"drupal/config_ignore": "^3.3",
"drupal/config_pages": "^2.16",
"drupal/config_split": "^2.0",
"drupal/cookies": "^1.2",
"drupal/core-composer-scaffold": "^10.1",
Expand Down Expand Up @@ -84,6 +85,7 @@
"drupal/search_api_solr": "^4.3",
"drupal/seckit": "^2.0",
"drupal/stable": "^2.0",
"drupal/svg_image_field": "^2.3",
"drupal/twig_field_value": "^2.0",
"drupal/twig_tweak": "^3.2",
"drupal/view_unpublished": "^1.2",
Expand All @@ -110,7 +112,8 @@
"phpstan/extension-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"cweagans/composer-patches": true,
"php-http/discovery": true
"php-http/discovery": true,
"tbachert/spi": false
},
"sort-packages": true
},
Expand Down
Loading

0 comments on commit c1f75fd

Please sign in to comment.