1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-31 17:41:58 +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": {
"php": ">=5.3.0",
"ext-gd": "*",
"illuminate/support": "4.0.x"
"illuminate/support": "4.x.x"
},
"suggest": {
"intervention/imagecache": "Caching extension for the Intervention Image library"