Skip to content

Commit 1e68abf

Browse files
committed
Merge pull request #21 from johnkary/autoload-fixes
Autoload using PSR-4
2 parents 05bbf82 + 06c1aaa commit 1e68abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"autoload": {
12-
"psr-0": {"": "src/"}
12+
"psr-4": {"PHPEncryptData\\": "src"}
1313
},
1414
"require": {
1515
"ext-mcrypt": "*"

0 commit comments

Comments
 (0)