From 9ac8b35312b9932d2fffbbc16fc9005f10bebe14 Mon Sep 17 00:00:00 2001 From: Maciej Kobus Date: Thu, 17 Aug 2023 12:47:58 +0200 Subject: [PATCH] [composer] Set dependencies for 2.3.20 release. --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 80aceac3..7b42a6a9 100644 --- a/composer.json +++ b/composer.json @@ -23,15 +23,15 @@ "symfony/translation": "^5.0", "symfony/translation-contracts": "^2.0", "twig/twig": "^3.0", - "ezsystems/ezplatform-kernel": "^1.3@dev", - "ezsystems/ezplatform-content-forms": "^1.3@dev", - "ezsystems/ezplatform-rest": "^1.3@dev", - "ezsystems/ezplatform-http-cache": "^2.0@dev" + "ezsystems/ezplatform-kernel": "^1.3", + "ezsystems/ezplatform-content-forms": "^1.3", + "ezsystems/ezplatform-rest": "^1.3", + "ezsystems/ezplatform-http-cache": "^2.0" }, "require-dev": { - "ibexa/ci-scripts": "^0.1@dev", - "ezsystems/doctrine-dbal-schema": "^1.0@dev", - "ezsystems/ezplatform-solr-search-engine": "^3.3@dev", + "ibexa/ci-scripts": "^0.1", + "ezsystems/doctrine-dbal-schema": "^1.0", + "ezsystems/ezplatform-solr-search-engine": "^3.3", "phpstan/phpstan": "^1.9", "phpstan/phpstan-symfony": "^1.2", "phpstan/phpstan-phpunit": "^1.3", @@ -76,4 +76,4 @@ "config": { "allow-plugins": false } -} +} \ No newline at end of file