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": {