1
0
Mirror von https://github.com/nextcloud/server.git synchronisiert 2024-07-28 20:16:02 +02:00
nextcloud/vendor-bin/cs-fixer/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

13 Zeilen
179 B
JSON

{
"config": {
"sort-packages": true,
"platform": {
"php": "8.1"
}
},
"require": {
"friendsofphp/php-cs-fixer": "^3.37",
"nextcloud/coding-standard": "^1.1.1"
}
}