Skip to content

Commit 06c1aaa

Browse files
committed
Autoload using PSR-4
1 parent 05bbf82 commit 06c1aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
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)