nextcloud/vendor-bin/phpunit/composer.json
Ferdinand Thiessen 8f74228147 chore: Nextcloud 32 is PHP 8.2+
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-10-27 21:56:04 +01:00

11 lines
131 B
JSON

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