Skip to content

Commit

Permalink
CI - fix installing phpstan (BC in 0.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenekdrahos committed Jun 27, 2018
1 parent f26bef4 commit 4e91eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/suggested-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ then
composer require symfony/filesystem:~2 symfony/process:~2 symfony/finder:~2 jakub-onderka/php-parallel-lint jakub-onderka/php-console-highlighter phpstan/phpstan:~0.8.0 friendsofphp/php-cs-fixer:~2.2 vimeo/psalm:~1 sensiolabs/security-checker $requireMode
else
# symfony 3
composer require jakub-onderka/php-parallel-lint jakub-onderka/php-console-highlighter phpstan/phpstan friendsofphp/php-cs-fixer:~2.2 vimeo/psalm:~1 sensiolabs/security-checker
composer require jakub-onderka/php-parallel-lint jakub-onderka/php-console-highlighter phpstan/phpstan:~0.9.0 friendsofphp/php-cs-fixer:~2.2 vimeo/psalm:~1 sensiolabs/security-checker
fi
else
echo "Removing suggested tools"
Expand Down

0 comments on commit 4e91eb2

Please sign in to comment.