box.json 444 B

123456789101112131415161718192021
  1. {
  2. "output": "php-cs-fixer.phar",
  3. "chmod": "0755",
  4. "compactors": [
  5. "Herrera\\Box\\Compactor\\Php"
  6. ],
  7. "extract": false,
  8. "files": [
  9. "LICENSE"
  10. ],
  11. "finder": [
  12. {
  13. "name": ["*.php"],
  14. "exclude": ["Tests", "tests"],
  15. "in": ["vendor", "Symfony"]
  16. }
  17. ],
  18. "git-commit": "git-commit",
  19. "stub": "Symfony/CS/Resources/phar-stub.php",
  20. "web": false
  21. }