From 77cfbead4436fe11f111aa699dc8259617e0c886 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Tue, 13 May 2014 16:32:34 +0200 Subject: [PATCH] Required Illuminate dependencies by tilde --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index b6405920..b52d02fb 100644 --- a/composer.json +++ b/composer.json @@ -14,16 +14,16 @@ "require": { "php": ">=5.3.0", "ext-fileinfo": "*", - "illuminate/support": "4.1.*", - "illuminate/config": "4.1.*" + "illuminate/support": "~4.1", + "illuminate/config": "~4.1" }, "require-dev": { "phpunit/phpunit": "3.*", "mockery/mockery": "0.9.*" }, "suggest": { - "ext-gd": "Image manipulation based on GD library.", - "ext-imagick": "Image manipulation based on Imagick extension." + "ext-gd": "to use GD library based image processing.", + "ext-imagick": "to use Imagick based image processing." }, "autoload": { "psr-0": {