-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
44 lines (44 loc) · 983 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
34
35
36
37
38
39
40
41
42
43
44
{
"name": "gpndata/omnipay-gpn",
"type": "library",
"description": "GPN SDK library",
"keywords": [
"gpn",
"2co",
"gateway",
"merchant",
"omnipay",
"pay",
"payment",
"twocheckout"
],
"homepage": "https://github.com/gpndata/omnipay-gpn",
"license": "MIT",
"authors": [
{
"name": "Rolando Toledo",
"email": "[email protected]"
},
{
"name": "Antonio Antelo Vazquez",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": { "Omnipay\\GPNDataEurope\\" : "src/" }
},
"require": {
"omnipay/common": "v3.0-alpha.1",
"php-http/guzzle6-adapter":"1.1.1"
},
"require-dev": {
"omnipay/tests": "~2.1.0"
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}