From 4f039c864117634a997438fac1ded76940cfe5db Mon Sep 17 00:00:00 2001 From: James Read Date: Tue, 16 Apr 2024 17:30:16 +0800 Subject: [PATCH] Marking package as abandoned (#252) --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 490a448..00fd0c3 100644 --- a/composer.json +++ b/composer.json @@ -50,5 +50,6 @@ "branch-alias": { "dev-3.x": "3.0.x-dev" } - } + }, + "abandoned": "jimtools/jwt-auth" }