Files
ac-ms-remote-access/composer.json
Anton Afanasyeu 59fb5013c3 initial
2026-06-23 12:29:33 +02:00

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/"
]
}
}