1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-15 10:23:59 +02:00

dependency adjustments

This commit is contained in:
Oliver Vogel
2014-05-17 23:57:42 +02:00
parent e5cc8d6331
commit 0540ed377e

View File

@@ -14,8 +14,8 @@
"require": { "require": {
"php": ">=5.3.0", "php": ">=5.3.0",
"ext-fileinfo": "*", "ext-fileinfo": "*",
"illuminate/support": "~4.1", "illuminate/support": "4.*",
"illuminate/config": "~4.1" "illuminate/config": "4.*"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "3.*", "phpunit/phpunit": "3.*",
@@ -23,7 +23,8 @@
}, },
"suggest": { "suggest": {
"ext-gd": "to use GD library based image processing.", "ext-gd": "to use GD library based image processing.",
"ext-imagick": "to use Imagick based image processing." "ext-imagick": "to use Imagick based image processing.",
"intervention/imagecache": "Caching extension for the Intervention Image library"
}, },
"autoload": { "autoload": {
"psr-0": { "psr-0": {