This commit is contained in:
2026-05-04 13:15:16 +08:00
parent b8f599a617
commit 093ce2e8bc
776 changed files with 70357 additions and 16 deletions
+1
View File
@@ -29,6 +29,7 @@ return array(
'b6b991a57620e2fb6b2f66f03fe9ddc2' => $vendorDir . '/symfony/string/Resources/functions.php',
'd2136ff22b54ac75cd96a40e0022218e' => $vendorDir . '/workerman/webman-framework/src/support/helpers.php',
'37a3dc5111fe8f707ab4c132ef1dbc62' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php',
'ad155f8f1cf0d418fe49e248db8c661b' => $vendorDir . '/react/promise/src/functions_include.php',
'09f6b20656683369174dd6fa83b7e5fb' => $vendorDir . '/symfony/polyfill-uuid/bootstrap.php',
'ef65a1626449d89d0811cf9befce46f0' => $vendorDir . '/illuminate/events/functions.php',
);
+6
View File
@@ -30,6 +30,7 @@ return array(
'Symfony\\Contracts\\Translation\\' => array($vendorDir . '/symfony/translation-contracts'),
'Symfony\\Contracts\\Service\\' => array($vendorDir . '/symfony/service-contracts'),
'Symfony\\Contracts\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher-contracts'),
'Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'),
'Symfony\\Component\\VarDumper\\' => array($vendorDir . '/symfony/var-dumper'),
'Symfony\\Component\\Uid\\' => array($vendorDir . '/symfony/uid'),
'Symfony\\Component\\Translation\\' => array($vendorDir . '/symfony/translation'),
@@ -46,6 +47,7 @@ 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'),
'React\\Promise\\' => array($vendorDir . '/react/promise/src'),
'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
'Psr\\Log\\' => array($vendorDir . '/psr/log/src'),
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'),
@@ -54,6 +56,7 @@ return array(
'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
'Psr\\Clock\\' => array($vendorDir . '/psr/clock/src'),
'PhpOption\\' => array($vendorDir . '/phpoption/phpoption/src/PhpOption'),
'OpenSearch\\' => array($vendorDir . '/opensearch-project/opensearch-php/src/OpenSearch'),
'Monolog\\' => array($vendorDir . '/monolog/monolog/src/Monolog'),
'Laravel\\SerializableClosure\\' => array($vendorDir . '/laravel/serializable-closure/src'),
'Illuminate\\Validation\\' => array($vendorDir . '/illuminate/validation'),
@@ -70,7 +73,10 @@ return array(
'Illuminate\\Contracts\\' => array($vendorDir . '/illuminate/contracts'),
'Illuminate\\Container\\' => array($vendorDir . '/illuminate/container'),
'Illuminate\\Bus\\' => array($vendorDir . '/illuminate/bus'),
'Http\\Discovery\\' => array($vendorDir . '/php-http/discovery/src'),
'GuzzleHttp\\UriTemplate\\' => array($vendorDir . '/guzzlehttp/uri-template/src'),
'GuzzleHttp\\Stream\\' => array($vendorDir . '/ezimuel/guzzlestreams/src'),
'GuzzleHttp\\Ring\\' => array($vendorDir . '/ezimuel/ringphp/src'),
'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
'GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'),
'GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'),
+40
View File
@@ -30,6 +30,7 @@ class ComposerStaticInit691f538563ac6695008ddc51b7722c80
'b6b991a57620e2fb6b2f66f03fe9ddc2' => __DIR__ . '/..' . '/symfony/string/Resources/functions.php',
'd2136ff22b54ac75cd96a40e0022218e' => __DIR__ . '/..' . '/workerman/webman-framework/src/support/helpers.php',
'37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php',
'09f6b20656683369174dd6fa83b7e5fb' => __DIR__ . '/..' . '/symfony/polyfill-uuid/bootstrap.php',
'ef65a1626449d89d0811cf9befce46f0' => __DIR__ . '/..' . '/illuminate/events/functions.php',
);
@@ -73,6 +74,7 @@ class ComposerStaticInit691f538563ac6695008ddc51b7722c80
'Symfony\\Contracts\\Translation\\' => 30,
'Symfony\\Contracts\\Service\\' => 26,
'Symfony\\Contracts\\EventDispatcher\\' => 34,
'Symfony\\Component\\Yaml\\' => 23,
'Symfony\\Component\\VarDumper\\' => 28,
'Symfony\\Component\\Uid\\' => 22,
'Symfony\\Component\\Translation\\' => 30,
@@ -90,6 +92,10 @@ class ComposerStaticInit691f538563ac6695008ddc51b7722c80
'Support\\Bootstrap\\' => 18,
'Support\\' => 8,
),
'R' =>
array (
'React\\Promise\\' => 14,
),
'P' =>
array (
'Psr\\SimpleCache\\' => 16,
@@ -101,6 +107,10 @@ class ComposerStaticInit691f538563ac6695008ddc51b7722c80
'Psr\\Clock\\' => 10,
'PhpOption\\' => 10,
),
'O' =>
array (
'OpenSearch\\' => 11,
),
'M' =>
array (
'Monolog\\' => 8,
@@ -126,9 +136,15 @@ class ComposerStaticInit691f538563ac6695008ddc51b7722c80
'Illuminate\\Container\\' => 21,
'Illuminate\\Bus\\' => 15,
),
'H' =>
array (
'Http\\Discovery\\' => 15,
),
'G' =>
array (
'GuzzleHttp\\UriTemplate\\' => 23,
'GuzzleHttp\\Stream\\' => 18,
'GuzzleHttp\\Ring\\' => 16,
'GuzzleHttp\\Psr7\\' => 16,
'GuzzleHttp\\Promise\\' => 19,
'GuzzleHttp\\' => 11,
@@ -264,6 +280,10 @@ class ComposerStaticInit691f538563ac6695008ddc51b7722c80
array (
0 => __DIR__ . '/..' . '/symfony/event-dispatcher-contracts',
),
'Symfony\\Component\\Yaml\\' =>
array (
0 => __DIR__ . '/..' . '/symfony/yaml',
),
'Symfony\\Component\\VarDumper\\' =>
array (
0 => __DIR__ . '/..' . '/symfony/var-dumper',
@@ -328,6 +348,10 @@ class ComposerStaticInit691f538563ac6695008ddc51b7722c80
array (
0 => __DIR__ . '/..' . '/workerman/webman-framework/src/support',
),
'React\\Promise\\' =>
array (
0 => __DIR__ . '/..' . '/react/promise/src',
),
'Psr\\SimpleCache\\' =>
array (
0 => __DIR__ . '/..' . '/psr/simple-cache/src',
@@ -361,6 +385,10 @@ class ComposerStaticInit691f538563ac6695008ddc51b7722c80
array (
0 => __DIR__ . '/..' . '/phpoption/phpoption/src/PhpOption',
),
'OpenSearch\\' =>
array (
0 => __DIR__ . '/..' . '/opensearch-project/opensearch-php/src/OpenSearch',
),
'Monolog\\' =>
array (
0 => __DIR__ . '/..' . '/monolog/monolog/src/Monolog',
@@ -429,10 +457,22 @@ class ComposerStaticInit691f538563ac6695008ddc51b7722c80
array (
0 => __DIR__ . '/..' . '/illuminate/bus',
),
'Http\\Discovery\\' =>
array (
0 => __DIR__ . '/..' . '/php-http/discovery/src',
),
'GuzzleHttp\\UriTemplate\\' =>
array (
0 => __DIR__ . '/..' . '/guzzlehttp/uri-template/src',
),
'GuzzleHttp\\Stream\\' =>
array (
0 => __DIR__ . '/..' . '/ezimuel/guzzlestreams/src',
),
'GuzzleHttp\\Ring\\' =>
array (
0 => __DIR__ . '/..' . '/ezimuel/ringphp/src',
),
'GuzzleHttp\\Psr7\\' =>
array (
0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
+443
View File
@@ -377,6 +377,123 @@
],
"install-path": "../egulias/email-validator"
},
{
"name": "ezimuel/guzzlestreams",
"version": "4.1.0",
"version_normalized": "4.1.0.0",
"source": {
"type": "git",
"url": "https://github.com/ezimuel/guzzlestreams.git",
"reference": "903161be81e9f497cc42fb7db982404a4e6441b0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ezimuel/guzzlestreams/zipball/903161be81e9f497cc42fb7db982404a4e6441b0",
"reference": "903161be81e9f497cc42fb7db982404a4e6441b0",
"shasum": ""
},
"require": {
"php": ">=7.4.0"
},
"require-dev": {
"phpstan/phpstan": "^2.1",
"phpunit/phpunit": "~9.0"
},
"time": "2025-08-05T06:44:46+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"GuzzleHttp\\Stream\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Fork of guzzle/streams (abandoned) to be used with elasticsearch-php",
"homepage": "http://guzzlephp.org/",
"keywords": [
"Guzzle",
"stream"
],
"support": {
"source": "https://github.com/ezimuel/guzzlestreams/tree/4.1.0"
},
"install-path": "../ezimuel/guzzlestreams"
},
{
"name": "ezimuel/ringphp",
"version": "1.4.1",
"version_normalized": "1.4.1.0",
"source": {
"type": "git",
"url": "https://github.com/ezimuel/ringphp.git",
"reference": "b97f46088940671100012482577eeb59f26a13b5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ezimuel/ringphp/zipball/b97f46088940671100012482577eeb59f26a13b5",
"reference": "b97f46088940671100012482577eeb59f26a13b5",
"shasum": ""
},
"require": {
"ezimuel/guzzlestreams": "^3.0.1 || ^4.0.0",
"php": ">=5.4.0",
"react/promise": "^2.0 || ^3.0"
},
"replace": {
"guzzlehttp/ringphp": "self.version"
},
"require-dev": {
"ext-curl": "*",
"phpunit/phpunit": "~9.0"
},
"suggest": {
"ext-curl": "Guzzle will use specific adapters if cURL is present"
},
"time": "2026-02-11T16:42:15+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"GuzzleHttp\\Ring\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Fork of guzzle/RingPHP (abandoned) to be used with elasticsearch-php",
"support": {
"source": "https://github.com/ezimuel/ringphp/tree/1.4.1"
},
"install-path": "../ezimuel/ringphp"
},
{
"name": "fruitcake/php-cors",
"version": "v1.4.0",
@@ -2348,6 +2465,178 @@
},
"install-path": "../nikic/fast-route"
},
{
"name": "opensearch-project/opensearch-php",
"version": "2.6.0",
"version_normalized": "2.6.0.0",
"source": {
"type": "git",
"url": "https://github.com/opensearch-project/opensearch-php.git",
"reference": "6bcff126ffd8f54ca33a0dd659128cbc5d3b2bcd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/opensearch-project/opensearch-php/zipball/6bcff126ffd8f54ca33a0dd659128cbc5d3b2bcd",
"reference": "6bcff126ffd8f54ca33a0dd659128cbc5d3b2bcd",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": ">=1.3.7",
"ezimuel/ringphp": "^1.4.0",
"php": "^8.2",
"php-http/discovery": "^1.20",
"psr/http-client": "^1.0.3",
"psr/http-client-implementation": "*",
"psr/http-factory": "^1.1.0",
"psr/http-factory-implementation": "*",
"psr/http-message": "^2.0",
"psr/http-message-implementation": "*",
"psr/log": "^3.0.2",
"symfony/yaml": "^v6.4.26|^7.3.5|^v8.0.0"
},
"require-dev": {
"aws/aws-sdk-php": "^3.359.8",
"colinodell/psr-testlogger": "^1.3.1",
"ext-zip": "*",
"friendsofphp/php-cs-fixer": "^v3.89.1",
"guzzlehttp/psr7": "^2.8.0",
"mockery/mockery": "^1.6.12",
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^1.12.32",
"phpstan/phpstan-deprecation-rules": "^1.2.1",
"phpstan/phpstan-mockery": "^1.1.3",
"phpstan/phpstan-phpunit": "^1.4.2",
"phpunit/phpunit": "^10.5.58",
"react/promise": "^v3.3",
"symfony/console": "v6.4.31|^7.4.3|^8.0.3",
"symfony/finder": "^v6.4.31|^7.4.3|^v8.0.3",
"symfony/http-client": "^6.4.31|^7.4.3|^v8.0.3",
"symfony/http-client-contracts": "^v3.6.0|^v8.0.3",
"twig/twig": "^3.0"
},
"suggest": {
"aws/aws-sdk-php": "Required (^3.0.0) in order to use the AWS Signing Client Decorator",
"guzzlehttp/psr7": "Required (^2.7) in order to use the Guzzle HTTP client",
"monolog/monolog": "Allows for client-level logging and tracing",
"symfony/http-client": "Required (^6.4|^7.0|^8.0) in order to use the Symfony HTTP client"
},
"time": "2026-03-24T03:15:15+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"OpenSearch\\": "src/OpenSearch/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0",
"LGPL-2.1-only"
],
"authors": [
{
"name": "Elastic"
},
{
"name": "OpenSearch Contributors"
}
],
"description": "PHP Client for OpenSearch",
"keywords": [
"client",
"elasticsearch",
"opensearch",
"search"
],
"support": {
"issues": "https://github.com/opensearch-project/opensearch-php/issues",
"source": "https://github.com/opensearch-project/opensearch-php/tree/2.6.0"
},
"install-path": "../opensearch-project/opensearch-php"
},
{
"name": "php-http/discovery",
"version": "1.20.0",
"version_normalized": "1.20.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/discovery.git",
"reference": "82fe4c73ef3363caed49ff8dd1539ba06044910d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/discovery/zipball/82fe4c73ef3363caed49ff8dd1539ba06044910d",
"reference": "82fe4c73ef3363caed49ff8dd1539ba06044910d",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0|^2.0",
"php": "^7.1 || ^8.0"
},
"conflict": {
"nyholm/psr7": "<1.0",
"zendframework/zend-diactoros": "*"
},
"provide": {
"php-http/async-client-implementation": "*",
"php-http/client-implementation": "*",
"psr/http-client-implementation": "*",
"psr/http-factory-implementation": "*",
"psr/http-message-implementation": "*"
},
"require-dev": {
"composer/composer": "^1.0.2|^2.0",
"graham-campbell/phpspec-skip-example-extension": "^5.0",
"php-http/httplug": "^1.0 || ^2.0",
"php-http/message-factory": "^1.0",
"phpspec/phpspec": "^5.1 || ^6.1 || ^7.3",
"sebastian/comparator": "^3.0.5 || ^4.0.8",
"symfony/phpunit-bridge": "^6.4.4 || ^7.0.1"
},
"time": "2024-10-02T11:20:13+00:00",
"type": "composer-plugin",
"extra": {
"class": "Http\\Discovery\\Composer\\Plugin",
"plugin-optional": true
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"Http\\Discovery\\": "src/"
},
"exclude-from-classmap": [
"src/Composer/Plugin.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
}
],
"description": "Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations",
"homepage": "http://php-http.org",
"keywords": [
"adapter",
"client",
"discovery",
"factory",
"http",
"message",
"psr17",
"psr7"
],
"support": {
"issues": "https://github.com/php-http/discovery/issues",
"source": "https://github.com/php-http/discovery/tree/1.20.0"
},
"install-path": "../php-http/discovery"
},
{
"name": "phpoption/phpoption",
"version": "1.9.5",
@@ -2909,6 +3198,82 @@
},
"install-path": "../ralouphie/getallheaders"
},
{
"name": "react/promise",
"version": "v3.3.0",
"version_normalized": "3.3.0.0",
"source": {
"type": "git",
"url": "https://github.com/reactphp/promise.git",
"reference": "23444f53a813a3296c1368bb104793ce8d88f04a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/promise/zipball/23444f53a813a3296c1368bb104793ce8d88f04a",
"reference": "23444f53a813a3296c1368bb104793ce8d88f04a",
"shasum": ""
},
"require": {
"php": ">=7.1.0"
},
"require-dev": {
"phpstan/phpstan": "1.12.28 || 1.4.10",
"phpunit/phpunit": "^9.6 || ^7.5"
},
"time": "2025-08-19T18:57:03+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"React\\Promise\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jan Sorgalla",
"email": "jsorgalla@gmail.com",
"homepage": "https://sorgalla.com/"
},
{
"name": "Christian Lück",
"email": "christian@clue.engineering",
"homepage": "https://clue.engineering/"
},
{
"name": "Cees-Jan Kiewiet",
"email": "reactphp@ceesjankiewiet.nl",
"homepage": "https://wyrihaximus.net/"
},
{
"name": "Chris Boden",
"email": "cboden@gmail.com",
"homepage": "https://cboden.dev/"
}
],
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
"keywords": [
"promise",
"promises"
],
"support": {
"issues": "https://github.com/reactphp/promise/issues",
"source": "https://github.com/reactphp/promise/tree/v3.3.0"
},
"funding": [
{
"url": "https://opencollective.com/reactphp",
"type": "open_collective"
}
],
"install-path": "../react/promise"
},
{
"name": "symfony/clock",
"version": "v8.0.8",
@@ -5072,6 +5437,84 @@
],
"install-path": "../symfony/var-dumper"
},
{
"name": "symfony/yaml",
"version": "v8.0.8",
"version_normalized": "8.0.8.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "54174ab48c0c0f9e21512b304be17f8150ccf8f1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/54174ab48c0c0f9e21512b304be17f8150ccf8f1",
"reference": "54174ab48c0c0f9e21512b304be17f8150ccf8f1",
"shasum": ""
},
"require": {
"php": ">=8.4",
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
"symfony/console": "<7.4"
},
"require-dev": {
"symfony/console": "^7.4|^8.0"
},
"time": "2026-03-30T15:14:47+00:00",
"bin": [
"Resources/bin/yaml-lint"
],
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/yaml/tree/v8.0.8"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"install-path": "../symfony/yaml"
},
{
"name": "vlucas/phpdotenv",
"version": "v5.6.3",
+84 -9
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-main',
'version' => 'dev-main',
'reference' => 'b8f599a6177d1d8c523473a30f8c357bc9b7bf66',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@@ -55,6 +55,24 @@
'aliases' => array(),
'dev_requirement' => false,
),
'ezimuel/guzzlestreams' => array(
'pretty_version' => '4.1.0',
'version' => '4.1.0.0',
'reference' => '903161be81e9f497cc42fb7db982404a4e6441b0',
'type' => 'library',
'install_path' => __DIR__ . '/../ezimuel/guzzlestreams',
'aliases' => array(),
'dev_requirement' => false,
),
'ezimuel/ringphp' => array(
'pretty_version' => '1.4.1',
'version' => '1.4.1.0',
'reference' => 'b97f46088940671100012482577eeb59f26a13b5',
'type' => 'library',
'install_path' => __DIR__ . '/../ezimuel/ringphp',
'aliases' => array(),
'dev_requirement' => false,
),
'fruitcake/php-cors' => array(
'pretty_version' => 'v1.4.0',
'version' => '1.4.0.0',
@@ -100,6 +118,12 @@
'aliases' => array(),
'dev_requirement' => false,
),
'guzzlehttp/ringphp' => array(
'dev_requirement' => false,
'replaced' => array(
0 => '1.4.1',
),
),
'guzzlehttp/uri-template' => array(
'pretty_version' => 'v1.0.5',
'version' => '1.0.5.0',
@@ -307,6 +331,36 @@
'aliases' => array(),
'dev_requirement' => false,
),
'opensearch-project/opensearch-php' => array(
'pretty_version' => '2.6.0',
'version' => '2.6.0.0',
'reference' => '6bcff126ffd8f54ca33a0dd659128cbc5d3b2bcd',
'type' => 'library',
'install_path' => __DIR__ . '/../opensearch-project/opensearch-php',
'aliases' => array(),
'dev_requirement' => false,
),
'php-http/async-client-implementation' => array(
'dev_requirement' => false,
'provided' => array(
0 => '*',
),
),
'php-http/client-implementation' => array(
'dev_requirement' => false,
'provided' => array(
0 => '*',
),
),
'php-http/discovery' => array(
'pretty_version' => '1.20.0',
'version' => '1.20.0.0',
'reference' => '82fe4c73ef3363caed49ff8dd1539ba06044910d',
'type' => 'composer-plugin',
'install_path' => __DIR__ . '/../php-http/discovery',
'aliases' => array(),
'dev_requirement' => false,
),
'phpoption/phpoption' => array(
'pretty_version' => '1.9.5',
'version' => '1.9.5.0',
@@ -373,7 +427,8 @@
'psr/http-client-implementation' => array(
'dev_requirement' => false,
'provided' => array(
0 => '1.0',
0 => '*',
1 => '1.0',
),
),
'psr/http-factory' => array(
@@ -388,7 +443,8 @@
'psr/http-factory-implementation' => array(
'dev_requirement' => false,
'provided' => array(
0 => '1.0',
0 => '*',
1 => '1.0',
),
),
'psr/http-message' => array(
@@ -403,7 +459,8 @@
'psr/http-message-implementation' => array(
'dev_requirement' => false,
'provided' => array(
0 => '1.0',
0 => '*',
1 => '1.0',
),
),
'psr/log' => array(
@@ -440,6 +497,15 @@
'aliases' => array(),
'dev_requirement' => false,
),
'react/promise' => array(
'pretty_version' => 'v3.3.0',
'version' => '3.3.0.0',
'reference' => '23444f53a813a3296c1368bb104793ce8d88f04a',
'type' => 'library',
'install_path' => __DIR__ . '/../react/promise',
'aliases' => array(),
'dev_requirement' => false,
),
'spatie/once' => array(
'dev_requirement' => false,
'replaced' => array(
@@ -683,6 +749,15 @@
'aliases' => array(),
'dev_requirement' => false,
),
'symfony/yaml' => array(
'pretty_version' => 'v8.0.8',
'version' => '8.0.8.0',
'reference' => '54174ab48c0c0f9e21512b304be17f8150ccf8f1',
'type' => 'library',
'install_path' => __DIR__ . '/../symfony/yaml',
'aliases' => array(),
'dev_requirement' => false,
),
'vlucas/phpdotenv' => array(
'pretty_version' => 'v5.6.3',
'version' => '5.6.3.0',
@@ -747,9 +822,9 @@
'dev_requirement' => false,
),
'workerman/webman' => array(
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'reference' => null,
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => 'b8f599a6177d1d8c523473a30f8c357bc9b7bf66',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),