From 66dfeaefddb5716d18f0294d71f45f8565d0d76a Mon Sep 17 00:00:00 2001 From: Maciej Kobus Date: Fri, 17 Feb 2023 13:04:51 +0100 Subject: [PATCH] [composer] Set dependencies for 1.3.18 release. --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 2da508a..b8c910c 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "ext-libxml": "*", "ext-simplexml": "*", "ext-xmlwriter": "*", - "ezsystems/ezplatform-kernel": "^1.3@dev", + "ezsystems/ezplatform-kernel": "^1.3", "symfony/http-kernel": "^5.3", "symfony/dependency-injection": "^5.3", "symfony/routing": "^5.3", @@ -42,8 +42,8 @@ "lexik/jwt-authentication-bundle": "^2.8" }, "require-dev": { - "ibexa/ci-scripts": "^0.1@dev", - "ezsystems/doctrine-dbal-schema": "^1.0@dev", + "ibexa/ci-scripts": "^0.1", + "ezsystems/doctrine-dbal-schema": "^1.0", "ezsystems/ezplatform-code-style": "^0.1.0", "friendsofphp/php-cs-fixer": "^2.16.0", "phpunit/phpunit": "^8.5", @@ -70,4 +70,4 @@ "dev-master": "1.3.x-dev" } } -} +} \ No newline at end of file