Skip to content

Commit 30b7661

Browse files
authored
Merge pull request #5 from PatronBase/add-emv3ds-support
Add support for Redsys EMV 3DS
2 parents 640beb7 + 460477b commit 30b7661

File tree

4 files changed

+1897
-62
lines changed

4 files changed

+1897
-62
lines changed

composer.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
"psr-4": { "Omnipay\\Redsys\\" : "tests/" }
3232
},
3333
"require": {
34-
"omnipay/common": "~3.0"
34+
"omnipay/common": "dev-address3-support"
3535
},
3636
"require-dev": {
37-
"omnipay/tests": "~3.0",
37+
"omnipay/tests": "dev-address3-support",
3838
"squizlabs/php_codesniffer": "^3.5"
3939
},
4040
"suggest": {
@@ -45,5 +45,15 @@
4545
"dev-master": "3.0.x-dev"
4646
}
4747
},
48+
"repositories": [
49+
{
50+
"type": "vcs",
51+
"url": "https://github.com/CodeDruids/omnipay-common"
52+
},
53+
{
54+
"type": "vcs",
55+
"url": "https://github.com/CodeDruids/omnipay-tests"
56+
}
57+
],
4858
"prefer-stable": true
4959
}

0 commit comments

Comments
 (0)