1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00

Update socket also to respond http

This commit is contained in:
Daniel Neto 2024-10-07 11:43:06 -03:00
parent cc3af22682
commit 251e5740f0
1246 changed files with 62800 additions and 2951 deletions

View file

@ -19,7 +19,7 @@
"google/apiclient-services": "*",
"google/auth": "^1.14.3",
"guzzlehttp/guzzle": "^7.4",
"guzzlehttp/psr7": "^2.2",
"guzzlehttp/psr7": "^2.7",
"hybridauth/hybridauth": "^3.3",
"james-heinrich/getid3": "^1.9",
"monolog/monolog": "^2.6",
@ -51,6 +51,8 @@
"chillerlan/php-qrcode": "^5.0",
"erusev/parsedown": "^1.7",
"spomky-labs/otphp": "^10.0",
"christian-riesen/base32": "^1.6"
"christian-riesen/base32": "^1.6",
"react/socket": "^1.16",
"react/event-loop": "^1.5"
}
}