build: environment: php: version: 8.2 variables: COMPOSER_VERSION: 2 nodes: analysis: project_setup: override: - composer self-update --2 - composer update --no-interaction --prefer-dist tests: override: - php-scrutinizer-run - command: phpcs-run use_website_config: true tests: true checks: php: true coding_style: php: {} filter: {}