Skip to content

Commit

Permalink
[Payum] use stable payum release
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Nov 30, 2022
1 parent e58ecd1 commit 3f29cd0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
"knplabs/knp-menu-bundle": "^3.1",
"laminas/laminas-stdlib": "^3.6",
"laminas/laminas-zendframework-bridge": "^1.5",
"payum/payum": "dev-master",
"payum/payum-bundle": "dev-master",
"payum/payum": "^1.7",
"payum/payum-bundle": "^2.5",
"php-http/guzzle7-adapter": "^0.1",
"pimcore/pimcore": "^10.5",
"rinvex/countries": "^7.3",
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 @@ -31,7 +31,7 @@
"payum/payum-bundle": "dev-master",
"symfony/notifier": "^5.4.0",
"symfony/serializer": "^5.4.0",
"payum/payum": "dev-master",
"payum/payum": "^1.7",
"php-http/guzzle7-adapter": "^0.1",
"pimcore/pimcore": "^10.5"
},
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Component/PayumPayment/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require": {
"php": "^8.0",
"coreshop/payment": "^3.0",
"payum/payum": "dev-master"
"payum/payum": "^1.7"
},
"require-dev": {
"phpstan/phpstan": "^1.5.4",
Expand Down

0 comments on commit 3f29cd0

Please sign in to comment.