From 0e1383d47bb858ebbf873fc566f4f7cf4a29ebcb Mon Sep 17 00:00:00 2001 From: Vincenzo Petrucci Date: Sun, 2 Apr 2023 12:07:13 +0200 Subject: [PATCH] Updated composer.json --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index b4eac84..17dcb14 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,11 @@ "description": "Laravel InsideAuth is a seamless side authentication solution for Laravel packages.", "type": "library", "license": "MIT", + "support": { + "source": "https://github.com/illegalstudio/insideauth", + "issues": "https://github.com/illegalstudio/insideauth/issues", + "docs": "https://github.com/illegalstudio/insideauth/blob/main/README.md" + }, "authors": [ { "name": "Vincenzo Petrucci",