更新composer包,php8.0版的环境用composer.php8.json替换composer.json后再安装
This commit is contained in:
parent
0bd7ab0f1a
commit
1e50d78626
@ -26,8 +26,8 @@
|
|||||||
"topthink/think-multi-app": "^1.0",
|
"topthink/think-multi-app": "^1.0",
|
||||||
"topthink/think-view": "^1.0",
|
"topthink/think-view": "^1.0",
|
||||||
"topthink/think-captcha": "^3.0",
|
"topthink/think-captcha": "^3.0",
|
||||||
"phpmailer/phpmailer": "^6.3",
|
"phpmailer/phpmailer": "^6.6",
|
||||||
"lcobucci/jwt": "3.3.3",
|
"lcobucci/jwt": "^3.4",
|
||||||
"overtrue/pinyin": "^4.0"
|
"overtrue/pinyin": "^4.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
54
composer.php8.json
Normal file
54
composer.php8.json
Normal file
@ -0,0 +1,54 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "yunwuxin",
|
||||||
|
"email": "448901948@qq.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"require": {
|
||||||
|
"php": ">=8.0",
|
||||||
|
"topthink/framework": "^6.0.0",
|
||||||
|
"topthink/think-orm": "^2.0",
|
||||||
|
"topthink/think-multi-app": "^1.0",
|
||||||
|
"topthink/think-view": "^1.0",
|
||||||
|
"topthink/think-captcha": "^3.0",
|
||||||
|
"phpmailer/phpmailer": "^6.6",
|
||||||
|
"lcobucci/jwt": "^4.1",
|
||||||
|
"overtrue/pinyin": "^4.0"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"symfony/var-dumper": "^4.2",
|
||||||
|
"topthink/think-trace":"^1.0"
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"app\\": "app"
|
||||||
|
},
|
||||||
|
"psr-0": {
|
||||||
|
"": "extend/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"config": {
|
||||||
|
"preferred-install": "dist"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"post-autoload-dump": [
|
||||||
|
"@php think service:discover",
|
||||||
|
"@php think vendor:publish"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user