Skip to content

Commit bdb8a51

Browse files
Yohanan Baruchelyukoff
authored andcommitted
Add Laravel 5.5 service provider auto discovery support (#33)
1 parent 4fec330 commit bdb8a51

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,12 @@
3030
"Tmdb\\Laravel\\": "src/"
3131
}
3232
},
33-
"minimum-stability": "stable"
33+
"minimum-stability": "stable",
34+
"extra": {
35+
"laravel": {
36+
"providers": [
37+
"Tmdb\\Laravel\\TmdbServiceProviderLaravel5"
38+
]
39+
}
40+
}
3441
}

0 commit comments

Comments
 (0)