mirror of
https://github.com/Intervention/image.git
synced 2025-01-17 20:28:21 +01:00
Required Illuminate dependencies by tilde
This commit is contained in:
parent
6cacc6b1d8
commit
77cfbead44
@ -14,16 +14,16 @@
|
|||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0",
|
"php": ">=5.3.0",
|
||||||
"ext-fileinfo": "*",
|
"ext-fileinfo": "*",
|
||||||
"illuminate/support": "4.1.*",
|
"illuminate/support": "~4.1",
|
||||||
"illuminate/config": "4.1.*"
|
"illuminate/config": "~4.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "3.*",
|
"phpunit/phpunit": "3.*",
|
||||||
"mockery/mockery": "0.9.*"
|
"mockery/mockery": "0.9.*"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-gd": "Image manipulation based on GD library.",
|
"ext-gd": "to use GD library based image processing.",
|
||||||
"ext-imagick": "Image manipulation based on Imagick extension."
|
"ext-imagick": "to use Imagick based image processing."
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user