schneespur/schneespur/vendor/barryvdh/laravel-dompdf/grumphp.yml
Michael b8e426ba2d Restructure: move code into schneespur/ subdirectory, fix Umlauts
- Move all application code into schneespur/ subdirectory for cleaner
  GitHub presentation (README, LICENSE, INSTALL guides stay in root)
- Fix German Umlaut encoding in INSTALL.de.md and README.md
  (ae→ä, oe→ö, ue→ü throughout)
- ZIP download structure remains flat (code in root) for easy deployment
2026-05-17 13:52:39 +00:00

22 lines
569 B
YAML

grumphp:
tasks:
phpunit:
config_file: ~
testsuite: ~
group: []
always_execute: false
phpcs:
standard: PSR12
warning_severity: ~
ignore_patterns:
- tests/
triggered_by: [php]
phpstan:
autoload_file: ~
configuration: ~
level: null
force_patterns: [ ]
ignore_patterns: [ ]
triggered_by: [ 'php' ]
memory_limit: "-1"
use_grumphp_paths: true