From dce7c86ddd201a557c0312d3f151dc3d2fcbae1f Mon Sep 17 00:00:00 2001 From: Michael Strelan Date: Wed, 1 May 2024 13:31:22 +1000 Subject: [PATCH] Allow drush 13 --- 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": "*",