Now using v4.0.x packages
Showing
... | ... | @@ -11,12 +11,12 @@ |
"license" : "MIT", | ||
"require": { | ||
"php": ">=5.3.0", | ||
"illuminate/support": "~4.0", | ||
"illuminate/database": "~4.0", | ||
"illuminate/events": "~4.0" | ||
"illuminate/support": "4.0.x", | ||
"illuminate/database": "4.0.x", | ||
"illuminate/events": "4.0.x" | ||
}, | ||
"require-dev": { | ||
"illuminate/cache": "~4.0" | ||
"illuminate/cache": "4.0.x" | ||
}, | ||
"autoload": { | ||
"psr-0": { | ||
... | ... |
Please
register
or
sign in
to comment