2014-05-10 20:28:08 +02:00
|
|
|
{
|
|
|
|
"name": "intervention/image",
|
2014-09-02 20:28:51 +02:00
|
|
|
"description": "Image handling and manipulation library with support for Laravel integration",
|
2014-05-10 20:28:08 +02:00
|
|
|
"homepage": "http://image.intervention.io/",
|
2014-05-14 15:44:34 +02:00
|
|
|
"keywords": ["image", "gd", "imagick", "laravel", "watermark", "thumbnail"],
|
2014-05-10 20:28:08 +02:00
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Oliver Vogel",
|
|
|
|
"email": "oliver@olivervogel.net",
|
|
|
|
"homepage": "http://olivervogel.net/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0",
|
2014-07-31 19:24:56 +02:00
|
|
|
"ext-fileinfo": "*"
|
2014-05-10 20:28:08 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "3.*",
|
2014-08-28 09:37:53 +10:00
|
|
|
"mockery/mockery": "0.9.*@dev"
|
2014-05-10 20:28:08 +02:00
|
|
|
},
|
|
|
|
"suggest": {
|
2014-05-13 16:32:34 +02:00
|
|
|
"ext-gd": "to use GD library based image processing.",
|
2014-05-17 23:57:42 +02:00
|
|
|
"ext-imagick": "to use Imagick based image processing.",
|
2014-08-01 11:04:36 +02:00
|
|
|
"intervention/imagecache": "Caching extension for the Intervention Image library"
|
2014-05-10 20:28:08 +02:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Intervention\\Image\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
2014-06-08 16:54:42 +02:00
|
|
|
"minimum-stability": "stable"
|
2014-05-10 20:28:08 +02:00
|
|
|
}
|