From be5d11e074a23c45e474eb8c2ac47e815276306f Mon Sep 17 00:00:00 2001 From: runner Date: Wed, 10 Jul 2024 11:56:08 +0000 Subject: [PATCH] [composer] Set dependencies for 2.3.23 release. --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 1930bdab..f7986d0d 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