From 731122af2380f2294a1a68f60bf8fd1b64a71266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Serwatka?= Date: Tue, 21 Dec 2021 20:33:10 +0100 Subject: [PATCH] [composer] Set dependencies for 2.5.12 release. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 86e7ddfdc..cfb7074e4 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": "^7.1", - "ezsystems/ezpublish-kernel": "^7.0@dev", + "ezsystems/ezpublish-kernel": "^7.0", "symfony/symfony": "^3.4", "jms/translation-bundle": "^1.3" }, @@ -42,7 +42,7 @@ "_ezplatform_branch_for_behat_tests": "2.5", "branch-alias": { "dev-master": "2.5.x-dev", - "dev-tmp_ci_branch": "2.5.x-dev" + "dev-tmp_ci_branch": "2.5" } }, "scripts": {