box.json.dist 678 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "check-requirements": false,
  3. "dump-autoload": false,
  4. "stub": "php-cs-fixer",
  5. "compactors": [
  6. "KevinGH\\Box\\Compactor\\Json",
  7. "KevinGH\\Box\\Compactor\\Php"
  8. ],
  9. "files": [
  10. "ci-integration.sh",
  11. "LICENSE"
  12. ],
  13. "finder": [
  14. {
  15. "name": [
  16. "*.php"
  17. ],
  18. "exclude": [
  19. "Test",
  20. "test",
  21. "Tests",
  22. "tests"
  23. ],
  24. "in": [
  25. "src",
  26. "vendor"
  27. ]
  28. }
  29. ],
  30. "blacklist": [
  31. "psalm-autoload.php"
  32. ],
  33. "git-commit": "git-commit"
  34. }