| 1234567891011121314151617181920 |
- {
- "name": "six-shop/sixshop-maker-bundle",
- "description": "这个扩展用来生成sixshop扩展代码",
- "type": "library",
- "require": {
- "topthink/framework": "^8.1"
- },
- "license": "MIT",
- "autoload": {
- "psr-4": {
- "SixShop\\SixshopMakerBundle\\": "src/"
- }
- },
- "authors": [
- {
- "name": "runphp",
- "email": "runphp@qq.com"
- }
- ]
- }
|