From ceec52316f256277cb4d7f0d9284bbd459d15277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Serwatka?= Date: Tue, 31 May 2022 14:14:26 +0200 Subject: [PATCH] [composer] Set dependencies for 1.0.6 release. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2839ce87..d8c62a5a 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "ezsystems/ezpublish-kernel": "^7.5@dev", + "ezsystems/ezpublish-kernel": "^7.5", "friendsofsymfony/http-cache-bundle": "^1.3.16", "friendsofsymfony/http-cache": "^1.4.5", "symfony/symfony": "^3.4.37" @@ -47,4 +47,4 @@ "dev-tmp_ci_branch": "1.0.x-dev" } } -} +} \ No newline at end of file