Skip to content

Commit

Permalink
Merge pull request #21 from johnkary/autoload-fixes
Browse files Browse the repository at this point in the history
Autoload using PSR-4
  • Loading branch information
archwisp committed Mar 14, 2016
2 parents 05bbf82 + 06c1aaa commit 1e68abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -9,7 +9,7 @@
}
],
"autoload": {
"psr-0": {"": "src/"}
"psr-4": {"PHPEncryptData\\": "src"}
},
"require": {
"ext-mcrypt": "*"
Expand Down

0 comments on commit 1e68abf

Please sign in to comment.