Skip to content

Commit f212850

Browse files
committed
add laravel providers
1 parent 00b9ab7 commit f212850

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "understand/understand-laravel5",
33
"description": "Laravel 5 service provider for Understand.io",
4-
"keywords": ["laravel", "undertstand.io", "understand", "logs", "laravel 5"],
4+
"keywords": ["laravel", "understand.io", "understand", "logs", "laravel 5"],
55
"license": "MIT",
66
"authors": [
77
{
@@ -29,7 +29,12 @@
2929
"frameworks": ["Laravel 5"],
3030
"branch-alias": {
3131
"dev-master": "0.0-dev"
32-
}
32+
},
33+
"laravel": {
34+
"providers": [
35+
"Understand\\UnderstandLaravel5\\UnderstandLaravel5ServiceProvider"
36+
]
37+
}
3338
},
3439
"minimum-stability": "stable"
3540
}

0 commit comments

Comments
 (0)