Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

[2.x] Major refactoring #447

Merged
merged 407 commits into from
Jan 23, 2021
Merged
Show file tree
Hide file tree
Changes from 125 commits
Commits
Show all changes
407 commits
Select commit Hold shift + click to select a range
4bfed33
removed trailing comma
rennokki Aug 24, 2020
cf40ec5
Merge branch 'code-coverage' of github.com:beyondcode/laravel-websock…
rennokki Aug 24, 2020
f3b706d
wip
rennokki Aug 24, 2020
793dc24
Merge pull request #482 from beyondcode/code-coverage
rennokki Aug 24, 2020
e67fe38
Avoid taking null into consideration.
rennokki Aug 24, 2020
d6b6135
Removed $this->connection from RedisPusherBroadcaster
rennokki Aug 24, 2020
8e3a86d
Spacing
rennokki Aug 24, 2020
3f8bb62
Enforce stdclass typehint
rennokki Aug 24, 2020
c79bac0
Fixed the subscribed topic names
rennokki Aug 24, 2020
d410c02
Fixed tests
rennokki Aug 24, 2020
8baf234
Updated docs to contain env variables
rennokki Aug 27, 2020
1877819
Form no longer gets cleared out
rennokki Aug 27, 2020
a897ce2
Fixed backend streaming
rennokki Aug 27, 2020
4aec422
Apply fixes from StyleCI (#489)
rennokki Aug 27, 2020
fe01abd
Fixed tests
rennokki Aug 27, 2020
b39b33c
Merge pull request #490 from beyondcode/fix/backend-streaming
rennokki Aug 27, 2020
1616321
Fixed double broadcasting.
rennokki Aug 27, 2020
66252c1
Renamed path to Concerns
rennokki Aug 27, 2020
70eeb00
Added redis logger
rennokki Aug 27, 2020
0c8c5c0
Moved the mocks statistics loggers to Mocks/
rennokki Aug 27, 2020
edcc2f9
Apply fixes from StyleCI (#491)
rennokki Aug 27, 2020
68a3a74
Added docs
rennokki Aug 27, 2020
0f4928f
Merge branch 'feature/redis-statistics-driver' of github.com:beyondco…
rennokki Aug 27, 2020
ee8681a
Use a RedisLock to avoid race conditions.
rennokki Aug 27, 2020
62fc523
Fixed tests
rennokki Aug 27, 2020
a5af8b5
Fixed tests
rennokki Aug 27, 2020
f3b0608
Merge pull request #492 from beyondcode/feature/redis-statistics-driver
rennokki Aug 27, 2020
00faff7
Setting defaults to current connection count
rennokki Aug 28, 2020
5b6bdf4
Added configurable client for each replication driver.
rennokki Aug 28, 2020
08110b6
Apply fixes from StyleCI (#493)
rennokki Aug 28, 2020
e099c46
docblocks
rennokki Aug 30, 2020
aa014ad
Moved all websockets testing related stuff into a concern
rennokki Aug 30, 2020
1923cee
Moved the create record into a separate method.
rennokki Aug 30, 2020
c6c3877
app()
rennokki Aug 30, 2020
f1a14fb
Passing $appId on createRecord()
rennokki Aug 30, 2020
6ddf590
Fixed tests
rennokki Aug 31, 2020
bb5599f
Revert "Fixed tests"
rennokki Aug 31, 2020
0dfa682
Revert "Moved all websockets testing related stuff into a concern"
rennokki Aug 31, 2020
3e239a0
Added custom handlers for all registered routes.
rennokki Sep 2, 2020
1de554e
Updated readme configuration for default http scheme
rennokki Sep 2, 2020
97e215b
Making channels easily extendable by replacing contents with traits.
rennokki Sep 2, 2020
a8764bd
Apply fixes from StyleCI (#494)
rennokki Sep 2, 2020
204f6cb
Fix typo
rennokki Sep 2, 2020
0596d1a
Revert "Making channels easily extendable by replacing contents with …
rennokki Sep 2, 2020
545501d
Added events for sub/unsub/messages sent
rennokki Sep 2, 2020
fd46b0c
Apply fixes from StyleCI (#496)
rennokki Sep 2, 2020
9938cf6
Moved the statistics logger to the replication driver
rennokki Sep 3, 2020
ebfab2e
Fixed wrong keys names.
rennokki Sep 3, 2020
e9b85bb
Fixed tests
rennokki Sep 3, 2020
fadb3fc
Added redis connection counter.
rennokki Sep 3, 2020
d5a90d8
Using the built-in Redis cache connection to handle non-pubsub features.
rennokki Sep 3, 2020
21db4b3
Using the concatenated string for the config retrieve
rennokki Sep 3, 2020
c499f5d
Update Caddy example for Caddy v2
francislavoie Sep 4, 2020
25ff1d6
Fix docblocks in App
francislavoie Sep 4, 2020
349fb54
Update AppManager.php
francislavoie Sep 4, 2020
1389b6c
Update ConfigAppManager.php
francislavoie Sep 4, 2020
a45c0bf
Using the Redis non-blocking client.
rennokki Sep 4, 2020
855646a
Apply fixes from StyleCI (#500)
rennokki Sep 4, 2020
e9ec650
Removed $redis from RedisClient
rennokki Sep 4, 2020
4e11355
Merge branch 'fix/app-connections-count' of github.com:beyondcode/lar…
rennokki Sep 4, 2020
4067432
Merge pull request #498 from francislavoie/patch-1
rennokki Sep 4, 2020
b9dfeca
Using separate connection counts for global & local.
rennokki Sep 4, 2020
0375000
Remove duplicated method.
rennokki Sep 4, 2020
0cb0e6c
Added local driver as default
rennokki Sep 4, 2020
c51a980
Update App.php
francislavoie Sep 4, 2020
5cb398f
Update AppManager.php
francislavoie Sep 4, 2020
f2a30bc
Update ConfigAppManager.php
francislavoie Sep 4, 2020
a391f5a
formatting
rennokki Sep 4, 2020
06c898a
Merge pull request #499 from francislavoie/patch-2
rennokki Sep 4, 2020
e6cfa85
Replaced blocking Redis instance with non-blocking I/O client
rennokki Sep 4, 2020
d20adcd
Apply fixes from StyleCI (#502)
rennokki Sep 4, 2020
ea97410
Fixed tests
rennokki Sep 4, 2020
1dfe14a
Merge branch 'fix/app-connections-count' of github.com:beyondcode/lar…
rennokki Sep 4, 2020
1e2672d
Updated tests
rennokki Sep 4, 2020
b2ac909
Apply fixes from StyleCI (#503)
rennokki Sep 4, 2020
7a629cf
Fixed typo
rennokki Sep 4, 2020
cadd260
Merge branch 'fix/app-connections-count' of github.com:beyondcode/lar…
rennokki Sep 4, 2020
7e9d3cd
Fixed tests
rennokki Sep 4, 2020
b45d786
Merge branch '2.x' of github.com:beyondcode/laravel-websockets into f…
rennokki Sep 5, 2020
ca4a9a1
Running then() closures as block in tests
rennokki Sep 5, 2020
593c48f
Fixed statistics logger
rennokki Sep 5, 2020
dd33a33
Apply fixes from StyleCI (#505)
rennokki Sep 5, 2020
b2263dc
Forcing ^2.0 on react/promise
rennokki Sep 5, 2020
1c889be
Merge branch 'fix/app-connections-count' of github.com:beyondcode/lar…
rennokki Sep 5, 2020
5ba24cb
Fixed tests for stats metrics
rennokki Sep 6, 2020
c078e5a
Merge pull request #497 from beyondcode/fix/app-connections-count
rennokki Sep 6, 2020
bd3aa90
Replaced __call with direct function call
rennokki Sep 6, 2020
4fea039
Added missing $replicator
rennokki Sep 6, 2020
3ce5557
Fixed possible errors with null values
rennokki Sep 6, 2020
3555b47
Fixed bug for non-int values
rennokki Sep 6, 2020
de6b1b2
Reverted more __call() to direct calls
rennokki Sep 7, 2020
6f32b89
wip
rennokki Sep 10, 2020
341eb96
Apply fixes from StyleCI (#518)
rennokki Sep 10, 2020
cf4aaea
Merge pull request #519 from beyondcode/rewrite-from-scratch
rennokki Sep 10, 2020
c9c3a37
Merge branch 'master' of github.com:beyondcode/laravel-websockets int…
rennokki Sep 10, 2020
7a77445
wip
rennokki Sep 10, 2020
544b0a1
wip
rennokki Sep 10, 2020
1c74e28
Added doctrine/dbal
rennokki Sep 10, 2020
666ecb0
wip
rennokki Sep 10, 2020
375078e
doctrine/dbal
rennokki Sep 11, 2020
6a23016
Registering routes
rennokki Sep 11, 2020
76bc482
Fixed presence channel broadcasting
rennokki Sep 11, 2020
b5ddef3
Fixed the .here() not working
rennokki Sep 11, 2020
25af2ee
Fixed migrations for tests
rennokki Sep 11, 2020
18dab98
Fixed dashboard statistics.
rennokki Sep 11, 2020
cc5e74e
Updated docs
rennokki Sep 11, 2020
015f6f4
Removed references
rennokki Sep 11, 2020
c6ab778
improved statistics
rennokki Sep 11, 2020
dfe0dbf
Updated mode
rennokki Sep 11, 2020
a906bc8
Removed exceptions
rennokki Sep 11, 2020
0996f6e
setting public
rennokki Sep 11, 2020
90b2f3e
Added helper methods for extending the store
rennokki Sep 11, 2020
be9e21e
wip
rennokki Sep 11, 2020
f04cce7
Added websockets:flush command
rennokki Sep 11, 2020
86fbf76
Refactored some functions
rennokki Sep 11, 2020
ec47925
Added soft closes for connections on SIGTERM/SIGINT
rennokki Sep 12, 2020
87f5e0c
Apply fixes from StyleCI (#522)
rennokki Sep 12, 2020
1ec637f
Added healthcheck controller
rennokki Sep 12, 2020
c26e86e
Trigger soft-shutdown on timer restart
rennokki Sep 13, 2020
1dcf853
Merge pull request #524 from beyondcode/feature/healthchecks
rennokki Sep 13, 2020
04e8298
Merge branch '2.x' of github.com:beyondcode/laravel-websockets into f…
rennokki Sep 14, 2020
e3e2e4a
wip
rennokki Sep 14, 2020
55f1332
Added tracking for pongs
rennokki Sep 15, 2020
980f927
Apply fixes from StyleCI (#526)
rennokki Sep 15, 2020
e1f0384
space
rennokki Sep 15, 2020
a1d7d97
Merge pull request #523 from beyondcode/feature/pcntl
rennokki Sep 15, 2020
7284191
Append appId to the request payload
rennokki Sep 15, 2020
6755b42
Reverted appId to the payload.
rennokki Sep 15, 2020
7a17d35
wip formatting
rennokki Sep 15, 2020
df45ee8
Clearing assertions on each test
rennokki Sep 15, 2020
b41f8b7
Creating SignedMessage class for testing
rennokki Sep 15, 2020
5808a66
Avoid displaying twice the same-id channel members
rennokki Sep 15, 2020
630efa2
Unsubscribe from all channels in sync mode.
rennokki Sep 15, 2020
0103e0f
fix
rennokki Sep 15, 2020
3859002
Merge pull request #532 from beyondcode/fix/dashboard-send-message
rennokki Sep 15, 2020
60c00d1
Fix Uncaught TypeError: Cannot read property 'data' of undefined.
vikas5914 Sep 16, 2020
4841b83
Replace clearRefreshInterval with stopRefreshInterval
vikas5914 Sep 16, 2020
6d8e892
Merge pull request #534 from vikas5914/patch-2
rennokki Sep 16, 2020
88cf779
Merge pull request #533 from vikas5914/patch-1
rennokki Sep 16, 2020
97ab241
Fixing PR #530
rennokki Sep 16, 2020
5877232
Apply fixes from StyleCI (#535)
rennokki Sep 16, 2020
049950f
Updated the dashboard logger
rennokki Sep 16, 2020
af3c8e0
Merge branch 'fix/multiple-channel-members' of github.com:beyondcode/…
rennokki Sep 16, 2020
40f024d
Merge pull request #536 from beyondcode/fix/multiple-channel-members
rennokki Sep 16, 2020
b7ba98a
Enforce topic subscription
rennokki Sep 17, 2020
16ff2aa
Fixed uniqueness
rennokki Sep 17, 2020
23e8b3d
Fixed issues with connections being closed within 10 seconds
rennokki Sep 17, 2020
da7f1ba
Fixed a bug where obsolete data still remained in the server.
rennokki Sep 17, 2020
bb1a030
userLeftPresenceChannel gets automatically called
rennokki Sep 17, 2020
7365189
Fixed tests
rennokki Sep 17, 2020
0f90f52
Merge branch 'master' of github.com:beyondcode/laravel-websockets int…
rennokki Sep 17, 2020
30c6635
Passing the Socket ID to the broadcastAcrossServers()
rennokki Sep 18, 2020
bab2ef2
Changed order of fields to match the pusher docs
rennokki Sep 18, 2020
9856fb6
Added broadcastLocallyToEveryoneExcept
rennokki Sep 18, 2020
7a651d7
Fixed tests
rennokki Sep 18, 2020
9f54699
Apply fixes from StyleCI (#537)
rennokki Sep 18, 2020
9a6e8e3
Swapped order for mapWithKeys
rennokki Sep 18, 2020
14a7944
Added $processCollection to the getForGraph method
rennokki Sep 18, 2020
ed41ad5
Moved tests across classes
rennokki Sep 18, 2020
9c19546
Reduced the number of lines
rennokki Sep 18, 2020
7f6b8fa
Fixed health handler
rennokki Sep 18, 2020
7519da4
Force broadcastAcrossAllServers even if the channel exists locally
rennokki Sep 18, 2020
546c4fd
Broadcast both locally and across servers on dashboard logger.
rennokki Sep 18, 2020
2066e80
Fixed tests to make sure the message is broadcasted properly both loc…
rennokki Sep 18, 2020
265c80d
Apply fixes from StyleCI (#541)
rennokki Sep 18, 2020
bf47275
Merge branch 'master' into 2.x
rennokki Sep 18, 2020
5cb2ee9
Run promises one-after-another
rennokki Sep 19, 2020
60c21f3
Apply fixes from StyleCI (#543)
rennokki Sep 19, 2020
1f6e714
Merge pull request #544 from beyondcode/feature/promises
rennokki Sep 19, 2020
223a789
Added local removal for obsolete connections.
rennokki Sep 19, 2020
53a6d0f
Added tests
rennokki Sep 19, 2020
a9f87db
Apply fixes from StyleCI (#546)
rennokki Sep 19, 2020
4b484aa
Fixed store
rennokki Sep 19, 2020
29d1096
Merge branch 'feature/remove-obsolete-connections-after-120-seconds' …
rennokki Sep 19, 2020
2c57668
Enforcing ^6.3 for ArrayLock
rennokki Sep 19, 2020
40ee5fb
Merge pull request #547 from beyondcode/feature/remove-obsolete-conne…
rennokki Sep 19, 2020
c1bef4d
Added async redis connection
rennokki Sep 25, 2020
2880610
Apply fixes from StyleCI (#551)
rennokki Sep 25, 2020
3aaecc8
fixed tests
rennokki Sep 25, 2020
eb71614
Merge branch 'feature/async-queue' of github.com:beyondcode/laravel-w…
rennokki Sep 25, 2020
6c8c748
Apply fixes from StyleCI (#553)
rennokki Sep 25, 2020
fd1a459
Added integrations for Redis
rennokki Sep 26, 2020
dea6817
Apply fixes from StyleCI (#554)
rennokki Sep 26, 2020
a370e64
renamed test
rennokki Sep 26, 2020
f39fa98
Merge branch 'feature/async-queue' of github.com:beyondcode/laravel-w…
rennokki Sep 26, 2020
d0b4f46
Fixed tests
rennokki Sep 26, 2020
391c5f7
wip coverage & namings
rennokki Sep 26, 2020
9cb83dc
Merge pull request #552 from beyondcode/feature/async-queue
rennokki Sep 26, 2020
a7c505e
[2.x] Dispatch events on actions (#556)
rennokki Sep 26, 2020
84fc958
Update ssl.md
RinorDreshaj Sep 29, 2020
604357a
Merge pull request #560 from RinorDreshaj/patch-2
rennokki Sep 29, 2020
9782bd2
Merge remote-tracking branch 'upstream/2.x' into 2.x
lionslair Sep 30, 2020
b6f2ce0
Fix spelling mistake
lionslair Sep 30, 2020
8f2ec97
Fix spelling mistake
lionslair Sep 30, 2020
35d8750
Merge pull request #563 from lionslair/2.x
rennokki Sep 30, 2020
2839d4c
fixed mc
rennokki Oct 5, 2020
a2dd552
Added missing logs
rennokki Oct 5, 2020
0ca6355
Fixed constant
rennokki Oct 7, 2020
6a04f9c
Removed replicator-message-published
rennokki Oct 7, 2020
330151e
Removed buzz-react
rennokki Oct 18, 2020
90f1eb1
Merge pull request #582 from beyondcode/fix/deprecated-buzz
rennokki Oct 18, 2020
fb0c980
fixed mc
rennokki Oct 18, 2020
2bc6fbb
Fix conflicting namespace with facade
kloining Nov 15, 2020
b9ec590
Merge pull request #611 from kloining/2.x
rennokki Nov 16, 2020
cafd21a
Fix wrong redis replication connection config path
kloining Nov 17, 2020
904a97c
Redis uses query parameter "db", not "database"
kloining Nov 17, 2020
35a0e3e
Added PHP 8.0 & PHP setup
rennokki Nov 20, 2020
f4c282e
Bumped packages
rennokki Nov 20, 2020
adda2ea
Update composer.json
rennokki Nov 20, 2020
7a9d216
Update composer.json
rennokki Nov 20, 2020
ab99f3f
Deprecated PHP 7.2
rennokki Nov 20, 2020
31f4bd7
Merge pull request #613 from kloining/hotfix/fix-redis-connection-con…
rennokki Nov 20, 2020
041cce5
Removed ^3.0 support for pusher/pusher-php-server
rennokki Nov 20, 2020
b5c724b
Reverted PHP 8.0
rennokki Nov 20, 2020
396dca1
Reverted PHP 8.0 tests
rennokki Nov 20, 2020
c0bad6d
Update composer.json
rennokki Nov 20, 2020
c50e246
Removed Laravel 6.x and PHP ^7.2
rennokki Nov 20, 2020
aa2e9c1
Update ci.yml
rennokki Nov 20, 2020
bb8823d
Reverted Laravel 6.x but removed ^7.2 testing
rennokki Nov 20, 2020
b225c57
Typo
rennokki Nov 20, 2020
dc91eb4
Fixed fulfilled promise typo (fixes #592)
rennokki Nov 20, 2020
0e48bb4
Fixed key typo
rennokki Dec 7, 2020
6be62b1
Reverted connections count
rennokki Dec 7, 2020
8308a7d
formatting
rennokki Dec 7, 2020
908f147
Apply fixes from StyleCI (#632)
rennokki Dec 7, 2020
19ca49a
wip formatting
rennokki Dec 7, 2020
8d1369e
Fixed peak connections count not being able to settle down
rennokki Dec 7, 2020
9a0d56d
Reset app traces if no activity was found since last save
rennokki Dec 7, 2020
c7aea38
Testing
rennokki Dec 7, 2020
2d30edb
Reverted test
rennokki Dec 7, 2020
b74144c
Revert "wip formatting"
rennokki Dec 7, 2020
b6837a0
Revert "Apply fixes from StyleCI (#632)"
rennokki Dec 7, 2020
cbe4378
Revert "formatting"
rennokki Dec 7, 2020
94722a7
Merge branch '2.x' of github.com:beyondcode/laravel-websockets into f…
rennokki Dec 7, 2020
a99b5d0
Reverted check for messages count
rennokki Dec 7, 2020
de7e358
Merge pull request #633 from beyondcode/fix/fix-stale-data
rennokki Dec 7, 2020
81ee07f
Attach app on request if possible.
rennokki Dec 8, 2020
9c41cf3
Collect metrics only if statistics are enabled.
rennokki Dec 8, 2020
01e3b67
Merge pull request #634 from beyondcode/fix/prevent-collecting-if-sta…
rennokki Dec 8, 2020
aebc38f
Moved $serverId to local channel manager
rennokki Dec 9, 2020
a61cdad
Removed duplicate lock name
rennokki Dec 9, 2020
139608f
Removed classes that called only the parent.
rennokki Dec 9, 2020
bf049a3
Added easy extendable methods to change hash names for Redis
rennokki Dec 9, 2020
483ce85
Don't trigger soft shutdown if no pcntl is existent.
rennokki Jan 8, 2021
8baefdd
Merge pull request #652 from beyondcode/fix/pcntl-on-windows
rennokki Jan 8, 2021
c838ba8
Customize dashboard domain and path using env vars
mahansky Jan 23, 2021
3ff362f
Added trailing comma
rennokki Jan 23, 2021
a84f143
Merge pull request #671 from mahansky/2.x
rennokki Jan 23, 2021
54a20ae
Fixed mc
rennokki Jan 23, 2021
f27b690
Revert "Fixed mc"
rennokki Jan 23, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.blade.php]
indent_size = 2

[*.md]
trim_trailing_whitespace = false
25 changes: 19 additions & 6 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,26 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [7.4, 7.3, 7.2]
laravel: [5.8.*, 6.*, 7.*]
laravel: [6.*, 7.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 7.*
testbench: 5.*
- laravel: 6.*
testbench: 4.*
- laravel: 5.8.*
testbench: 3.8.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

steps:
- name: Checkout code
uses: actions/checkout@v1

- name: Setup Redis
uses: supercharge/[email protected]
with:
redis-version: 6
if: ${{ matrix.os == 'ubuntu-latest' }}

- name: Cache dependencies
uses: actions/cache@v1
with:
Expand All @@ -37,16 +41,25 @@ jobs:
with:
php-version: ${{ matrix.php }}
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
coverage: pcov
coverage: xdebug

- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest

- name: Execute tests
run: vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml
- name: Execute tests with Local driver
run: vendor/bin/phpunit --coverage-text --coverage-clover=coverage_local.xml
env:
REPLICATION_DRIVER: local

- name: Execute tests with Redis driver
run: vendor/bin/phpunit --coverage-text --coverage-clover=coverage_redis.xml
if: ${{ matrix.os == 'ubuntu-latest' }}
env:
REPLICATION_DRIVER: redis

- uses: codecov/codecov-action@v1
with:
fail_ci_if_error: false
file: '*.xml'
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ build
composer.lock
vendor
coverage
.phpunit.result.cache
.phpunit.result.cache
.idea/
12 changes: 7 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@
"ext-json": "*",
"cboden/ratchet": "^0.4.1",
"clue/buzz-react": "^2.5",
"clue/redis-react": "^2.3",
"evenement/evenement": "^2.0|^3.0",
"facade/ignition-contracts": "^1.0",
"guzzlehttp/psr7": "^1.5",
"illuminate/broadcasting": "5.8.*|^6.0|^7.0",
"illuminate/console": "5.8.*|^6.0|^7.0",
"illuminate/http": "5.8.*|^6.0|^7.0",
"illuminate/routing": "5.8.*|^6.0|^7.0",
"illuminate/support": "5.8.*|^6.0|^7.0",
"illuminate/broadcasting": "^6.0|^7.0",
"illuminate/console": "^6.0|^7.0",
"illuminate/http": "^6.0|^7.0",
"illuminate/routing": "^6.0|^7.0",
"illuminate/support": "^6.0|^7.0",
"pusher/pusher-php-server": "^3.0|^4.0",
"react/dns": "^1.1",
"symfony/http-kernel": "^4.0|^5.0",
Expand Down
Loading