1234567891011121314151617181920212223242526272829303132333435 |
- {
- "check-requirements": false,
- "dump-autoload": false,
- "stub": "php-cs-fixer",
- "compactors": [
- "KevinGH\\Box\\Compactor\\Json",
- "KevinGH\\Box\\Compactor\\Php"
- ],
- "files": [
- "ci-integration.sh",
- "LICENSE"
- ],
- "finder": [
- {
- "name": [
- "*.php",
- "*.php8"
- ],
- "exclude": [
- "Test",
- "test",
- "Tests",
- "tests"
- ],
- "in": [
- "src",
- "vendor"
- ]
- }
- ],
- "blacklist": [
- "psalm-autoload.php"
- ],
- "git-commit": "git-commit"
- }
|