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",
|
|
|
|
|
"email": "marcel@beyondco.de",
|
|
|
|
|
"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": {
|
2022-10-06 11:46:54 +00:00
|
|
|
"php": "^8.0|^8.1",
|
|
|
|
|
"cboden/ratchet": "^0.4.4",
|
|
|
|
|
"clue/block-react": "^1.5",
|
|
|
|
|
"clue/reactphp-sqlite": "^1.0",
|
|
|
|
|
"clue/redis-react": "^2.6",
|
|
|
|
|
"doctrine/dbal": "^2.9",
|
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 07:56:31 +00:00
|
|
|
"guzzlehttp/psr7": "^1.5|^2.0",
|
2025-01-16 08:05:28 +00:00
|
|
|
"illuminate/broadcasting": "^9.0|^10.0",
|
|
|
|
|
"illuminate/console": "^9.0|^10.0",
|
|
|
|
|
"illuminate/http": "^9.0|^10.0",
|
|
|
|
|
"illuminate/queue": "^9.0|^10.0",
|
|
|
|
|
"illuminate/routing": "^9.0|^10.0",
|
|
|
|
|
"illuminate/support": "^9.0|^10.0",
|
2022-10-06 11:46:54 +00:00
|
|
|
"pusher/pusher-php-server": "^6.0|^7.0",
|
|
|
|
|
"react/mysql": "^0.5",
|
2022-01-05 14:58:35 +00:00
|
|
|
"react/promise": "^2.8",
|
2025-01-16 08:05:28 +00:00
|
|
|
"symfony/http-kernel": "^6.0",
|
2020-04-01 10:05:44 +00:00
|
|
|
"symfony/psr-http-message-bridge": "^1.1|^2.0"
|
2018-11-20 08:54:06 +00:00
|
|
|
},
|
2020-09-10 20:16:17 +00:00
|
|
|
"require-dev": {
|
2022-10-06 11:46:54 +00:00
|
|
|
"clue/buzz-react": "^2.9",
|
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.",
|
|
|
|
|
"doctrine/dbal": "Required to run database migrations (^2.9|^3.0)."
|
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 07:54:02 +00:00
|
|
|
}
|