-
Notifications
You must be signed in to change notification settings - Fork 13
/
composer.json
63 lines (63 loc) · 1.58 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "nextdom/core",
"description": "Software for home automation Open Source",
"require": {
"ext-json": "*",
"christian-riesen/base32": "^1.3",
"doctrine/cache": "^1.6",
"endroid/qr-code": "^2.5",
"ext-curl": "*",
"guzzlehttp/guzzle": "6.5.2",
"icewind/smb": "^3.1",
"influxdb/influxdb-php": "^1.15",
"knplabs/github-api": "2.11.0",
"league/flysystem-webdav": "^1.0",
"league/oauth2-client": "^2.4",
"matthiasmullie/minify": "^1.3",
"monolog/monolog": "^1.25",
"mtdowling/cron-expression": "^1.2",
"paragonie/random_compat": "^2.0",
"php-http/guzzle6-adapter": "^1.1",
"pragmarx/google2fa": "^7.0",
"ralouphie/getallheaders": "^2.0",
"rbdwllr/reallysimplejwt": "^1.1",
"simplesoftwareio/simple-qrcode": "^2.0",
"splitbrain/php-archive": "^1.1",
"symfony/cache": "^3.4",
"symfony/config": "^3.4",
"symfony/debug": "^3.4",
"symfony/expression-language": "^2.8",
"symfony/http-foundation": "^3.4",
"symfony/routing": "^3.4",
"symfony/translation": "^3.4",
"symfony/twig-bridge": "^3.4",
"symfony/yaml": "^3.4",
"touki/ftp": "^1.2",
"twig/extensions": "^1.5"
},
"license": "GPL",
"config": {
"preferred-install": "dist"
},
"require-dev": {
"vrana/adminer": "^4.7",
"symfony/var-dumper": "^3.4"
},
"authors": [
{
"name": "nextdom",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"NextDom\\": "src"
},
"classmap": [
"core/class/",
"core/com/",
"core/repo/",
"core/php/"
]
}
}