"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "8aa73e21ed198d8013c09de14e8230cd",
+ "content-hash": "897b878d6db24b9a6437bd9f971478be",
"packages": [
{
"name": "asika/simple-console",
],
"time": "2024-03-03T02:14:58+00:00"
},
+ {
+ "name": "phrity/net-stream",
+ "version": "1.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sirn-se/phrity-net-stream.git",
+ "reference": "9105931b65ad90c75f4885a40b268b0f65802e3e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sirn-se/phrity-net-stream/zipball/9105931b65ad90c75f4885a40b268b0f65802e3e",
+ "reference": "9105931b65ad90c75f4885a40b268b0f65802e3e",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.4 | ^8.0",
+ "phrity/util-errorhandler": "^1.0",
+ "psr/http-factory": "^1.0",
+ "psr/http-message": "^1.0 | ^2.0"
+ },
+ "require-dev": {
+ "php-coveralls/php-coveralls": "^2.0",
+ "phpunit/phpunit": "^9.0 | ^10.0",
+ "phrity/net-uri": "^1.1",
+ "squizlabs/php_codesniffer": "^3.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Phrity\\Net\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Sören Jensen",
+ "email": "sirn@sirn.se",
+ "homepage": "https://phrity.sirn.se"
+ }
+ ],
+ "description": "Socket stream classes implementing PSR-7 Stream and PSR-17 StreamFactory",
+ "homepage": "https://phrity.sirn.se/net-stream",
+ "keywords": [
+ "Socket",
+ "client",
+ "psr-17",
+ "psr-7",
+ "server",
+ "stream",
+ "stream factory"
+ ],
+ "support": {
+ "issues": "https://github.com/sirn-se/phrity-net-stream/issues",
+ "source": "https://github.com/sirn-se/phrity-net-stream/tree/1.3.0"
+ },
+ "time": "2023-10-22T10:47:03+00:00"
+ },
{
"name": "phrity/net-uri",
"version": "1.3.0",
],
"time": "2024-09-12T06:49:16+00:00"
},
+ {
+ "name": "phrity/websocket",
+ "version": "1.7.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sirn-se/websocket-php.git",
+ "reference": "8a525da4457b599ab1960f24183f25626c96ce3c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sirn-se/websocket-php/zipball/8a525da4457b599ab1960f24183f25626c96ce3c",
+ "reference": "8a525da4457b599ab1960f24183f25626c96ce3c",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.4 | ^8.0",
+ "phrity/net-stream": "^1.2",
+ "phrity/net-uri": "^1.2",
+ "phrity/util-errorhandler": "^1.0",
+ "psr/http-message": "^1.1 | ^2.0",
+ "psr/log": "^1.0 | ^2.0 | ^3.0"
+ },
+ "require-dev": {
+ "php-coveralls/php-coveralls": "^2.0",
+ "phpunit/phpunit": "^9.0 | ^10.0",
+ "phrity/net-mock": "^1.3",
+ "squizlabs/php_codesniffer": "^3.5"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "WebSocket\\": "lib/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "ISC"
+ ],
+ "authors": [
+ {
+ "name": "Fredrik Liljegren"
+ },
+ {
+ "name": "Sören Jensen",
+ "email": "sirn@sirn.se",
+ "homepage": "https://phrity.sirn.se"
+ }
+ ],
+ "description": "WebSocket client and server",
+ "homepage": "https://phrity.sirn.se/websocket",
+ "keywords": [
+ "client",
+ "server",
+ "websocket"
+ ],
+ "support": {
+ "issues": "https://github.com/sirn-se/websocket-php/issues",
+ "source": "https://github.com/sirn-se/websocket-php/tree/1.7.3"
+ },
+ "time": "2024-05-31T13:43:32+00:00"
+ },
{
"name": "pragmarx/google2fa",
"version": "v5.0.0",
],
"time": "2024-09-09T11:45:10+00:00"
},
- {
- "name": "textalk/websocket",
- "version": "1.6.3",
- "source": {
- "type": "git",
- "url": "https://github.com/Textalk/websocket-php.git",
- "reference": "67de79745b1a357caf812bfc44e0abf481cee012"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Textalk/websocket-php/zipball/67de79745b1a357caf812bfc44e0abf481cee012",
- "reference": "67de79745b1a357caf812bfc44e0abf481cee012",
- "shasum": ""
- },
- "require": {
- "php": "^7.4 | ^8.0",
- "phrity/net-uri": "^1.0",
- "phrity/util-errorhandler": "^1.0",
- "psr/http-message": "^1.0",
- "psr/log": "^1.0 | ^2.0 | ^3.0"
- },
- "require-dev": {
- "php-coveralls/php-coveralls": "^2.0",
- "phpunit/phpunit": "^9.0",
- "squizlabs/php_codesniffer": "^3.5"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "WebSocket\\": "lib"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "ISC"
- ],
- "authors": [
- {
- "name": "Fredrik Liljegren"
- },
- {
- "name": "Sören Jensen"
- }
- ],
- "description": "WebSocket client and server",
- "support": {
- "issues": "https://github.com/Textalk/websocket-php/issues",
- "source": "https://github.com/Textalk/websocket-php/tree/1.6.3"
- },
- "time": "2022-11-07T18:59:33+00:00"
- },
{
"name": "ua-parser/uap-php",
"version": "v3.9.14",
"ext-simplexml": "*",
"ext-xml": "*"
},
- "platform-dev": [],
+ "platform-dev": {},
"platform-overrides": {
"php": "7.4"
},
- "plugin-api-version": "2.3.0"
+ "plugin-api-version": "2.6.0"
}