forked from web-ant/webant-corebundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
42 lines (39 loc) · 1.07 KB
/
composer.json
File metadata and controls
42 lines (39 loc) · 1.07 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
{
"name": "web-ant/webant-corebundle",
"description": "Core systems in WebAnt",
"type": "symfony-bundle",
"keywords": ["core", "symfony"],
"license": "MIT",
"homepage": "http://webant.ru",
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "~2.3",
"doctrine/orm": "~2.2,>=2.2.3,<2.5",
"doctrine/dbal": "<2.5",
"doctrine/doctrine-bundle": "~1.2",
"friendsofsymfony/rest-bundle": "~1.4",
"jms/serializer": "~0.16",
"jms/serializer-bundle": "~0.13",
"knplabs/knp-paginator-bundle": "^2.5"
},
"require-dev": {
"phpunit/phpunit": "~4.5",
"liip/functional-test-bundle": "~1.0"
},
"autoload": {
"psr-0": { "WebAnt\\CoreBundle": "" }
},
"target-dir": "WebAnt/CoreBundle",
"authors": [
{
"name": "Yuri Kovalev",
"email": "u@webant.ru",
"role": "Developer"
},
{
"name": "Vladimir Daron",
"email": "v@webant.ru",
"role": "Developer"
}
]
}