Skip to content

Commit 293009f

Browse files
authored
Update composer.json
1 parent 898201a commit 293009f

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

composer.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,12 @@
5050
},
5151
"autoload": {
5252
"psr-4": {
53-
"LearnCodeWeb\\Filesupload\\": "LearnCodeWeb/Filesupload/"
53+
"LearnCodeWeb\\filesupload\\": "LearnCodeWeb/filesupload/"
5454
}
5555
},
5656
"extra": {
5757
"branch-alias": {
5858
"dev-master": "1.0-dev"
59-
},
60-
"laravel": {
61-
"providers": [
62-
"LearnCodeWeb\\Filesupload\\FilesUploadServiceProvider"
63-
],
64-
"aliases": {
65-
"Image": "LearnCodeWeb\\Filesupload\\Facades\\FilesUpload"
66-
}
6759
}
6860
}
6961
}

0 commit comments

Comments
 (0)