nextcloud/vendor-bin/phpunit/composer.json
Joas Schilling 07a0ed0848
ci: Install PHPUnit 10
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-06-06 14:36:27 +02:00

11 lines
176 B
JSON

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