Skip to content

Commit 06f094e

Browse files
authored
Update composer.json
1 parent 972b67d commit 06f094e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"ext-gd": "to use GD library based image processing."
5050
},
5151
"autoload": {
52-
"psr-0": {
53-
"filesupload\\": "learncodeweb/filesupload/"
52+
"psr-4": {
53+
"LearnCodeWeb\\FilesUpload\\": "learncodeweb/filesupload/src"
5454
}
5555
},
5656
"extra": {

0 commit comments

Comments
 (0)