Skip to content

Commit

Permalink
[Payum] req payum/payum-bundle:^2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Sep 9, 2024
1 parent 36972ef commit 7ea1c04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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-stdlib": "^3.6",
"laminas/laminas-zendframework-bridge": "^1.5",
"payum/payum": "^1.7",
"payum/payum-bundle": "^2.5",
"payum/payum-bundle": "^2.6",
"php-http/guzzle7-adapter": "^1.0",
"php-http/message-factory": "^1.0",
"pimcore/pimcore": "^10.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

namespace CoreShop\Bundle\PayumBundle\Exception;

use Payum\Core\Bridge\Symfony\ReplyToSymfonyResponseConverter as BaseReplyToSymfonyResponseConverter;
use Payum\Bundle\PayumBundle\ReplyToSymfonyResponseConverter as BaseReplyToSymfonyResponseConverter;
use Payum\Core\Reply\ReplyInterface;

class ReplyToSymfonyResponseConverter extends BaseReplyToSymfonyResponseConverter
Expand Down

0 comments on commit 7ea1c04

Please sign in to comment.