forked from tpay-com/omnipay-tpay
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
47 lines (47 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
46
47
{
"name": "mobtitude/omnipay-tpay",
"version": "v2.0.0",
"version_normalized": "2.0.0.0",
"type": "library",
"description": "Tpay gateway for Omnipay payment processing library",
"keywords": [
"gateway",
"merchant",
"omnipay",
"pay",
"payment",
"tpay",
"tpay.com",
"purchase"
],
"homepage": "https://github.com/",
"license": "MIT",
"authors": [
{
"name": "Tpay.com",
"email": "[email protected]"
},
{
"name": "Tpay contributors",
"homepage": "https://github.com/"
},{
"name": "Przemek Szalko",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": { "Omnipay\\Tpay\\" : "src/" }
},
"require": {
"omnipay/common": "~2.0"
},
"require-dev": {
"omnipay/tests": "~2.0"
},
"extra": {
"branch-alias": {
"dev-master": "2.3.x-dev"
}
},
"minimum-stability": "dev"
}