Skip to content

Commit

Permalink
chore: Update PHP CS Fixer to 3.34.0 to allow using PHP 8.2
Browse files Browse the repository at this point in the history
* Also update nextcloud/coding-style to 1.1.1

Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Oct 9, 2023
1 parent c40ece3 commit d60f784
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2,091 deletions.
6 changes: 3 additions & 3 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"
"friendsofphp/php-cs-fixer": "^3.34.0",
"nextcloud/coding-standard": "^1.1.1"
}
}
Loading

0 comments on commit d60f784

Please sign in to comment.