Skip to content

Commit 587f07a

Browse files
authored
Merge pull request #22 from cbotman/master
Updated NAB test gateway endpoints
2 parents 93a8e3b + f1315f6 commit 587f07a

File tree

5 files changed

+2175
-3
lines changed

5 files changed

+2175
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ php:
77
- '5.6'
88
- '7.0'
99
- '7.1'
10-
- hhvm
1110

1211
before_script:
1312
- composer install -n --dev --prefer-source

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
}
2525
},
2626
"require": {
27+
"cweagans/composer-patches": "~1.6",
2728
"omnipay/common": "~2.3"
2829
},
2930
"require-dev": {
@@ -34,6 +35,11 @@
3435
"extra": {
3536
"branch-alias": {
3637
"dev-master": "2.0.x-dev"
38+
},
39+
"patches": {
40+
"guzzle/guzzle": {
41+
"Update CA": "patches/guzzle-guzzle-update-cacert.patch"
42+
}
3743
}
3844
}
3945
}

0 commit comments

Comments
 (0)