-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 872 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
37
{
"name": "alexrowesoap/payumsagepay",
"type": "project",
"description": "Sagepay onsite for Payum.",
"keywords": ["payment"],
"homepage": "https://soapmedia.co.uk",
"license": "MIT",
"authors": [
{
"name": "Alex Rowe",
"email": "[email protected]"
},
{
"name": "Payum project",
"homepage": "https://payum.forma-pro.com/"
}
],
"require": {
"payum/core": "^1.5",
"kriswallsmith/buzz": "^0.16.0"
},
"require-dev": {
"payum/core": "^1.5@dev",
"php-http/guzzle6-adapter": "^1.0"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-0": { "Alexrowesoap\\Payumsagepay": "" }
},
"extra": {
"branch-alias": {
"dev-master": "1.5-dev"
}
}
}