mirror of https://github.com/1099438829/apeblog
65 lines
1.6 KiB
JSON
65 lines
1.6 KiB
JSON
{
|
|
"name": "topthink/think",
|
|
"description": "the new thinkphp framework",
|
|
"type": "project",
|
|
"keywords": [
|
|
"framework",
|
|
"thinkphp",
|
|
"ORM"
|
|
],
|
|
"homepage": "http://thinkphp.cn/",
|
|
"license": "Apache-2.0",
|
|
"authors": [
|
|
{
|
|
"name": "liu21st",
|
|
"email": "liu21st@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1.0",
|
|
"topthink/framework": "^6.0.0",
|
|
"topthink/think-orm": "^2.0",
|
|
"topthink/think-multi-app": "^1.0",
|
|
"xaboy/form-builder": "^2.0",
|
|
"topthink/think-captcha": "^3.0",
|
|
"phpmailer/phpmailer": "^6.5",
|
|
"spatie/macroable": "^1.0",
|
|
"topthink/think-view": "^1.0",
|
|
"ext-iconv": "*",
|
|
"liliuwei/php-sitemap": "^1.0",
|
|
"liliuwei/thinkphp-social": "^1.3",
|
|
"topthink/think-filesystem": "^2.0",
|
|
"yzh52521/think-mail": "^3.0",
|
|
"ext-json": "*"
|
|
},
|
|
"require-dev": {
|
|
"symfony/var-dumper": "^4.2"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"app\\": "app"
|
|
},
|
|
"psr-0": {
|
|
"": "app/common/extend/"
|
|
}
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist",
|
|
"allow-plugins": {
|
|
"topthink/think-installer": true
|
|
}
|
|
},
|
|
"scripts": {
|
|
"post-autoload-dump": [
|
|
"@php think service:discover",
|
|
"@php think vendor:publish"
|
|
]
|
|
},
|
|
"repositories": {
|
|
"packagist": {
|
|
"type": "composer",
|
|
"url": "https://mirrors.aliyun.com/composer/"
|
|
}
|
|
}
|
|
}
|