From 9edb19ce0fd0390b66e614ea41822c1b2d028517 Mon Sep 17 00:00:00 2001 From: Matthieu Marcillaud <marcimat@rezo.net> Date: Fri, 2 Sep 2022 08:54:47 +0000 Subject: [PATCH] build: No more SimpleTest. PHP 7.4 minimum --- composer.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 17e1d32331..508ebde94d 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "psr-4": { "Spip\\Core\\Tests\\": "tests/" } }, "require": { - "php": ">=7.3.0", + "php": ">=7.4.0", "ext-json": "*", "ext-ctype": "*" }, @@ -22,11 +22,9 @@ "ext-iconv": "Can be used as fallback when ext-mbstring is not available" }, "require-dev": { - "composer": "^2.4", "lolli42/finediff": "^1.0", - "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.3 || ^9.4", - "simpletest/simpletest": "^1.1", - "symfony/var-dumper": "^6.1" + "phpunit/phpunit": "^8.3 || ^9.4", + "symfony/var-dumper": "^5.4 || ^6" }, "repositories": [ ], -- GitLab