Skip to content

Commit

Permalink
Dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
orkhanahmadov committed Nov 25, 2024
1 parent c87ee8d commit 9e17961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"homepage": "https://github.com/airlst/php-cs-fixer-config",
"require": {
"php": "^8.2",
"friendsofphp/php-cs-fixer": "3.64.0"
"friendsofphp/php-cs-fixer": "3.65.0"
},
"require-dev": {
"airlst/phpstan-config": "^10.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/AirlstRuleset.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function getRules(): array
{
return [
$this->phpMigration => true,
'@PHP80Migration:risky' => true,
'@PHP82Migration:risky' => true,
'@PSR12:risky' => true,
'@PHPUnit100Migration:risky' => true,

Expand Down

0 comments on commit 9e17961

Please sign in to comment.