1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-08-02 12:24:52 +02:00

nix based docker

This commit is contained in:
Robin Appelman 2024-03-17 00:14:51 +01:00
commit 1b3ca59a46
11 changed files with 672 additions and 1011 deletions

View file

@ -1,4 +1,7 @@
{
"name": "demostf/api",
"description": "api implementation for demos.tf",
"license": "MIT",
"require": {
"mikecao/flight": "1.3.8",
"vlucas/phpdotenv": "^v5.4.1",
@ -12,7 +15,7 @@
},
"repositories": [
{
"type": "git",
"type": "vcs",
"url": "https://github.com/koraktor/steam-condenser-php"
}
],