filter: excluded_paths: - 'tests/*' - 'vendor/*' checks: php: excluded_dependencies: - guzzlehttp/guzzle - guzzlehttp/promises - guzzlehttp/psr7 coding_style: php: spaces: around_operators: concatenation: true build: tests: override: - command: 'phpunit --coverage-clover=coverage.xml' coverage: file: 'coverage.xml' format: 'clover' tools: php_code_sniffer: config: standard: PSR2 sensiolabs_security_checker: true php_loc: true