Browse Source

Bump CS Fixer rules to follow latest Nextcloud standards

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
tags/v28.0.0rc1
Benjamin Gaussorgues 10 months ago
parent
commit
c196d37899
No account linked to committer's email address
2 changed files with 35 additions and 2092 deletions
  1. 3
    3
      vendor-bin/cs-fixer/composer.json
  2. 32
    2089
      vendor-bin/cs-fixer/composer.lock

+ 3
- 3
vendor-bin/cs-fixer/composer.json View File

@@ -1,11 +1,11 @@
{
"config": {
"platform": {
"php": "7.4"
"php": "8.0"
}
},
"require": {
"friendsofphp/php-cs-fixer": "^3.4.0",
"nextcloud/coding-standard": "^1.0.0"
"friendsofphp/php-cs-fixer": "^3.37",
"nextcloud/coding-standard": "^1.1.1"
}
}

+ 32
- 2089
vendor-bin/cs-fixer/composer.lock
File diff suppressed because it is too large
View File


Loading…
Cancel
Save