mirror of
https://github.com/Intervention/image.git
synced 2025-01-17 12:18:14 +01:00
35 lines
987 B
JSON
35 lines
987 B
JSON
{
|
|
"name": "intervention/image",
|
|
"description": "Image handling and manipulation library with support for Laravel 4 integration",
|
|
"homepage": "http://image.intervention.io/",
|
|
"keywords": ["image", "gd", "laravel", "watermark", "thumbnail"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Oliver Vogel",
|
|
"email": "oliver@olivervogel.net",
|
|
"homepage": "http://olivervogel.net/"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"ext-fileinfo": "*",
|
|
"illuminate/support": "~4.1",
|
|
"illuminate/config": "~4.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "3.*",
|
|
"mockery/mockery": "0.9.*"
|
|
},
|
|
"suggest": {
|
|
"ext-gd": "to use GD library based image processing.",
|
|
"ext-imagick": "to use Imagick based image processing."
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Intervention\\Image\\": "src/"
|
|
}
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|