From 17535f81c68dec1dda0141f06f60204ecc4d77fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Serwatka?= Date: Tue, 26 Oct 2021 13:44:24 +0200 Subject: [PATCH] [composer] Set dependencies for 1.0.3 release. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2839ce87..afca36b7 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"