自定义service、module

This commit is contained in:
2025-06-23 17:39:38 +08:00
parent d12236b125
commit 975a31421b
4 changed files with 77 additions and 4 deletions

View File

@ -20,15 +20,25 @@
"zoujingli/think-install": true
}
},
"repositories": {
"think-plug-staff": {
"repositories": [
{
"type": "path",
"url": "plugs/think-plugs-staff"
},
{
"type": "path",
"url": "plugs/think-plugs-recorder"
},
{
"type": "path",
"url": "plugs/custom-app-plug"
}
},
],
"require": {
"php": ">=8.3",
"zoujingli/think-plugs-admin": "^1.0",
"q792602257/think-plugs-staff": "dev-master"
"q792602257/custom-app-plug": "dev-master",
"q792602257/think-plugs-staff": "dev-master",
"q792602257/think-plugs-recorder": "dev-master"
}
}