Skip to content

Commit b0a5b0a

Browse files
made some updates
1 parent 09df9f9 commit b0a5b0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"predis/predis": "^1.1"
3333
},
3434
"require-dev": {
35-
"laravel/lumen-framework": "~5.4",
35+
"laravel/lumen-framework": "~5.6",
3636
"phpunit/phpunit": "^7.5",
3737
"phpunit/php-code-coverage": "^6.1",
3838
"php-coveralls/php-coveralls": "^2.1",

src/Controllers/SocketIOController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function upgrade(Request $request)
4545
/**
4646
* @return JsonResponse
4747
*/
48-
public function reject(): JsonResponse
48+
public function reject()
4949
{
5050
return response()->json(
5151
[

0 commit comments

Comments
 (0)