Added repository to Composer file.
Showing
| ... | ... | @@ -6,6 +6,12 @@ |
| "require": { | ||
| "laravel/framework": "4.1.*" | ||
| }, | ||
| "repositories": [ | ||
| { | ||
| "type": "vcs", | ||
| "url": "https://github.com/laravel/boris" | ||
| } | ||
| ], | ||
| "autoload": { | ||
| "classmap": [ | ||
| "app/commands", | ||
| ... | ... |
Please
register
or
sign in
to comment