From fcf123b338e3bc2f025566fe9897b3298648c40c Mon Sep 17 00:00:00 2001 From: Drsdre Date: Fri, 2 Jun 2017 21:20:21 +0200 Subject: [PATCH] Switch to dev-master version of yii2-authclient to fix issues with delete and other operation where url contains GET parameters. --- composer.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index a0aa93f..a3aaf83 100644 --- a/composer.json +++ b/composer.json @@ -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", @@ -16,10 +24,15 @@ "email": "andre.schuurman+yii2-wordpress-api@gmail.com" } ], + "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": {