Skip to content

Commit

Permalink
Switch to dev-master version of yii2-authclient to fix issues with de…
Browse files Browse the repository at this point in the history
…lete and other operation where url contains GET parameters.
  • Loading branch information
drsdre committed Jun 2, 2017
1 parent 61d3808 commit fcf123b
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"name": "drsdre/yii2-wordpress-api",
"description": "Yii2 Extension to connect with a Wordpress Rest API using oAuth or basic authentication",
"keywords": ["yii2", "extension", "rest", "API", "oAuth", "Wordpress", "cms"],
"keywords": [
"yii2",
"extension",
"rest",
"API",
"oAuth",
"Wordpress",
"cms"
],
"homepage": "https://github.com/drsdre/yii2-wordpress-api",
"type": "yii2-extension",
"license": "BSD-3-Clause",
Expand All @@ -16,10 +24,15 @@
"email": "[email protected]"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/drsdre/yii2-authclient"
}
],
"require": {
"php": ">=5.5.0",
"yiisoft/yii2-httpclient": "~2.0.1",
"yiisoft/yii2-authclient": "~2.1.0"
"yiisoft/yii2-authclient": "@dev-master"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit fcf123b

Please sign in to comment.