summaryrefslogtreecommitdiffstats
path: root/vendor/textalk/websocket/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/textalk/websocket/composer.json')
-rw-r--r--vendor/textalk/websocket/composer.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/vendor/textalk/websocket/composer.json b/vendor/textalk/websocket/composer.json
new file mode 100644
index 0000000..9bc0dcc
--- /dev/null
+++ b/vendor/textalk/websocket/composer.json
@@ -0,0 +1,34 @@
+{
+ "name": "textalk/websocket",
+ "description": "WebSocket client and server",
+ "license": "ISC",
+ "type": "library",
+ "authors": [
+ {
+ "name": "Fredrik Liljegren"
+ },
+ {
+ "name": "Sören Jensen",
+ "email": "soren@abicart.se"
+ }
+ ],
+ "autoload": {
+ "psr-4": {
+ "WebSocket\\": "lib"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "WebSocket\\": "tests/mock"
+ }
+ },
+ "require": {
+ "php": "^7.2 | ^8.0",
+ "psr/log": "^1 | ^2 | ^3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^8.0|^9.0",
+ "php-coveralls/php-coveralls": "^2.0",
+ "squizlabs/php_codesniffer": "^3.5"
+ }
+}