TaoLer/composer.json

73 lines
1.9 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"
],
2022-11-20 21:56:09 +08:00
"homepage": "https://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",
2022-08-02 21:13:36 +08:00
"topthink/think-migration": "^3.0",
"workerman/workerman": "^4.0",
"endroid/qr-code": "^4.4",
"yansongda/pay": "~3.1.0",
"guzzlehttp/guzzle": "7.0",
2022-08-16 15:19:21 +08:00
"php-di/php-di": "^6.4",
2022-11-18 10:31:44 +08:00
"workerman/phpsocket.io": "^1.1",
2022-11-20 21:56:09 +08:00
"jaeger/querylist": "^4.2",
2023-02-10 14:09:38 +08:00
"symfony/var-exporter": "^5.4",
2023-02-12 18:22:24 +08:00
"yzh52521/easyhttp": "^1.0",
"topthink/think-filesystem": "1.0.1"
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"
]
}
}