change jwt-auth version to dev-develop

This commit is contained in:
Too
2018-06-23 00:12:00 +08:00
parent a46dbc9d17
commit 19d53139ac
4 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
"laravel/socialite": "^3.0",
"laravel/tinker": "~1.0",
"laravelcollective/html": "^5.6",
"tymon/jwt-auth": "^1.0.0-rc.2",
"tymon/jwt-auth": "dev-develop",
"zizaco/entrust": "dev-master"
},
"require-dev": {
Generated
+7 -7
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "3f411d272d823b9e69fdedb77a2abf73",
"content-hash": "041e70e1674a10af3e2afd9acb054661",
"packages": [
{
"name": "dnoegel/php-xdg-base-dir",
@@ -3320,16 +3320,16 @@
},
{
"name": "tymon/jwt-auth",
"version": "1.0.0-rc.2",
"version": "dev-develop",
"source": {
"type": "git",
"url": "https://github.com/tymondesigns/jwt-auth.git",
"reference": "d5220f6a84cbb8300f6f2f0f20aa908d072b4e4b"
"reference": "6e419252cc592afc2ed4cd61be6f5e303a636cc5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tymondesigns/jwt-auth/zipball/d5220f6a84cbb8300f6f2f0f20aa908d072b4e4b",
"reference": "d5220f6a84cbb8300f6f2f0f20aa908d072b4e4b",
"url": "https://api.github.com/repos/tymondesigns/jwt-auth/zipball/6e419252cc592afc2ed4cd61be6f5e303a636cc5",
"reference": "6e419252cc592afc2ed4cd61be6f5e303a636cc5",
"shasum": ""
},
"require": {
@@ -3391,7 +3391,7 @@
"jwt",
"laravel"
],
"time": "2018-02-07T20:55:14+00:00"
"time": "2018-06-19T20:04:27+00:00"
},
{
"name": "vlucas/phpdotenv",
@@ -5341,7 +5341,7 @@
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"tymon/jwt-auth": 5,
"tymon/jwt-auth": 20,
"zizaco/entrust": 20
},
"prefer-stable": false,
+1
View File
@@ -4185,6 +4185,7 @@ return array(
'Tymon\\JWTAuth\\Exceptions\\UserNotDefinedException' => $vendorDir . '/tymon/jwt-auth/src/Exceptions/UserNotDefinedException.php',
'Tymon\\JWTAuth\\Facades\\JWTAuth' => $vendorDir . '/tymon/jwt-auth/src/Facades/JWTAuth.php',
'Tymon\\JWTAuth\\Facades\\JWTFactory' => $vendorDir . '/tymon/jwt-auth/src/Facades/JWTFactory.php',
'Tymon\\JWTAuth\\Facades\\JWTProvider' => $vendorDir . '/tymon/jwt-auth/src/Facades/JWTProvider.php',
'Tymon\\JWTAuth\\Factory' => $vendorDir . '/tymon/jwt-auth/src/Factory.php',
'Tymon\\JWTAuth\\Http\\Middleware\\Authenticate' => $vendorDir . '/tymon/jwt-auth/src/Http/Middleware/Authenticate.php',
'Tymon\\JWTAuth\\Http\\Middleware\\AuthenticateAndRenew' => $vendorDir . '/tymon/jwt-auth/src/Http/Middleware/AuthenticateAndRenew.php',
+1
View File
@@ -4613,6 +4613,7 @@ class ComposerStaticInit6dcfe61ea7999ade723f072fea748b5a
'Tymon\\JWTAuth\\Exceptions\\UserNotDefinedException' => __DIR__ . '/..' . '/tymon/jwt-auth/src/Exceptions/UserNotDefinedException.php',
'Tymon\\JWTAuth\\Facades\\JWTAuth' => __DIR__ . '/..' . '/tymon/jwt-auth/src/Facades/JWTAuth.php',
'Tymon\\JWTAuth\\Facades\\JWTFactory' => __DIR__ . '/..' . '/tymon/jwt-auth/src/Facades/JWTFactory.php',
'Tymon\\JWTAuth\\Facades\\JWTProvider' => __DIR__ . '/..' . '/tymon/jwt-auth/src/Facades/JWTProvider.php',
'Tymon\\JWTAuth\\Factory' => __DIR__ . '/..' . '/tymon/jwt-auth/src/Factory.php',
'Tymon\\JWTAuth\\Http\\Middleware\\Authenticate' => __DIR__ . '/..' . '/tymon/jwt-auth/src/Http/Middleware/Authenticate.php',
'Tymon\\JWTAuth\\Http\\Middleware\\AuthenticateAndRenew' => __DIR__ . '/..' . '/tymon/jwt-auth/src/Http/Middleware/AuthenticateAndRenew.php',