Skip to content

Commit

Permalink
ServiceProvider autodiscovery
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed May 9, 2018
1 parent 19d6eae commit 5c48a65
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,12 @@
"autoload-dev": {
"classmap": ["tests/"]
},
"minimum-stability": "stable"
"minimum-stability": "stable",
"extra": {
"laravel": {
"providers": [
"TypiCMS\\Form\\FormServiceProvider"
]
}
}
}

0 comments on commit 5c48a65

Please sign in to comment.