Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnadoO committed May 21, 2020
1 parent 200f691 commit e83a991
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DataCollector/MondialRelayDataCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function __construct(MondialRelayWebAPI $service)
$this->service = $service;
}

public function collect(Request $request, Response $response, \Exception $exception = null)
public function collect(Request $request, Response $response, \Throwable $exception = null)
{
$this->data = $this->service->getProfiles();

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "ernadoo/mondial-relay-bundle",
"type" : "symfony-bundle",
"description" : "Mondial Relay Bundle for Symfony 4",
"description" : "Mondial Relay Bundle for Symfony 5",
"keywords" : [
"Mondial Relay"
],
Expand All @@ -14,7 +14,7 @@
"require" : {
"php" : "^7.1",
"ernadoo/mondial-relay" : "^1.0",
"symfony/framework-bundle": "^4.0",
"symfony/framework-bundle": "^5.0"
},
"config" : {
"sort-packages" : true
Expand Down

0 comments on commit e83a991

Please sign in to comment.