-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (35 loc) · 1008 Bytes
/
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
{
"repositories": [
{
"type": "git",
"url": "https://github.com/eileenmcnaughton/omnipay-cybersource.git"
},
{
"type": "git",
"url": "https://github.com/eileenmcnaughton/omnipay-paybox.git"
},
{
"type": "git",
"url": "https://github.com/sergej-koscejev/omnipay-gopay.git"
},
{
"type": "git",
"url": "https://github.com/eileenmcnaughton/omnipay-mollie.git"
}
],
"require":
{
"omnipay/omnipay": "~2.0",
"dioscouri/omnipay-cybersource": "master",
"alfaproject/omnipay-skrill": "dev-master",
"omnipay/bitpay": "dev-master",
"fuzion/omnipay-paybox": "dev-master",
"sergej-koscejev/omnipay-gopay": "dev-master",
"omnipay/mollie": "~3.0"
},
"require-dev":
{
"omnipay/tests": "~2.0"
},
"minimum-stability": "dev"
}