Skip to content

Commit c676410

Browse files
author
Chris Botman
committed
Added patch file and composer patching plugin to update guzzle's CA file.
1 parent 3506acd commit c676410

File tree

2 files changed

+2173
-0
lines changed

2 files changed

+2173
-0
lines changed

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)