We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ef822 commit 06ef025Copy full SHA for 06ef025
generator/composer.json
@@ -16,10 +16,10 @@
16
},
17
"require-dev": {
18
"phpunit/phpunit": "^9.0",
19
- "thecodingmachine/phpstan-strict-rules": "^0.12",
+ "thecodingmachine/phpstan-strict-rules": "^1.0",
20
"squizlabs/php_codesniffer": "^3.2",
21
"php-coveralls/php-coveralls": "^2.1",
22
- "phpstan/phpstan": "^0.12.68"
+ "phpstan/phpstan": "^1.5"
23
24
"scripts": {
25
"phpstan": "phpstan analyse src -c phpstan.neon --level=max --no-progress -vvv",
0 commit comments