forked from mugoweb/ezpaypal
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
36 lines (36 loc) · 1.15 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
28
29
30
31
32
33
34
35
36
{
"name": "se7enxweb/ezpaypal",
"description": "eZ Publish extension which provides for real time payment processing for ecommerce websites. Great for smart developers!",
"type": "ezpublish-legacy-extension",
"keywords": [ "eZ Publish", "eZ Publish Legacy", "eZ Publish Platform", "PayPal", "Payment Gateway", "extension", "Redirect Gateway" ],
"homepage": "https://github.com/se7enxweb/ezpaypal",
"license": "GPL-2.0-or-later",
"authors": [
{
"name" : "7x",
"homepage": "https://se7enx.com",
"email": "[email protected]",
"role": "Developer"
},
{
"name" : "Mugo Web",
"homepage": "https://mugo.ca",
"email": "[email protected]",
"role": "Developer"
},
{
"name" : "Ibexa",
"homepage": "https://ibexa.no",
"email": "[email protected]",
"role": "Author"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.0.0",
"se7enxweb/ezpublish-legacy-installer": "*"
},
"extra": {
"ezpublish-legacy-extension-name": "ezpaypal"
}
}