TaoLer/composer.json
2023-08-02 19:38:12 +08:00

55 lines
1.3 KiB
JSON

{
"name": "taoser/taoler",
"description": "the new thinkphp taolerCMS system",
"type": "project",
"keywords": [
"taoler",
"thinkphp",
"ORM"
],
"homepage": "https://www.aieok.com/",
"license": "Apache-2.0",
"authors": [
{
"name": "taoser",
"email": "changlin_zhao@qq.com"
}
],
"require": {
"php": ">=8.0.0",
"topthink/framework": "^8.0.1",
"topthink/think-orm": "^3.0",
"topthink/think-multi-app": "^1.0",
"topthink/think-view": "^2.0",
"topthink/think-captcha": "^3.0",
"taoser/think-auth": "^2.0",
"taoser/think-addons": "^2.0",
"taoser/think-setarr": "^0.0.5",
"phpmailer/phpmailer": "^6.8",
"yzh52521/easyhttp": "^1.0"
},
"autoload": {
"psr-4": {
"app\\": "app"
},
"psr-0": {
"": "extend/"
},
"files": [
"extend/taoler/com/form.php"
]
},
"config": {
"preferred-install": "dist",
"allow-plugins": {
"topthink/think-installer": true
}
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
}
}