Composer extensions

This commit is contained in:
Matteo Gallo
2026-07-03 20:05:15 +02:00
parent 5ca4743197
commit d8a4481a03
1747 changed files with 3503 additions and 194889 deletions

View File

@@ -0,0 +1,41 @@
filter:
excluded_paths:
- 'Documentation/*'
- 'Tests/*'
paths:
- 'Classes/*'
tools:
external_code_coverage:
timeout: 2400
runs: 7
php_cpd:
enabled: true
php_code_sniffer:
enabled: true
config:
standard: PSR2
php_cs_fixer:
enabled: true
php_hhvm:
enabled: true
config:
use_undeclared_constant: false
php_mess_detector:
enabled: true
config:
controversial_rules:
superglobals: false
php_pdepend:
enabled: true
php_analyzer:
enabled: true
sensiolabs_security_checker: true