Skip to content

Commit 22d6d3f

Browse files
authored
Update composer.json
1 parent 06f094e commit 22d6d3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
"ext-gd": "to use GD library based image processing."
5050
},
5151
"autoload": {
52-
"psr-4": {
53-
"LearnCodeWeb\\FilesUpload\\": "learncodeweb/filesupload/src"
54-
}
52+
"classmap": [
53+
"./src/FilesUploadAndImageResize.php"
54+
]
5555
},
5656
"extra": {
5757
"branch-alias": {

0 commit comments

Comments
 (0)