Skip to content

Commit

Permalink
Prepare for compatibility to phpstan 2
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseException committed Oct 9, 2024
1 parent 763e302 commit 81c8191
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"psalm/plugin-phpunit": "^0.18.4",
"doctrine/coding-standard": "^12.0",
"squizlabs/php_codesniffer": "^3.9",
"phpstan/phpstan-strict-rules": "^1.5"
"phpstan/phpstan-strict-rules": "^1.5",
"phpstan/phpstan-deprecation-rules": "^1.2"
},
"autoload": {
"psr-4": {
Expand Down
1 change: 1 addition & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ parameters:
path: %currentWorkingDirectory%/src/DependencyInjection/Configuration.php
includes:
- vendor/phpstan/phpstan-strict-rules/rules.neon
- phar://phpstan.phar/conf/bleedingEdge.neon

0 comments on commit 81c8191

Please sign in to comment.