Skip to content

Commit eb9cb3b

Browse files
authored
add L5 provider
1 parent 37de74b commit eb9cb3b

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
@@ -31,5 +31,12 @@
3131
"psr-4": {
3232
"TomSchlick\\ServerPush\\Tests\\": "tests/"
3333
}
34+
},
35+
"extra" : {
36+
"laravel" : {
37+
"providers" : [
38+
"TomSchlick\\ServerPush\\ServiceProvider"
39+
]
40+
}
3441
}
3542
}

0 commit comments

Comments
 (0)