Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .lando.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ recipe: drupal9
config:
webroot: web
database: mariadb
php: '8.2'
php: '8.3'
composer_version: '2.5.8'
config:
php: .lando/config/php.ini
Expand Down
18 changes: 8 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
],
"require": {
"composer-runtime-api": "*",
"caxy/php-htmldiff": "^0.1.15",
"composer/installers": "^2.0",
"cweagans/composer-patches": "^1.7",
"dof-dss/nicsdru_origins_modules": "^10.4",
Expand Down Expand Up @@ -77,7 +78,7 @@
"drupal/core-recommended": "^10.3",
"drupal/csp": "^1.20",
"drupal/ctools": "^4.1",
"drupal/date_facet_drilldown": "^5.0@dev",
"drupal/date_facet_drilldown": "^7.0@dev",
"drupal/diff": "^1.1",
"drupal/draggableviews": "^2.1",
"drupal/dynamic_entity_reference": "^3.2",
Expand All @@ -87,7 +88,7 @@
"drupal/entityqueue": "^1.6",
"drupal/eu_cookie_compliance": "^1.24",
"drupal/facets": "^2.0",
"drupal/facets_pretty_paths": "^1.4",
"drupal/facets_pretty_paths": "2.0.2",
"drupal/fastly": "^4.0",
"drupal/field_group": "^3.4",
"drupal/file_delete_ui": "^1.0@beta",
Expand Down Expand Up @@ -128,11 +129,11 @@
"drupal/scheduler": "^2.0",
"drupal/scheduler_content_moderation_integration": "^2.0@beta",
"drupal/schema_metatag": "^3.0",
"drupal/search_api": "^1.26",
"drupal/search_api": "1.35.0",
"drupal/search_api_autocomplete": "^1.4",
"drupal/search_api_glossary": "^4.2",
"drupal/search_api_location": "^1.0@alpha",
"drupal/search_api_solr": "4.3.0",
"drupal/search_api_solr": "4.3.5",
"drupal/search_api_spellcheck": "^4.0",
"drupal/seven": "^1.0",
"drupal/shs": "^2.0@RC",
Expand All @@ -156,12 +157,14 @@
"drupal/webform": "^6.2",
"drupal/whatlinkshere": "^2.1",
"drush/drush": "^12.5",
"ezyang/htmlpurifier": "^4.17",
"geocoder-php/google-maps-provider": "^4.7",
"harvesthq/chosen": "^1.8",
"kenwheeler/slick": "^1.8",
"oomphinc/composer-installers-extender": "^2.0",
"php-http/message-factory": "^1.1",
"platformsh/config-reader": "^2.4",
"solarium/solarium": "^6.3",
"symfony/http-client": "^5.4",
"vlucas/phpdotenv": "^5.5"
},
Expand Down Expand Up @@ -221,12 +224,7 @@
"Allow unique records only": "https://www.drupal.org/files/issues/2021-02-07/entity_queue_unique_records-1240856-3197148.patch"
},
"drupal/facets": {
"Pass facet object onto child items": "https://www.drupal.org/files/issues/2019-11-13/child_item-3094143-2.patch",
"Fix to deprecated function $transliterateDisplayValue": "https://www.drupal.org/files/issues/2024-02-21/facets-php82-3406085-18.patch",
"Fatal errors on config import": "https://www.drupal.org/files/issues/2023-10-20/3395567.patch"
},
"drupal/facets_pretty_paths": {
"facet pretty paths doubling up": "https://www.drupal.org/files/issues/2023-01-12/url_duplication-3254600-45.patch"
"Incompatibilities between facets_pretty_paths and facets 2.0": "https://www.drupal.org/files/issues/2022-03-09/facet_summary_reset-3268360-3.patch"
},
"drupal/fastly": {
"Allow disabling of logging": "https://git.drupalcode.org/project/fastly/-/merge_requests/6.patch"
Expand Down
Loading