build: environment: node: version: v8.11.4 php: version: 8.2 nodes: analysis: dependencies: before: - composer config minimum-stability dev - composer config prefer-stable true - composer config preferred-install dist project_setup: override: - 'true' tests: override: - php-scrutinizer-run checks: php: true coding_style: php: spaces: around_operators: concatenation: true other: after_type_cast: false filter: excluded_paths: - '*/dist/*'