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.
1 parent e560b79 commit 118e1bbCopy full SHA for 118e1bb
composer.json
@@ -2,18 +2,11 @@
2
"name": "auth0/login",
3
"description": "Laravel plugin that helps authenticate with the Auth0 service",
4
"license": "MIT",
5
- "repositories": [
6
- {
7
- "type": "git",
8
- "url": "https://github.com/auth0/php-jwt.git"
9
- }
10
- ],
11
"require": {
12
"php": "^7.3 | ^8.0",
13
"ext-json": "*",
14
"ext-openssl": "*",
15
"auth0/auth0-php": "^7.6",
16
- "lcobucci/jwt": "dev-3.3-php8-compatibility#daa6aff67a22bf737504143ae55a6913d9ff484d",
17
"illuminate/support": " ^6.0 | ^7.0 | ^8.0",
18
"illuminate/contracts": "^6.0 | ^7.0 | ^8.0"
19
},
0 commit comments