mirror of
git://f0xx.org/ac/ac-ms-remote-access
synced 2026-07-29 00:58:12 +03:00
26 lines
490 B
JSON
26 lines
490 B
JSON
{
|
|
"name": "androidcast/ms-remote-access",
|
|
"description": "WireGuard + RSSH control plane",
|
|
"type": "project",
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"androidcast/platform-php": "dev-next",
|
|
"androidcast/platform-db": "dev-next"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "git://f0xx.org/ac/ac-platform-php"
|
|
},
|
|
{
|
|
"type": "vcs",
|
|
"url": "git://f0xx.org/ac/ac-platform-db"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
}
|
|
}
|