Switch to Laravel 4.2
Showing
... | ... | @@ -11,13 +11,13 @@ |
"license" : "MIT", | ||
"require": { | ||
"php": ">=5.4.0", | ||
"illuminate/support": "4.2.x-dev", | ||
"illuminate/container": "4.2.x-dev", | ||
"illuminate/database": "4.2.x-dev", | ||
"illuminate/events": "4.2.x-dev" | ||
"illuminate/support": "4.2.*", | ||
"illuminate/container": "4.2.*", | ||
"illuminate/database": "4.2.*", | ||
"illuminate/events": "4.2.*" | ||
}, | ||
"require-dev": { | ||
"orchestra/testbench": "*", | ||
"orchestra/testbench": "2.2.x-dev", | ||
"mockery/mockery": "*" | ||
}, | ||
"autoload": { | ||
... | ... |
Please
register
or
sign in
to comment