Update config/resources for L5

This commit is contained in:
Barry vd. Heuvel
2015-01-28 09:34:45 +01:00
parent c94012232f
commit ab50c245d0
8 changed files with 58 additions and 90 deletions
+4 -4
View File
@@ -10,10 +10,10 @@
}
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "4.x|5.0.x",
"illuminate/console": "4.x|5.0.x",
"illuminate/filesystem": "4.x|5.0.x",
"php": ">=5.4.0",
"illuminate/support": "5.0.x",
"illuminate/console": "5.0.x",
"illuminate/filesystem": "5.0.x",
"phpdocumentor/reflection-docblock": "2.0.x",
"symfony/class-loader": "~2.3"
},