1
0
mirror of https://github.com/Intervention/image.git synced 2025-01-17 12:18:14 +01:00

Required Illuminate dependencies by tilde

This commit is contained in:
Oliver Vogel 2014-05-13 16:32:34 +02:00
parent 6cacc6b1d8
commit 77cfbead44

View File

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