-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
45 lines (44 loc) · 1.04 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
37
38
39
40
41
42
43
44
45
{
"name": "planetadeleste/omnipay-moip",
"description": "MOIP payment gateway driver for the Omnipay 3.x payment processing library",
"type": "library",
"minimum-stability": "dev",
"license": "MIT",
"keywords": [
"moip",
"wirecardBrazil",
"gateway",
"merchant",
"omnipay",
"pay",
"payment"
],
"homepage": "https://github.com/planetadeleste/omnipay-moip",
"authors": [
{
"name": "Jorge Vahldick",
"email": "[email protected]"
},
{
"name": "Luciano Júnior",
"email": "[email protected]"
},
{
"name": "Alvaro Cánepa",
"email": "[email protected]",
"homepage": "http://www.planetadeleste.com/"
}
],
"require": {
"php": ">=5.4",
"league/omnipay": "^3.0"
},
"require-dev": {
"omnipay/tests": "~3.0"
},
"autoload": {
"psr-4": {
"Omnipay\\Moip\\": "src/"
}
}
}