Skip to content
This repository has been archived by the owner on Aug 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'bug-autoload'
Browse files Browse the repository at this point in the history
  • Loading branch information
tzsk committed Oct 3, 2017
2 parents 87f1b0f + d31e92f commit 21f7e4c
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": {
"tzsk\\shorten-url\\": "src"
"Tzsk\\ShortenUrl\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"tzsk\\shorten-url\\": "tests"
"Tzsk\\ShortenUrl\\": "tests"
}
},
"scripts": {
Expand Down

0 comments on commit 21f7e4c

Please sign in to comment.