Skip to content

Commit

Permalink
Merge pull request #14 from roelvanmeer/fix-tests
Browse files Browse the repository at this point in the history
Fix psr-4 autoloading
  • Loading branch information
1A First Alternative committed May 26, 2016
2 parents bc1a165 + 525124a commit d546ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"autoload" : {
"psr-4" : {
"SambaDAV\\" : "lib/"
"SambaDAV\\" : "lib/SambaDAV"
}
},
"minimum-stability" : "stable"
Expand Down

0 comments on commit d546ab0

Please sign in to comment.