|
@@ -1,76 +0,0 @@
|
|
|
-{
|
|
|
- "name": "jaguarjack/catchadmin",
|
|
|
- "description": "the api framework base on thinkphp, help you to create admin management soon",
|
|
|
- "type": "project",
|
|
|
- "keywords": [
|
|
|
- "framework",
|
|
|
- "catchadmin",
|
|
|
- "api",
|
|
|
- "ORM"
|
|
|
- ],
|
|
|
- "homepage": "http://doc.catchadmin.com",
|
|
|
- "license": "Apache-2.0",
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "jaguarjack",
|
|
|
- "email": "njphper@gmail.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "require": {
|
|
|
- "php": ">=7.1.0",
|
|
|
- "topthink/framework": "6.0.5",
|
|
|
- "topthink/think-orm": "2.0.33",
|
|
|
- "topthink/think-migration": "^3.0",
|
|
|
- "thans/tp-jwt-auth": "1.1",
|
|
|
- "jaguarjack/think-filesystem-cloud": "dev-master",
|
|
|
- "overtrue/wechat": "^4.2",
|
|
|
- "phpoffice/phpspreadsheet": "^1.12",
|
|
|
- "dragonmantank/cron-expression": "^3.0",
|
|
|
- "symfony/finder": "^4.4",
|
|
|
- "ext-json": "*",
|
|
|
- "overtrue/easy-sms": "^1.1",
|
|
|
- "jaguarjack/migration-generator": "dev-master",
|
|
|
- "lcobucci/jwt": "3.3",
|
|
|
- "topthink/think-trace": "^1.4",
|
|
|
- "workerman/phpsocket.io": "^1.1",
|
|
|
- "aliyun/aliyun-tablestore-sdk-php": "~5.0",
|
|
|
- "alibabacloud/sts-20150401": "1.0.1",
|
|
|
- "phpmailer/phpmailer": "^6.6",
|
|
|
- "php-mqtt/client": "^1.8"
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "symfony/var-dumper": "^5.1",
|
|
|
- "swoole/ide-helper": "^4.5",
|
|
|
- "nikic/php-parser": "^4.10"
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "app\\": "app",
|
|
|
- "catchAdmin\\": "catch"
|
|
|
- },
|
|
|
- "psr-0": {
|
|
|
- "": "extend/"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload-dev": {
|
|
|
- "psr-4": {
|
|
|
- "catchAdmin\\tests\\": "tests"
|
|
|
- }
|
|
|
- },
|
|
|
- "config": {
|
|
|
- "preferred-install": "dist",
|
|
|
- "allow-plugins": {
|
|
|
- "easywechat-composer/easywechat-composer": true
|
|
|
- }
|
|
|
- },
|
|
|
- "scripts": {
|
|
|
- "post-autoload-dump": [
|
|
|
- "@php think service:discover",
|
|
|
- "@php think vendor:publish"
|
|
|
- ]
|
|
|
- }
|
|
|
-}
|