Skip to content

Commit 93a14f7

Browse files
author
Jeremiah VALERIE
committed
Fix static-analysis job
1 parent 862a74c commit 93a14f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
"scripts": {
6868
"test": "bin/phpunit --color=always -v --debug",
6969
"static-analysis": [
70-
"@composer req --ansi --dev 'phpstan/phpstan:^0.10.3' 'phpstan/phpstan-phpunit:^0.10.0'",
70+
"@composer req --ansi --dev --no-update 'phpstan/phpstan:^0.11' 'phpstan/phpstan-phpunit:*'",
71+
"@composer update --ansi",
7172
"phpstan analyse --ansi",
7273
"@composer rem --ansi --dev phpstan/phpstan phpstan/phpstan-phpunit"
7374
],

0 commit comments

Comments
 (0)