From 17433b5639f689e9094d0f7b7b5d1d5ea804e78d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Serwatka?= Date: Tue, 28 Sep 2021 15:07:41 +0200 Subject: [PATCH] [composer] Set dependencies for 1.3.8 release. --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ccaa70ac..5591b933 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "ext-libxml": "*", "ext-simplexml": "*", "ext-xmlwriter": "*", - "ezsystems/ezplatform-kernel": "^1.3@dev", + "ezsystems/ezplatform-kernel": "^1.3", "symfony/http-kernel": "^5.3", "symfony/dependency-injection": "^5.3", "symfony/routing": "^5.3", @@ -34,8 +34,8 @@ "lexik/jwt-authentication-bundle": "^2.8" }, "require-dev": { - "ibexa/ci-scripts": "^0.1@dev", - "ezsystems/doctrine-dbal-schema": "^1.0@dev", + "ibexa/ci-scripts": "^0.1", + "ezsystems/doctrine-dbal-schema": "^1.0", "ezsystems/ezplatform-code-style": "^0.1.0", "friendsofphp/php-cs-fixer": "^2.16.0", "phpunit/phpunit": "^8.5",