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 +}