Skip to content

Commit b73a49e

Browse files
committed
Updated PHPStan to latest version
Added rector to allow fixing common linting issues
1 parent 4b3bdfb commit b73a49e

File tree

4 files changed

+271
-159
lines changed

4 files changed

+271
-159
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@
3232
"require-dev": {
3333
"phpunit/phpunit": "~9.3.0",
3434
"monolog/monolog": "1.*|2.*",
35-
"phpstan/phpstan": "^0.12.81",
35+
"phpstan/phpstan": "^2.1.22",
3636
"friendsofphp/php-cs-fixer": "^3.5",
37-
"php-http/mock-client": "^1.5"
37+
"php-http/mock-client": "^1.5",
38+
"rector/rector": "^2.1"
3839
},
3940
"suggest": {
4041
"monolog/monolog": "Allows to handle logs",

0 commit comments

Comments
 (0)