From 056edd9a782eac416d2bf2651e32c1f4d085b146 Mon Sep 17 00:00:00 2001 From: Maciej Kobus Date: Mon, 21 Mar 2022 14:14:18 +0100 Subject: [PATCH] [composer] Set dependencies for 2.5.13 release. --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 86e7ddfdc..9835162f7 100644 --- a/composer.json +++ b/composer.json @@ -5,13 +5,13 @@ "type": "ezplatform-bundle", "authors": [ { - "name": "Jérôme Vieilledent", + "name": "J\u00e9r\u00f4me Vieilledent", "email": "jerome.vieilledent@ez.no" } ], "require": { "php": "^7.1", - "ezsystems/ezpublish-kernel": "^7.0@dev", + "ezsystems/ezpublish-kernel": "^7.0", "symfony/symfony": "^3.4", "jms/translation-bundle": "^1.3" }, @@ -51,4 +51,4 @@ "config": { "bin-dir": "bin" } -} +} \ No newline at end of file