Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Commit c931ebf

Browse files
committed
Pusher V7
1 parent aaeb42f commit c931ebf

File tree

8 files changed

+5207
-17824
lines changed

8 files changed

+5207
-17824
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
],
99
"license": "MIT",
1010
"require": {
11-
"php": "^7.1.3",
11+
"php": "^7.1.3|^8.0",
1212
"beyondcode/laravel-websockets": "dev-master",
13-
"fideloper/proxy": "^4.0",
14-
"laravel/framework": "5.7.*",
15-
"laravel/tinker": "^1.0"
13+
"fideloper/proxy": "^4.4",
14+
"laravel/framework": "^6.20.26",
15+
"laravel/tinker": "^2.5"
1616
},
1717
"require-dev": {
18-
"beyondcode/laravel-dump-server": "^1.0",
19-
"filp/whoops": "^2.0",
20-
"fzaninotto/faker": "^1.4",
18+
"beyondcode/laravel-dump-server": "^1.3",
19+
"facade/ignition": "^1.16.15",
20+
"fakerphp/faker": "^1.9.1",
2121
"mockery/mockery": "^1.0",
22-
"nunomaduro/collision": "^2.0",
23-
"phpunit/phpunit": "^7.0"
22+
"nunomaduro/collision": "^3.0",
23+
"phpunit/phpunit": "^8.5.8|^9.3.3"
2424
},
2525
"config": {
2626
"optimize-autoloader": true,

composer.lock

Lines changed: 4898 additions & 2010 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/broadcasting.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
'app_id' => env('PUSHER_APP_ID'),
3838
'options' => [
3939
'cluster' => env('PUSHER_APP_CLUSTER'),
40-
'encrypted' => true,
40+
'encrypted' => false,
4141
'host' => '127.0.0.1',
42-
'port' => 6001,
42+
'port' => 6002,
4343
'scheme' => 'http'
4444
],
4545
],

0 commit comments

Comments
 (0)