From 53fb8ffb28e0f20aeac884614ba275085707fc9d Mon Sep 17 00:00:00 2001 From: runner Date: Wed, 10 Apr 2024 12:51:09 +0000 Subject: [PATCH] [composer] Set dependencies for 4.5.7 release. --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index adea2436..e22a9664 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "php": "^7.4 || ^8.0", "ext-json": "*", "ext-xmlwriter": "*", - "ibexa/core": "~4.5.0@dev", + "ibexa/core": "~4.5.0", "netgen/query-translator": "^1.0.2", "symfony/http-kernel": "^5.0", "symfony/dependency-injection": "^5.0", @@ -27,7 +27,7 @@ }, "require-dev": { "symfony/proxy-manager-bridge": "^5.4", - "ibexa/doctrine-schema": "~4.5.0@dev", + "ibexa/doctrine-schema": "~4.5.0", "phpunit/phpunit": "^8.2", "matthiasnoback/symfony-dependency-injection-test": "^4.1", "ibexa/code-style": "^1.0", @@ -75,4 +75,4 @@ "config": { "allow-plugins": false } -} +} \ No newline at end of file