Skip to content

Commit

Permalink
Support Auto-Discovery (ultraware#23)
Browse files Browse the repository at this point in the history
This will make the package work with auto-discovery in Laravel 5.5+.
  • Loading branch information
Yangwendaxia authored and Ricky-rick committed Mar 22, 2018
1 parent 1b1c497 commit be83208
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion composer.json
Expand Up @@ -39,5 +39,12 @@
"tests/User.php"
]
},
"minimum-stability": "dev"
"minimum-stability": "dev",
"extra": {
"laravel": {
"providers": [
"Ultraware\\Roles\\RolesServiceProvider"
]
}
}
}

0 comments on commit be83208

Please sign in to comment.