diff options
author | Remi Collet <remi@remirepo.net> | 2024-02-05 10:08:40 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-02-05 10:08:40 +0100 |
commit | 27c49208a67f7d3f603cd8fee4465a73e07799ee (patch) | |
tree | 7cefd45a270adc93465d70333a86d43acdd12fa2 /composer.json | |
parent | c8568d20cf9ab295f1038ec2810db3dbdb308e54 (diff) |
update to 7.0.0
raise dependency on PHP 8.2
rename to php-phpunit-php-timer7
move to /usr/share/php/SebastianBergmann/Timer7
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 6f5880b..f4991e4 100644 --- a/composer.json +++ b/composer.json @@ -15,18 +15,19 @@ } ], "support": { - "issues": "https://github.com/sebastianbergmann/php-timer/issues" + "issues": "https://github.com/sebastianbergmann/php-timer/issues", + "security": "https://github.com/sebastianbergmann/php-timer/security/policy" }, "prefer-stable": true, "require": { - "php": ">=8.1" + "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^10.0" + "phpunit/phpunit": "^11.0" }, "config": { "platform": { - "php": "8.1.0" + "php": "8.2.0" }, "optimize-autoloader": true, "sort-packages": true @@ -38,7 +39,7 @@ }, "extra": { "branch-alias": { - "dev-main": "6.0-dev" + "dev-main": "7.0-dev" } } } |