1
0
mirror of https://github.com/Intervention/image.git synced 2025-09-02 18:32:56 +02:00

universal requirement of 4.x version of illuminate component

This commit is contained in:
Oliver Vogel
2013-05-29 11:33:29 +02:00
parent 63d84869cc
commit 264291936d

View File

@@ -14,7 +14,7 @@
"require": { "require": {
"php": ">=5.3.0", "php": ">=5.3.0",
"ext-gd": "*", "ext-gd": "*",
"illuminate/support": "4.0.x" "illuminate/support": "4.x.x"
}, },
"suggest": { "suggest": {
"intervention/imagecache": "Caching extension for the Intervention Image library" "intervention/imagecache": "Caching extension for the Intervention Image library"