build:
    environment:
        php:
            version: 5.6
    nodes:
        analysis:
            project_setup:
                override: true
            tests:
                override: [php-scrutinizer-run]
tools:
    php_cs_fixer:
        config: { level: psr2 }
checks:
    php:
        code_rating: true
        duplication: true
filter:
    excluded_paths:
        - tests/*
        - examples/*
                    build:
    environment:
        php:
            version: 5.6.16
checks:
    php:
        code_rating: true
        duplication: true
filter:
    excluded_paths:
        - tests/*