p2 project
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.

69 lines
1.7 KiB

5 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",
2 months ago
"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",
5 months ago
"firebase/php-jwt": "^6.8",
"topthink/think-queue": "^3.0",
"itinysun/tp-model-helper": "^1.0",
2 months ago
"geoip2/geoip2": "2.13",
5 months ago
"guzzlehttp/guzzle": "^7.7",
"lcobucci/jwt": "^4.0",
3 months ago
"phpoffice/phpspreadsheet": "^1.29",
2 months ago
"ext-json": "*",
"aws/aws-sdk-php": "^3.337",
2 months ago
"workerman/gatewayclient": "^3.1",
2 months ago
"pusher/pusher-push-notifications": "^2.0",
"mongodb/mongodb": "^1.21",
"ext-mongodb": "*"
5 months ago
},
"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"
]
}
}