Skip to content

Commit 517422b

Browse files
committed
updated dependencies
1 parent 8ace9f6 commit 517422b

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
~~~

examples/basic-api/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
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"

examples/basic-oauth/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
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"

examples/basic-webapp/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
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"

0 commit comments

Comments
 (0)