1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-31 09:31:53 +02:00

removed illuminate/filesystem depency

This commit is contained in:
Oliver Vogel
2013-03-24 18:03:59 +01:00
parent 90480ebe52
commit 7a7fcbba54
3 changed files with 3 additions and 31 deletions

View File

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