Skip to content

Commit

Permalink
add L5 provider
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschlick committed Dec 11, 2017
1 parent 37de74b commit eb9cb3b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,12 @@
"psr-4": {
"TomSchlick\\ServerPush\\Tests\\": "tests/"
}
},
"extra" : {
"laravel" : {
"providers" : [
"TomSchlick\\ServerPush\\ServiceProvider"
]
}
}
}

0 comments on commit eb9cb3b

Please sign in to comment.