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