Compare commits

...

5 Commits

Author SHA1 Message Date
邹景立
aa8480ae37 Update composer.json 2023-01-02 00:30:01 +08:00
邹景立
33f0574bcd Update composer.json 2023-01-02 00:16:18 +08:00
邹景立
082ac9d5c4 Update composer.json 2023-01-01 23:20:47 +08:00
邹景立
9180fb3e45 Revert "修改版本依赖"
This reverts commit a31d5f62e7aded5cbc3324f70dc4a25ac8a85b11.
2023-01-01 23:19:24 +08:00
邹景立
a31d5f62e7 修改版本依赖 2023-01-01 22:57:02 +08:00

View File

@ -25,24 +25,15 @@
"ext-mbstring": "*",
"ext-simplexml": "*",
"endroid/qr-code": "^1.9",
"topthink/framework": "^6.1",
"topthink/think-view": "^1.0",
"zoujingli/ip2region": "^2.0",
"zoujingli/think-library": "6.0.x-dev",
"zoujingli/wechat-developer": "^1.2",
"zoujingli/think-plugs-admin": "dev-master",
"zoujingli/think-plugs-static": "dev-master",
"zoujingli/think-plugs-wechat": "dev-master",
"zoujingli/think-plugs-center": "dev-master"
},
"autoload": {
"psr-4": {
"app\\": "app"
}
"zoujingli/think-library": "^6.1",
"zoujingli/think-plugs-admin": "^1.0",
"zoujingli/think-plugs-static": "^1.0",
"zoujingli/think-plugs-wechat": "^1.0",
"zoujingli/think-plugs-center": "^1.0"
},
"config": {
"allow-plugins": {
"zoujingli/think-plugs-installer": true
"zoujingli/think-install": true
}
}
}