Skip to content

Commit 0dc6a4d

Browse files
committed
updated dependencies
1 parent c574129 commit 0dc6a4d

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

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-
"adoy/oauth2": "dev-master",
76
"vlucas/phpdotenv": "1.1.1",
87
"auth0/auth0-php": "~2.0"
98
},

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-
"adoy/oauth2": "dev-master",
65
"vlucas/phpdotenv": "1.1.1",
76
"auth0/auth0-php": "~2.0"
87
},

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-
"adoy/oauth2": "dev-master",
65
"vlucas/phpdotenv": "1.1.1",
76
"auth0/auth0-php": "~2.0"
87
},

examples/link-users/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-
"adoy/oauth2": "dev-master",
65
"vlucas/phpdotenv": "1.1.1",
76
"auth0/auth0-php": "~2.0"
87
},

0 commit comments

Comments
 (0)