| 123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "six-shop/system",
- "description": "系统扩展",
- "type": "sixshop-extension",
- "keywords": [
- "sixshop",
- "thinkphp"
- ],
- "require": {
- "php": ">=8.3",
- "ext-mbstring": "*",
- "robmorgan/phinx": "^0.16.10",
- "six-shop/core": ">=0.6 <1.0"
- },
- "authors": [
- {
- "name": "hui he",
- "email": "runphp@qq.com"
- }
- ],
- "license": "MIT",
- "autoload": {
- "psr-4": {
- "SixShop\\System\\": "src"
- },
- "files": [
- "src/helper.php"
- ]
- },
- "extra": {
- "sixshop": {
- "id": "system",
- "class": "SixShop\\System\\Extension"
- }
- }
- }
|