Skip to content

Commit

Permalink
Set yii2-authclient to minimum 2.1.3 to include the oauth1 get parame…
Browse files Browse the repository at this point in the history
…ter fix.
  • Loading branch information
drsdre committed Aug 2, 2017
1 parent 5938b9e commit 8b7a7d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ protected function executeRequest() {
);
case 404:
throw new Exception(
'Not found: ' . $this->request->getFullUrl() . 'does not exist.',
'Not found: ' . $this->request->getFullUrl() . ' does not exist.',
$this->response->statusCode
);
case 405:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"require": {
"php": ">=5.5.0",
"yiisoft/yii2-authclient": "~2.1.2"
"yiisoft/yii2-authclient": "^2.1.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8b7a7d5

Please sign in to comment.