Skip to content

Commit

Permalink
Namespacing issue, cakephp assumed the full namespace was WyriHaximus…
Browse files Browse the repository at this point in the history
…/MinifyHtml/View/Helper while it should be WyriHaximus/MinifyHtml
  • Loading branch information
WyriHaximus committed Apr 15, 2015
1 parent 079ef64 commit 2daf773
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"autoload": {
"psr-4": {
"WyriHaximus\\MinifyHtml\\View\\Helper\\": "src/"
"WyriHaximus\\MinifyHtml\\": "src/"
}
},
"autoload-dev": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.

0 comments on commit 2daf773

Please sign in to comment.