mirror of
git://f0xx.org/ac/ac-be-remote-access
synced 2026-07-29 00:58:46 +03:00
20 lines
405 B
JSON
20 lines
405 B
JSON
{
|
|
"name": "androidcast/be-remote-access",
|
|
"description": "Remote access admin UI",
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"androidcast/platform-php": "dev-next",
|
|
"androidcast/platform-web": "dev-next"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "git://f0xx.org/ac/ac-platform-php"
|
|
},
|
|
{
|
|
"type": "vcs",
|
|
"url": "git://f0xx.org/ac/ac-platform-web"
|
|
}
|
|
]
|
|
}
|