{ "type": "project", "name": "zoujingli/thinkadmin", "license": "MIT", "homepage": "https://thinkadmin.top", "description": "Application development framework", "keywords": [ "ThinkAdmin", "ThinkLibrary" ], "authors": [ { "name": "Anyon", "email": "zoujingli@qq.com" } ], "require": { "php": ">=7.1.0", "ext-gd": "*", "ext-xml": "*", "ext-json": "*", "ext-curl": "*", "ext-iconv": "*", "ext-openssl": "*", "ext-mbstring": "*", "ext-simplexml": "*", "endroid/qr-code": "^1.9", "topthink/framework": "^6.0|^8.0", "topthink/think-view": "^1.0|^2.0", "zoujingli/ip2region": "^1.0|^2.0|*", "zoujingli/think-library": "^6.1|*", "zoujingli/wechat-developer": "^1.2", "zoujingli/think-plugs-admin": "^1.0", "webman/console": "^v1.2.35", "phpoffice/phpspreadsheet": "^3.6", "ext-apcu": "*", "ext-xmlreader": "*", "ext-zip": "*", "ext-dom": "*", "ext-zlib": "*", "ext-libxml": "*", "ext-sqlite3": "*", "ext-xmlwriter": "*", "zoujingli/think-plugs-worker": "^1.0", "ext-bcmath": "*" }, "autoload": { "psr-0": { "": "extend" }, "psr-4": { "app\\": "app" } }, "scripts": { "post-autoload-dump": [ "@php think service:discover", "@php think vendor:publish" ] }, "minimum-stability": "stable", "repositories": { "packagist": { "type": "composer", "url": "https://mirrors.aliyun.com/composer" } }, "config": { "allow-plugins": { "zoujingli/think-install": true } } }