From 04bbb1a5d6eb033795b9051b27f9c05f5b76c86f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 Feb 2025 09:44:51 +0100 Subject: update to 2.4.0 re-license spec file to CECILL-2.1 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 8213acd..ee11b60 100644 --- a/composer.json +++ b/composer.json @@ -23,10 +23,10 @@ "require": { "php": ">=5.6", "php-mock/php-mock": "^2.5", - "phpunit/php-text-template": "^1 || ^2 || ^3 || ^4" + "phpunit/php-text-template": "^1 || ^2 || ^3 || ^4 || ^5" }, "require-dev": { - "phpunit/phpunit": "^5.7.27 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11" + "phpunit/phpunit": "^5.7.27 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12" }, "archive": { "exclude": ["/tests"] -- cgit