1
0
mirror of git://f0xx.org/ac/ac-be-graphs synced 2026-07-29 00:58:00 +03:00
Files
ac-be-graphs/composer.json
Anton Afanasyeu bff43ff5d1 initial
2026-06-23 12:29:36 +02:00

20 lines
395 B
JSON

{
"name": "androidcast/be-graphs",
"description": "Graphs dashboard 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"
}
]
}