update workerman

This commit is contained in:
annnj-home
2026-04-23 23:30:04 +08:00
parent b00b10a5f2
commit ffa9f746a1
36 changed files with 18 additions and 6291 deletions

View File

@@ -11,7 +11,7 @@ return array(
'think\\' => array($vendorDir . '/topthink/think-image/src'),
'setasign\\Fpdi\\' => array($vendorDir . '/setasign/fpdi/src'),
'app\\' => array($baseDir . '/application'),
'Workerman\\' => array($vendorDir . '/workerman/workerman-for-win', $vendorDir . '/workerman/workerman'),
'Workerman\\' => array($vendorDir . '/workerman/workerman'),
'Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'),
'Rtgm\\' => array($vendorDir . '/lpilp/guomi/src'),
'Qcloud\\Cos\\' => array($vendorDir . '/qcloud/cos-sdk-v5/src'),

View File

@@ -112,8 +112,7 @@ class ComposerStaticInit1cd3a6c39d937ae09b33e766d7314544
),
'Workerman\\' =>
array (
0 => __DIR__ . '/..' . '/workerman/workerman-for-win',
1 => __DIR__ . '/..' . '/workerman/workerman',
0 => __DIR__ . '/..' . '/workerman/workerman',
),
'Symfony\\Polyfill\\Php80\\' =>
array (

View File

@@ -4,8 +4,8 @@
$issues = array();
if (!(PHP_VERSION_ID >= 70400)) {
$issues[] = 'Your Composer dependencies require a PHP version ">= 7.4.0". You are running ' . PHP_VERSION . '.';
if (!(PHP_VERSION_ID >= 70300)) {
$issues[] = 'Your Composer dependencies require a PHP version ">= 7.3.0". You are running ' . PHP_VERSION . '.';
}
if ($issues) {

Binary file not shown.