nextcloud/vendor-bin/phpunit/composer.json
Ferdinand Thiessen e3b34891b0
chore: migrate to PHPUnit 11
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-11-05 15:42:33 +01:00

11 lines
128 B
JSON

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