From af02c4781d94ba0e08d5d2454ff9d07450e8b213 Mon Sep 17 00:00:00 2001 From: ShowappSoftware <49631525+ShowappSoftware@users.noreply.github.com> Date: Thu, 10 Feb 2022 15:55:02 +0100 Subject: [PATCH 1/6] bump --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index a15b39bf3..f7ec64bed 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "tymon/jwt-auth", + "name": "showapp/jwt-auth", "description": "JSON Web Token Authentication for Laravel and Lumen", "keywords": [ "auth", @@ -24,18 +24,18 @@ ], "require": { "php": "^7.2|^8.0", - "illuminate/auth": "^5.2|^6|^7|^8", - "illuminate/contracts": "^5.2|^6|^7|^8", - "illuminate/http": "^5.2|^6|^7|^8", - "illuminate/support": "^5.2|^6|^7|^8", + "illuminate/auth": "^5.2|^6|^7|^8|^9", + "illuminate/contracts": "^5.2|^6|^7|^8|^9", + "illuminate/http": "^5.2|^6|^7|^8|^9", + "illuminate/support": "^5.2|^6|^7|^8|^9", "lcobucci/jwt": "<3.4", "namshi/jose": "^7.0", "nesbot/carbon": "^1.0|^2.0" }, "require-dev": { - "illuminate/console": "^5.2|^6|^7|^8", - "illuminate/database": "^5.2|^6|^7|^8", - "illuminate/routing": "^5.2|^6|^7|^8", + "illuminate/console": "^5.2|^6|^7|^8|^9", + "illuminate/database": "^5.2|^6|^7|^8|^9", + "illuminate/routing": "^5.2|^6|^7|^8|^9", "mockery/mockery": ">=0.9.9", "phpunit/phpunit": "^8.5|^9.4", "yoast/phpunit-polyfills": "^0.2.0" From f1ba750d48a3241a4ed6da1b2266605facc923b3 Mon Sep 17 00:00:00 2001 From: ShowappSoftware <49631525+ShowappSoftware@users.noreply.github.com> Date: Wed, 22 Jan 2025 14:22:02 +0100 Subject: [PATCH 2/6] Update composer.json --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index f7ec64bed..6114c7bcb 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,6 @@ "illuminate/auth": "^5.2|^6|^7|^8|^9", "illuminate/contracts": "^5.2|^6|^7|^8|^9", "illuminate/http": "^5.2|^6|^7|^8|^9", - "illuminate/support": "^5.2|^6|^7|^8|^9", "lcobucci/jwt": "<3.4", "namshi/jose": "^7.0", "nesbot/carbon": "^1.0|^2.0" From a9d97f45c6fa9a3a7b24629ebc368438a70c1a21 Mon Sep 17 00:00:00 2001 From: ShowappSoftware <49631525+ShowappSoftware@users.noreply.github.com> Date: Wed, 22 Jan 2025 14:38:34 +0100 Subject: [PATCH 3/6] Update composer.json --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 5c3c81b46..03becc4e8 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,6 @@ "illuminate/auth": "^5.2|^6|^7|^8|^9", "illuminate/contracts": "^5.2|^6|^7|^8|^9", "illuminate/http": "^5.2|^6|^7|^8|^9", - "illuminate/support": "^5.2|^6|^7|^8|^9", "lcobucci/jwt": "^3.4|^4.0", "namshi/jose": "^7.0", "nesbot/carbon": "^1.0|^2.0" From 67f343908d6097ba5b641d21ad0bbe4b54ce0e78 Mon Sep 17 00:00:00 2001 From: ShowappSoftware <49631525+ShowappSoftware@users.noreply.github.com> Date: Wed, 22 Jan 2025 14:42:24 +0100 Subject: [PATCH 4/6] Update composer.json --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 03becc4e8..18bfea0b3 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,6 @@ "php": "^7.4|^8.0|^8.1|^8.2", "illuminate/auth": "^5.2|^6|^7|^8|^9", "illuminate/contracts": "^5.2|^6|^7|^8|^9", - "illuminate/http": "^5.2|^6|^7|^8|^9", "lcobucci/jwt": "^3.4|^4.0", "namshi/jose": "^7.0", "nesbot/carbon": "^1.0|^2.0" From 017cb476f90f37fc8e7bf253ab5368af8a76fcf7 Mon Sep 17 00:00:00 2001 From: ShowappSoftware <49631525+ShowappSoftware@users.noreply.github.com> Date: Wed, 22 Jan 2025 14:43:24 +0100 Subject: [PATCH 5/6] Update composer.json --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 18bfea0b3..6559380a2 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,6 @@ "require": { "php": "^7.4|^8.0|^8.1|^8.2", "illuminate/auth": "^5.2|^6|^7|^8|^9", - "illuminate/contracts": "^5.2|^6|^7|^8|^9", "lcobucci/jwt": "^3.4|^4.0", "namshi/jose": "^7.0", "nesbot/carbon": "^1.0|^2.0" From 0584e5db84e82ecc55b64c9b5cf3d1d5b189f938 Mon Sep 17 00:00:00 2001 From: ShowappSoftware <49631525+ShowappSoftware@users.noreply.github.com> Date: Wed, 22 Jan 2025 14:44:23 +0100 Subject: [PATCH 6/6] Update composer.json --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 6559380a2..60a636ef4 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,6 @@ ], "require": { "php": "^7.4|^8.0|^8.1|^8.2", - "illuminate/auth": "^5.2|^6|^7|^8|^9", "lcobucci/jwt": "^3.4|^4.0", "namshi/jose": "^7.0", "nesbot/carbon": "^1.0|^2.0"