forked from volkszaehler/volkszaehler.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
46 lines (46 loc) · 1.5 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
{
"name": "volkszaehler/volkszaehler",
"type": "project",
"description": "volkszaehler is a free smart meter implementation with focus on data privacy",
"homepage": "http://www.volkszaehler.org/",
"license": "GPL-3.0",
"support": {
"wiki": "http://wiki.volkszaehler.org/",
"email": "[email protected]"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=5.6.0",
"doctrine/orm": "^2.5",
"doctrine/dbal": "^2.5",
"andig/dbcopy": "dev-master",
"symfony/console": "^2.6|^3.0",
"symfony/http-kernel": "^2.6|^3.0",
"symfony/http-foundation": "^2.6|^3.0",
"symfony/routing": "^2.6|^3.0",
"react/socket": "^0.5",
"cboden/ratchet": "0.4.x-dev",
"react/http": "dev-master#cd15204bd15d106d7832c680e4fb0ca0ce2f5e30",
"php-pm/php-pm": "dev-master",
"php-pm/httpkernel-adapter": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "^4.4|^5.0",
"react/http-client": "^0.3.2",
"react/socket-client": "0.5.*",
"ringcentral/psr7": "^1.2",
"jenssegers/proxy": "^3.0-beta",
"symfony/psr-http-message-bridge": "^1.0",
"zendframework/zend-diactoros": "^1.3"
},
"autoload": {
"psr-4": {
"Volkszaehler\\": "lib/",
"Tests\\": "test/"
}
},
"suggest": {
"jpgraph/jpgraph": "Server-side chart generation for volkszaehler"
}
}