Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
forrest79 committed May 13, 2024
1 parent 838acb3 commit 68c0321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
],
"require": {
"php": "^8.0",
"phpstan/phpstan": "^1.10"
"phpstan/phpstan": "^1.11"
},
"require-dev": {
"dg/bypass-finals": "^1.5",
"forrest79/phpcs": "^1.5",
"forrest79/phpcs-ignores": "^0.5",
"forrest79/phpgsql": "^1.4",
"phpstan/phpstan-strict-rules": "^1.5"
"phpstan/phpstan-strict-rules": "^1.6"
},
"suggest": {
"dg/bypass-finals": "Needed for is_dbrow() when used with withProperties and custom row is marked as final",
Expand Down

0 comments on commit 68c0321

Please sign in to comment.