Skip to content

Commit 8ba38ae

Browse files
committed
Fixed psr-4 configuration in composer.json
1 parent 7a27209 commit 8ba38ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"php": ">=5.3.0"
2222
},
2323
"autoload": {
24-
"psr-0": {
25-
"Embed": ""
24+
"psr-4": {
25+
"Embed\\": "src"
2626
}
2727
}
2828
}

0 commit comments

Comments
 (0)