-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
27 lines (27 loc) · 1.02 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
{
"name": "brookinsconsulting/bcwebshop",
"description": "eZ Publish Legacy extension which provides the an extension based web shop for usa customers. Great for smart developers!",
"type": "ezpublish-legacy-extension",
"keywords": [ "eZ Publish", "eZ Publish Legacy", "eZ Publish Platform", "store", "shop", "extension", "usa" ],
"homepage": "https://github.com/brookinsconsulting/bcwebshop",
"license": "GPL-2.0+",
"authors": [
{
"name" : "Brookins Consulting",
"homepage": "http://brookinsconsulting.com",
"email": "[email protected]",
"role": "Developer"
}
],
"minimum-stability": "dev",
"suggest": {
"brookinsconsulting/xrowcoupon": "xrowcoupon is a web shop coupon featureset that has been tested working with this solution"
},
"require": {
"php": ">=5.0.0",
"ezsystems/ezpublish-legacy-installer": "*"
},
"extra": {
"ezpublish-legacy-extension-name": "bcwebshop"
}
}