-
Notifications
You must be signed in to change notification settings - Fork 19
/
composer.json
30 lines (30 loc) · 1008 Bytes
/
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
{
"name": "redcode/tree-bundle",
"type": "symfony-bundle",
"description": "This Symfony bundle integrates jsTree and Gedmo Nested Set directly to Sonata Admin",
"keywords": ["ajax", "asynchronous", "async", "tree", "nested", "set", "bundle", "symfony", "bundle", "doctrine", "sonataproject"],
"homepage": "https://github.com/redco/sonata-admin-tree-bundle",
"license": "MIT",
"authors": [
{
"name": "Andrew Reddikh",
"email": "[email protected]",
"homepage": "http://reddikh.com"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=5.6.0",
"stof/doctrine-extensions-bundle": "^1.2",
"sonata-project/admin-bundle": "^3.1"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"fabpot/php-cs-fixer": "^1.10",
"satooshi/php-coveralls": "^0.6.1"
},
"autoload": {
"psr-0": { "RedCode\\TreeBundle": "" }
},
"target-dir": "RedCode/TreeBundle"
}