We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eceec1f + e4fa4f1 commit ae4699aCopy full SHA for ae4699a
README.md
@@ -67,7 +67,6 @@ Modify your `composer.json` to add the following dependencies and run `composer
67
{
68
"require": {
69
"auth0/auth0-php": "~1.0",
70
- "adoy/oauth2": "dev-master"
71
}
72
73
~~~
composer.json
@@ -13,7 +13,7 @@
13
"php": ">=5.3.0",
14
"guzzlehttp/guzzle": "~5.0",
15
"ext-json": "*",
16
- "adoy/oauth2": "dev-master",
+ "adoy/oauth2": "~1.3",
17
"firebase/php-jwt" : "~2.2"
18
},
19
"require-dev": {
0 commit comments