composer.json 485 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "ibrand/ec-open-album-backend",
  3. "description": "iBrand EC's open source album backend.",
  4. "keywords": [
  5. "iBrand",
  6. "e-commerce",
  7. "open source",
  8. "server",
  9. "backend",
  10. "album"
  11. ],
  12. "license": "MIT",
  13. "authors": [
  14. {
  15. "name": "shjchen",
  16. "email": "ibrand.shjchen@foxmail.com"
  17. }
  18. ],
  19. "autoload": {
  20. "psr-4": {
  21. "iBrand\\EC\\Open\\Backend\\Album\\": "src/"
  22. }
  23. },
  24. "minimum-stability": "dev",
  25. "prefer-stable": true
  26. }