Skip to content

Commit c455ece

Browse files
authored
Merge pull request #7 from PatronBase/11178-add-new-params-for-3ds-v2
Add support for 3DS v2.x
2 parents 2a9c6d0 + b6eba20 commit c455ece

File tree

5 files changed

+439
-65
lines changed

5 files changed

+439
-65
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
{
2323
"name": "Leith Caldwell",
2424
"email": "[email protected]"
25+
},
26+
{
27+
"name": "Dan Eastmond",
28+
"email": "[email protected]"
2529
}
2630
],
2731
"autoload": {
@@ -42,7 +46,7 @@
4246
},
4347
"extra": {
4448
"branch-alias": {
45-
"dev-master": "3.1.x-dev"
49+
"dev-master": "3.2.x-dev"
4650
}
4751
},
4852
"repositories": [

0 commit comments

Comments
 (0)