forked from vitiko/IphpCoreBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
45 lines (34 loc) · 1.09 KB
/
composer.json
File metadata and controls
45 lines (34 loc) · 1.09 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
{
"name":"iphp/core-bundle",
"type":"bundle",
"description":"Bundle for creating modules and site structure in symfony 2.1 project",
"keywords":["symfony 2", "site management", "symfony 2 module"],
"homepage":"http://symfonydev.ru",
"license":"MIT",
"authors":[
{
"name":"Vitiko",
"email":"vitiko@mail.ru"
}
],
"require":{
"symfony/symfony":"~2.3",
"iphp/tree-bundle":"@stable",
"sonata-project/doctrine-orm-admin-bundle":"@stable",
"sonata-project/user-bundle":"@stable",
"sonata-project/easy-extends-bundle":"@stable",
"sonata-project/cache-bundle":"@stable",
"sonata-project/intl-bundle":"@stable",
"knplabs/knp-paginator-bundle": "@stable",
"knplabs/knp-components": "@stable",
"stof/doctrine-extensions-bundle":"@stable",
"genemu/form-bundle":"@stable",
"egeloen/ckeditor-bundle": "@stable"
},
"autoload":{
"psr-0":{
"Iphp\\CoreBundle":""
}
},
"target-dir":"Iphp/CoreBundle"
}