From 89cc19afdff922da54200c2864927824bf32368b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Chru=C5=9Bciel?= Date: Sat, 9 Dec 2023 18:57:25 +0100 Subject: [PATCH] [WIP] Test against Behat dev-master --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 386a574..6d7a3a2 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ ], "require": { "php": ">=7.4", - "behat/behat": "^3.0.5", + "behat/behat": "dev-master", "behat/mink": "^1.5", "symfony/config": "^4.4 || ^5.0 || ^6.0 || ^7.0" },