From c718a7e6023d1b44c3196236778c8a74ec43d274 Mon Sep 17 00:00:00 2001 From: Wayne Eaker Date: Sun, 18 Aug 2024 11:34:14 -0400 Subject: [PATCH 1/2] Drush 13 compatibility --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1437531..5b82659 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "require": { "symfony/console": "^4 || ^5 || ^6", "symfony/process": "^4 || ^5 || ^6", - "drush/drush": "^10 || ^11 || ^12", + "drush/drush": "^10 || ^11 || ^12 || ^13", "davidrjonas/composer-lock-diff": "^1.7" }, "authors": [ From fcdedb18065b3f55c4708bccee5124fbfb33e794 Mon Sep 17 00:00:00 2001 From: Omar Mohamad - El Hassan Lopesino Date: Mon, 19 Aug 2024 13:04:57 +0200 Subject: [PATCH 2/2] Compatibility with drush >= 10 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5b82659..bd56fb8 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "require": { "symfony/console": "^4 || ^5 || ^6", "symfony/process": "^4 || ^5 || ^6", - "drush/drush": "^10 || ^11 || ^12 || ^13", + "drush/drush": ">=10", "davidrjonas/composer-lock-diff": "^1.7" }, "authors": [