summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-02-05 09:45:25 +0100
committerRemi Collet <remi@php.net>2024-02-05 09:45:25 +0100
commitce5c78d5e6e5d32e921c336fa63cdd4f78f03565 (patch)
tree279422983a63546eea907fbd4a843ea5297c521e /composer.json
parent21080502833bab3353a152a09b2c0165a364d956 (diff)
update to 5.0.0
raise dependency on PHP 8.2 rename to php-phpunit-php-invoker5 move to /usr/share/php/SebastianBergmann/Invoker5
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json11
1 files changed, 6 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index c3dc5ac..cbe9e8e 100644
--- a/composer.json
+++ b/composer.json
@@ -15,22 +15,23 @@
}
],
"support": {
- "issues": "https://github.com/sebastianbergmann/php-invoker/issues"
+ "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
+ "security": "https://github.com/sebastianbergmann/php-invoker/security/policy"
},
"prefer-stable": true,
"config": {
"platform": {
- "php": "8.1.0"
+ "php": "8.2.0"
},
"optimize-autoloader": true,
"sort-packages": true
},
"require": {
- "php": ">=8.1"
+ "php": ">=8.2"
},
"require-dev": {
"ext-pcntl": "*",
- "phpunit/phpunit": "^10.0"
+ "phpunit/phpunit": "^11.0"
},
"autoload": {
"classmap": [
@@ -47,7 +48,7 @@
},
"extra": {
"branch-alias": {
- "dev-main": "4.0-dev"
+ "dev-main": "5.0-dev"
}
}
}