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