Files
cunkebao_v3/composer.json

12 lines
210 B
JSON
Raw Normal View History

2025-03-24 14:59:19 +08:00
{
"require": {
2025-03-28 09:55:33 +08:00
"topthink/think-queue": "2.0.*",
"symfony/var-dumper": "^5.4"
2025-03-24 14:59:19 +08:00
},
"config": {
"allow-plugins": {
"topthink/think-installer": true
}
}
}