forked from xola/OmnipayBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
39 lines (39 loc) · 1.02 KB
/
Copy pathcomposer.json
File metadata and controls
39 lines (39 loc) · 1.02 KB
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
{
"name": "xola/omnipay-bundle",
"type": "symfony-bundle",
"description": "Integrates Omnipay 3 with Symfony 2+",
"keywords": [
"omnipay",
"payment",
"credit card",
"gateway",
"symfony"
],
"homepage": "https://github.com/xola/OmnipayBundle",
"license": "MIT",
"require": {
"php": ">=7",
"symfony/framework-bundle": ">=2.1 <4.0",
"league/omnipay": "^3.0",
"php-http/logger-plugin": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "^6",
"omnipay/authorizenet": "^3.3",
"omnipay/eway": "^3.0",
"omnipay/mollie": "^5.2",
"omnipay/paymentexpress": "^3.0",
"omnipay/paypal": "^3.0",
"omnipay/sagepay": "^3.2",
"omnipay/securepay": "^3.0",
"omnipay/stripe": "^3.1",
"omnipay/worldpay": "^3.0",
"symfony/yaml": "^3.4"
},
"autoload": {
"psr-0": {
"Xola\\OmnipayBundle": ""
}
},
"target-dir": "Xola/OmnipayBundle"
}