update workerman

This commit is contained in:
annnj-home
2026-04-23 23:26:54 +08:00
parent 83fd9f78ee
commit b00b10a5f2
4 changed files with 3 additions and 59 deletions

View File

@@ -25,7 +25,7 @@
"phpoffice/phpexcel": "^1.8",
"mpdf/mpdf": "^8.0",
"topthink/think-worker": "1.0",
"workerman/workerman-for-win": "3.5",
"workerman/workerman": "^3.5",
"workerman/phpsocket.io": "1.1",
"overtrue/pinyin": "4.0",
"lpilp/guomi": "v1.0.6",

60
pgserver/composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "b9665e92a9b5c98a943c7c6c10611dc3",
"content-hash": "79a4131059e4a5006a9485754cc24a12",
"packages": [
{
"name": "aliyuncs/oss-sdk-php",
@@ -2356,62 +2356,6 @@
}
],
"time": "2023-09-13T14:30:13+00:00"
},
{
"name": "workerman/workerman-for-win",
"version": "v3.5.0",
"source": {
"type": "git",
"url": "https://github.com/walkor/workerman-for-win.git",
"reference": "801f9dafb00783c3a244c4225f6c15e97f9b0460"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/walkor/workerman-for-win/zipball/801f9dafb00783c3a244c4225f6c15e97f9b0460",
"reference": "801f9dafb00783c3a244c4225f6c15e97f9b0460",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"php": ">=5.3"
},
"type": "project",
"autoload": {
"psr-4": {
"Workerman\\": "./"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "walkor",
"email": "walkor@workerman.net",
"homepage": "http://www.workerman.net",
"role": "Developer"
}
],
"description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.",
"homepage": "http://www.workerman.net",
"keywords": [
"asynchronous",
"event-loop"
],
"support": {
"email": "walkor@workerman.net",
"forum": "http://wenda.workerman.net/",
"issues": "https://github.com/walkor/workerman/issues",
"source": "https://github.com/walkor/workerman",
"wiki": "http://doc3.workerman.net/index.html"
},
"time": "2017-08-23T06:08:45+00:00"
}
],
"packages-dev": [],
@@ -2421,7 +2365,7 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=7.4.0",
"php": ">=7.3.0",
"ext-json": "*"
},
"platform-dev": {},

Binary file not shown.

Binary file not shown.