From e4fa4f108bb2fb7900376c7b20abeffecaf629ab Mon Sep 17 00:00:00 2001 From: German Lena Date: Mon, 3 Aug 2015 17:02:13 -0300 Subject: [PATCH] tagged adoy to ~1.3 --- README.md | 1 - composer.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7dca952d..d80669b7 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,6 @@ Modify your `composer.json` to add the following dependencies and run `composer { "require": { "auth0/auth0-php": "~1.0", - "adoy/oauth2": "dev-master" } } ~~~ diff --git a/composer.json b/composer.json index 7702d6d2..0cac4791 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "php": ">=5.3.0", "guzzlehttp/guzzle": "~5.0", "ext-json": "*", - "adoy/oauth2": "dev-master", + "adoy/oauth2": "~1.3", "firebase/php-jwt" : "~2.2" }, "require-dev": {