From 4c5e1e968160a53f6495232c985875276664a518 Mon Sep 17 00:00:00 2001 From: Evgeny Kuchuk Date: Tue, 5 May 2020 23:58:20 +0300 Subject: [PATCH] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 1faf3a6..d7e148e 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "tymon/jwt-auth", - "description": "JSON Web Token Authentication for Laravel 4 and 5", + "name": "thirdparty/jwt-auth", + "description": "FORK. JSON Web Token Authentication for Laravel 4 and 5", "keywords": [ "jwt", "auth", @@ -9,7 +9,7 @@ "laravel", "json web token" ], - "homepage": "https://github.com/tymondesigns/jwt-auth", + "homepage": "https://git.sa-sec.org/thirdparty/jwt-auth", "license": "MIT", "authors": [ {