Updated to Laravel 5

This commit is contained in:
Rob Gloudemans
2014-10-06 11:04:17 +02:00
parent 909d54baa6
commit af184d3e47
4 changed files with 20 additions and 18 deletions

View File

@@ -10,8 +10,8 @@
}
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "~4"
"php": ">=5.4.0",
"illuminate/support": "~5.0"
},
"require-dev": {
"mockery/mockery": "0.9.*"