mirror of
https://github.com/Intervention/image.git
synced 2025-01-17 20:28:21 +01:00
26 lines
656 B
JSON
26 lines
656 B
JSON
{
|
|
"name": "intervention/image",
|
|
"description": "Image handling and manipulation",
|
|
"version": "0.6.0-dev",
|
|
"keywords": ["image", "gd"],
|
|
"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",
|
|
"illuminate/filesystem": "4.0.x"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Intervention\\Image": "src/"
|
|
}
|
|
},
|
|
"minimum-stability": "dev"
|
|
} |