forked from jsampedro77/sermepa-omnipay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 843 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": "mserralta/sermepa-omnipay",
"type": "symfony-bundle",
"description": "Sermepa (now Redsys) payment gateway implementation with omnipay",
"license": "GPLv2",
"authors": [
{
"name": "Javier Sampedro",
"email": "[email protected]",
"homepage": "http://github.com/jsampedro77"
},
{
"name": "NitsNets Studio",
"email": "[email protected]",
"homepage": "http://www.nitsnets.com"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=5.6",
"omnipay/common": "3.*",
"redsys/messages": "*",
"php-http/curl-client": "^2.0",
"guzzlehttp/psr7": "^1.4",
"php-http/message": "^1.7"
},
"autoload": {
"psr-4": {
"Omnipay\\Sermepa\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}