Skip to content

Commit

Permalink
Add author and maintainer information to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain-Kay committed Oct 18, 2023
1 parent e4b054d commit 8839eac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]"
}],

"autoload": {
"psr-4": {
"LaravelLiberu\\Auth\\": "src/",
Expand Down

0 comments on commit 8839eac

Please sign in to comment.