Sfoglia il codice sorgente

Bump CS Fixer rules to follow latest Nextcloud standards

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
tags/v28.0.0rc1
Benjamin Gaussorgues 11 mesi fa
parent
commit
c196d37899
Nessun account collegato all'indirizzo email del committer
2 ha cambiato i file con 35 aggiunte e 2092 eliminazioni
  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 Vedi 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 soppresso perché troppo grande
Vedi File


Loading…
Annulla
Salva