inherit: true
build:
environment:
variables:
COMPOSER_ROOT_VERSION: 5.x-dev
nodes:
analysis:
tests:
override: [php-scrutinizer-run]
filter:
paths:
- src/*
- tests/*
tools:
php_sim: true
php_pdepend: true
php_analyzer: true
filter:
excluded_paths:
- 'tests/*'