From e8016ccfe183ffe5627723ec85f623d4c7ae8605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Serwatka?= Date: Mon, 22 Nov 2021 15:57:01 +0100 Subject: [PATCH] [composer] Set dependencies for 4.0.0-beta1 release. --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 0925c191..312f9816 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "ext-libxml": "*", "ext-simplexml": "*", "ext-xmlwriter": "*", - "ezsystems/ezplatform-kernel": "^4.0@dev", + "ezsystems/ezplatform-kernel": "^4.0", "symfony/http-kernel": "^5.3", "symfony/dependency-injection": "^5.3", "symfony/routing": "^5.3", @@ -46,8 +46,8 @@ "lexik/jwt-authentication-bundle": "^2.8" }, "require-dev": { - "ibexa/ci-scripts": "^0.2@dev", - "ezsystems/doctrine-dbal-schema": "^4.0@dev", + "ibexa/ci-scripts": "^0.2", + "ezsystems/doctrine-dbal-schema": "^4.0", "ezsystems/ezplatform-code-style": "^0.1.0", "friendsofphp/php-cs-fixer": "^2.16.0", "phpunit/phpunit": "^8.5",