From 0bfb9b340a74f8a7a38102e0c6246f32fa2187e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Serwatka?= Date: Fri, 29 Oct 2021 13:54:50 +0200 Subject: [PATCH] [composer] Set dependencies for 2.3.6 release. --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 338282df..58c0a179 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ ], "require": { "php": ">=7.3", - "ezsystems/ezplatform-kernel": "^1.3@dev", - "ezsystems/ezplatform-rest": "^1.0@dev", + "ezsystems/ezplatform-kernel": "^1.3", + "ezsystems/ezplatform-rest": "^1.0", "friendsofsymfony/http-cache-bundle": "^2.8", "friendsofsymfony/http-cache": "^2.9", "symfony/http-foundation": "^5.0", @@ -27,8 +27,8 @@ "toflar/psr6-symfony-http-cache-store": "^2.2" }, "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", "phpunit/phpunit": "^8.5", "matthiasnoback/symfony-dependency-injection-test": "^4.1", "phpspec/phpspec": "^6.1",