Primer commit del sistema separado falta mejorar mucho

This commit is contained in:
nickpons666
2025-12-30 01:18:46 -06:00
commit 1679c73e52
2384 changed files with 472342 additions and 0 deletions

25
vendor/ratchet/pawl/composer.json vendored Executable file
View File

@@ -0,0 +1,25 @@
{
"name": "ratchet/pawl"
, "description": "Asynchronous WebSocket client"
, "keywords": ["WebSocket", "client", "Ratchet", "async", "websocket client"]
, "license": "MIT"
, "autoload": {
"psr-4": {
"Ratchet\\Client\\": "src"
}
, "files": ["src/functions_include.php"]
}
, "require": {
"php": ">=7.4"
, "evenement/evenement": "^3.0 || ^2.0"
, "guzzlehttp/psr7": "^2.0"
, "ratchet/rfc6455": "^0.3.1 || ^0.4.0"
, "react/socket": "^1.9"
}
, "require-dev": {
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8"
}
, "suggest": {
"reactivex/rxphp": "~2.0"
}
}