1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "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": "^1.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",
- "alibabacloud/client": "^1.5",
- "alipaysdk/easysdk": "^2.2",
- "alibabacloud/dingtalk": "^1.4",
- "hg/apidoc": "^4.1",
- "phpoffice/phpspreadsheet": "^1.19",
- "phpoffice/phpexcel": "^1.8",
- "jsyqw/tcpdf-table": "^0.1.2",
- "tecnickcom/tcpdf": "^6.6"
- },
- "repositories": {
- "packagist": {
- "type": "composer",
- "url": "https://mirrors.aliyun.com/composer"
- }
- },
- "config": {
- "allow-plugins": {
- "topthink/think-installer": true,
- "easywechat-composer/easywechat-composer": true
- }
- }
- }
|