Skip to content

Commit

Permalink
Bump CS Fixer rules to follow latest Nextcloud standards
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Gaussorgues <[email protected]>
  • Loading branch information
Altahrim committed Jul 18, 2023
1 parent 1addad9 commit 7d74481
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2,090 deletions.
4 changes: 2 additions & 2 deletions vendor-bin/cs-fixer/composer.json
Original file line number Diff line number Diff line change
@@ -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"
"nextcloud/coding-standard": "^1.1.1"
}
}
Loading

0 comments on commit 7d74481

Please sign in to comment.