composer.json 466 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "ibrand/gift",
  3. "type": "library",
  4. "description": "ibrand Gift component",
  5. "keywords": [
  6. "ibrand",
  7. "Recharge",
  8. "component"
  9. ],
  10. "license": "MIT",
  11. "authors": [
  12. {
  13. "name": "ibrand Gift",
  14. "email": "chenhao@element.vip"
  15. }
  16. ],
  17. "require": {
  18. "php": "^5.6|^7.0"
  19. },
  20. "autoload": {
  21. "psr-4": {
  22. "GuoJiangClub\\Component\\Gift\\": "src/"
  23. }
  24. },
  25. "minimum-stability": "dev",
  26. "prefer-stable": true
  27. }