Switch to Laravel 4.2
Showing
... | @@ -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": { | ||
... | ... |
Please
register
or
sign in
to comment