SchoolPhysicalExamination/composer.json

49 lines
1.2 KiB
JSON
Raw Normal View History

2024-02-29 17:39:19 +08:00
{
"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": ">=5.4.0",
2024-03-15 18:15:17 +08:00
"topthink/framework": "5.0.*",
"phpmailer/phpmailer": "^6.9",
2025-04-03 18:19:04 +08:00
"phpoffice/phpspreadsheet": "^1.25",
2025-04-19 17:24:07 +08:00
"overtrue/wechat": "~4.0",
2025-04-25 19:02:06 +08:00
"zoujingli/ip2region": "^2.0",
2025-09-03 19:09:13 +08:00
"alibabacloud/client": "^1.5",
"picqer/php-barcode-generator": "^2.4",
2025-09-04 20:38:34 +08:00
"endroid/qr-code": "^4.3",
2025-09-04 21:09:42 +08:00
"chillerlan/php-qrcode": "^3.4"
2024-02-29 17:39:19 +08:00
},
"autoload": {
"psr-4": {
"app\\": "application"
}
},
"extra": {
"think-path": "thinkphp"
},
"config": {
2024-12-26 19:14:44 +08:00
"preferred-install": "dist",
"allow-plugins": {
2025-04-03 18:19:04 +08:00
"topthink/think-installer": true,
"easywechat-composer/easywechat-composer": true
},
"audit": {
"enabled": false
2024-12-26 19:14:44 +08:00
}
2024-02-29 17:39:19 +08:00
}
}