From ce8c7c46f87e41cdbb9af990cc30cd854917d9c1 Mon Sep 17 00:00:00 2001 From: Michael Strelan Date: Wed, 1 May 2024 13:35:58 +1000 Subject: [PATCH] Allow drush 13 (#31) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5ab3a0f..7fc23c1 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "drupal/core": "*", "drupal/core-composer-scaffold": "*", "drupal/drupal": "*", - "drush/drush": "^11 || ^12" + "drush/drush": "^11 || ^12 || ^13" }, "require-dev": { "drupal/core-dev": "*",