# .scrutinizer.yml checks: php: code_rating: true duplication: false build: environment: mongodb: true php: '5.5.25' dependencies: before: - 'pecl install mongodb'
filter: excluded_paths: - 'test/*' checks: php: true coding_style: php: spaces: around_operators: relational: false build: true