forked from destinygg/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
29 lines (29 loc) · 879 Bytes
/
composer.json
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
{
"name" : "destiny/website",
"description": "Destiny.gg website",
"license": "proprietary",
"version": "1.11.0",
"minimum-stability": "dev",
"require": {
"php" : ">=7.0.33",
"ext-pdo": "*",
"ext-curl" : "*",
"ext-json" : "*",
"ext-openssl" : "*",
"ext-mbstring" : "*",
"ext-ctype": "*",
"guzzlehttp/guzzle": "6.3.3",
"guzzlehttp/oauth-subscriber": "0.3.*",
"paypal/merchant-sdk-php" : "3.12.*",
"monolog/monolog" : "1.x-dev",
"doctrine/inflector": "1.3.x-dev",
"doctrine/collections": "1.5.x",
"doctrine/cache": "1.8.x-dev",
"doctrine/annotations": "1.7.x-dev",
"doctrine/common": "2.10.x-dev",
"doctrine/dbal": "2.9.x"
},
"autoload": {
"psr-0": {"Destiny":"lib/"}
}
}