2019-12-02 23:04:43 +08:00
|
|
|
{
|
2020-01-15 18:11:57 +08:00
|
|
|
"name": "jaguarjack/catchadmin",
|
2021-07-20 16:27:52 +08:00
|
|
|
"description": "The api framework base on thinkphp, help you to create admin management soon 🚀",
|
2019-12-02 23:04:43 +08:00
|
|
|
"type": "project",
|
|
|
|
"keywords": [
|
|
|
|
"framework",
|
2020-01-15 18:11:57 +08:00
|
|
|
"catchadmin",
|
|
|
|
"api",
|
2019-12-02 23:04:43 +08:00
|
|
|
"ORM"
|
|
|
|
],
|
2021-07-20 16:27:52 +08:00
|
|
|
"homepage": "https://catchadmin.com",
|
2019-12-02 23:04:43 +08:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"authors": [
|
|
|
|
{
|
2020-01-15 18:11:57 +08:00
|
|
|
"name": "jaguarjack",
|
|
|
|
"email": "njphper@gmail.com"
|
2019-12-02 23:04:43 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2021-07-20 16:27:52 +08:00
|
|
|
"php": ">=7.2",
|
2021-04-29 08:46:17 +08:00
|
|
|
"topthink/framework": "6.0.8",
|
2021-02-07 17:21:34 +08:00
|
|
|
"topthink/think-orm": "2.0.36",
|
2019-12-02 23:04:43 +08:00
|
|
|
"topthink/think-migration": "^3.0",
|
2021-03-14 07:42:01 +08:00
|
|
|
"thans/tp-jwt-auth": "^1.1",
|
2020-04-22 05:54:15 +08:00
|
|
|
"overtrue/wechat": "^4.2",
|
2020-07-10 16:38:42 +08:00
|
|
|
"phpoffice/phpspreadsheet": "^1.12",
|
2021-02-07 09:42:01 +08:00
|
|
|
"dragonmantank/cron-expression": "3.1",
|
2020-09-17 21:22:23 +08:00
|
|
|
"symfony/finder": "^4.4",
|
|
|
|
"ext-json": "*",
|
|
|
|
"overtrue/easy-sms": "^1.1",
|
2020-11-29 09:18:07 +08:00
|
|
|
"jaguarjack/migration-generator": "dev-master",
|
2021-01-20 19:20:09 +08:00
|
|
|
"lcobucci/jwt": "3.3",
|
2021-03-14 07:42:01 +08:00
|
|
|
"jaguarjack/think-filesystem-cloud": "1.0",
|
|
|
|
"topthink/think-view": "^1.0",
|
2021-07-20 16:27:52 +08:00
|
|
|
"xaboy/form-builder": "~2.0",
|
|
|
|
"ext-zip": "*"
|
2019-12-02 23:04:43 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-11-19 17:31:57 +08:00
|
|
|
"topthink/think-trace": "^1.0",
|
2020-09-05 16:01:18 +08:00
|
|
|
"symfony/var-dumper": "^5.1",
|
2020-11-19 17:31:57 +08:00
|
|
|
"swoole/ide-helper": "^4.5",
|
2021-06-16 08:53:03 +08:00
|
|
|
"nikic/php-parser": "^4.10",
|
|
|
|
"jaguarjack/file-generate": "dev-master"
|
2019-12-02 23:04:43 +08:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"app\\": "app",
|
2020-05-06 17:55:16 +08:00
|
|
|
"catchAdmin\\": "catch"
|
2019-12-02 23:04:43 +08:00
|
|
|
},
|
|
|
|
"psr-0": {
|
|
|
|
"": "extend/"
|
|
|
|
}
|
|
|
|
},
|
2020-06-18 10:50:38 +08:00
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
|
|
|
"catchAdmin\\tests\\": "tests"
|
|
|
|
}
|
|
|
|
},
|
2019-12-02 23:04:43 +08:00
|
|
|
"config": {
|
|
|
|
"preferred-install": "dist"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-autoload-dump": [
|
|
|
|
"@php think service:discover",
|
2020-07-10 16:38:42 +08:00
|
|
|
"@php think vendor:publish"
|
2019-12-02 23:04:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|