From 0a31fc176c01e8ef85a20dfc54ffc18035e0686a Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 7 Jan 2024 19:46:14 +0100 Subject: Remove behat as dev dependency. As the Symphony\Yaml stuff disappeared with behat, we need another way to load read the yaml files with database fixtures for the integration tests. As the php yaml extension is not distributed with PHP by default, this creates it as another dev dependency! --- composer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 2c303663b..b0c0132c3 100644 --- a/composer.json +++ b/composer.json @@ -56,10 +56,8 @@ "mmccook/php-json-canonicalization-scheme": "^1.0" }, "require-dev": { + "ext-yaml": "*", "phpunit/phpunit": "^9.4", - "behat/behat": "@stable", - "behat/mink-extension": "@stable", - "behat/mink-goutte-driver": "@stable", "php-mock/php-mock-phpunit": "^2.6", "phpmd/phpmd": "^2.6", "squizlabs/php_codesniffer": "*", -- cgit v1.2.3