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 862a74c commit 93a14f7Copy full SHA for 93a14f7
composer.json
@@ -67,7 +67,8 @@
67
"scripts": {
68
"test": "bin/phpunit --color=always -v --debug",
69
"static-analysis": [
70
- "@composer req --ansi --dev 'phpstan/phpstan:^0.10.3' 'phpstan/phpstan-phpunit:^0.10.0'",
+ "@composer req --ansi --dev --no-update 'phpstan/phpstan:^0.11' 'phpstan/phpstan-phpunit:*'",
71
+ "@composer update --ansi",
72
"phpstan analyse --ansi",
73
"@composer rem --ansi --dev phpstan/phpstan phpstan/phpstan-phpunit"
74
],
0 commit comments