From 8fca13205083160a2b04a7ab38f0c036e769401e Mon Sep 17 00:00:00 2001 From: Tomasz Kryszan Date: Thu, 26 Oct 2023 12:36:47 +0200 Subject: [PATCH] Bumped ibexa bundles version to 4.6 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 544fb75..85f5577 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,8 @@ "require-dev": { "phpunit/phpunit": "^9", "ibexa/code-style": "^1.1", - "ibexa/core": "~4.5.x-dev", - "ibexa/doctrine-schema": "~4.5.x-dev", + "ibexa/core": "~4.6.x-dev", + "ibexa/doctrine-schema": "~4.6.x-dev", "phpstan/phpstan": "^1.2", "phpstan/phpstan-phpunit": "^1.0" },