-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
50 lines (50 loc) · 1.13 KB
/
composer.json
File metadata and controls
50 lines (50 loc) · 1.13 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "fm_ph/quark",
"description": "Quark server",
"type": "library",
"homepage": "https://github.com/fm-ph/quark-server",
"license": "MIT",
"keywords": [
"quark",
"server"
],
"authors": [
{
"name": "Patrick Heng",
"email": "hengpatrick.pro@gmail.com"
},
{
"name": "Fabien Motte",
"email": "contact@fabienmotte.com"
}
],
"autoload": {
"psr-4": {
"Quark\\": "src/"
},
"files": [
"src/helpers.php"
]
},
"require": {
"php": "^7.0",
"fig/http-message-util": "^1.1",
"filp/whoops": "^2.1",
"geocoder-php/chain-provider": "^4.0",
"geocoder-php/free-geoip-provider": "^4.0",
"geocoder-php/geo-plugin-provider": "^4.0",
"geocoder-php/host-ip-provider": "^4.0",
"gpolguere/path-to-regexp-php": "dev-master",
"hassankhan/config": "^0.10.0",
"nochso/html-compress-twig": "^2.0",
"php-http/guzzle6-adapter": "^1.1",
"php-http/message": "^1.5",
"symfony/yaml": "^3.2",
"twig/twig": "^2.4",
"whichbrowser/parser": "^2.0",
"willdurand/geocoder": "4.1.0"
},
"config": {
"sort-packages": true
}
}