Skip to content

Commit

Permalink
Add autoload providers
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh authored Sep 1, 2017
1 parent d2a0007 commit a478f27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
"extra": {
"branch-alias": {
"dev-master": "0.3-dev"
},
"laravel": {
"providers": [
"Barryvdh\\Form\\ServiceProvider"
]
}
},
"require-dev": {
Expand Down

0 comments on commit a478f27

Please sign in to comment.