Skip to content

Commit

Permalink
Merge pull request #2710 from dpfaffenbauer/payum-bundle
Browse files Browse the repository at this point in the history
[Payum] req payum/payum-bundle:^2.6
  • Loading branch information
dpfaffenbauer authored Sep 10, 2024
2 parents 36972ef + 7ea1c04 commit c0744ce
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 c0744ce

Please sign in to comment.