forked from thephpleague/omnipay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 1.08 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
{
"name": "omnipay/omnipay",
"type": "library",
"description": "Omnipay is a framework agnostic multi-gateway payment processing library",
"keywords": [
"payment", "gateway", "merchant", "authorize", "purchase", "authorize.net",
"auth.net", "cardsave", "gocardless", "netaxept", "payflow", "dps", "paymentexpress",
"paypal", "pin", "sagepay", "sage pay", "stripe", "2co", "2checkout", "twocheckout",
"worldpay", "tala", "tala-payments"],
"homepage": "https://github.com/adrianmacneil/omnipay",
"license": "MIT",
"authors": [
{
"name": "Adrian Macneil",
"email": "[email protected]"
}
],
"autoload": {
"psr-0": { "Omnipay" : "src/" }
},
"require": {
"guzzle/http": "3.*",
"symfony/http-foundation": "2.*"
},
"require-dev": {
"guzzle/plugin-mock": "3.*",
"mockery/mockery": "0.7.*",
"phpunit/phpunit": "3.7.*",
"silex/silex": "1.0.*@dev",
"squizlabs/php_codesniffer": "1.4.*",
"twig/twig": "1.*"
}
}