Skip to content

Commit ae4699a

Browse files
committed
Merge pull request #31 from auth0/1.x.x-dev
tagged adoy to ~1.3
2 parents eceec1f + e4fa4f1 commit ae4699a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ Modify your `composer.json` to add the following dependencies and run `composer
6767
{
6868
"require": {
6969
"auth0/auth0-php": "~1.0",
70-
"adoy/oauth2": "dev-master"
7170
}
7271
}
7372
~~~

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"php": ">=5.3.0",
1414
"guzzlehttp/guzzle": "~5.0",
1515
"ext-json": "*",
16-
"adoy/oauth2": "dev-master",
16+
"adoy/oauth2": "~1.3",
1717
"firebase/php-jwt" : "~2.2"
1818
},
1919
"require-dev": {

0 commit comments

Comments
 (0)