1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-13 17:34:04 +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": {
"php": ">=5.3.0",
"ext-fileinfo": "*",
"illuminate/support": "~4.1",
"illuminate/config": "~4.1"
"illuminate/support": "4.*",
"illuminate/config": "4.*"
},
"require-dev": {
"phpunit/phpunit": "3.*",
@@ -23,7 +23,8 @@
},
"suggest": {
"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": {
"psr-0": {