wip
This commit is contained in:
parent
8702638cd6
commit
f2e28614ba
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue