Skip to content

Commit

Permalink
update dev namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
TomK committed Nov 8, 2019
1 parent e960ce2 commit febaaae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
},
"autoload": {
"psr-4": {
"Packaged\\Log\\": "src",
"Packaged\\Log\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Packaged\\Log\\Tests\\": "tests"
}
}
Expand Down

0 comments on commit febaaae

Please sign in to comment.