TaoLer/composer.json

62 lines
1.5 KiB
JSON
Raw Normal View History

2020-01-01 13:17:19 +08:00
{
2020-10-29 16:49:57 +08:00
"name": "taoser/taoler",
2020-12-09 14:03:22 +08:00
"description": "the new thinkphp taoler bbs system",
2020-01-01 13:17:19 +08:00
"type": "project",
"keywords": [
2020-12-09 14:03:22 +08:00
"taoler",
2020-01-01 13:17:19 +08:00
"thinkphp",
"ORM"
],
2020-12-09 14:03:22 +08:00
"homepage": "http://www.aieok.com/",
2020-01-01 13:17:19 +08:00
"license": "Apache-2.0",
"authors": [
{
2020-12-09 14:03:22 +08:00
"name": "taoser",
"email": "changlin_zhao@qq.com"
}
2020-01-01 13:17:19 +08:00
],
"require": {
"php": ">=7.1.0",
2020-01-17 14:57:05 +08:00
"topthink/framework": "^6.0.0",
2020-02-12 17:20:07 +08:00
"topthink/think-orm": "^2.0",
"topthink/think-multi-app": "^1.0",
2020-05-20 11:33:27 +08:00
"taoser/think-auth": "^1.0",
2020-02-18 19:28:14 +08:00
"topthink/think-view": "^1.0",
2020-05-20 11:33:27 +08:00
"topthink/think-captcha": "^3.0",
"phpmailer/phpmailer": "^6.1",
"firebase/php-jwt": "^5.2",
2021-05-10 13:59:58 +08:00
"lotofbadcode/phpspirit_databackup": "^1.1",
"wamkj/thinkphp6.0-databackup": "^1.0",
2022-01-12 16:12:09 +08:00
"taoser/think-addons": "^1.0",
2022-04-17 17:09:19 +08:00
"liliuwei/thinkphp-social": "^1.3",
"taoser/think-setarr": "^0.0.3"
2020-01-01 13:17:19 +08:00
},
"require-dev": {
"symfony/var-dumper": "^4.2",
"topthink/think-trace":"^1.0"
},
"autoload": {
"psr-4": {
"app\\": "app"
},
"psr-0": {
"": "extend/"
},
"files": [
"extend/taoler/com/form.php"
]
2020-01-01 13:17:19 +08:00
},
"config": {
2022-04-17 17:05:20 +08:00
"preferred-install": "dist",
"allow-plugins": {
"topthink/think-installer": true
}
2020-01-01 13:17:19 +08:00
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
}
}