Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattCast44 committed Dec 13, 2024
1 parent abec049 commit ebe6095
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "statix/sentra",
"description": "This is my package roles-and-permissions",
"description": "A lightweight Laravel roles and permissions package using Backed Enums.",
"keywords": [
"Statix",
"laravel",
"roles",
"permissions",
"roles-and-permissions"
],
"homepage": "https://github.com/statix-php/sentra",
Expand All @@ -30,8 +31,7 @@
},
"autoload": {
"psr-4": {
"Statix\\Sentra\\": "src/",
"Statix\\Sentra\\Database\\Factories\\": "database/factories/"
"Statix\\Sentra\\": "src/"
}
},
"autoload-dev": {
Expand Down

0 comments on commit ebe6095

Please sign in to comment.