Skip to content

Commit

Permalink
Merge pull request #12 from belmeopmenieuwesim/bugfix/remove-hard-dep…
Browse files Browse the repository at this point in the history
…endency-on-guzzle6

Removes the dependency on Guzzle 6
  • Loading branch information
pierredup authored Feb 17, 2022
2 parents 68dce8f + d503810 commit cdbc081
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,16 @@
"require": {
"php": "^7.2 | ^8.0",
"payum/core": "^1.6.1",
"omnipay/common": "^3.0",
"guzzlehttp/guzzle": "^6.0",
"php-http/guzzle6-adapter": "^2.0"
"omnipay/common": "^3.2",
"php-http/client-implementation": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5 || ^9.5",
"omnipay/dummy": "^3.0"
"omnipay/dummy": "^3.0",
"php-http/guzzle7-adapter": "^1.0"
},
"suggest": {
"php-http/guzzle7-adapter": "Guzzle 7 HTTP Adapter"
},
"config": {
"bin-dir": "bin"
Expand Down

0 comments on commit cdbc081

Please sign in to comment.