Passed
Push — master ( 744079...786c89 )
by Carlos C
02:33 queued 13s
created

Checkout Config

filter:
  excluded_paths:
    - 'tests/'
    - 'vendor/'

# see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/
build:
  dependencies:
    override:
      - composer self-update --no-interaction --no-progress
      - composer remove squizlabs/php_codesniffer friendsofphp/php-cs-fixer phpstan/phpstan phpunit/phpunit --dev --no-interaction --no-progress --no-update
      - composer install --no-interaction
  nodes:
    php:
      tests:
        override:
          - php-scrutinizer-run --enable-security-analysis

tools:
  external_code_coverage: true

Repository Config

# language: php