Skip to content

Commit 48e8ca8

Browse files
Update to PHPStan 0.11
1 parent a84ba9d commit 48e8ca8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"prefer-stable": true,
2828
"require": {
2929
"php": ">=8.0",
30-
"php-static-analysis/attributes": "^0.2.2 || dev-main",
30+
"php-static-analysis/attributes": "^0.3.0 || dev-main",
31+
"php-static-analysis/node-visitor": "^0.3.0 || dev-main",
3132
"rector/rector": "^0.19 || ^1.0"
3233
},
3334
"require-dev": {

0 commit comments

Comments
 (0)