Skip to content

Commit

Permalink
Merge pull request #287 from bnzo/patch-1
Browse files Browse the repository at this point in the history
add slashes
  • Loading branch information
freekmurze authored Mar 20, 2023
2 parents 19ee1ce + 9f71e19 commit 00c475f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
},
"autoload": {
"psr-4": {
"VendorName\\Skeleton\\": "src",
"VendorName\\Skeleton\\Database\\Factories\\": "database/factories"
"VendorName\\Skeleton\\": "src/",
"VendorName\\Skeleton\\Database\\Factories\\": "database/factories/"
}
},
"autoload-dev": {
"psr-4": {
"VendorName\\Skeleton\\Tests\\": "tests"
"VendorName\\Skeleton\\Tests\\": "tests/"
}
},
"scripts": {
Expand Down

0 comments on commit 00c475f

Please sign in to comment.