Skip to content

Commit a184776

Browse files
authored
Update composer.json
1 parent ffe1e62 commit a184776

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

composer.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,32 @@
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
}

0 commit comments

Comments
 (0)