Update composer.json

This commit is contained in:
Barry vd. Heuvel
2014-09-15 17:20:52 +02:00
parent f94743fda5
commit 03cc70759b
+3 -3
View File
@@ -11,9 +11,9 @@
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "4.x",
"illuminate/console": "4.x",
"illuminate/filesystem": "4.x",
"illuminate/support": "4.x|5.0.x",
"illuminate/console": "4.x|5.0.x",
"illuminate/filesystem": "4.x|5.0.x",
"phpdocumentor/reflection-docblock": "2.0.x",
"symfony/class-loader": "~2.3"
},