Files
server/opt/psa/admin/plib/vendor/plesk/ratchetphp/composer.json
2026-01-07 20:52:11 +01:00

57 lines
1.1 KiB
JSON

{
"name": "plesk/ratchetphp",
"type": "library",
"description": "PHP WebSocket library",
"keywords": [
"WebSockets",
"Server",
"Ratchet",
"Sockets",
"WebSocket"
],
"homepage": "http://socketo.me",
"license": "MIT",
"authors": [
{
"name": "Chris Boden",
"email": "cboden@gmail.com",
"role": "Developer"
},
{
"name": "Matt Bonneau",
"role": "Developer"
},
{
"name": "Alexey Yuzhakov",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"Ratchet\\": "src/Ratchet"
}
},
"require": {
"php": "^8.0",
"ratchet/rfc6455": "^0.4.0",
"react/socket": "^1.13.0",
"react/event-loop": "^1.4.0",
"guzzlehttp/psr7": "^2.5.0",
"symfony/http-foundation": "^5.4.24 || ^6.0 || ^7.0",
"symfony/routing": "^5.4.22 || ^6.0 || ^7.0"
},
"config": {
"platform": {
"php": "8.0.0"
}
},
"require-dev": {
"phpunit/phpunit": "^9.6.9",
"squizlabs/php_codesniffer": "^3.7"
},
"scripts": {
"test": "phpunit",
"lint": "phpcs"
}
}