-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
26 lines (26 loc) · 998 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
{
"name": "brookinsconsulting/bcdocumentreaderbundle",
"description": "BC Document Reader bundle for eZ Publish Platform. Detects file download links and displays helper applications which can open the files.",
"type" : "ezplatform-bundle",
"keywords" : [ "eZ Publish Platform", "eZ Platform", "bundle", "document link helper application reader detection solution" ],
"homepage": "https://bitbucket.org/brookinsconsulting/bcdocumentreaderbundle",
"license": "GPL-2.0+",
"authors": [
{
"name" : "Brookins Consulting",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.0.0",
"ezsystems/ezpublish-kernel": "@dev",
"brookinsconsulting/bcpagedatabundle": "@dev"
},
"autoload" : {
"psr-0" : {
"BrookinsConsulting\\BcDocumentReaderBundle" : ""
}
},
"target-dir" : "BrookinsConsulting/BcDocumentReaderBundle"
}