2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-05 03:22:32 +08:00
Files
panel/plugins/Openresty/composer.json
2022-11-17 00:18:56 +08:00

22 lines
424 B
JSON

{
"name": "panel/openresty",
"description": "openresty plugin for haozi linux panel",
"type": "project",
"license": "GPLv3",
"autoload": {
"psr-4": {
"Plugins\\Openresty\\": "./"
}
},
"authors": [
{
"name": "耗子",
"email": "i@haozi.net"
}
],
"require": {},
"config": {
"optimize-autoloader": true
}
}