mirror of
https://github.com/Intervention/image.git
synced 2025-08-01 11:30:16 +02:00
Required Illuminate dependencies by tilde
This commit is contained in:
@@ -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": {
|
||||
|
Reference in New Issue
Block a user