We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3a46b1 commit 2d99bc2Copy full SHA for 2d99bc2
Action/Api/ApiResponseAction.php
@@ -6,6 +6,7 @@
6
use Payum\Core\Bridge\Spl\ArrayObject;
7
use Payum\Core\Exception\RequestNotSupportedException;
8
use Payum\Core\Request\GetHttpRequest;
9
+
10
/**
11
* Class ResponseAction
12
* @package Ekyna\Component\Payum\Payzen\Action\Api
composer.json
@@ -13,7 +13,7 @@
13
],
14
"require" : {
15
"php" : ">=5.4",
16
- "payum/core": "^1.3",
+ "payum/core": "^1.5",
17
"php-http/guzzle6-adapter": "^1.1",
18
"symfony/process": "~2.7|~3.0",
19
"psr/log": "~1.0"
0 commit comments