inherit: true
filter:
    excluded_paths: [tests/*]
tools:
    external_code_coverage: false
checks:
    php:
        code_rating: true
        duplication: true
                    filter:
    excluded_paths: [vendor/*]
tools:
    php_mess_detector: true
    php_cpd: true
    php_pdepend:
        excluded_dirs: [vendor]