| 123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "six-shop/maker-bundle",
- "description": "A powerful CLI tool for generating SixShop extension boilerplate code",
- "type": "library",
- "keywords": [
- "sixshop",
- "thinkphp",
- "generator",
- "scaffold",
- "cli",
- "extension",
- "maker",
- "boilerplate"
- ],
- "require": {
- "topthink/framework": "^8.1",
- "symfony/console": "^7.3"
- },
- "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"
- }
- ]
- }
|