{ "name": "chrome-php/wrench", "description": "A simple PHP WebSocket implementation", "keywords": ["websocket", "websockets", "hybi"], "license": "MIT", "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" } ], "require": { "php": "^7.3 || ^8.0", "ext-sockets": "*", "psr/log": "^1.1 || ^2.0 || ^3.0", "symfony/polyfill-php80": "^1.26" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.1", "phpunit/phpunit": "^9.5.23" }, "autoload": { "psr-4": { "Wrench\\": "src/" } }, "autoload-dev": { "psr-4": { "Wrench\\": "tests/" } }, "conflict": { "wrench/wrench": "*" }, "config": { "preferred-install": "dist", "allow-plugins": { "bamarni/composer-bin-plugin": true } }, "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false } } }