Skip to content

Commit

Permalink
Add branch alias for 5.5.x-dev.
Browse files Browse the repository at this point in the history
Add support for auto discovery.
  • Loading branch information
yajra committed Jun 24, 2017
1 parent a47a02b commit 471a0aa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,20 @@
"src/helpers.php"
]
},
"extra": {
"branch-alias": {
"dev-master": "5.5-dev"
},
"laravel": {
"providers": [
"Collective\\Html\\HtmlServiceProvider"
],
"aliases": {
"Form": "Collective\\Html\\FormFacade",
"Html": "Collective\\Html\\HtmlFacade"
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 471a0aa

Please sign in to comment.