From 0540ed377e46accbc6f4009b9b6fd23bf58cf28d Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Sat, 17 May 2014 23:57:42 +0200 Subject: [PATCH] dependency adjustments --- composer.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 338a848c..a5e8f723 100644 --- a/composer.json +++ b/composer.json @@ -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": {