Commit dd1959f2 authored by Jens Segers's avatar Jens Segers

Bump Laravel version in composer as well

parent bd26b77b
...@@ -11,10 +11,10 @@ ...@@ -11,10 +11,10 @@
"license" : "MIT", "license" : "MIT",
"require": { "require": {
"php": ">=5.4.0", "php": ">=5.4.0",
"illuminate/support": "^5.0", "illuminate/support": "^5.1",
"illuminate/container": "^5.0", "illuminate/container": "^5.1",
"illuminate/database": "^5.0", "illuminate/database": "^5.1",
"illuminate/events": "^5.0" "illuminate/events": "^5.1"
}, },
"require-dev": { "require-dev": {
"orchestra/testbench": "~3.1.0", "orchestra/testbench": "~3.1.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment