1
0
mirror of git://f0xx.org/ac/ac-be-access synced 2026-07-29 02:19:14 +03:00
This commit is contained in:
Anton Afanasyeu
2026-06-23 12:29:36 +02:00
commit fcc111d064
8 changed files with 1155 additions and 0 deletions

19
composer.json Normal file
View File

@@ -0,0 +1,19 @@
{
"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"
}
]
}