Skip to content

Commit

Permalink
Improved namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
libern committed Jul 22, 2016
1 parent f1b162b commit 38d4bd5
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 @@ -26,12 +26,12 @@
},
"autoload": {
"psr-4": {
"someline\\starter-framework\\": "src"
"Someline\\": "src/Someline"
}
},
"autoload-dev": {
"psr-4": {
"someline\\starter-framework\\": "tests"
"Someline\\Test\\": "tests"
}
},
"scripts": {
Expand Down

0 comments on commit 38d4bd5

Please sign in to comment.