imports: - { resource: tests/app/vendor/drupol/php-conventions/config/php73/grumphp.yml, } parameters: tasks.phpcsfixer.config: .php_cs.dist.php tasks.license.name: AGPL-3.0 tasks.license.holder: Champs-Libres tasks.license.date_from: 2001 tasks.phpcsfixer.allow_risky: true tasks.phpcsfixer.diff: true tasks.phpstan.level: 1 tasks.phpstan.blocking: true tasks.phpstan.ignore_patterns: - "/.github/" - "/.idea/" - "/build/" - "/benchmarks/" - "/docs/" - "/node_modules/" - "/resource/" - "/spec/" - "/var/" - "/vendor/" # Psalm tasks.psalm.blocking: true tasks.psalm.ignore_patterns: - "/.github/" - "/.idea/" - "/build/" - "/benchmarks/" - "/node_modules/" - "/resource/" - "/spec/" - "/var/" - "/vendor/"