12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "type": "project",
- "name": "zoujingli/thinkadmin",
- "license": "MIT",
- "authors": [
- {
- "name": "Anyon",
- "email": "zoujingli@qq.com"
- }
- ],
- "require": {
- "php": ">=5.6",
- "ext-gd": "*",
- "ext-curl": "*",
- "ext-json": "*",
- "ext-iconv": "*",
- "ext-openssl": "*",
- "ext-mbstring": "*",
- "endroid/qr-code": "^3.9",
- "topthink/framework": "5.1.*",
- "zoujingli/ip2region": "^1.0",
- "zoujingli/think-library": "5.1.x-dev",
- "zoujingli/weopen-developer": "dev-master",
- "overtrue/wechat": "~4.0",
- "firebase/php-jwt": "^5.2",
- "hg/apidoc": "1.1.x",
- "phpoffice/phpexcel": "^1.8",
- "alibabacloud/client": "^1.5",
- "qiniu/php-sdk": "^7.6",
- "alibabacloud/sdk": "^1.8",
- "alibabacloud/vod-20170321": "2.16.9",
- "alibabacloud/sts-20150401": "1.1.1",
- "jpush/jpush": "^3.6",
- "elasticsearch/elasticsearch": "^7.0",
- "alipaysdk/easysdk": "^2.2"
- },
- "repositories": {
- "packagist": {
- "type": "composer",
- "url": "https://mirrors.aliyun.com/composer"
- }
- },
- "config": {
- "allow-plugins": {
- "easywechat-composer/easywechat-composer": true,
- "topthink/think-installer": true
- }
- }
- }
|