You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
1.6 KiB
66 lines
1.6 KiB
2 months ago
|
{
|
||
|
"name": "topthink/think",
|
||
|
"description": "the new thinkphp framework",
|
||
|
"type": "project",
|
||
|
"keywords": [
|
||
|
"framework",
|
||
|
"thinkphp",
|
||
|
"ORM"
|
||
|
],
|
||
|
"homepage": "https://www.thinkphp.cn/",
|
||
|
"license": "Apache-2.0",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "liu21st",
|
||
|
"email": "liu21st@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "yunwuxin",
|
||
|
"email": "448901948@qq.com"
|
||
|
}
|
||
|
],
|
||
|
"require": {
|
||
|
"php": ">=7.2.5",
|
||
|
"topthink/framework": "6.1.3",
|
||
|
"topthink/think-orm": "2.0.61",
|
||
|
"topthink/think-filesystem": "1.0.3",
|
||
|
"topthink/think-multi-app": "1.0.17",
|
||
|
"phpmailer/phpmailer": "6.8.0",
|
||
|
"alibabacloud/client": "1.5.32",
|
||
|
"firebase/php-jwt": "^6.8",
|
||
|
"topthink/think-queue": "^3.0",
|
||
|
"itinysun/tp-model-helper": "^1.0",
|
||
|
"geoip2/geoip2": "2.13",
|
||
|
"guzzlehttp/guzzle": "^7.7",
|
||
|
"lcobucci/jwt": "^4.0",
|
||
|
"phpoffice/phpspreadsheet": "^1.29",
|
||
|
"electrolinux/phpquery": "dev-master",
|
||
|
"fabpot/goutte": "*",
|
||
|
"aws/aws-sdk-php": "^3.336"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"symfony/var-dumper": "^4.2",
|
||
|
"topthink/think-trace": "^1.0"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"app\\": "app"
|
||
|
},
|
||
|
"psr-0": {
|
||
|
"": "extend/"
|
||
|
}
|
||
|
},
|
||
|
"config": {
|
||
|
"preferred-install": "dist",
|
||
|
"allow-plugins": {
|
||
|
"topthink/think-installer": true
|
||
|
}
|
||
|
},
|
||
|
"scripts": {
|
||
|
"post-autoload-dump": [
|
||
|
"@php think service:discover",
|
||
|
"@php think vendor:publish"
|
||
|
]
|
||
|
}
|
||
|
}
|