Skip to content

Commit 7493725

Browse files
Merge pull request #4 from drbyte/laravel-5-5-autodiscovery-1
Add Laravel 5.5 auto-discovery
2 parents fda54a8 + e38f3d0 commit 7493725

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,12 @@
3838
"phpcs --standard=PSR1,PSR2 src tests"
3939
],
4040
"fix": "phpcbf --standard=PSR1,PSR2 src tests"
41+
},
42+
"extra": {
43+
"laravel": {
44+
"providers": [
45+
"Rollbar\\Laravel\\RollbarServiceProvider"
46+
]
47+
}
4148
}
4249
}

0 commit comments

Comments
 (0)