File tree Expand file tree Collapse file tree 4 files changed +1
-5
lines changed
Expand file tree Collapse file tree 4 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,7 @@ Modify your `composer.json` to add the following dependencies and run `composer
4242{
4343 " require" : {
4444 " auth0/auth0-php" : " ~1.0" ,
45- " adoy/oauth2" : " dev-master" ,
46- " firebase/php-jwt" : " dev-master"
45+ " adoy/oauth2" : " dev-master"
4746 }
4847}
4948~~~
Original file line number Diff line number Diff line change 33 "description" : " Basic sample for securing an API" ,
44 "require" : {
55 "bramus/router" : " dev-master" ,
6- "firebase/php-jwt" : " dev-master" ,
76 "adoy/oauth2" : " dev-master" ,
87 "vlucas/phpdotenv" : " 1.1.1" ,
98 "auth0/auth0-php" : " ~1.0"
Original file line number Diff line number Diff line change 22 "name" : " auth0/basic-webapp-sample" ,
33 "description" : " Basic sample for securing a WebApp with Auth0" ,
44 "require" : {
5- "firebase/php-jwt" : " dev-master" ,
65 "adoy/oauth2" : " dev-master" ,
76 "vlucas/phpdotenv" : " 1.1.1" ,
87 "auth0/auth0-php" : " ~1.0"
Original file line number Diff line number Diff line change 22 "name" : " auth0/basic-webapp-sample" ,
33 "description" : " Basic sample for securing a WebApp with Auth0" ,
44 "require" : {
5- "firebase/php-jwt" : " dev-master" ,
65 "adoy/oauth2" : " dev-master" ,
76 "vlucas/phpdotenv" : " 1.1.1" ,
87 "auth0/auth0-php" : " ~1.0"
You can’t perform that action at this time.
0 commit comments