imports: - php tools: external_code_coverage: timeout: 2100 # Timeout in seconds. checks: php: code_rating: true duplication: true
build: environment: php: 7.3.0 dependencies: before: - composer global require "fxp/composer-asset-plugin:^1.4.2" --no-interaction filter: excluded_paths: - 'tests/*' checks: php: true