Commit ded65cd3 authored by Jens Segers's avatar Jens Segers

Laravel 4.2

parent fa36390b
...@@ -11,13 +11,13 @@ ...@@ -11,13 +11,13 @@
"license" : "MIT", "license" : "MIT",
"require": { "require": {
"php": ">=5.3.0", "php": ">=5.3.0",
"illuminate/support": "4.1.x", "illuminate/support": "4.2.x",
"illuminate/database": "4.1.x", "illuminate/database": "4.2.x",
"illuminate/events": "4.1.x" "illuminate/events": "4.2.x"
}, },
"require-dev": { "require-dev": {
"illuminate/cache": "4.1.x", "illuminate/cache": "4.2.x",
"illuminate/auth": "4.1.x" "illuminate/auth": "4.2.x"
}, },
"autoload": { "autoload": {
"psr-0": { "psr-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