mirror of
git://f0xx.org/ac/ac-be-tickets
synced 2026-07-29 02:39:05 +03:00
initial
This commit is contained in:
19
composer.json
Normal file
19
composer.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "androidcast/be-tickets",
|
||||
"description": "Tickets console 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user