Skip to content

Commit c5e2814

Browse files
committed
use phpstan 2 to check generated files as well as generator
1 parent 76904c5 commit c5e2814

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"php": "^8.1"
9797
},
9898
"require-dev": {
99-
"phpstan/phpstan": "^1",
99+
"phpstan/phpstan": "^2",
100100
"squizlabs/php_codesniffer": "^3.2",
101101
"phpunit/phpunit": "^10",
102102
"php-parallel-lint/php-parallel-lint": "^1.4"
@@ -108,4 +108,4 @@
108108
"cs-fix": "phpcbf",
109109
"cs-check": "phpcs"
110110
}
111-
}
111+
}

0 commit comments

Comments
 (0)