123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "name": "karsonzhang/fastadmin",
- "description": "the fastest admin framework",
- "type": "project",
- "keywords": [
- "fastadmin",
- "thinkphp"
- ],
- "homepage": "http://www.fastadmin.net/",
- "license": "Apache-2.0",
- "authors": [
- {
- "name": "karson",
- "email": "karsonzhang@163.com"
- }
- ],
- "require": {
- "ext-json": "*",
- "php": ">=5.4.0",
- "topthink/framework": "5.0.*",
- "overtrue/wechat": "~4.0",
- "topthink/think-captcha": "^1.0",
- "mtdowling/cron-expression": "^1.2",
- "phpmailer/phpmailer": "^5.2",
- "karsonzhang/fastadmin-addons": "dev-master",
- "overtrue/pinyin": "~3.0",
- "phpoffice/phpexcel": "^1.8",
- "guzzlehttp/guzzle": "^6.3",
- "yurunsoft/yurun-lock": "^0.3.0",
- "endroid/qr-code": "^3.1",
- "predis/predis": "^1.1",
- "php-amqplib/php-amqplib": "^2.7",
- "tecnickcom/tcpdf":"^6.2",
- "yansongda/pay": "^2.7.0",
- "jenssegers/agent": "^2.6",
- "ext-rdkafka": "*",
- "ext-redis": "*"
- },
- "repositories": {
- "packagist": {
- "type": "composer",
- "url": "https://packagist.phpcomposer.com"
- }
- },
- "config": {
- "preferred-install": "dist"
- }
- }
|