mirror of
git://f0xx.org/ac/ac-be-access
synced 2026-07-29 00:59:37 +03:00
20 lines
389 B
JSON
20 lines
389 B
JSON
{
|
|
"name": "androidcast/be-access",
|
|
"description": "RBAC 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"
|
|
}
|
|
]
|
|
}
|