Skip to content

Commit

Permalink
Temp commit for composer
Browse files Browse the repository at this point in the history
  • Loading branch information
fightmaster committed Nov 12, 2020
1 parent f3904dd commit 8f309a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: php

php:
- 7.2
- 7.3
- 7.4

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
},
"require": {
"php": ">=7.3",
"php": ">=7.2",
"ext-soap": "*",
"ext-dom": "*",
"ext-xmlwriter": "*",
Expand Down
2 changes: 1 addition & 1 deletion src/Client/CurlClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function send(string $url, string $httpMethod, array $headers = [], stri

$decodedResponse = json_decode($responseMessage, true);
if ($decodedResponse === null) {
throw new ProcessingException();
throw new InkRouterNotAvailableException();
}

return new CurlResponse($decodedResponse, $statusCode);
Expand Down

0 comments on commit 8f309a7

Please sign in to comment.