Skip to content

Commit

Permalink
update autoload locations
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Oct 10, 2023
1 parent 68bf5af commit cbc8c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
},
"autoload": {
"psr-4": {
"Fleetbase\\Storefront\\": "src/"
"Fleetbase\\Storefront\\": "server/src/"
}
},
"autoload-dev": {
"psr-4": {
"Fleetbase\\Storefront\\Tests\\": "tests/"
"Fleetbase\\Storefront\\Tests\\": "server/tests/"
}
},
"minimum-stability": "dev",
Expand Down

0 comments on commit cbc8c46

Please sign in to comment.