mirror of
https://github.com/Intervention/image.git
synced 2025-01-16 19:58:14 +01:00
33 lines
810 B
JSON
33 lines
810 B
JSON
{
|
|
"name": "intervention/image",
|
|
"description": "PHP image manipulation",
|
|
"homepage": "http://image.intervention.io/",
|
|
"keywords": ["image", "gd", "imagick", "laravel", "watermark", "thumbnail"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Oliver Vogel",
|
|
"email": "oliver@olivervogel.com",
|
|
"homepage": "http://intervention.io/"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^8",
|
|
"intervention/gif": "dev-master",
|
|
"intervention/mimesniffer": "^0.4.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Intervention\\Image\\": "src"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Intervention\\Image\\Tests\\": "tests"
|
|
}
|
|
}
|
|
}
|