-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.json
33 lines (33 loc) · 908 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" : "whyte624/sonata-admin-extra-export-bundle",
"description" : "Sonata Admin extra export formats (pdf, jpg)",
"type" : "symfony-bundle",
"homepage": "https://github.com/whyte624/sonata-admin-extra-export-bundle",
"authors" : [{
"name" : "Andrei Sozonov",
"email" : "[email protected]",
"homepage": "http://whyte624.ru"
}],
"keywords" : ["snappy", "pdf", "knplabs", "knp", "bundle", "jpg", "sonata", "admin", "sonataadmin", "sonata admin", "export"],
"license" : [
"MIT"
],
"require" : {
"php": ">=5.4.0",
"sonata-project/admin-bundle": ">=2.3",
"knplabs/knp-snappy-bundle": ">=1.3"
},
"autoload" : {
"psr-0" : {
"Whyte624\\SonataAdminExtraExportBundle" : ""
}
},
"target-dir" : "Whyte624/SonataAdminExtraExportBundle",
"repositories" : [{
}],
"extra" : {
"branch-alias" : {
"dev-master" : "1.0-dev"
}
}
}