Skip to content

Commit 2dc8a25

Browse files
committed
Allow php-http/guzzle6-adapter 2.
1 parent c149788 commit 2dc8a25

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ $gateway = $factory->create([
2121
'site_id' => '132456',
2222
'certificate' => '132456',
2323
'ctx_mode' => Api::MODE_PRODUCTION,
24+
'hash_mode' => Api::HASH_MODE_SHA256,
2425
'directory' => __DIR__ . '/payzen-cache',
2526
]);
2627

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require": {
2323
"php": "^7.1",
2424
"payum/core": "^1.5",
25-
"php-http/guzzle6-adapter": "^1.1",
25+
"php-http/guzzle6-adapter": "^1.1|^2.0",
2626
"symfony/options-resolver": "^3.0|^4.0|^5.0",
2727
"symfony/process": "^3.0|^4.0|^5.0",
2828
"psr/log": "^1.0"

0 commit comments

Comments
 (0)