Skip to content

Commit

Permalink
Switch to PSR-4 for autoloading
Browse files Browse the repository at this point in the history
  • Loading branch information
avindra committed Jan 7, 2016
1 parent d134d20 commit 57b54bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
},
"bin": ["src/bin/pdepend"],
"autoload": {
"psr-0": {"PDepend\\": "src/main/php/"}
"psr-4": {"PDepend\\": "src/main/php/PDepend"}
}
}

0 comments on commit 57b54bd

Please sign in to comment.