Skip to content

Commit

Permalink
Added autodiscovery for Laravele 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stenin-nikita committed Sep 12, 2017
1 parent 7ce6b54 commit 095ec0d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "laracomponents/centrifuge-broadcaster",
"type": "library",
"description": "Centrifuge broadcaster for laravel >= 5.3",
"keywords": ["laravel", "centrifuge", "centrifugo", "broadcaster"],
"license": "MIT",
Expand Down Expand Up @@ -34,6 +35,16 @@
"LaraComponents\\Centrifuge\\Test\\": "tests/"
}
},
"extra": {
"laravel": {
"providers": [
"LaraComponents\\Centrifuge\\CentrifugeServiceProvider"
]
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 095ec0d

Please sign in to comment.