Skip to content

Commit

Permalink
Implement laravel 5.5 package auto-discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
Darryl Anaud committed Sep 20, 2017
1 parent 9aceaa5 commit de0227b
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 @@ -31,5 +31,12 @@
"config": {
"preferred-install": "dist"
},
"minimum-stability": "dev"
"minimum-stability": "dev",
"extra": {
"laravel": {
"providers": [
"Franzose\\ClosureTable\\ClosureTableServiceProvider"
]
}
}
}

0 comments on commit de0227b

Please sign in to comment.