From f41797a87f80c460b547ec22b4f61e45c1332c09 Mon Sep 17 00:00:00 2001 From: Vishal Khode Date: Tue, 25 Jun 2024 01:20:03 +0530 Subject: [PATCH] ACMS-3964: Updated dependencies to support Drupal 11. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 36d22d3..9a44c3c 100644 --- a/composer.json +++ b/composer.json @@ -22,8 +22,8 @@ "php": ">=8.1", "composer-plugin-api": "^2", "acquia/drupal-environment-detector": "^1.5.3", - "consolidation/config": "^2.0.0", - "drush/drush": "^11.6 || ^12", + "consolidation/config": "^2 || ^3", + "drush/drush": "^11.6 || ^12 || ^13", "grasmash/yaml-expander": "^3.0", "loophp/phposinfo": "^1.7.1" },