forked from vitiko/IphpTreeBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
48 lines (36 loc) · 1.15 KB
/
composer.json
File metadata and controls
48 lines (36 loc) · 1.15 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
46
47
48
{
"name": "iphp/tree-bundle",
"type": "bundle",
"description": "Mix materialized path and nested tree for doctrine entities",
"keywords": ["Symfony","Doctrine ORM","Sonata admin tree", "Materialized path", "Nested set"],
"homepage": "http://symfonydev.ru",
"license": "MIT",
"authors": [
{
"name": "Vitiko",
"email": "vitiko@mail.ru"
}
],
"autoload": {
"psr-0": { "Iphp\\TreeBundle": "" }
},
"require": {
"symfony/framework-bundle":">=2.2@stable",
"stof/doctrine-extensions-bundle": "@stable"
},
"require-dev":{
"symfony/class-loader": "@stable",
"symfony/twig-bundle": "@stable",
"symfony/finder": "@stable",
"symfony/browser-kit": "@stable",
"symfony/css-selector": "@stable",
"symfony/form": "@stable",
"symfony/validator": "@stable",
"symfony/process": "@stable",
"symfony/yaml": "@stable",
"sensio/framework-extra-bundle": "@stable",
"doctrine/doctrine-bundle": "@stable",
"doctrine/orm": "@stable"
},
"target-dir": "Iphp/TreeBundle"
}