|
|
@@ -1,16 +1,21 @@
|
|
|
{
|
|
|
- "name": "six-shop/sixshop-maker-bundle",
|
|
|
+ "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\\SixshopMakerBundle\\": "src/"
|
|
|
+ "SixShop\\MakerBundle\\": "src/"
|
|
|
}
|
|
|
},
|
|
|
+ "bin": [
|
|
|
+ "bin/sixshop-maker"
|
|
|
+ ],
|
|
|
"authors": [
|
|
|
{
|
|
|
"name": "runphp",
|