2014-05-10 20:28:08 +02:00
|
|
|
{
|
|
|
|
"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": "*",
|
2014-05-11 12:55:24 +02:00
|
|
|
"illuminate/support": "4.1.*",
|
|
|
|
"illuminate/config": "4.1.*"
|
2014-05-10 20:28:08 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "3.*",
|
|
|
|
"mockery/mockery": "0.9.*"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-gd": "Image manipulation based on GD library.",
|
|
|
|
"ext-imagick": "Image manipulation based on Imagick extension."
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Intervention\\Image\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
2014-05-10 20:55:40 +02:00
|
|
|
"minimum-stability": "dev"
|
2014-05-10 20:28:08 +02:00
|
|
|
}
|