Skip to content

Commit 550a096

Browse files
authored
Add support for Laravel 5.5 package auto-discovery
1 parent c62279f commit 550a096

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@
4242
"extra": {
4343
"branch-alias": {
4444
"dev-master": "1.0-dev"
45+
},
46+
"laravel": {
47+
"providers": [
48+
"Unicodeveloper\\DumbPassword\\DumbPasswordServiceProvider"
49+
]
4550
}
4651
}
4752
}

0 commit comments

Comments
 (0)