From 7f0690b5fe3e0b29cff41db75deb0eff2fd6a3c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Serf=C5=91z=C5=91?= Date: Thu, 30 Mar 2023 08:40:28 +0200 Subject: [PATCH] fix: LDP-2008: Update drunomics/service-utils to 10.1.0 to support D10 (#7) * fix: LDP-2008: Update drunomics/service-utils to 10.1.0 to support D10. * Update composer.json --------- Co-authored-by: Wolfgang Ziegler --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2817fae..feec46c 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "playwright-helper", "require": { "drush/drush": ">=11", - "drunomics/service-utils": "^9.4.1" + "drunomics/service-utils": "^9.4.1 || ^10.1.0" }, "license": "GPL-3.0-or-later", "autoload": {