Skip to content

Commit

Permalink
Merge pull request #43 from mrstroz/master
Browse files Browse the repository at this point in the history
Update composer.json - remove slash from autoload / psr-4 definition
  • Loading branch information
brussens authored Apr 24, 2022
2 parents 6da8c08 + 17d9a2c commit de5690c
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 @@ -17,7 +17,7 @@
},
"autoload": {
"psr-4": {
"brussens\\maintenance\\": "/src"
"brussens\\maintenance\\": "src"
}
}
}
}

0 comments on commit de5690c

Please sign in to comment.