Composer tweak
Showing
... | @@ -11,9 +11,9 @@ | ... | @@ -11,9 +11,9 @@ |
"license" : "MIT", | "license" : "MIT", | ||
"require": { | "require": { | ||
"php": ">=5.3.0", | "php": ">=5.3.0", | ||
"illuminate/support": "4.1.x", | "illuminate/support": "4.1.*", | ||
"illuminate/database": "4.1.x", | "illuminate/database": "4.1.*", | ||
"illuminate/events": "4.1.x" | "illuminate/events": "4.1.*" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"orchestra/testbench": "2.1.*", | "orchestra/testbench": "2.1.*", | ||
... | ... |
Please
register
or
sign in
to comment