mirror of
https://github.com/Intervention/image.git
synced 2025-08-13 17:34:04 +02:00
dependency adjustments
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
"require": {
|
||||
"php": ">=5.3.0",
|
||||
"ext-fileinfo": "*",
|
||||
"illuminate/support": "~4.1",
|
||||
"illuminate/config": "~4.1"
|
||||
"illuminate/support": "4.*",
|
||||
"illuminate/config": "4.*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "3.*",
|
||||
@@ -23,7 +23,8 @@
|
||||
},
|
||||
"suggest": {
|
||||
"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"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
|
Reference in New Issue
Block a user