mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 18:04:08 +02:00
28 lines
587 B
JSON
28 lines
587 B
JSON
{
|
|
"require": {
|
|
"mikecao/flight": "1.3.8",
|
|
"vlucas/phpdotenv": "^1.1",
|
|
"ircmaxell/random-lib": "^1.1",
|
|
"ehesp/steam-login": "^1.2",
|
|
"koraktor/steam-condenser": "^1.3",
|
|
"guzzlehttp/guzzle": "^6.5",
|
|
"doctrine/dbal": "^2.12",
|
|
"ext-pdo": "*",
|
|
"ext-json": "*",
|
|
"ext-apcu": "*"
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"vendor/koraktor/steam-condenser/lib/steam-condenser.php"
|
|
],
|
|
"psr-4": {
|
|
"Demostf\\API\\": "src/",
|
|
"Demostf\\API\\Test\\": "test/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "9.0",
|
|
"friendsofphp/php-cs-fixer": "^2.16",
|
|
"phpstan/phpstan": "^0.12.57"
|
|
}
|
|
}
|