box.json.dist 704 B

1234567891011121314151617181920212223242526272829303132333435
  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. "*.php8"
  18. ],
  19. "exclude": [
  20. "Test",
  21. "test",
  22. "Tests",
  23. "tests"
  24. ],
  25. "in": [
  26. "src",
  27. "vendor"
  28. ]
  29. }
  30. ],
  31. "blacklist": [
  32. "psalm-autoload.php"
  33. ],
  34. "git-commit": "git-commit"
  35. }