0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-22 07:59:13 +00:00
nextcloud_server/vendor-bin/phpunit/composer.json
Joas Schilling 397e571b49 ci: Bump phpunit to 9.6.19 and add dependabot
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-09-18 18:30:07 +00:00

11 lines
172 B
JSON

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