From 6ec4748f58dcbea71a7ca036f3494f4b222035d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Serwatka?= Date: Tue, 21 Dec 2021 20:32:14 +0100 Subject: [PATCH] [composer] Set dependencies for 1.0.9 release. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c225af6..248d4b0 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "php": "^7.1", "ext-libxml": "*", "ext-simplexml": "*", - "ezsystems/ezplatform-graphql": "^1.0.4@dev" + "ezsystems/ezplatform-graphql": "^1.0.4" }, "require-dev": { "ezsystems/ezplatform-code-style": "^0.1.0", @@ -40,7 +40,7 @@ "_ezplatform_branch_for_behat_tests": "2.5", "branch-alias": { "dev-master": "1.0.x-dev", - "dev-tmp_ci_branch": "1.0.x-dev" + "dev-tmp_ci_branch": "1.0" } } }