From a00cbac69194b59806db5a9c5ab19a42e13cb773 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 17:34:32 +0000 Subject: [PATCH] chore(deps): update dependency drush/drush to v12 --- example/drupal/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/drupal/composer.json b/example/drupal/composer.json index 055a0b6..9f76f95 100644 --- a/example/drupal/composer.json +++ b/example/drupal/composer.json @@ -27,7 +27,7 @@ "drupal/jsonapi_hypermedia": "^1.8", "drupal/layout_paragraphs": "1.0.0", "drupal/tome": "1.7.0", - "drush/drush": "11.0.9" + "drush/drush": "12.0.2" }, "require-dev": { "drupal/core-dev": "9.3.14"