diff --git a/composer.json b/composer.json index 23de197..e889e8b 100644 --- a/composer.json +++ b/composer.json @@ -3,15 +3,15 @@ "description": "A variety of standard config, scripts and packages to support GovCMS scaffold.", "license": "GPL-2.0-or-later", "require": { - "drush/drush": "12.5.2", + "drush/drush": "12.5.2 || ^13", "drupal/lagoon_logs": "^3.0 || ^2.1", - "drupal/redis": "1.7.0", - "drupal/stage_file_proxy": "2.1.4", - "drupal/clamav": "2.0.2", - "drupal/httpav": "1.1.1", - "drupal/purge": "3.5.0", - "drupal/fast_404": "3.2.0", - "drupal/govcms_akamai_purge": "2.1.0", + "drupal/redis": "^1.7.0", + "drupal/stage_file_proxy": "2.1.4 || ^3.1.2", + "drupal/clamav": "^2.0.2", + "drupal/httpav": "^1.1.2", + "drupal/purge": "^3.5.0", + "drupal/fast_404": "^3.3.0", + "drupal/govcms_akamai_purge": "^2.1.0", "phpstan/extension-installer": "1.3.1", "spaze/phpstan-disallowed-calls": "2.16.1", "cweagans/composer-patches": "1.7.3"