nextcloud/vendor-bin/phpunit/composer.json
Joas Schilling bfb3c23ba5
fix(CI): Update PHP requirement in dev dependencies
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-06-11 10:52:24 +02:00

12 lines
171 B
JSON

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