Skip to content

Commit

Permalink
Fix composer autoload paths
Browse files Browse the repository at this point in the history
  • Loading branch information
kpicaza committed Nov 29, 2021
1 parent c7c06ea commit 7641666
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 @@ -39,12 +39,12 @@
},
"autoload": {
"psr-4": {
"Antidot\\Runtime\\": "src"
"Antidot\\Runtime\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Antidot\\Test\\Runtime\\": "test"
"Antidot\\Test\\Runtime\\": "test/"
}
},
"scripts": {
Expand Down

0 comments on commit 7641666

Please sign in to comment.