-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
44 lines (44 loc) · 1.05 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
{
"name": "prochito/payum-siampay",
"type": "project",
"description": "The Payum extension for SiamPay",
"keywords": ["payment"],
"homepage": "http://payum.org",
"license": "MIT",
"authors": [
{
"name": "Kotlyar Maksim",
"email": "[email protected]"
},
{
"name": "Payum project",
"homepage": "http://payum.org/"
},
{
"name": "Community contributions",
"homepage": "https://github.com/prochito/payum-siampay/contributors"
}
],
"require": {
"payum/core": "~1.0@dev",
"php-http/message-factory": "^1.0",
"phpunit/phpunit": "5.5.*",
"php-http/guzzle6-adapter": "^1.0",
"php-http/client-common": "^1.2"
},
"require-dev": {
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-4": {
"Prochito\\Siampay\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
}
}
}