File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 3636 "license" : " MIT" ,
3737 "support" : {
3838 "issues" : " https://github.com/LearnCodeWeb/multi-files-upload-and-image-resizer/issues"
39+ },
40+ "require" : {
41+ "php" : " >=5.6.0" ,
42+ "ext-fileinfo" : " *" ,
43+ "guzzlehttp/psr7" : " ~1.1 || ^2.0"
44+ },
45+ "require-dev" : {
46+ "phpunit/phpunit" : " ^4.8 || ^5.7 || ^7.5.15" ,
47+ "mockery/mockery" : " ~0.9.2"
48+ },
49+ "suggest" : {
50+ "ext-gd" : " to use GD library based image processing."
51+ },
52+ "autoload" : {
53+ "psr-4" : {
54+ "LearnCodeWeb\\ multi-files-upload-and-image-resizer\\ " : " LearnCodeWeb/multi-files-upload-and-image-resizer"
55+ }
56+ },
57+ "extra" : {
58+ "branch-alias" : {
59+ "dev-master" : " 1.0-dev"
60+ },
61+ "laravel" : {
62+ "providers" : [
63+ " LearnCodeWeb\\ multi-files-upload-and-image-resizer"
64+ ]
65+ }
3966 }
4067}
You can’t perform that action at this time.
0 commit comments