Skip to content

Commit

Permalink
[TASK] Update JobRouter client to version 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Oct 25, 2019
1 parent b3464de commit 6c2907b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Classes/Service/Rest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

use Brotkrueml\JobRouterClient\Client\RestClient;
use Brotkrueml\JobRouterClient\Configuration\ClientConfiguration;
use Brotkrueml\JobRouterClient\Exception\RestException;
use Brotkrueml\JobRouterClient\Exception\RestClientException;
use Brotkrueml\JobRouterConnector\Domain\Model\Connection;

class Rest
Expand Down Expand Up @@ -45,8 +45,8 @@ public function getRestClient(Connection $connection, ?int $lifetime = null): Re
* Check the connectivity for the given connection
*
* @param Connection $connection The connection model
* @return bool
* @throws RestException
* @return bool true, if connection can be established successfully
* @throws RestClientException
*/
public function checkConnection(Connection $connection): bool
{
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"php": "^7.2",
"ext-json": "*",
"ext-sodium": "*",
"brotkrueml/jobrouter-client": "^0.3",
"brotkrueml/jobrouter-client": "^0.4",
"typo3/cms-backend": "^9.5",
"typo3/cms-core": "^9.5",
"typo3/cms-extbase": "^9.5",
Expand Down

0 comments on commit 6c2907b

Please sign in to comment.