Skip to content

Commit

Permalink
feat: allow working in src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Oct 5, 2024
1 parent 90e94fd commit 8aabdea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
}
}
],
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"minimum-stability": "stable",
"prefer-stable": true,
"config": {
Expand Down

0 comments on commit 8aabdea

Please sign in to comment.