From 8839eac08e6d7ca167ac24d9d95dfc1b262b98b3 Mon Sep 17 00:00:00 2001 From: Alain-Kay Date: Wed, 18 Oct 2023 14:40:58 +0200 Subject: [PATCH] Add author and maintainer information to composer.json --- composer.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/composer.json b/composer.json index 284e450..806f7d5 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,14 @@ "name": "laravel-liberu/auth", "description": "Standardizes and streamlines authentication across all projects in the organization, providing a robust, customizable, and secure authentication solution", "type": "library", + "homepage": "https://github.com/laravel-liberu/auth", "license": "MIT", + "authors": [ + { + "name": "Liberu", + "email": "office@liberu.co.uk" + }], + "autoload": { "psr-4": { "LaravelLiberu\\Auth\\": "src/",