1
0
mirror of git://f0xx.org/ac/ac-be-auth synced 2026-07-29 08:59:38 +03:00
Files
ac-be-auth/composer.json
Anton Afanasyeu 68984c499e initial
2026-06-23 12:29:35 +02:00

20 lines
394 B
JSON

{
"name": "androidcast/be-auth",
"description": "Login/register shell",
"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"
}
]
}