From a6aa8f9e2ec517478b8c985efc730b65eb9da8cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Serwatka?= Date: Tue, 3 Nov 2020 11:14:38 +0100 Subject: [PATCH] [composer] Set dependencies for 1.2.1 release --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e905a047..9522c2f7 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "ext-libxml": "*", "ext-simplexml": "*", "ext-xmlwriter": "*", - "ezsystems/ezplatform-kernel": "~1.2.0@dev", + "ezsystems/ezplatform-kernel": "~1.2.0", "symfony/http-kernel": "^5.0", "symfony/dependency-injection": "^5.0", "symfony/routing": "^5.0", @@ -34,7 +34,7 @@ "lexik/jwt-authentication-bundle": "^2.8" }, "require-dev": { - "ezsystems/doctrine-dbal-schema": "^1.0@dev", + "ezsystems/doctrine-dbal-schema": "^1.0", "ezsystems/ezplatform-code-style": "^0.1.0", "friendsofphp/php-cs-fixer": "^2.16.0", "phpunit/phpunit": "^8.5",