Skip to content

Commit ea9182a

Browse files
committed
phpstan update
1 parent 040a041 commit ea9182a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
},
2424
"require-dev": {
2525
"ext-pdo": "*",
26-
"phpstan/phpstan": "^2.1",
26+
"phpstan/phpstan": "^2.1.32",
2727
"phpunit/phpunit": "^10.0",
28-
"phpstan/phpstan-strict-rules": "^2.0",
29-
"phpstan/phpstan-deprecation-rules": "^2.0",
30-
"spaze/phpstan-disallowed-calls": "^4.5"
28+
"phpstan/phpstan-strict-rules": "^2.0.7",
29+
"phpstan/phpstan-deprecation-rules": "^2.0.3",
30+
"spaze/phpstan-disallowed-calls": "^4.7"
3131
},
3232
"autoload": {
3333
"psr-4": {"SimpleAsFuck\\ApiToolkit\\": "src/"}

0 commit comments

Comments
 (0)