File: //home/artinside/fhs.artinside.com.br/vendor/coffeecode/cropper/composer.json
{
"name": "coffeecode/cropper",
"description": "It is a easy and simple PHP image cropper and cache thumb manager",
"keywords": [
"CoffeeCode",
"Upload",
"image thumb",
"image crop",
"image cache",
"thumbnails jpg",
"thumbnails png",
"thumbnails webp",
"webp converter"
],
"homepage": "https://www.upinside.com.br",
"license": "MIT",
"authors": [
{
"name": "Robson V. Leite",
"email": "cursos@upinside.com.br",
"role": "Developer"
}
],
"require": {
"php": ">=8.0",
"ext-gd": "*",
"ext-mbstring": "*",
"ext-fileinfo": "*",
"rosell-dk/webp-convert": "2.5.0"
},
"autoload": {
"psr-4": {
"CoffeeCode\\Cropper\\": "src"
}
}
}