-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
36 lines (36 loc) · 1.08 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
{
"name": "openvj/openvj",
"license": "AGPL",
"type": "project",
"autoload": {
"psr-4": {"VJ\\": "src/"}
},
"require": {
"php": ">=5.6",
"twig/twig": "~1.0",
"monolog/monolog": "~1.12",
"symfony/http-foundation": "~2.6",
"ircmaxell/filterus": "dev-master",
"ircmaxell/random-lib": "dev-master",
"nategood/httpful": "dev-master",
"mongofill/mongofill": "dev-master",
"pimple/pimple": "~3.0",
"ezyang/htmlpurifier": "dev-master",
"symfony/translation": "~2.6",
"symfony/yaml": "~2.6",
"nikic/fast-route": "dev-master",
"filp/whoops": "~1.1",
"symfony/config": "~2.6",
"symfony/event-dispatcher": "~2.6",
"respect/validation": "~0.7",
"zumba/mongounit": "~1.2",
"symfony/console": "~2.6",
"phpseclib/phpseclib": "~0.3",
"breeswish/php-marked": "~0.3",
"ruflin/elastica": "~1.4",
"m6web/redis-mock": "~2.2"
},
"require-dev": {
"satooshi/php-coveralls": "dev-master"
}
}