Skip to content

Commit

Permalink
fixed autload path
Browse files Browse the repository at this point in the history
  • Loading branch information
Taner Yener committed May 16, 2023
1 parent 3d20c08 commit 6527324
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@
],
"autoload": {
"psr-4": {
"Jobilla\\Loco\\": "./src"
"Jobilla\\Loco\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Jobilla\\Loco\\Tests\\": "tests/"
}
},
"extra": {
Expand Down

0 comments on commit 6527324

Please sign in to comment.