| 12345678910111213141516171819202122232425262728293031 |
- {
- "name": "six-shop/core",
- "description": "核心扩展",
- "license": "MIT",
- "autoload": {
- "psr-4": {
- "SixShop\\Core\\": "src/"
- }
- },
- "authors": [
- {
- "name": "hui he",
- "email": "runphp@qq.com"
- }
- ],
- "require": {
- "php": ">=8.3",
- "topthink/framework": "^8.1",
- "topthink/think-orm": "^4.0"
- },
- "extra": {
- "think": {
- "services": [
- "SixShop\\Core\\Service\\CoreService"
- ],
- "config":{
- "captcha": "src/config.php"
- }
- }
- }
- }
|