Added repository to Composer file.

This commit is contained in:
Taylor Otwell 2013-09-19 21:39:09 -05:00
parent d94408d6c1
commit 4c7d677909
1 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,12 @@
"require": {
"laravel/framework": "4.1.*"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/laravel/boris"
}
],
"autoload": {
"classmap": [
"app/commands",