forked from alicomo/LyraAdminBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 876 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 876 Bytes
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": "lyra/admin-bundle",
"type": "symfony-bundle",
"description": "Symfony2 bundle to create a backend area based on jQuery, jQuery UI",
"keywords": ["admin", "backend", "jquery", "jquery-ui"],
"homepage": "https://github.com/mgiagnoni/LyraAdminBundle",
"license": "MIT",
"authors": [
{
"name": "Massimo Giagnoni",
"email": "gimassimo@gmail.com"
},
{
"name": "contributors",
"homepage": "https://github.com/mgiagnoni/LyraAdminBundle/contributors"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.*",
"symfony/security-bundle": "2.*"
},
"suggest": {
"symfony/doctrine-bundle": "*"
},
"autoload": {
"psr-0": { "Lyra\\AdminBundle": "" }
},
"target-dir": "Lyra/AdminBundle"
}