diff --git a/.laminas-ci.json b/.laminas-ci.json new file mode 100644 index 0000000..37f82a5 --- /dev/null +++ b/.laminas-ci.json @@ -0,0 +1,24 @@ +{ + "additional_checks": [ + { + "name": "PHP CS Fixer [8.2, latest]", + "operatingSystem": "ubuntu-latest", + "action": "laminas/laminas-continuous-integration-action@v1", + "job": { + "command": "./vendor/bin/php-cs-fixer fix -v --diff --dry-run", + "php": "8.2", + "dependencies": "latest" + } + } + ], + "ignore_php_platform_requirements": { + "7.2": true, + "7.3": true, + "7.4": true + }, + "exclude": [ + { + "name": "PHP CS Fixer [7.2, latest]" + } + ] +}