Skip to content

Commit

Permalink
Fix yii2-authclient version
Browse files Browse the repository at this point in the history
  • Loading branch information
drsdre authored Jun 2, 2017
1 parent fcf123b commit 61852e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
],
"require": {
"php": ">=5.5.0",
"yiisoft/yii2-authclient": "@dev-master"
"yiisoft/yii2-authclient": "dev-master"
},
"autoload": {
"psr-4": {
"drsdre\\WordpressApi\\": ""
}
}
}
}

0 comments on commit 61852e4

Please sign in to comment.