update workerman
This commit is contained in:
2
pgserver/vendor/composer/autoload_psr4.php
vendored
2
pgserver/vendor/composer/autoload_psr4.php
vendored
@@ -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'),
|
||||
|
||||
3
pgserver/vendor/composer/autoload_static.php
vendored
3
pgserver/vendor/composer/autoload_static.php
vendored
@@ -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 (
|
||||
|
||||
4
pgserver/vendor/composer/platform_check.php
vendored
4
pgserver/vendor/composer/platform_check.php
vendored
@@ -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) {
|
||||
|
||||
BIN
pgserver/vendor/composer/tmp-3580a738ad0e2cdd3986095d2f4bddbd.zip~
vendored
Normal file
BIN
pgserver/vendor/composer/tmp-3580a738ad0e2cdd3986095d2f4bddbd.zip~
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user