2018-11-20 08:54:06 +00:00
|
|
|
{
|
2024-10-31 07:36:10 +00:00
|
|
|
"name": "blax-software/laravel-websockets",
|
2020-09-10 20:16:17 +00:00
|
|
|
"description": "An easy to launch a Pusher-compatible WebSockets server for Laravel.",
|
|
|
|
|
"keywords": [
|
2024-10-31 07:36:10 +00:00
|
|
|
"blax-software",
|
2020-09-10 20:16:17 +00:00
|
|
|
"beyondcode",
|
|
|
|
|
"laravel-websockets",
|
|
|
|
|
"laravel",
|
|
|
|
|
"php"
|
|
|
|
|
],
|
2018-11-20 08:54:06 +00:00
|
|
|
"license": "MIT",
|
2024-10-31 07:36:10 +00:00
|
|
|
"homepage": "https://github.com/blax-software/laravel-websockets",
|
2018-11-20 08:54:06 +00:00
|
|
|
"authors": [
|
2024-10-31 07:36:10 +00:00
|
|
|
{
|
|
|
|
|
"name": "Blax Software",
|
|
|
|
|
"email": "office@blax.at",
|
|
|
|
|
"homepage": "https://www.blax.at",
|
|
|
|
|
"role": "Developer"
|
|
|
|
|
},
|
2018-11-20 08:54:06 +00:00
|
|
|
{
|
|
|
|
|
"name": "Marcel Pociot",
|
2025-01-16 08:09:25 +00:00
|
|
|
"email": "marcel@beyondco.de",
|
2018-11-20 08:54:06 +00:00
|
|
|
"homepage": "https://beyondcode.de",
|
|
|
|
|
"role": "Developer"
|
|
|
|
|
},
|
|
|
|
|
{
|
2018-11-21 23:26:09 +00:00
|
|
|
"name": "Freek Van der Herten",
|
2018-11-20 08:54:06 +00:00
|
|
|
"email": "freek@spatie.be",
|
|
|
|
|
"homepage": "https://spatie.be",
|
|
|
|
|
"role": "Developer"
|
2020-09-10 19:59:26 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Alex Renoki",
|
|
|
|
|
"homepage": "https://github.com/rennokki",
|
|
|
|
|
"role": "Developer"
|
2018-11-20 08:54:06 +00:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"require": {
|
2025-11-20 09:12:10 +00:00
|
|
|
"php": ">=8.0",
|
2025-01-16 08:58:08 +00:00
|
|
|
"blax-software/websocket-ratchet": "dev-master",
|
2022-10-06 11:46:54 +00:00
|
|
|
"clue/reactphp-sqlite": "^1.0",
|
|
|
|
|
"clue/redis-react": "^2.6",
|
2025-01-16 09:06:20 +00:00
|
|
|
"doctrine/dbal": "^2|^3|^4",
|
2020-08-17 10:05:36 +00:00
|
|
|
"evenement/evenement": "^2.0|^3.0",
|
2020-09-10 20:16:17 +00:00
|
|
|
"facade/ignition-contracts": "^1.0",
|
2025-01-16 08:20:25 +00:00
|
|
|
"guzzlehttp/psr7": "*",
|
2025-11-20 09:12:10 +00:00
|
|
|
"illuminate/broadcasting": ">=9.0",
|
|
|
|
|
"illuminate/console": ">=9.0",
|
|
|
|
|
"illuminate/http": ">=9.0",
|
|
|
|
|
"illuminate/queue": ">=9.0",
|
|
|
|
|
"illuminate/routing": ">=9.0",
|
|
|
|
|
"illuminate/support": ">=9.0",
|
2022-10-06 11:46:54 +00:00
|
|
|
"pusher/pusher-php-server": "^6.0|^7.0",
|
2025-01-16 08:29:22 +00:00
|
|
|
"react/async": "^4.3",
|
|
|
|
|
"react/http": "^1.11",
|
2022-10-06 11:46:54 +00:00
|
|
|
"react/mysql": "^0.5",
|
2022-01-05 14:58:35 +00:00
|
|
|
"react/promise": "^2.8",
|
2025-01-16 08:13:25 +00:00
|
|
|
"symfony/http-kernel": "*",
|
2025-01-16 08:58:08 +00:00
|
|
|
"symfony/psr-http-message-bridge": "*"
|
2018-11-20 08:54:06 +00:00
|
|
|
},
|
2020-09-10 20:16:17 +00:00
|
|
|
"require-dev": {
|
2020-11-20 10:13:04 +00:00
|
|
|
"laravel/legacy-factories": "^1.1",
|
2022-10-06 11:46:54 +00:00
|
|
|
"orchestra/testbench-browser-kit": "^7.0",
|
|
|
|
|
"phpunit/phpunit": "^9.0",
|
|
|
|
|
"ratchet/pawl": "^0.3.5"
|
2020-09-10 20:16:17 +00:00
|
|
|
},
|
2020-09-12 14:45:07 +00:00
|
|
|
"suggest": {
|
2021-12-17 15:41:38 +00:00
|
|
|
"ext-pcntl": "Running the server needs pcntl to listen to command signals and soft-shutdown.",
|
2025-09-15 12:29:07 +00:00
|
|
|
"doctrine/dbal": "Required to run database migrations (^2.9|^3.0).",
|
|
|
|
|
"textalk/websocket": "Required if you want to send data to the server like a client"
|
2020-09-12 14:45:07 +00:00
|
|
|
},
|
2018-11-20 08:54:06 +00:00
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
2025-01-16 07:54:02 +00:00
|
|
|
"BlaxSoftware\\LaravelWebSockets\\": "src/"
|
2018-11-20 08:54:06 +00:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload-dev": {
|
|
|
|
|
"psr-4": {
|
2025-01-16 07:54:02 +00:00
|
|
|
"BlaxSoftware\\LaravelWebSockets\\Test\\": "tests"
|
2018-11-20 08:54:06 +00:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
2020-09-10 19:59:26 +00:00
|
|
|
"test": "vendor/bin/phpunit"
|
|
|
|
|
},
|
2018-11-20 08:54:06 +00:00
|
|
|
"config": {
|
|
|
|
|
"sort-packages": true
|
|
|
|
|
},
|
2022-10-06 11:46:54 +00:00
|
|
|
"minimum-stability": "dev",
|
|
|
|
|
"prefer-stable": true,
|
2018-11-20 08:54:06 +00:00
|
|
|
"extra": {
|
|
|
|
|
"laravel": {
|
|
|
|
|
"providers": [
|
2025-01-16 07:54:02 +00:00
|
|
|
"BlaxSoftware\\LaravelWebSockets\\WebSocketsServiceProvider"
|
2020-09-10 20:16:17 +00:00
|
|
|
],
|
|
|
|
|
"aliases": {
|
2025-01-16 07:54:02 +00:00
|
|
|
"WebSocketRouter": "BlaxSoftware\\LaravelWebSockets\\Facades\\WebSocketRouter"
|
2020-09-10 20:16:17 +00:00
|
|
|
}
|
2018-11-20 08:54:06 +00:00
|
|
|
}
|
|
|
|
|
}
|
2025-01-16 08:40:54 +00:00
|
|
|
}
|