From 958213b8b6a8e6903b4c93742c2c1272237236e7 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Tue, 2 Jul 2024 13:34:06 +0200 Subject: [PATCH] Upgrade jackalope for symfony/console 7.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7afc6d4..096ac13 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "coduo/php-matcher": "^5.0 || ^6.0", "handcraftedinthealps/code-coverage-checker": "^0.2.1", "handcraftedinthealps/zendsearch": "^2.0", - "jackalope/jackalope-doctrine-dbal": "^1.3.4", + "jackalope/jackalope-doctrine-dbal": "^1.3.4 || ^2.0", "jangregor/phpstan-prophecy": "^1.0", "php-cs-fixer/shim": "^3.0", "phpspec/prophecy": "^1.8",