12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "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",
- "topthink/think-view": "^1.0",
- "zoujingli/ip2region": "^1.0",
- "zoujingli/think-library": "6.0.x-dev",
- "zoujingli/wechat-developer": "^1.2",
- "itxq/api-doc-php": "^1.1",
- "hg/apidoc": "^2.4",
- "phpoffice/phpexcel": "^1.8"
- },
- "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"
- }
- }
- }
|