forked from MWSimple/CrudGeneratorBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 938 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
31
32
33
{
"name": "hydras/crud-generator",
"description": "Crud Generator de Hydras C&S con Boostrap 3",
"keywords": ["crud", "generator", "bootstrap"],
"homepage": "https://github.com/fuser82/HydrasCrudGeneratorBundle",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Gonzalo Alonso",
"email": "[email protected]"
},
{
"name": "Facundo Calvo",
"email": "[email protected]"
}
],
"require": {
"sensio/generator-bundle": "2.3.*",
"knplabs/knp-paginator-bundle": "2.4.0",
"lexik/form-filter-bundle": "v2.0.*"
},
"autoload": {
"psr-0": { "Hydras\\Bundle\\CrudGeneratorBundle": "" }
},
"target-dir": "Hydras/Bundle/CrudGeneratorBundle",
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "2.3.x-dev"
}
}
}