This commit is contained in:
Marcel Pociot 2018-11-20 09:54:51 +01:00
parent 8702638cd6
commit f2e28614ba
1 changed files with 3 additions and 5 deletions

View File

@ -22,7 +22,8 @@
}
],
"require": {
"php": "^7.1"
"php": "^7.1",
"illuminate/http": "5.6.*|5.7.*"
},
"require-dev": {
"larapack/dd": "^1.0",
@ -50,10 +51,7 @@
"laravel": {
"providers": [
"BeyondCode\\LaravelWebsockets\\LaravelWebsocketsServiceProvider"
],
"aliases": {
"LaravelWebsockets": "BeyondCode\\LaravelWebsockets\\LaravelWebsocketsFacade"
}
]
}
}
}