From 2c61389c6e976a4f9b0e25966acf3f91741e271e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1gi-Kaz=C3=A1r=20M=C3=A1rk?= Date: Thu, 31 Jul 2014 19:24:56 +0200 Subject: [PATCH] Moves laravel dependencies to require-dev/suggest --- composer.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 528843d5..529c7ac9 100644 --- a/composer.json +++ b/composer.json @@ -13,18 +13,20 @@ ], "require": { "php": ">=5.3.0", - "ext-fileinfo": "*", - "illuminate/support": "4.*", - "illuminate/config": "4.*" + "ext-fileinfo": "*" }, "require-dev": { "phpunit/phpunit": "3.*", - "mockery/mockery": "0.9.*" + "mockery/mockery": "0.9.*", + "illuminate/support": "4.*", + "illuminate/config": "4.*" }, "suggest": { "ext-gd": "to use GD library based image processing.", "ext-imagick": "to use Imagick based image processing.", - "intervention/imagecache": "Caching extension for the Intervention Image library" + "intervention/imagecache": "Caching extension for the Intervention Image library", + "illuminate/support": "Used for Laravel integration", + "illuminate/config": "Used for Laravel integration" }, "autoload": { "psr-0": {