mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 18:04:08 +02:00
25 lines
665 B
JSON
25 lines
665 B
JSON
{
|
|
"require": {
|
|
"mikecao/flight": "^1.2",
|
|
"morris/lessql": "^0.3.0",
|
|
"vlucas/phpdotenv": "^1.1",
|
|
"ircmaxell/random-lib": "^1.1",
|
|
"ehesp/steam-login": "^1.0",
|
|
"koraktor/steam-condenser": "^1.3",
|
|
"guzzlehttp/guzzle": "^6.2",
|
|
"doctrine/dbal": "^2.5"
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"vendor/koraktor/steam-condenser/lib/steam-condenser.php"
|
|
],
|
|
"psr-4": {
|
|
"Demostf\\API\\": "src/",
|
|
"Demostf\\API\\Test\\": "test/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.0",
|
|
"friendsofphp/php-cs-fixer": "^2.4"
|
|
}
|
|
}
|