From 9133da6717937940f8afe136e0660423d74595a0 Mon Sep 17 00:00:00 2001 From: Adam Bramley Date: Thu, 22 Aug 2024 11:45:48 +1000 Subject: [PATCH] Allow more flexible composer constraints --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 23de1970..e889e8b7 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"