From 0d8aa36ba4d34ee7fb190e0b979a49ee5086f88d Mon Sep 17 00:00:00 2001 From: Tomas Hermanek Date: Wed, 29 May 2024 11:18:48 +0200 Subject: [PATCH] Update common-bundle requirement. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d58d472..ca179ba 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "ext-vips": "*", "ext-xmlreader": "*", "ext-zend-opcache": "*", - "anzusystems/common-bundle": "^7.0", + "anzusystems/common-bundle": "^8.0", "doctrine/doctrine-bundle": "^2.12", "doctrine/orm": "^3.1", "elasticsearch/elasticsearch": "^8.6",