spreed/vendor-bin/phpunit/composer.json
Joas Schilling da8054ab5f
ci: Bump PHP minimum to 8.2
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-10-06 08:29:05 +02:00

11 lines
132 B
JSON

{
"config": {
"platform": {
"php": "8.2"
},
"sort-packages": true
},
"require-dev": {
"phpunit/phpunit": "^11.5"
}
}