Commit 23e21f33 authored by Jens Segers's avatar Jens Segers

Switch to Laravel 4.2

parent 2b8a37f2
...@@ -11,13 +11,13 @@ ...@@ -11,13 +11,13 @@
"license" : "MIT", "license" : "MIT",
"require": { "require": {
"php": ">=5.4.0", "php": ">=5.4.0",
"illuminate/support": "4.2.x-dev", "illuminate/support": "4.2.*",
"illuminate/container": "4.2.x-dev", "illuminate/container": "4.2.*",
"illuminate/database": "4.2.x-dev", "illuminate/database": "4.2.*",
"illuminate/events": "4.2.x-dev" "illuminate/events": "4.2.*"
}, },
"require-dev": { "require-dev": {
"orchestra/testbench": "*", "orchestra/testbench": "2.2.x-dev",
"mockery/mockery": "*" "mockery/mockery": "*"
}, },
"autoload": { "autoload": {
......
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