Skip to content

Commit

Permalink
Bump to phpstan 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed Nov 16, 2024
1 parent 0d343d6 commit aec27d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"friendsofphp/php-cs-fixer": "^3.43",
"nexusphp/cs-config": "^3.19",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-strict-rules": "^1.5"
"phpstan/phpstan": "^2.0",
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpstan/phpstan-strict-rules": "^2.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit aec27d5

Please sign in to comment.