filter:
    excluded_paths:
        - 'tests/*'
        - 'samples/*'
        - 'integration/*'
        - '*/v*/Api.php'
        - '*/v*/Params.php'
checks:
    php: true
                    tools:
    php_sim: true
    php_pdepend: true
    php_analyzer: true
filter:
    excluded_paths:
        - 'features/*'
        - 'spec/*'