{ "name": "six-shop/core", "description": "核心扩展", "type": "composer-plugin", "keywords": [ "sixshop", "thinkphp" ], "license": "MIT", "autoload": { "psr-4": { "SixShop\\Core\\": "src/" }, "files": ["src/functions.php"] }, "authors": [ { "name": "hui he", "email": "runphp@qq.com" } ], "require": { "php": ">=8.4", "composer-plugin-api": "^2.0", "composer/composer": "^2.9.2", "topthink/framework": "^8.1.3", "topthink/think-orm": "^4.0.50", "topthink/think-queue": "^3.0.12", "topthink/think-view": "^2.0.5", "topthink/think-worker": "^5.0.2", "topthink/think-cors": "^1.0.2", "opis/closure": "^4.4.0", "workerman/crontab": "^1.0.7" }, "extra": { "think": { "services": [ "SixShop\\Core\\Service\\CoreService" ] }, "class": "SixShop\\Core\\Plugin" } }