summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-02-05 10:17:46 +0100
committerRemi Collet <remi@php.net>2024-02-05 10:17:46 +0100
commitd18840e6ba7f16353da60145ba074f88e8d842f0 (patch)
treee8ddd24507d6c33493cc62197f19c0bceb6e4c91 /composer.json
parent986d6f487489ff4a457592ecc6ce08c84f8e2c59 (diff)
update to 3.0.0
raise dependency on PHP 8.2 rename to php-sebastian-code-unit3 move to /usr/share/php/SebastianBergmann/CodeUnit3
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 8cec528..e942b66 100644
--- a/composer.json
+++ b/composer.json
@@ -12,18 +12,19 @@
}
],
"support": {
- "issues": "https://github.com/sebastianbergmann/code-unit/issues"
+ "issues": "https://github.com/sebastianbergmann/code-unit/issues",
+ "security": "https://github.com/sebastianbergmann/code-unit/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
@@ -44,7 +45,7 @@
},
"extra": {
"branch-alias": {
- "dev-main": "2.0-dev"
+ "dev-main": "3.0-dev"
}
}
}