You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
338 B

4 years ago
  1. {
  2. "chmod": "0755",
  3. "directories": [
  4. "app",
  5. "bootstrap",
  6. "config",
  7. "vendor"
  8. ],
  9. "files": [
  10. "composer.json"
  11. ],
  12. "exclude-composer-files": false,
  13. "compression": "GZ",
  14. "compactors": [
  15. "KevinGH\\Box\\Compactor\\Php",
  16. "KevinGH\\Box\\Compactor\\Json"
  17. ]
  18. }