|
@@ -4,7 +4,7 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
"This file is @generated automatically"
|
|
|
],
|
|
],
|
|
|
- "content-hash": "ea8fc5c025ffad90fab4e4967609f464",
|
|
|
|
|
|
|
+ "content-hash": "7ada324c7316ad053510dcbf2d0ac7d5",
|
|
|
"packages": [
|
|
"packages": [
|
|
|
{
|
|
{
|
|
|
"name": "brick/math",
|
|
"name": "brick/math",
|
|
@@ -135,6 +135,136 @@
|
|
|
],
|
|
],
|
|
|
"time": "2024-02-09T16:56:22+00:00"
|
|
"time": "2024-02-09T16:56:22+00:00"
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "clue/redis-protocol",
|
|
|
|
|
+ "version": "v0.3.2",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/clue/redis-protocol.git",
|
|
|
|
|
+ "reference": "6f565332f5531b7722d1e9c445314b91862f6d6c"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/clue/redis-protocol/zipball/6f565332f5531b7722d1e9c445314b91862f6d6c",
|
|
|
|
|
+ "reference": "6f565332f5531b7722d1e9c445314b91862f6d6c",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=5.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Clue\\Redis\\Protocol\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Christian Lück",
|
|
|
|
|
+ "email": "christian@lueck.tv"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "A streaming Redis protocol (RESP) parser and serializer written in pure PHP.",
|
|
|
|
|
+ "homepage": "https://github.com/clue/redis-protocol",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "parser",
|
|
|
|
|
+ "protocol",
|
|
|
|
|
+ "redis",
|
|
|
|
|
+ "resp",
|
|
|
|
|
+ "serializer",
|
|
|
|
|
+ "streaming"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/clue/redis-protocol/issues",
|
|
|
|
|
+ "source": "https://github.com/clue/redis-protocol/tree/v0.3.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://clue.engineering/support",
|
|
|
|
|
+ "type": "custom"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/clue",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2024-08-07T11:06:28+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "clue/redis-react",
|
|
|
|
|
+ "version": "v2.8.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/clue/reactphp-redis.git",
|
|
|
|
|
+ "reference": "84569198dfd5564977d2ae6a32de4beb5a24bdca"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/clue/reactphp-redis/zipball/84569198dfd5564977d2ae6a32de4beb5a24bdca",
|
|
|
|
|
+ "reference": "84569198dfd5564977d2ae6a32de4beb5a24bdca",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "clue/redis-protocol": "^0.3.2",
|
|
|
|
|
+ "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
|
|
|
|
|
+ "php": ">=5.3",
|
|
|
|
|
+ "react/event-loop": "^1.2",
|
|
|
|
|
+ "react/promise": "^3.2 || ^2.0 || ^1.1",
|
|
|
|
|
+ "react/promise-timer": "^1.11",
|
|
|
|
|
+ "react/socket": "^1.16"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "clue/block-react": "^1.5",
|
|
|
|
|
+ "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Clue\\React\\Redis\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Christian Lück",
|
|
|
|
|
+ "email": "christian@clue.engineering"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Async Redis client implementation, built on top of ReactPHP.",
|
|
|
|
|
+ "homepage": "https://github.com/clue/reactphp-redis",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "async",
|
|
|
|
|
+ "client",
|
|
|
|
|
+ "database",
|
|
|
|
|
+ "reactphp",
|
|
|
|
|
+ "redis"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/clue/reactphp-redis/issues",
|
|
|
|
|
+ "source": "https://github.com/clue/reactphp-redis/tree/v2.8.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://clue.engineering/support",
|
|
|
|
|
+ "type": "custom"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/clue",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-01-03T16:18:33+00:00"
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
"name": "dflydev/dot-access-data",
|
|
"name": "dflydev/dot-access-data",
|
|
|
"version": "v3.0.3",
|
|
"version": "v3.0.3",
|
|
@@ -508,6 +638,53 @@
|
|
|
],
|
|
],
|
|
|
"time": "2025-03-06T22:45:56+00:00"
|
|
"time": "2025-03-06T22:45:56+00:00"
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "evenement/evenement",
|
|
|
|
|
+ "version": "v3.0.2",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/igorw/evenement.git",
|
|
|
|
|
+ "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/igorw/evenement/zipball/0a16b0d71ab13284339abb99d9d2bd813640efbc",
|
|
|
|
|
+ "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=7.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^9 || ^6"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Evenement\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Igor Wiedler",
|
|
|
|
|
+ "email": "igor@wiedler.ch"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Événement is a very simple event dispatching library for PHP",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "event-dispatcher",
|
|
|
|
|
+ "event-emitter"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/igorw/evenement/issues",
|
|
|
|
|
+ "source": "https://github.com/igorw/evenement/tree/v3.0.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2023-08-08T05:53:35+00:00"
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
"name": "fruitcake/php-cors",
|
|
"name": "fruitcake/php-cors",
|
|
|
"version": "v1.3.0",
|
|
"version": "v1.3.0",
|
|
@@ -1718,6 +1895,152 @@
|
|
|
},
|
|
},
|
|
|
"time": "2025-09-19T13:47:56+00:00"
|
|
"time": "2025-09-19T13:47:56+00:00"
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "laravel/reverb",
|
|
|
|
|
+ "version": "v1.6.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/laravel/reverb.git",
|
|
|
|
|
+ "reference": "728f6e2c779dae844c2862ea060ca32db5b6b495"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/laravel/reverb/zipball/728f6e2c779dae844c2862ea060ca32db5b6b495",
|
|
|
|
|
+ "reference": "728f6e2c779dae844c2862ea060ca32db5b6b495",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "clue/redis-react": "^2.6",
|
|
|
|
|
+ "guzzlehttp/psr7": "^2.6",
|
|
|
|
|
+ "illuminate/console": "^10.47|^11.0|^12.0",
|
|
|
|
|
+ "illuminate/contracts": "^10.47|^11.0|^12.0",
|
|
|
|
|
+ "illuminate/http": "^10.47|^11.0|^12.0",
|
|
|
|
|
+ "illuminate/support": "^10.47|^11.0|^12.0",
|
|
|
|
|
+ "laravel/prompts": "^0.1.15|^0.2.0|^0.3.0",
|
|
|
|
|
+ "php": "^8.2",
|
|
|
|
|
+ "pusher/pusher-php-server": "^7.2",
|
|
|
|
|
+ "ratchet/rfc6455": "^0.4",
|
|
|
|
|
+ "react/promise-timer": "^1.10",
|
|
|
|
|
+ "react/socket": "^1.14",
|
|
|
|
|
+ "symfony/console": "^6.0|^7.0",
|
|
|
|
|
+ "symfony/http-foundation": "^6.3|^7.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "orchestra/testbench": "^8.0|^9.0|^10.0",
|
|
|
|
|
+ "pestphp/pest": "^2.0|^3.0",
|
|
|
|
|
+ "phpstan/phpstan": "^1.10",
|
|
|
|
|
+ "ratchet/pawl": "^0.4.1",
|
|
|
|
|
+ "react/async": "^4.2",
|
|
|
|
|
+ "react/http": "^1.9"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "laravel": {
|
|
|
|
|
+ "aliases": {
|
|
|
|
|
+ "Output": "Laravel\\Reverb\\Output"
|
|
|
|
|
+ },
|
|
|
|
|
+ "providers": [
|
|
|
|
|
+ "Laravel\\Reverb\\ApplicationManagerServiceProvider",
|
|
|
|
|
+ "Laravel\\Reverb\\ReverbServiceProvider"
|
|
|
|
|
+ ]
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Laravel\\Reverb\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Taylor Otwell",
|
|
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Joe Dixon",
|
|
|
|
|
+ "email": "joe@laravel.com"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Laravel Reverb provides a real-time WebSocket communication backend for Laravel applications.",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "WebSockets",
|
|
|
|
|
+ "laravel",
|
|
|
|
|
+ "real-time",
|
|
|
|
|
+ "websocket"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/laravel/reverb/issues",
|
|
|
|
|
+ "source": "https://github.com/laravel/reverb/tree/v1.6.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2025-09-07T23:21:05+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "laravel/sanctum",
|
|
|
|
|
+ "version": "v4.2.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/laravel/sanctum.git",
|
|
|
|
|
+ "reference": "fd6df4f79f48a72992e8d29a9c0ee25422a0d677"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/laravel/sanctum/zipball/fd6df4f79f48a72992e8d29a9c0ee25422a0d677",
|
|
|
|
|
+ "reference": "fd6df4f79f48a72992e8d29a9c0ee25422a0d677",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "ext-json": "*",
|
|
|
|
|
+ "illuminate/console": "^11.0|^12.0",
|
|
|
|
|
+ "illuminate/contracts": "^11.0|^12.0",
|
|
|
|
|
+ "illuminate/database": "^11.0|^12.0",
|
|
|
|
|
+ "illuminate/support": "^11.0|^12.0",
|
|
|
|
|
+ "php": "^8.2",
|
|
|
|
|
+ "symfony/console": "^7.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "mockery/mockery": "^1.6",
|
|
|
|
|
+ "orchestra/testbench": "^9.0|^10.0",
|
|
|
|
|
+ "phpstan/phpstan": "^1.10",
|
|
|
|
|
+ "phpunit/phpunit": "^11.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "laravel": {
|
|
|
|
|
+ "providers": [
|
|
|
|
|
+ "Laravel\\Sanctum\\SanctumServiceProvider"
|
|
|
|
|
+ ]
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Laravel\\Sanctum\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Taylor Otwell",
|
|
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Laravel Sanctum provides a featherweight authentication system for SPAs and simple APIs.",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "auth",
|
|
|
|
|
+ "laravel",
|
|
|
|
|
+ "sanctum"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/laravel/sanctum/issues",
|
|
|
|
|
+ "source": "https://github.com/laravel/sanctum"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2025-07-09T19:45:24+00:00"
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
"name": "laravel/serializable-closure",
|
|
"name": "laravel/serializable-closure",
|
|
|
"version": "v2.0.6",
|
|
"version": "v2.0.6",
|
|
@@ -2981,6 +3304,102 @@
|
|
|
],
|
|
],
|
|
|
"time": "2024-09-09T07:06:30+00:00"
|
|
"time": "2024-09-09T07:06:30+00:00"
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "paragonie/sodium_compat",
|
|
|
|
|
+ "version": "v2.4.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/paragonie/sodium_compat.git",
|
|
|
|
|
+ "reference": "547e2dc4d45107440e76c17ab5a46e4252460158"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/547e2dc4d45107440e76c17ab5a46e4252460158",
|
|
|
|
|
+ "reference": "547e2dc4d45107440e76c17ab5a46e4252460158",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": "^8.1",
|
|
|
|
|
+ "php-64bit": "*"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "infection/infection": "^0",
|
|
|
|
|
+ "nikic/php-fuzzer": "^0",
|
|
|
|
|
+ "phpunit/phpunit": "^7|^8|^9|^10|^11",
|
|
|
|
|
+ "vimeo/psalm": "^4|^5|^6"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "ext-sodium": "Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-master": "2.0.x-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "files": [
|
|
|
|
|
+ "autoload.php"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "ParagonIE\\Sodium\\": "namespaced/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "ISC"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Paragon Initiative Enterprises",
|
|
|
|
|
+ "email": "security@paragonie.com"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Frank Denis",
|
|
|
|
|
+ "email": "jedisct1@pureftpd.org"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "Authentication",
|
|
|
|
|
+ "BLAKE2b",
|
|
|
|
|
+ "ChaCha20",
|
|
|
|
|
+ "ChaCha20-Poly1305",
|
|
|
|
|
+ "Chapoly",
|
|
|
|
|
+ "Curve25519",
|
|
|
|
|
+ "Ed25519",
|
|
|
|
|
+ "EdDSA",
|
|
|
|
|
+ "Edwards-curve Digital Signature Algorithm",
|
|
|
|
|
+ "Elliptic Curve Diffie-Hellman",
|
|
|
|
|
+ "Poly1305",
|
|
|
|
|
+ "Pure-PHP cryptography",
|
|
|
|
|
+ "RFC 7748",
|
|
|
|
|
+ "RFC 8032",
|
|
|
|
|
+ "Salpoly",
|
|
|
|
|
+ "Salsa20",
|
|
|
|
|
+ "X25519",
|
|
|
|
|
+ "XChaCha20-Poly1305",
|
|
|
|
|
+ "XSalsa20-Poly1305",
|
|
|
|
|
+ "Xchacha20",
|
|
|
|
|
+ "Xsalsa20",
|
|
|
|
|
+ "aead",
|
|
|
|
|
+ "cryptography",
|
|
|
|
|
+ "ecdh",
|
|
|
|
|
+ "elliptic curve",
|
|
|
|
|
+ "elliptic curve cryptography",
|
|
|
|
|
+ "encryption",
|
|
|
|
|
+ "libsodium",
|
|
|
|
|
+ "php",
|
|
|
|
|
+ "public-key cryptography",
|
|
|
|
|
+ "secret-key cryptography",
|
|
|
|
|
+ "side-channel resistant"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/paragonie/sodium_compat/issues",
|
|
|
|
|
+ "source": "https://github.com/paragonie/sodium_compat/tree/v2.4.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2025-10-06T08:47:40+00:00"
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
"name": "phpoption/phpoption",
|
|
"name": "phpoption/phpoption",
|
|
|
"version": "1.9.4",
|
|
"version": "1.9.4",
|
|
@@ -3548,30 +3967,91 @@
|
|
|
"time": "2025-10-27T17:15:31+00:00"
|
|
"time": "2025-10-27T17:15:31+00:00"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "name": "ralouphie/getallheaders",
|
|
|
|
|
- "version": "3.0.3",
|
|
|
|
|
|
|
+ "name": "pusher/pusher-php-server",
|
|
|
|
|
+ "version": "7.2.7",
|
|
|
"source": {
|
|
"source": {
|
|
|
"type": "git",
|
|
"type": "git",
|
|
|
- "url": "https://github.com/ralouphie/getallheaders.git",
|
|
|
|
|
- "reference": "120b605dfeb996808c31b6477290a714d356e822"
|
|
|
|
|
|
|
+ "url": "https://github.com/pusher/pusher-http-php.git",
|
|
|
|
|
+ "reference": "148b0b5100d000ed57195acdf548a2b1b38ee3f7"
|
|
|
},
|
|
},
|
|
|
"dist": {
|
|
"dist": {
|
|
|
"type": "zip",
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
|
|
|
|
- "reference": "120b605dfeb996808c31b6477290a714d356e822",
|
|
|
|
|
|
|
+ "url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/148b0b5100d000ed57195acdf548a2b1b38ee3f7",
|
|
|
|
|
+ "reference": "148b0b5100d000ed57195acdf548a2b1b38ee3f7",
|
|
|
"shasum": ""
|
|
"shasum": ""
|
|
|
},
|
|
},
|
|
|
"require": {
|
|
"require": {
|
|
|
- "php": ">=5.6"
|
|
|
|
|
|
|
+ "ext-curl": "*",
|
|
|
|
|
+ "ext-json": "*",
|
|
|
|
|
+ "guzzlehttp/guzzle": "^7.2",
|
|
|
|
|
+ "paragonie/sodium_compat": "^1.6|^2.0",
|
|
|
|
|
+ "php": "^7.3|^8.0",
|
|
|
|
|
+ "psr/log": "^1.0|^2.0|^3.0"
|
|
|
},
|
|
},
|
|
|
"require-dev": {
|
|
"require-dev": {
|
|
|
- "php-coveralls/php-coveralls": "^2.1",
|
|
|
|
|
- "phpunit/phpunit": "^5 || ^6.5"
|
|
|
|
|
|
|
+ "overtrue/phplint": "^2.3",
|
|
|
|
|
+ "phpunit/phpunit": "^9.3"
|
|
|
},
|
|
},
|
|
|
"type": "library",
|
|
"type": "library",
|
|
|
- "autoload": {
|
|
|
|
|
- "files": [
|
|
|
|
|
- "src/getallheaders.php"
|
|
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-master": "5.0-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Pusher\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Library for interacting with the Pusher REST API",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "events",
|
|
|
|
|
+ "messaging",
|
|
|
|
|
+ "php-pusher-server",
|
|
|
|
|
+ "publish",
|
|
|
|
|
+ "push",
|
|
|
|
|
+ "pusher",
|
|
|
|
|
+ "real time",
|
|
|
|
|
+ "real-time",
|
|
|
|
|
+ "realtime",
|
|
|
|
|
+ "rest",
|
|
|
|
|
+ "trigger"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/pusher/pusher-http-php/issues",
|
|
|
|
|
+ "source": "https://github.com/pusher/pusher-http-php/tree/7.2.7"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2025-01-06T10:56:20+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "ralouphie/getallheaders",
|
|
|
|
|
+ "version": "3.0.3",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/ralouphie/getallheaders.git",
|
|
|
|
|
+ "reference": "120b605dfeb996808c31b6477290a714d356e822"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
|
|
|
|
+ "reference": "120b605dfeb996808c31b6477290a714d356e822",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=5.6"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "php-coveralls/php-coveralls": "^2.1",
|
|
|
|
|
+ "phpunit/phpunit": "^5 || ^6.5"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "files": [
|
|
|
|
|
+ "src/getallheaders.php"
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
@@ -3745,6 +4225,595 @@
|
|
|
},
|
|
},
|
|
|
"time": "2025-09-04T20:59:21+00:00"
|
|
"time": "2025-09-04T20:59:21+00:00"
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "ratchet/rfc6455",
|
|
|
|
|
+ "version": "v0.4.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/ratchetphp/RFC6455.git",
|
|
|
|
|
+ "reference": "859d95f85dda0912c6d5b936d036d044e3af47ef"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/ratchetphp/RFC6455/zipball/859d95f85dda0912c6d5b936d036d044e3af47ef",
|
|
|
|
|
+ "reference": "859d95f85dda0912c6d5b936d036d044e3af47ef",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=7.4",
|
|
|
|
|
+ "psr/http-factory-implementation": "^1.0",
|
|
|
|
|
+ "symfony/polyfill-php80": "^1.15"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "guzzlehttp/psr7": "^2.7",
|
|
|
|
|
+ "phpunit/phpunit": "^9.5",
|
|
|
|
|
+ "react/socket": "^1.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Ratchet\\RFC6455\\": "src"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Chris Boden",
|
|
|
|
|
+ "email": "cboden@gmail.com",
|
|
|
|
|
+ "role": "Developer"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Matt Bonneau",
|
|
|
|
|
+ "role": "Developer"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "RFC6455 WebSocket protocol handler",
|
|
|
|
|
+ "homepage": "http://socketo.me",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "WebSockets",
|
|
|
|
|
+ "rfc6455",
|
|
|
|
|
+ "websocket"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "chat": "https://gitter.im/reactphp/reactphp",
|
|
|
|
|
+ "issues": "https://github.com/ratchetphp/RFC6455/issues",
|
|
|
|
|
+ "source": "https://github.com/ratchetphp/RFC6455/tree/v0.4.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2025-02-24T01:18:22+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "react/cache",
|
|
|
|
|
+ "version": "v1.2.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/reactphp/cache.git",
|
|
|
|
|
+ "reference": "d47c472b64aa5608225f47965a484b75c7817d5b"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/reactphp/cache/zipball/d47c472b64aa5608225f47965a484b75c7817d5b",
|
|
|
|
|
+ "reference": "d47c472b64aa5608225f47965a484b75c7817d5b",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=5.3.0",
|
|
|
|
|
+ "react/promise": "^3.0 || ^2.0 || ^1.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "React\\Cache\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Christian Lück",
|
|
|
|
|
+ "email": "christian@clue.engineering",
|
|
|
|
|
+ "homepage": "https://clue.engineering/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Cees-Jan Kiewiet",
|
|
|
|
|
+ "email": "reactphp@ceesjankiewiet.nl",
|
|
|
|
|
+ "homepage": "https://wyrihaximus.net/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Jan Sorgalla",
|
|
|
|
|
+ "email": "jsorgalla@gmail.com",
|
|
|
|
|
+ "homepage": "https://sorgalla.com/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Chris Boden",
|
|
|
|
|
+ "email": "cboden@gmail.com",
|
|
|
|
|
+ "homepage": "https://cboden.dev/"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Async, Promise-based cache interface for ReactPHP",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "cache",
|
|
|
|
|
+ "caching",
|
|
|
|
|
+ "promise",
|
|
|
|
|
+ "reactphp"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/reactphp/cache/issues",
|
|
|
|
|
+ "source": "https://github.com/reactphp/cache/tree/v1.2.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://opencollective.com/reactphp",
|
|
|
|
|
+ "type": "open_collective"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2022-11-30T15:59:55+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "react/dns",
|
|
|
|
|
+ "version": "v1.13.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/reactphp/dns.git",
|
|
|
|
|
+ "reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/reactphp/dns/zipball/eb8ae001b5a455665c89c1df97f6fb682f8fb0f5",
|
|
|
|
|
+ "reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=5.3.0",
|
|
|
|
|
+ "react/cache": "^1.0 || ^0.6 || ^0.5",
|
|
|
|
|
+ "react/event-loop": "^1.2",
|
|
|
|
|
+ "react/promise": "^3.2 || ^2.7 || ^1.2.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
|
|
|
|
|
+ "react/async": "^4.3 || ^3 || ^2",
|
|
|
|
|
+ "react/promise-timer": "^1.11"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "React\\Dns\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Christian Lück",
|
|
|
|
|
+ "email": "christian@clue.engineering",
|
|
|
|
|
+ "homepage": "https://clue.engineering/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Cees-Jan Kiewiet",
|
|
|
|
|
+ "email": "reactphp@ceesjankiewiet.nl",
|
|
|
|
|
+ "homepage": "https://wyrihaximus.net/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Jan Sorgalla",
|
|
|
|
|
+ "email": "jsorgalla@gmail.com",
|
|
|
|
|
+ "homepage": "https://sorgalla.com/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Chris Boden",
|
|
|
|
|
+ "email": "cboden@gmail.com",
|
|
|
|
|
+ "homepage": "https://cboden.dev/"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Async DNS resolver for ReactPHP",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "async",
|
|
|
|
|
+ "dns",
|
|
|
|
|
+ "dns-resolver",
|
|
|
|
|
+ "reactphp"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/reactphp/dns/issues",
|
|
|
|
|
+ "source": "https://github.com/reactphp/dns/tree/v1.13.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://opencollective.com/reactphp",
|
|
|
|
|
+ "type": "open_collective"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2024-06-13T14:18:03+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "react/event-loop",
|
|
|
|
|
+ "version": "v1.5.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/reactphp/event-loop.git",
|
|
|
|
|
+ "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/reactphp/event-loop/zipball/bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
|
|
|
|
|
+ "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=5.3.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "ext-pcntl": "For signal handling support when using the StreamSelectLoop"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "React\\EventLoop\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Christian Lück",
|
|
|
|
|
+ "email": "christian@clue.engineering",
|
|
|
|
|
+ "homepage": "https://clue.engineering/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Cees-Jan Kiewiet",
|
|
|
|
|
+ "email": "reactphp@ceesjankiewiet.nl",
|
|
|
|
|
+ "homepage": "https://wyrihaximus.net/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Jan Sorgalla",
|
|
|
|
|
+ "email": "jsorgalla@gmail.com",
|
|
|
|
|
+ "homepage": "https://sorgalla.com/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Chris Boden",
|
|
|
|
|
+ "email": "cboden@gmail.com",
|
|
|
|
|
+ "homepage": "https://cboden.dev/"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "asynchronous",
|
|
|
|
|
+ "event-loop"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/reactphp/event-loop/issues",
|
|
|
|
|
+ "source": "https://github.com/reactphp/event-loop/tree/v1.5.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://opencollective.com/reactphp",
|
|
|
|
|
+ "type": "open_collective"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2023-11-13T13:48:05+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "react/promise",
|
|
|
|
|
+ "version": "v3.3.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/reactphp/promise.git",
|
|
|
|
|
+ "reference": "23444f53a813a3296c1368bb104793ce8d88f04a"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/reactphp/promise/zipball/23444f53a813a3296c1368bb104793ce8d88f04a",
|
|
|
|
|
+ "reference": "23444f53a813a3296c1368bb104793ce8d88f04a",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=7.1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpstan/phpstan": "1.12.28 || 1.4.10",
|
|
|
|
|
+ "phpunit/phpunit": "^9.6 || ^7.5"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "files": [
|
|
|
|
|
+ "src/functions_include.php"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "React\\Promise\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Jan Sorgalla",
|
|
|
|
|
+ "email": "jsorgalla@gmail.com",
|
|
|
|
|
+ "homepage": "https://sorgalla.com/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Christian Lück",
|
|
|
|
|
+ "email": "christian@clue.engineering",
|
|
|
|
|
+ "homepage": "https://clue.engineering/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Cees-Jan Kiewiet",
|
|
|
|
|
+ "email": "reactphp@ceesjankiewiet.nl",
|
|
|
|
|
+ "homepage": "https://wyrihaximus.net/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Chris Boden",
|
|
|
|
|
+ "email": "cboden@gmail.com",
|
|
|
|
|
+ "homepage": "https://cboden.dev/"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "A lightweight implementation of CommonJS Promises/A for PHP",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "promise",
|
|
|
|
|
+ "promises"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/reactphp/promise/issues",
|
|
|
|
|
+ "source": "https://github.com/reactphp/promise/tree/v3.3.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://opencollective.com/reactphp",
|
|
|
|
|
+ "type": "open_collective"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-08-19T18:57:03+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "react/promise-timer",
|
|
|
|
|
+ "version": "v1.11.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/reactphp/promise-timer.git",
|
|
|
|
|
+ "reference": "4f70306ed66b8b44768941ca7f142092600fafc1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/reactphp/promise-timer/zipball/4f70306ed66b8b44768941ca7f142092600fafc1",
|
|
|
|
|
+ "reference": "4f70306ed66b8b44768941ca7f142092600fafc1",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=5.3",
|
|
|
|
|
+ "react/event-loop": "^1.2",
|
|
|
|
|
+ "react/promise": "^3.2 || ^2.7.0 || ^1.2.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "files": [
|
|
|
|
|
+ "src/functions_include.php"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "React\\Promise\\Timer\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Christian Lück",
|
|
|
|
|
+ "email": "christian@clue.engineering",
|
|
|
|
|
+ "homepage": "https://clue.engineering/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Cees-Jan Kiewiet",
|
|
|
|
|
+ "email": "reactphp@ceesjankiewiet.nl",
|
|
|
|
|
+ "homepage": "https://wyrihaximus.net/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Jan Sorgalla",
|
|
|
|
|
+ "email": "jsorgalla@gmail.com",
|
|
|
|
|
+ "homepage": "https://sorgalla.com/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Chris Boden",
|
|
|
|
|
+ "email": "cboden@gmail.com",
|
|
|
|
|
+ "homepage": "https://cboden.dev/"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "A trivial implementation of timeouts for Promises, built on top of ReactPHP.",
|
|
|
|
|
+ "homepage": "https://github.com/reactphp/promise-timer",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "async",
|
|
|
|
|
+ "event-loop",
|
|
|
|
|
+ "promise",
|
|
|
|
|
+ "reactphp",
|
|
|
|
|
+ "timeout",
|
|
|
|
|
+ "timer"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/reactphp/promise-timer/issues",
|
|
|
|
|
+ "source": "https://github.com/reactphp/promise-timer/tree/v1.11.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://opencollective.com/reactphp",
|
|
|
|
|
+ "type": "open_collective"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2024-06-04T14:27:45+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "react/socket",
|
|
|
|
|
+ "version": "v1.16.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/reactphp/socket.git",
|
|
|
|
|
+ "reference": "23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/reactphp/socket/zipball/23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1",
|
|
|
|
|
+ "reference": "23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
|
|
|
|
|
+ "php": ">=5.3.0",
|
|
|
|
|
+ "react/dns": "^1.13",
|
|
|
|
|
+ "react/event-loop": "^1.2",
|
|
|
|
|
+ "react/promise": "^3.2 || ^2.6 || ^1.2.1",
|
|
|
|
|
+ "react/stream": "^1.4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
|
|
|
|
|
+ "react/async": "^4.3 || ^3.3 || ^2",
|
|
|
|
|
+ "react/promise-stream": "^1.4",
|
|
|
|
|
+ "react/promise-timer": "^1.11"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "React\\Socket\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Christian Lück",
|
|
|
|
|
+ "email": "christian@clue.engineering",
|
|
|
|
|
+ "homepage": "https://clue.engineering/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Cees-Jan Kiewiet",
|
|
|
|
|
+ "email": "reactphp@ceesjankiewiet.nl",
|
|
|
|
|
+ "homepage": "https://wyrihaximus.net/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Jan Sorgalla",
|
|
|
|
|
+ "email": "jsorgalla@gmail.com",
|
|
|
|
|
+ "homepage": "https://sorgalla.com/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Chris Boden",
|
|
|
|
|
+ "email": "cboden@gmail.com",
|
|
|
|
|
+ "homepage": "https://cboden.dev/"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "Connection",
|
|
|
|
|
+ "Socket",
|
|
|
|
|
+ "async",
|
|
|
|
|
+ "reactphp",
|
|
|
|
|
+ "stream"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/reactphp/socket/issues",
|
|
|
|
|
+ "source": "https://github.com/reactphp/socket/tree/v1.16.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://opencollective.com/reactphp",
|
|
|
|
|
+ "type": "open_collective"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2024-07-26T10:38:09+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "react/stream",
|
|
|
|
|
+ "version": "v1.4.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/reactphp/stream.git",
|
|
|
|
|
+ "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/reactphp/stream/zipball/1e5b0acb8fe55143b5b426817155190eb6f5b18d",
|
|
|
|
|
+ "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
|
|
|
|
|
+ "php": ">=5.3.8",
|
|
|
|
|
+ "react/event-loop": "^1.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "clue/stream-filter": "~1.2",
|
|
|
|
|
+ "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "React\\Stream\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Christian Lück",
|
|
|
|
|
+ "email": "christian@clue.engineering",
|
|
|
|
|
+ "homepage": "https://clue.engineering/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Cees-Jan Kiewiet",
|
|
|
|
|
+ "email": "reactphp@ceesjankiewiet.nl",
|
|
|
|
|
+ "homepage": "https://wyrihaximus.net/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Jan Sorgalla",
|
|
|
|
|
+ "email": "jsorgalla@gmail.com",
|
|
|
|
|
+ "homepage": "https://sorgalla.com/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Chris Boden",
|
|
|
|
|
+ "email": "cboden@gmail.com",
|
|
|
|
|
+ "homepage": "https://cboden.dev/"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "event-driven",
|
|
|
|
|
+ "io",
|
|
|
|
|
+ "non-blocking",
|
|
|
|
|
+ "pipe",
|
|
|
|
|
+ "reactphp",
|
|
|
|
|
+ "readable",
|
|
|
|
|
+ "stream",
|
|
|
|
|
+ "writable"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/reactphp/stream/issues",
|
|
|
|
|
+ "source": "https://github.com/reactphp/stream/tree/v1.4.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://opencollective.com/reactphp",
|
|
|
|
|
+ "type": "open_collective"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2024-06-11T12:45:25+00:00"
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
"name": "sentry/sentry",
|
|
"name": "sentry/sentry",
|
|
|
"version": "4.18.0",
|
|
"version": "4.18.0",
|