ikarusbot/vendor/dantsu/php-image-editor/composer.json
2025-01-10 19:52:34 +02:00

34 lines
613 B
JSON

{
"name": "dantsu/php-image-editor",
"type": "library",
"description": "PHP library to easily edit image with GD extension.",
"keywords": [
"php",
"gd2",
"edit",
"edition",
"editor",
"image",
"picture",
"photo"
],
"homepage": "https://github.com/DantSu/php-image-editor",
"license": "MIT",
"authors": [
{
"name": "Franck ALARY",
"homepage": "https://github.com/DantSu",
"role": "Developer"
}
],
"require": {
"php": ">=7.0",
"ext-gd": "*"
},
"autoload": {
"psr-4": {
"DantSu\\PHPImageEditor\\": "src/"
}
}
}