From db2a600cdd91be18750bec4d5b97cf237a5cc295 Mon Sep 17 00:00:00 2001 From: Maciej Kobus Date: Mon, 21 Mar 2022 14:18:46 +0100 Subject: [PATCH] [composer] Set dependencies for 1.3.15 release. --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 5eca1d8498..cbb026f646 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "symfony/expression-language": "^5.3.0", "symfony/validator": "^5.3.0", "symfony/var-dumper": "^5.3.0", - "ezsystems/doctrine-dbal-schema": "^1.0@dev", + "ezsystems/doctrine-dbal-schema": "^1.0", "symfony-cmf/routing": "^2.3", "guzzlehttp/guzzle": "^6.5", "php-http/guzzle6-adapter": "^2.0", @@ -62,7 +62,7 @@ "behat/behat": "^3.6.1", "jenner/simple_fork": "^1.2", "friends-of-behat/mink-extension": "^2.4", - "ibexa/ci-scripts": "^0.1@dev", + "ibexa/ci-scripts": "^0.1", "ezsystems/ezplatform-code-style": "^2.0", "phpunit/phpunit": "^8.2", "matthiasnoback/symfony-dependency-injection-test": "^4.1", @@ -144,4 +144,4 @@ "url": "https://github.com/ezsystems/ezplatform" } } -} +} \ No newline at end of file