-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
46 lines (46 loc) · 1.01 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
{
"name": "tpay-com/omnipay",
"description": "Tpay gateway for Omnipay payment processing library",
"license": "MIT",
"type": "library",
"keywords": [
"gateway",
"merchant",
"omnipay",
"pay",
"payment",
"tpay",
"tpay.com",
"purchase"
],
"authors": [
{
"name": "Tpay.com",
"email": "[email protected]"
},
{
"name": "Tpay contributors",
"homepage": "https://github.com/"
}
],
"homepage": "https://github.com/",
"require": {
"omnipay/common": "^3.2",
"tpay-com/tpay-php": "^2.4"
},
"require-dev": {
"omnipay/tests": "^4.1",
"php-http/guzzle7-adapter": "^1.0",
"php-parallel-lint/php-parallel-lint": "^1.3.2"
},
"autoload": {
"psr-4": {
"Omnipay\\Tpay\\": "src/"
}
},
"config": {
"allow-plugins": {
"php-http/discovery": false
}
}
}