123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "karsonzhang/fastadmin",
- "description": "the fastest admin framework",
- "type": "project",
- "keywords": [
- "fastadmin",
- "thinkphp"
- ],
- "homepage": "https://www.fastadmin.net/",
- "license": "Apache-2.0",
- "authors": [
- {
- "name": "Karson",
- "email": "karsonzhang@163.com"
- }
- ],
- "require": {
- "php": ">=5.6.0",
- "topthink/framework": "~5.0.24",
- "overtrue/wechat": "~3.1",
- "endroid/qr-code": "^1.9",
- "topthink/think-captcha": "^1.0",
- "mtdowling/cron-expression": "^1.2",
- "phpmailer/phpmailer": "~6.0.6",
- "karsonzhang/fastadmin-addons": "~1.1.9",
- "overtrue/pinyin": "~3.0",
- "phpoffice/phpspreadsheet": "^1.2",
- "topthink/think-queue": "1.1.6"
- },
- "config": {
- "preferred-install": "dist"
- },
- "repositories": {
- "packagist": {
- "type": "composer",
- "url": "https://packagist.phpcomposer.com"
- }
- }
- }
|