From 28ed69bc4f0a2ec999d0684b45ed0fc27925bc8d Mon Sep 17 00:00:00 2001 From: Bertrand Dunogier Date: Mon, 1 Jul 2019 10:53:40 -0400 Subject: [PATCH] Customized ezplatform branch used for behat execution --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 09bac54f..21f5d5c1 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "dev-master": "1.0.x-dev", "dev-tmp_ci_branch": "1.0.x-dev" }, - "_ezplatform_branch_for_behat_tests": "2.5" + "_ezplatform_branch_for_behat_tests": "behat_graphql" }, "scripts": { "fix-cs": "@php ./vendor/bin/php-cs-fixer fix -v --show-progress=estimating"