diff options
author | Remi Collet <remi@remirepo.net> | 2025-02-25 09:44:51 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-02-25 09:44:51 +0100 |
commit | 04bbb1a5d6eb033795b9051b27f9c05f5b76c86f (patch) | |
tree | 250b133f32246d6590f520044d2cc7ee78a186e5 /composer.json | |
parent | 15bb78b07a02c092c19192b5c078df71ff80291f (diff) |
update to 2.4.0
re-license spec file to CECILL-2.1
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
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"] |