composer.json 437 B

1234567891011121314151617181920
  1. {
  2. "name": "six-shop/sixshop-maker-bundle",
  3. "description": "这个扩展用来生成sixshop扩展代码",
  4. "type": "library",
  5. "require": {
  6. "topthink/framework": "^8.1"
  7. },
  8. "license": "MIT",
  9. "autoload": {
  10. "psr-4": {
  11. "SixShop\\SixshopMakerBundle\\": "src/"
  12. }
  13. },
  14. "authors": [
  15. {
  16. "name": "runphp",
  17. "email": "runphp@qq.com"
  18. }
  19. ]
  20. }