0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-07 01:50:38 +00:00
nextcloud_server/vendor-bin/cs-fixer/composer.json
Benjamin Gaussorgues c196d37899
Bump CS Fixer rules to follow latest Nextcloud standards
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2023-11-23 10:36:13 +01:00

11 lines
154 B
JSON

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