Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
namePlayer committed Sep 11, 2022
1 parent 7d4c55b commit d648667
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "npcorenet/skeleton",
"type": "project",
"type": "template",
"description": "The npcorenet Project skeleton",
"keywords": ["template", "skeleton", "npcorenet"],
"autoload": {
"psr-4": {
"App\\": "src/"
Expand All @@ -9,7 +11,8 @@
"authors": [
{
"name": "namePlayer",
"email": "robin@npcore.net"
"email": "robin@npcore.net",
"role": "Owner"
}
],
"require": {
Expand Down

0 comments on commit d648667

Please sign in to comment.