We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634f6b5 commit f88b44aCopy full SHA for f88b44a
composer.json
@@ -26,6 +26,10 @@
26
"illuminate/support": ">=4.2.0",
27
"intervention/image": "2.*"
28
},
29
+ "suggest": {
30
+ "ext-gd": "to use GD library based image processing.",
31
+ "ext-imagick": "to use Imagick based image processing."
32
+ },
33
"autoload": {
34
"psr-4": {
35
"Unisharp\\Laravelfilemanager\\": "src/"
0 commit comments