mirror of
https://github.com/Intervention/image.git
synced 2025-08-22 13:32:56 +02:00
Moves laravel dependencies to require-dev/suggest
This commit is contained in:
committed by
Oliver Vogel
parent
d3321a7c6f
commit
2c61389c6e
@@ -13,18 +13,20 @@
|
|||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0",
|
"php": ">=5.3.0",
|
||||||
"ext-fileinfo": "*",
|
"ext-fileinfo": "*"
|
||||||
"illuminate/support": "4.*",
|
|
||||||
"illuminate/config": "4.*"
|
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "3.*",
|
"phpunit/phpunit": "3.*",
|
||||||
"mockery/mockery": "0.9.*"
|
"mockery/mockery": "0.9.*",
|
||||||
|
"illuminate/support": "4.*",
|
||||||
|
"illuminate/config": "4.*"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-gd": "to use GD library based image processing.",
|
"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"
|
"intervention/imagecache": "Caching extension for the Intervention Image library",
|
||||||
|
"illuminate/support": "Used for Laravel integration",
|
||||||
|
"illuminate/config": "Used for Laravel integration"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
|
Reference in New Issue
Block a user