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 f3275c2 commit da5a9e8Copy full SHA for da5a9e8
.scrutinizer.yml
@@ -4,6 +4,11 @@ filter:
4
- 'vendor/'
5
6
build:
7
+ dependencies:
8
+ override:
9
+ - composer self-update --no-interaction --no-progress
10
+ - composer remove squizlabs/php_codesniffer friendsofphp/php-cs-fixer phpstan/phpstan --dev --no-interaction --no-progress --no-update
11
+ - composer install --no-interaction
12
nodes:
13
analysis:
14
tests:
0 commit comments