From 61852e4108eb118b0e238ab82dfef5fb6e67c24e Mon Sep 17 00:00:00 2001 From: AFS Date: Fri, 2 Jun 2017 22:16:18 +0200 Subject: [PATCH] Fix yii2-authclient version --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a3aaf83..475cc43 100644 --- a/composer.json +++ b/composer.json @@ -32,11 +32,11 @@ ], "require": { "php": ">=5.5.0", - "yiisoft/yii2-authclient": "@dev-master" + "yiisoft/yii2-authclient": "dev-master" }, "autoload": { "psr-4": { "drsdre\\WordpressApi\\": "" } } -} \ No newline at end of file +}