Skip to content

Commit

Permalink
Merge pull request #28 from samsonasik/bump-phpstan
Browse files Browse the repository at this point in the history
Bump to PHPStan 2.0
  • Loading branch information
samsonasik authored Nov 20, 2024
2 parents a909ad0 + c45927f commit 3029f92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "^2.4",
"phpstan/phpstan": "^1.9",
"phpstan/phpstan-webmozart-assert": "^1.2",
"phpstan/phpstan": "^2.0",
"phpstan/phpstan-webmozart-assert": "^2.0",
"phpunit/phpunit": "^10.0",
"rector/rector": "dev-main"
},
Expand Down
5 changes: 4 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
includes:
- vendor/phpstan/phpstan-webmozart-assert/extension.neon
- vendor/phpstan/phpstan-webmozart-assert/extension.neon

parameters:
treatPhpDocTypesAsCertain: false

0 comments on commit 3029f92

Please sign in to comment.