123456789101112131415161718192021 |
- {
- "output": "php-cs-fixer.phar",
- "chmod": "0755",
- "compactors": [
- "Herrera\\Box\\Compactor\\Php"
- ],
- "extract": false,
- "files": [
- "LICENSE"
- ],
- "finder": [
- {
- "name": ["*.php"],
- "exclude": ["Test", "test", "Tests", "tests"],
- "in": ["vendor", "src"]
- }
- ],
- "git-commit": "git-commit",
- "stub": "src/Resources/phar-stub.php",
- "web": false
- }
|