-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
25 lines (25 loc) · 926 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
{
"name": "brookinsconsulting/bcpagedatabundle",
"description": "BC Page Data bundle for eZ Publish Platform. Provides a symfony based replacement for the eZ Publish Legacy ezpagedata operator's persistent storage.",
"type" : "ezplatform-bundle",
"keywords" : [ "eZ Publish Platform", "eZ Platform", "bundle", "page data request persistent storage service solution" ],
"homepage": "https://bitbucket.org/brookinsconsulting/bcpagedatabundle",
"license": "GPL-2.0+",
"authors": [
{
"name" : "Brookins Consulting",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.0.0",
"ezsystems/ezpublish-kernel": "@dev"
},
"autoload" : {
"psr-0" : {
"BrookinsConsulting\\BcPageDataBundle" : ""
}
},
"target-dir" : "BrookinsConsulting/BcPageDataBundle"
}