Skip to content

Commit

Permalink
Merge pull request #2274 from dpfaffenbauer/issue/2220
Browse files Browse the repository at this point in the history
[Guzzle] use ^1.0 for guzzle adapter
  • Loading branch information
dpfaffenbauer authored May 11, 2023
2 parents 1423a40 + 125ab8f commit 7243eb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"laminas/laminas-zendframework-bridge": "^1.5",
"payum/payum": "^1.7",
"payum/payum-bundle": "^2.5",
"php-http/guzzle7-adapter": "^0.1",
"php-http/guzzle7-adapter": "^1.0",
"pimcore/pimcore": "^10.5",
"rinvex/countries": "^7.3",
"stof/doctrine-extensions-bundle": "^1.6",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/PayumBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"payum/payum": "^1.7",
"symfony/notifier": "^5.4.0",
"symfony/serializer": "^5.4.0",
"php-http/guzzle7-adapter": "^0.1",
"php-http/guzzle7-adapter": "^1.0",
"pimcore/pimcore": "^10.5"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/PayumPaymentBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"coreshop/payum-payment": "^3.0",
"pimcore/pimcore": "^10.5",
"payum/payum-bundle": "^2.5",
"php-http/guzzle7-adapter": "^0.1"
"php-http/guzzle7-adapter": "^1.0"
},
"require-dev": {
"phpstan/phpstan": "^1.5.4",
Expand Down

0 comments on commit 7243eb3

Please sign in to comment.