Skip to content

Commit

Permalink
Merge pull request #183 from shopware/shyim-patch-1
Browse files Browse the repository at this point in the history
feat: allow working in src directory
  • Loading branch information
shyim authored Oct 7, 2024
2 parents 90e94fd + 8aabdea commit 78e64a2
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 78e64a2

Please sign in to comment.