From a7bd0557330f72b928d5f119ae1755694b9aa35c Mon Sep 17 00:00:00 2001 From: Maciej Kobus Date: Wed, 31 May 2023 11:36:49 +0200 Subject: [PATCH] [composer] Set dependencies for 2.3.11 release. --- composer.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 9cfa5141..e250a9d6 100644 --- a/composer.json +++ b/composer.json @@ -12,24 +12,24 @@ "require": { "php": "^7.3 || ^8.0", "ext-json": "*", - "ezsystems/ezplatform-kernel": "^1.3@dev", - "ezsystems/ezplatform-core": "^2.3@dev", - "ezsystems/ezplatform-admin-ui": "^2.3@dev", + "ezsystems/ezplatform-kernel": "^1.3", + "ezsystems/ezplatform-core": "^2.3", + "ezsystems/ezplatform-admin-ui": "^2.3", "ocramius/proxy-manager": "^2.2", "symfony/proxy-manager-bridge": "^5.0", "zetacomponents/system-information": "^1.1.1" }, "require-dev": { - "ibexa/ci-scripts": "^0.1@dev", + "ibexa/ci-scripts": "^0.1", "ezsystems/ezplatform-code-style": "^0.1", - "ezsystems/ezplatform-content-forms": "^1.3@dev", - "ezsystems/ezplatform-http-cache": "^2.3@dev", - "ezsystems/ezplatform-rest": "^1.3@dev", - "ezsystems/ezplatform-richtext": "^2.3@dev", - "ezsystems/ezplatform-search": "^1.2@dev", - "ezsystems/ezplatform-user": "^2.3@dev", + "ezsystems/ezplatform-content-forms": "^1.3", + "ezsystems/ezplatform-http-cache": "^2.3", + "ezsystems/ezplatform-rest": "^1.3", + "ezsystems/ezplatform-richtext": "^2.3", + "ezsystems/ezplatform-search": "^1.2", + "ezsystems/ezplatform-user": "^2.3", "friendsofphp/php-cs-fixer": "^2.16", - "ezsystems/doctrine-dbal-schema": "^1.0@dev", + "ezsystems/doctrine-dbal-schema": "^1.0", "phpunit/phpunit": "^8.2", "matthiasnoback/symfony-dependency-injection-test": "^4.0" }, @@ -49,4 +49,4 @@ "check-cs": "@fix-cs --dry-run", "test": "phpunit -c phpunit.xml" } -} +} \ No newline at end of file