mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 18:04:08 +02:00
35 lines
746 B
JSON
35 lines
746 B
JSON
{
|
|
"require": {
|
|
"mikecao/flight": "1.3.8",
|
|
"vlucas/phpdotenv": "^v5.4.1",
|
|
"ircmaxell/random-lib": "^v1.2.0",
|
|
"ehesp/steam-login": "^1.2",
|
|
"koraktor/steam-condenser": "dev-master#92dde9e3b462e93cc498fe795a712c61eec7051e",
|
|
"doctrine/dbal": "^3.3.6",
|
|
"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.5.20",
|
|
"friendsofphp/php-cs-fixer": "^v3.3.0",
|
|
"phpstan/phpstan": "^1.6.8"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"composer/package-versions-deprecated": true
|
|
}
|
|
}
|
|
}
|