forked from EasyCorp/EasyAdminBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 1.36 KB
/
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
34
35
36
37
{
"name": "javiereguiluz/easyadmin-bundle",
"type": "symfony-bundle",
"description": "Admin generator for Symfony applications",
"keywords": ["backend", "admin", "generator"],
"homepage": "https://github.com/javiereguiluz/EasyAdminBundle",
"license": "MIT",
"authors": [
{
"name": "Javier Eguiluz",
"email": "[email protected]"
},
{
"name": "Project Contributors",
"homepage": "http://github.com/javiereguiluz/easyadmin/blob/master/CONTRIBUTORS.md"
}
],
"require": {
"php" : ">=5.3.0",
"doctrine/orm" : "~2.3",
"pagerfanta/pagerfanta" : "~1.0",
"sensio/framework-extra-bundle" : "~2.3|~3.0",
"symfony/dependency-injection" : "~2.3",
"symfony/config" : "~2.3",
"symfony/doctrine-bridge" : "~2.3",
"symfony/form" : "~2.3",
"symfony/framework-bundle" : "~2.3",
"symfony/http-foundation" : "~2.3",
"symfony/http-kernel" : "~2.3",
"symfony/routing" : "~2.3",
"symfony/yaml" : "~2.3",
"twig/twig" : "~1.0"
},
"autoload": {
"psr-4": { "JavierEguiluz\\Bundle\\EasyAdminBundle\\": "" }
}
}