Skip to content

Commit

Permalink
fix: composer autoload setup
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Jun 13, 2023
1 parent 7bf6dd0 commit 58c8a54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -6,8 +6,8 @@
},
"license": "MIT",
"autoload": {
"psr-4": {
"humandates\\": "."
}
"files": [
"HumanDates.php"
]
}
}

0 comments on commit 58c8a54

Please sign in to comment.