bitget earn

This commit is contained in:
LayFi.de
2025-01-28 01:48:16 +08:00
parent ffdb74d841
commit 042197db0d
16 changed files with 703 additions and 72 deletions
+1
View File
@@ -22,6 +22,7 @@ return array(
'b6b991a57620e2fb6b2f66f03fe9ddc2' => $vendorDir . '/symfony/string/Resources/functions.php',
'37a3dc5111fe8f707ab4c132ef1dbc62' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php',
'253c157292f75eb38082b5acb06f3f01' => $vendorDir . '/nikic/fast-route/src/functions.php',
'f88f8987adfe3f7cf9978fa9a9d148bc' => $vendorDir . '/workerman/psr7/src/functions_include.php',
'ef65a1626449d89d0811cf9befce46f0' => $vendorDir . '/illuminate/events/functions.php',
'667aeda72477189d0494fecd327c3641' => $vendorDir . '/symfony/var-dumper/Resources/functions/dump.php',
'd2136ff22b54ac75cd96a40e0022218e' => $vendorDir . '/workerman/webman-framework/src/support/helpers.php',
+4 -1
View File
@@ -12,6 +12,8 @@ return array(
'support\\' => array($vendorDir . '/workerman/webman-framework/src/support'),
'app\\View\\Components\\' => array($baseDir . '/app/view/components'),
'app\\' => array($baseDir . '/app'),
'Workerman\\Psr7\\' => array($vendorDir . '/workerman/psr7/src'),
'Workerman\\Http\\' => array($vendorDir . '/workerman/http-client/src'),
'Workerman\\Crontab\\' => array($vendorDir . '/workerman/crontab/src'),
'Workerman\\' => array($vendorDir . '/workerman/workerman/src'),
'Webman\\Event\\' => array($vendorDir . '/webman/event/src'),
@@ -33,9 +35,10 @@ return array(
'Support\\Exception\\' => array($vendorDir . '/workerman/webman-framework/src/support/exception'),
'Support\\Bootstrap\\' => array($vendorDir . '/workerman/webman-framework/src/support/bootstrap'),
'Support\\' => array($vendorDir . '/workerman/webman-framework/src/support'),
'Revolt\\' => array($vendorDir . '/revolt/event-loop/src'),
'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
'Psr\\Log\\' => array($vendorDir . '/psr/log/src'),
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src', $vendorDir . '/psr/http-factory/src'),
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'),
'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'),
'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
'Psr\\Clock\\' => array($vendorDir . '/psr/clock/src'),
+21 -2
View File
@@ -23,6 +23,7 @@ class ComposerStaticInit6e6023f44041e2f811fec6345b255443
'b6b991a57620e2fb6b2f66f03fe9ddc2' => __DIR__ . '/..' . '/symfony/string/Resources/functions.php',
'37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
'253c157292f75eb38082b5acb06f3f01' => __DIR__ . '/..' . '/nikic/fast-route/src/functions.php',
'f88f8987adfe3f7cf9978fa9a9d148bc' => __DIR__ . '/..' . '/workerman/psr7/src/functions_include.php',
'ef65a1626449d89d0811cf9befce46f0' => __DIR__ . '/..' . '/illuminate/events/functions.php',
'667aeda72477189d0494fecd327c3641' => __DIR__ . '/..' . '/symfony/var-dumper/Resources/functions/dump.php',
'd2136ff22b54ac75cd96a40e0022218e' => __DIR__ . '/..' . '/workerman/webman-framework/src/support/helpers.php',
@@ -53,6 +54,8 @@ class ComposerStaticInit6e6023f44041e2f811fec6345b255443
),
'W' =>
array (
'Workerman\\Psr7\\' => 15,
'Workerman\\Http\\' => 15,
'Workerman\\Crontab\\' => 18,
'Workerman\\' => 10,
'Webman\\Event\\' => 13,
@@ -78,6 +81,10 @@ class ComposerStaticInit6e6023f44041e2f811fec6345b255443
'Support\\Bootstrap\\' => 18,
'Support\\' => 8,
),
'R' =>
array (
'Revolt\\' => 7,
),
'P' =>
array (
'Psr\\SimpleCache\\' => 16,
@@ -160,6 +167,14 @@ class ComposerStaticInit6e6023f44041e2f811fec6345b255443
array (
0 => __DIR__ . '/../..' . '/app',
),
'Workerman\\Psr7\\' =>
array (
0 => __DIR__ . '/..' . '/workerman/psr7/src',
),
'Workerman\\Http\\' =>
array (
0 => __DIR__ . '/..' . '/workerman/http-client/src',
),
'Workerman\\Crontab\\' =>
array (
0 => __DIR__ . '/..' . '/workerman/crontab/src',
@@ -244,6 +259,10 @@ class ComposerStaticInit6e6023f44041e2f811fec6345b255443
array (
0 => __DIR__ . '/..' . '/workerman/webman-framework/src/support',
),
'Revolt\\' =>
array (
0 => __DIR__ . '/..' . '/revolt/event-loop/src',
),
'Psr\\SimpleCache\\' =>
array (
0 => __DIR__ . '/..' . '/psr/simple-cache/src',
@@ -254,8 +273,8 @@ class ComposerStaticInit6e6023f44041e2f811fec6345b255443
),
'Psr\\Http\\Message\\' =>
array (
0 => __DIR__ . '/..' . '/psr/http-message/src',
1 => __DIR__ . '/..' . '/psr/http-factory/src',
0 => __DIR__ . '/..' . '/psr/http-factory/src',
1 => __DIR__ . '/..' . '/psr/http-message/src',
),
'Psr\\Http\\Client\\' =>
array (
+179
View File
@@ -1956,6 +1956,81 @@
},
"install-path": "../ralouphie/getallheaders"
},
{
"name": "revolt/event-loop",
"version": "v1.0.6",
"version_normalized": "1.0.6.0",
"source": {
"type": "git",
"url": "https://github.com/revoltphp/event-loop.git",
"reference": "25de49af7223ba039f64da4ae9a28ec2d10d0254"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/revoltphp/event-loop/zipball/25de49af7223ba039f64da4ae9a28ec2d10d0254",
"reference": "25de49af7223ba039f64da4ae9a28ec2d10d0254",
"shasum": ""
},
"require": {
"php": ">=8.1"
},
"require-dev": {
"ext-json": "*",
"jetbrains/phpstorm-stubs": "^2019.3",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.15"
},
"time": "2023-11-30T05:34:44+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"Revolt\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Cees-Jan Kiewiet",
"email": "ceesjank@gmail.com"
},
{
"name": "Christian Lück",
"email": "christian@clue.engineering"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
"description": "Rock-solid event loop for concurrent PHP applications.",
"keywords": [
"async",
"asynchronous",
"concurrency",
"event",
"event-loop",
"non-blocking",
"scheduler"
],
"support": {
"issues": "https://github.com/revoltphp/event-loop/issues",
"source": "https://github.com/revoltphp/event-loop/tree/v1.0.6"
},
"install-path": "../revolt/event-loop"
},
{
"name": "symfony/clock",
"version": "v7.2.0",
@@ -3269,6 +3344,110 @@
},
"install-path": "../workerman/crontab"
},
{
"name": "workerman/http-client",
"version": "v2.2.9",
"version_normalized": "2.2.9.0",
"source": {
"type": "git",
"url": "https://github.com/workerman-php/http-client.git",
"reference": "d26b4b16feb8089df132ce6befce28cb7ff467b6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/workerman-php/http-client/zipball/d26b4b16feb8089df132ce6befce28cb7ff467b6",
"reference": "d26b4b16feb8089df132ce6befce28cb7ff467b6",
"shasum": ""
},
"require": {
"workerman/psr7": ">=1.4.3",
"workerman/workerman": "^4.1.0||^5.0.0||dev-master"
},
"time": "2025-01-19T12:22:04+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Workerman\\Http\\": "./src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"homepage": "http://www.workerman.net",
"support": {
"issues": "https://github.com/workerman-php/http-client/issues",
"source": "https://github.com/workerman-php/http-client/tree/v2.2.9"
},
"install-path": "../workerman/http-client"
},
{
"name": "workerman/psr7",
"version": "v2.0.1",
"version_normalized": "2.0.1.0",
"source": {
"type": "git",
"url": "https://github.com/walkor/psr7.git",
"reference": "3b1a32d8219a504f1b092ab84e2e9a3811a45ce2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/walkor/psr7/zipball/3b1a32d8219a504f1b092ab84e2e9a3811a45ce2",
"reference": "3b1a32d8219a504f1b092ab84e2e9a3811a45ce2",
"shasum": ""
},
"require": {
"php": ">=7.2.0",
"psr/http-message": "~2.0"
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"time": "2024-05-18T09:07:57+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"Workerman\\Psr7\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Tobias Schultze",
"homepage": "https://github.com/Tobion"
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
"http",
"message",
"request",
"response",
"stream",
"uri",
"url"
],
"support": {
"source": "https://github.com/walkor/psr7/tree/v2.0.1"
},
"install-path": "../workerman/psr7"
},
{
"name": "workerman/webman-framework",
"version": "v1.6.14",
+33 -6
View File
@@ -1,9 +1,9 @@
<?php return array(
'root' => array(
'name' => 'workerman/webman',
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'reference' => null,
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => 'ffdb74d841f539df912099e04f352c080fe66b11',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@@ -308,6 +308,15 @@
'aliases' => array(),
'dev_requirement' => false,
),
'revolt/event-loop' => array(
'pretty_version' => 'v1.0.6',
'version' => '1.0.6.0',
'reference' => '25de49af7223ba039f64da4ae9a28ec2d10d0254',
'type' => 'library',
'install_path' => __DIR__ . '/../revolt/event-loop',
'aliases' => array(),
'dev_requirement' => false,
),
'spatie/once' => array(
'dev_requirement' => false,
'replaced' => array(
@@ -473,10 +482,28 @@
'aliases' => array(),
'dev_requirement' => false,
),
'workerman/http-client' => array(
'pretty_version' => 'v2.2.9',
'version' => '2.2.9.0',
'reference' => 'd26b4b16feb8089df132ce6befce28cb7ff467b6',
'type' => 'library',
'install_path' => __DIR__ . '/../workerman/http-client',
'aliases' => array(),
'dev_requirement' => false,
),
'workerman/psr7' => array(
'pretty_version' => 'v2.0.1',
'version' => '2.0.1.0',
'reference' => '3b1a32d8219a504f1b092ab84e2e9a3811a45ce2',
'type' => 'library',
'install_path' => __DIR__ . '/../workerman/psr7',
'aliases' => array(),
'dev_requirement' => false,
),
'workerman/webman' => array(
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'reference' => null,
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => 'ffdb74d841f539df912099e04f352c080fe66b11',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),