forked from demostf/api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 763 Bytes
/
composer.json
File metadata and controls
36 lines (36 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"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
}
}
}