From f49a1e6cb8ee8804f850d065a7e49da4b4721255 Mon Sep 17 00:00:00 2001 From: Maciej Kobus Date: Tue, 22 Aug 2023 13:41:56 +0200 Subject: [PATCH] [composer] Set dependencies for 4.5.2 release. --- composer.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 43f959c..5d88d83 100644 --- a/composer.json +++ b/composer.json @@ -9,11 +9,11 @@ "require": { "php": "^7.4 || ^8.0", "ext-json": "*", - "ibexa/admin-ui": "~4.5.0@dev", - "ibexa/content-forms": "~4.5.0@dev", - "ibexa/graphql": "~4.5.0@dev", - "ibexa/rest": "~4.5.0@dev", - "ibexa/core": "~4.5.0@dev", + "ibexa/admin-ui": "~4.5.0", + "ibexa/content-forms": "~4.5.0", + "ibexa/graphql": "~4.5.0", + "ibexa/rest": "~4.5.0", + "ibexa/core": "~4.5.0", "symfony/dependency-injection": "^5.0", "symfony/expression-language": "^5.0", "symfony/event-dispatcher": "^5.0", @@ -38,12 +38,12 @@ } }, "require-dev": { - "ibexa/doctrine-schema": "~4.5.0@dev", - "ibexa/design-engine": "~4.5.0@dev", - "ibexa/fieldtype-richtext": "~4.5.0@dev", - "ibexa/search": "~4.5.0@dev", - "ibexa/user": "~4.5.0@dev", - "ibexa/http-cache": "~4.5.0@dev", + "ibexa/doctrine-schema": "~4.5.0", + "ibexa/design-engine": "~4.5.0", + "ibexa/fieldtype-richtext": "~4.5.0", + "ibexa/search": "~4.5.0", + "ibexa/user": "~4.5.0", + "ibexa/http-cache": "~4.5.0", "phpspec/phpspec": "^7.1", "ibexa/code-style": "^1.0", "friendsofphp/php-cs-fixer": "^3.0" @@ -63,4 +63,4 @@ "composer/package-versions-deprecated": true } } -} +} \ No newline at end of file