1
0
mirror of https://github.com/Intervention/image.git synced 2025-03-17 15:39:38 +01:00
intervention_image/composer.json
2013-03-24 18:03:59 +01:00

28 lines
822 B
JSON

{
"name": "intervention/image",
"description": "Image handling and manipulation library with support for Laravel 4 integration",
"homepage": "http://intervention.olivervogel.net/image/",
"keywords": ["image", "gd", "laravel"],
"license": "MIT",
"authors": [
{
"name": "Oliver Vogel",
"email": "oliver@olivervogel.net",
"homepage": "http://olivervogel.net/"
}
],
"require": {
"php": ">=5.3.0",
"ext-gd": "*",
"illuminate/support": "4.0.x"
},
"suggest": {
"intervention/imagecache": "Caching extension for the Intervention Image library"
},
"autoload": {
"psr-0": {
"Intervention\\Image": "src/"
}
},
"minimum-stability": "dev"
}