1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 18:04:08 +02:00
api/composer.json
2022-01-23 16:28:21 +01:00

36 lines
763 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": "dev-master#92dde9e3b462e93cc498fe795a712c61eec7051e",
"guzzlehttp/guzzle": "^6.5",
"doctrine/dbal": "^3.0",
"ext-pdo": "*",
"ext-json": "*",
"ext-apcu": "*"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/koraktor/steam-condenser-php"
}
],
"autoload": {
"psr-4": {
"Demostf\\API\\": "src/",
"Demostf\\API\\Test\\": "test/"
}
},
"require-dev": {
"phpunit/phpunit": "^9",
"friendsofphp/php-cs-fixer": "^2.16",
"phpstan/phpstan": "^0.12.57"
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true
}
}
}