From a1a9eba97165a35d10d3728aa6d56ecbd38632e4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Apr 2026 08:21:09 +0200 Subject: update to 1.5.9 (SPDX 3.28.0) switch to phpunit10 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index e1701c0..a3b4ad9 100644 --- a/composer.json +++ b/composer.json @@ -30,10 +30,10 @@ "issues": "https://github.com/composer/spdx-licenses/issues" }, "require": { - "php": "^5.3.2 || ^7.0 || ^8.0" + "php": "^7.2 || ^8.0" }, "require-dev": { - "symfony/phpunit-bridge": "^3 || ^7", + "symfony/phpunit-bridge": "^6.4.25 || ^7.3.3 || ^8.0", "phpstan/phpstan": "^1.11" }, "autoload": { -- cgit