From 7839a6756d73a7649134bba3b537509a66641788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Niedzielski?= Date: Mon, 29 Apr 2024 10:18:49 +0200 Subject: [PATCH] IBX-8121: Fixed code style for 5.0 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 87c2a2c..f166c0e 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,8 @@ }, "require-dev": { "dama/doctrine-test-bundle": "^6.7", - "ibexa/code-style": "^1.1", - "ibexa/test-core": "0.1.x-dev", + "ibexa/code-style": "~2.0.0", + "ibexa/test-core": "5.0.x-dev", "phpstan/phpstan": "^1.4", "phpstan/phpstan-phpunit": "^1.0", "phpunit/phpunit": "^9.0",