Files
hdk-pay/composer.lock

5965 lines
200 KiB
Plaintext
Raw Normal View History

2023-07-18 10:00:03 +08:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
2023-09-19 17:25:44 +08:00
"content-hash": "c384eccd6b524d2fc28d20b633c15dbb",
2023-07-18 10:00:03 +08:00
"packages": [
{
"name": "composer/ca-bundle",
2023-09-19 17:25:44 +08:00
"version": "1.3.7",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/composer/ca-bundle/1.3.7/composer-ca-bundle-1.3.7.zip",
"reference": "76e46335014860eec1aa5a724799a00a2e47cc85",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
"ext-openssl": "*",
"ext-pcre": "*",
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^0.12.55",
"psr/log": "^1.0",
"symfony/phpunit-bridge": "^4.2 || ^5",
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\CaBundle\\": "src"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
"keywords": [
"cabundle",
"cacert",
"certificate",
"ssl",
"tls"
],
2023-09-19 17:25:44 +08:00
"time": "2023-08-30T09:31:38+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "composer/class-map-generator",
"version": "1.1.0",
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/composer/class-map-generator/1.1.0/composer-class-map-generator-1.1.0.zip",
2023-07-18 10:00:03 +08:00
"reference": "953cc4ea32e0c31f2185549c7d216d7921f03da9",
"shasum": ""
},
"require": {
"composer/pcre": "^2.1 || ^3.1",
"php": "^7.2 || ^8.0",
"symfony/finder": "^4.4 || ^5.3 || ^6 || ^7"
},
"require-dev": {
"phpstan/phpstan": "^1.6",
"phpstan/phpstan-deprecation-rules": "^1",
"phpstan/phpstan-phpunit": "^1",
"phpstan/phpstan-strict-rules": "^1.1",
"symfony/filesystem": "^5.4 || ^6",
"symfony/phpunit-bridge": "^5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\ClassMapGenerator\\": "src"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "https://seld.be"
}
],
"description": "Utilities to scan PHP code and generate class maps.",
"keywords": [
"classmap"
],
"time": "2023-06-30T13:58:57+00:00"
},
{
"name": "composer/composer",
2023-09-19 17:25:44 +08:00
"version": "2.6.3",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/composer/composer/2.6.3/composer-composer-2.6.3.zip",
"reference": "ff477832e6d838a736556d4a39a3b80f4412abfd",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
"composer/ca-bundle": "^1.0",
"composer/class-map-generator": "^1.0",
"composer/metadata-minifier": "^1.0",
"composer/pcre": "^2.1 || ^3.1",
2023-09-19 17:25:44 +08:00
"composer/semver": "^3.2.5",
2023-07-18 10:00:03 +08:00
"composer/spdx-licenses": "^1.5.7",
"composer/xdebug-handler": "^2.0.2 || ^3.0.3",
"justinrainbow/json-schema": "^5.2.11",
"php": "^7.2.5 || ^8.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
2023-09-19 17:25:44 +08:00
"react/promise": "^2.8 || ^3",
2023-07-18 10:00:03 +08:00
"seld/jsonlint": "^1.4",
"seld/phar-utils": "^1.2",
"seld/signal-handler": "^2.0",
2023-09-19 17:25:44 +08:00
"symfony/console": "^5.4.11 || ^6.0.11 || ^7",
"symfony/filesystem": "^5.4 || ^6.0 || ^7",
"symfony/finder": "^5.4 || ^6.0 || ^7",
2023-07-18 10:00:03 +08:00
"symfony/polyfill-php73": "^1.24",
"symfony/polyfill-php80": "^1.24",
"symfony/polyfill-php81": "^1.24",
2023-09-19 17:25:44 +08:00
"symfony/process": "^5.4 || ^6.0 || ^7"
2023-07-18 10:00:03 +08:00
},
"require-dev": {
"phpstan/phpstan": "^1.9.3",
"phpstan/phpstan-deprecation-rules": "^1",
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-strict-rules": "^1",
"phpstan/phpstan-symfony": "^1.2.10",
2023-09-19 17:25:44 +08:00
"symfony/phpunit-bridge": "^6.0 || ^7"
2023-07-18 10:00:03 +08:00
},
"suggest": {
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
"ext-zip": "Enabling the zip extension allows you to unzip archives",
"ext-zlib": "Allow gzip compression of HTTP requests"
},
"bin": [
"bin/composer"
],
"type": "library",
"extra": {
"branch-alias": {
2023-09-19 17:25:44 +08:00
"dev-main": "2.6-dev"
2023-07-18 10:00:03 +08:00
},
"phpstan": {
"includes": [
"phpstan/rules.neon"
]
}
},
"autoload": {
"psr-4": {
2023-09-19 17:25:44 +08:00
"Composer\\": "src/Composer/"
2023-07-18 10:00:03 +08:00
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "https://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "https://seld.be"
}
],
"description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
"homepage": "https://getcomposer.org/",
"keywords": [
"autoload",
"dependency",
"package"
],
2023-09-19 17:25:44 +08:00
"time": "2023-09-15T07:38:22+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "composer/metadata-minifier",
"version": "1.0.0",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/composer/metadata-minifier/1.0.0/composer-metadata-minifier-1.0.0.zip",
2023-07-18 10:00:03 +08:00
"reference": "c549d23829536f0d0e984aaabbf02af91f443207",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"composer/composer": "^2",
"phpstan/phpstan": "^0.12.55",
"symfony/phpunit-bridge": "^4.2 || ^5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\MetadataMinifier\\": "src"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Small utility library that handles metadata minification and expansion.",
"keywords": [
"composer",
"compression"
],
"time": "2021-04-07T13:37:33+00:00"
},
{
"name": "composer/pcre",
"version": "3.1.0",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/composer/pcre/3.1.0/composer-pcre-3.1.0.zip",
"reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2",
"shasum": ""
},
"require": {
"php": "^7.4 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^1.3",
"phpstan/phpstan-strict-rules": "^1.1",
"symfony/phpunit-bridge": "^5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Pcre\\": "src"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "PCRE wrapping library that offers type-safe preg_* replacements.",
"keywords": [
"PCRE",
"preg",
"regex",
"regular expression"
],
"time": "2022-11-17T09:50:14+00:00"
},
{
"name": "composer/semver",
2023-09-19 17:25:44 +08:00
"version": "3.4.0",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/composer/semver/3.4.0/composer-semver-3.4.0.zip",
"reference": "35e8d0af4486141bc745f23a29cc2091eb624a32",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^1.4",
"symfony/phpunit-bridge": "^4.2 || ^5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Semver\\": "src"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "Semver library that offers utilities, version constraint parsing and validation.",
"keywords": [
"semantic",
"semver",
"validation",
"versioning"
],
2023-09-19 17:25:44 +08:00
"time": "2023-08-31T09:50:34+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "composer/spdx-licenses",
"version": "1.5.7",
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/composer/spdx-licenses/1.5.7/composer-spdx-licenses-1.5.7.zip",
2023-07-18 10:00:03 +08:00
"reference": "c848241796da2abf65837d51dce1fae55a960149",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^0.12.55",
"symfony/phpunit-bridge": "^4.2 || ^5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Spdx\\": "src"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "SPDX licenses list and validation library.",
"keywords": [
"license",
"spdx",
"validator"
],
"time": "2022-05-23T07:37:50+00:00"
},
{
"name": "composer/xdebug-handler",
"version": "3.0.3",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/composer/xdebug-handler/3.0.3/composer-xdebug-handler-3.0.3.zip",
"reference": "ced299686f41dce890debac69273b47ffe98a40c",
"shasum": ""
},
"require": {
"composer/pcre": "^1 || ^2 || ^3",
"php": "^7.2.5 || ^8.0",
"psr/log": "^1 || ^2 || ^3"
},
"require-dev": {
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-strict-rules": "^1.1",
"symfony/phpunit-bridge": "^6.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Composer\\XdebugHandler\\": "src"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "John Stevenson",
"email": "john-stevenson@blueyonder.co.uk"
}
],
"description": "Restarts a process without Xdebug.",
"keywords": [
"Xdebug",
"performance"
],
"time": "2022-02-25T21:32:43+00:00"
},
{
"name": "doctrine/inflector",
"version": "2.0.8",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/doctrine/inflector/2.0.8/doctrine-inflector-2.0.8.zip",
"reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^11.0",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.3",
"phpunit/phpunit": "^8.5 || ^9.5",
"vimeo/psalm": "^4.25 || ^5.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
"homepage": "https://www.doctrine-project.org/projects/inflector.html",
"keywords": [
"inflection",
"inflector",
"lowercase",
"manipulation",
"php",
"plural",
"singular",
"strings",
"uppercase",
"words"
],
"time": "2023-06-16T13:40:37+00:00"
},
{
"name": "doctrine/instantiator",
"version": "1.5.0",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/doctrine/instantiator/1.5.0/doctrine-instantiator-1.5.0.zip",
"reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^9 || ^11",
"ext-pdo": "*",
"ext-phar": "*",
"phpbench/phpbench": "^0.16 || ^1",
"phpstan/phpstan": "^1.4",
"phpstan/phpstan-phpunit": "^1",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.30 || ^5.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "https://ocramius.github.io/"
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
"keywords": [
"constructor",
"instantiate"
],
"time": "2022-12-30T00:15:36+00:00"
},
{
"name": "ergebnis/http-method",
2023-09-19 17:25:44 +08:00
"version": "2.4.0",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/ergebnis/http-method/2.4.0/ergebnis-http-method-2.4.0.zip",
"reference": "fb3caa85e972a18c25d0d241b0585a2864932c34",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
2023-09-19 17:25:44 +08:00
"php": "~8.1.0 || ~8.2.0"
2023-07-18 10:00:03 +08:00
},
"require-dev": {
2023-09-19 17:25:44 +08:00
"ergebnis/composer-normalize": "^2.33.0",
"ergebnis/license": "^2.1.0",
"ergebnis/php-cs-fixer-config": "^5.12.0",
"ergebnis/phpunit-slow-test-detector": "^2.3.0",
"phpunit/phpunit": "^10.2.6",
"psalm/plugin-phpunit": "~0.18.4",
"rector/rector": "~0.17.7",
"vimeo/psalm": "^5.13.1"
2023-07-18 10:00:03 +08:00
},
"type": "library",
"extra": {
"composer-normalize": {
"indent-size": 2,
"indent-style": "space"
}
},
"autoload": {
"psr-4": {
"Ergebnis\\Http\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Andreas Möller",
"email": "am@localheinz.com"
}
],
"description": "Provides constants for HTTP request methods.",
"homepage": "https://github.com/ergebnis/http-method",
"keywords": [
"http",
"method",
"request"
],
2023-09-19 17:25:44 +08:00
"time": "2023-07-27T08:10:37+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "fig/http-message-util",
"version": "1.1.5",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/fig/http-message-util/1.1.5/fig-http-message-util-1.1.5.zip",
2023-07-18 10:00:03 +08:00
"reference": "9d94dc0154230ac39e5bf89398b324a86f63f765",
"shasum": ""
},
"require": {
"php": "^5.3 || ^7.0 || ^8.0"
},
"suggest": {
"psr/http-message": "The package containing the PSR-7 interfaces"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Fig\\Http\\Message\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"time": "2020-11-24T22:02:12+00:00"
},
{
"name": "graham-campbell/result-type",
"version": "v1.1.1",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/graham-campbell/result-type/v1.1.1/graham-campbell-result-type-v1.1.1.zip",
"reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831",
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0",
"phpoption/phpoption": "^1.9.1"
},
"require-dev": {
"phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12"
},
"type": "library",
"autoload": {
"psr-4": {
"GrahamCampbell\\ResultType\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
}
],
"description": "An Implementation Of The Result Type",
"keywords": [
"Graham Campbell",
"GrahamCampbell",
"Result Type",
"Result-Type",
"result"
],
"time": "2023-02-25T20:23:15+00:00"
},
{
"name": "guzzlehttp/guzzle",
2023-09-19 17:25:44 +08:00
"version": "7.8.0",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/guzzlehttp/guzzle/7.8.0/guzzlehttp-guzzle-7.8.0.zip",
"reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
"ext-json": "*",
2023-09-19 17:25:44 +08:00
"guzzlehttp/promises": "^1.5.3 || ^2.0.1",
"guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
2023-07-18 10:00:03 +08:00
"php": "^7.2.5 || ^8.0",
"psr/http-client": "^1.0",
"symfony/deprecation-contracts": "^2.2 || ^3.0"
},
"provide": {
"psr/http-client-implementation": "1.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.1",
"ext-curl": "*",
"php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
"php-http/message-factory": "^1.1",
"phpunit/phpunit": "^8.5.29 || ^9.5.23",
"psr/log": "^1.1 || ^2.0 || ^3.0"
},
"suggest": {
"ext-curl": "Required for CURL handler support",
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
"psr/log": "Required for using the Log middleware"
},
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": false
}
},
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"GuzzleHttp\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Jeremy Lindblom",
"email": "jeremeamia@gmail.com",
"homepage": "https://github.com/jeremeamia"
},
{
"name": "George Mponos",
"email": "gmponos@gmail.com",
"homepage": "https://github.com/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://github.com/sagikazarmark"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
}
],
"description": "Guzzle is a PHP HTTP client library",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"psr-18",
"psr-7",
"rest",
"web service"
],
2023-09-19 17:25:44 +08:00
"time": "2023-08-27T10:20:53+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "guzzlehttp/promises",
2023-09-19 17:25:44 +08:00
"version": "2.0.1",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/guzzlehttp/promises/2.0.1/guzzlehttp-promises-2.0.1.zip",
"reference": "111166291a0f8130081195ac4556a5587d7f1b5d",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.1",
"phpunit/phpunit": "^8.5.29 || ^9.5.23"
},
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": false
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
2023-09-19 17:25:44 +08:00
"time": "2023-08-03T15:11:55+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "guzzlehttp/psr7",
2023-09-19 17:25:44 +08:00
"version": "2.6.1",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/guzzlehttp/psr7/2.6.1/guzzlehttp-psr7-2.6.1.zip",
"reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.1 || ^2.0",
"ralouphie/getallheaders": "^3.0"
},
"provide": {
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.1",
"http-interop/http-factory-tests": "^0.9",
"phpunit/phpunit": "^8.5.29 || ^9.5.23"
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
},
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": false
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "George Mponos",
"email": "gmponos@gmail.com",
"homepage": "https://github.com/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://github.com/sagikazarmark"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://sagikazarmark.hu"
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
"http",
"message",
"psr-7",
"request",
"response",
"stream",
"uri",
"url"
],
2023-09-19 17:25:44 +08:00
"time": "2023-08-27T10:13:57+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "hyperf/code-parser",
"version": "v3.0.18",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/code-parser/v3.0.18/hyperf-code-parser-v3.0.18.zip",
2023-07-18 10:00:03 +08:00
"reference": "f1812421150d7ef95067eb6657c6f84514b6dfea",
"shasum": ""
},
"require": {
"hyperf/collection": "~3.0.0",
"hyperf/stringable": "~3.0.0",
"hyperf/support": "~3.0.0",
"php": ">=8.0"
},
"suggest": {
"jean85/pretty-package-versions": "Required to use PrettyVersions. (^1.2|^2.0)",
"nikic/php-parser": "Required to use PhpParser. (^4.0)"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"Hyperf\\CodeParser\\": "src/"
}
},
"license": [
"MIT"
],
"description": "A code parser component for Hyperf.",
"homepage": "https://hyperf.io",
"keywords": [
"code-parser",
"hyperf",
"php",
"swoole"
],
"time": "2023-04-26T03:02:31+00:00"
},
{
"name": "hyperf/codec",
"version": "v3.0.30",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/hyperf/codec/v3.0.30/hyperf-codec-v3.0.30.zip",
"reference": "30b170b59770c7f92ae845fca777b8ea8a953599",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-xml": "*",
"hyperf/contract": "~3.0.0",
"php": ">=8.0"
},
"suggest": {
"ext-igbinary": "Required to use IgbinarySerializerPacker."
},
2023-07-18 10:00:03 +08:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"Hyperf\\Codec\\": "src/"
}
},
"license": [
"MIT"
],
"description": "A codec component for Hyperf.",
"homepage": "https://hyperf.io",
"keywords": [
"codec",
"hyperf",
"php",
"swoole"
],
"time": "2023-07-18T12:10:42+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "hyperf/collection",
2023-09-19 17:25:44 +08:00
"version": "v3.0.33",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/collection/v3.0.33/hyperf-collection-v3.0.33.zip",
"reference": "0126536ab2634b6f446bcdd24ee4f4448951390b",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
"hyperf/contract": "~3.0.0",
"hyperf/macroable": "~3.0.0",
"php": ">=7.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"files": [
"src/Functions.php"
],
"psr-4": {
"Hyperf\\Collection\\": "src/"
}
},
"license": [
"MIT"
],
"description": "Hyperf Collection package which come from illuminate/collections",
"homepage": "https://hyperf.io",
"keywords": [
"collection",
"hyperf",
"php",
"swoole"
],
2023-09-19 17:25:44 +08:00
"time": "2023-08-18T03:42:33+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "hyperf/conditionable",
"version": "v3.0.0",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/conditionable/v3.0.0/hyperf-conditionable-v3.0.0.zip",
2023-07-18 10:00:03 +08:00
"reference": "4222cdc512e9e48e4375a480161c6365276ff803",
"shasum": ""
},
"require": {
"php": ">=7.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"Hyperf\\Conditionable\\": "src/"
}
},
"license": [
"MIT"
],
"description": "Hyperf Macroable package which come from illuminate/conditionable",
"homepage": "https://hyperf.io",
"keywords": [
"conditionable",
"hyperf",
"php",
"swoole"
],
"time": "2023-03-28T15:02:39+00:00"
},
{
"name": "hyperf/config",
"version": "v3.0.20",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/config/v3.0.20/hyperf-config-v3.0.20.zip",
"reference": "6503882f8547809d609b9489170037ceaef04962",
"shasum": ""
},
"require": {
"hyperf/collection": "~3.0.0",
"hyperf/contract": "~3.0.0",
"hyperf/support": "~3.0.0",
"hyperf/utils": "~3.0.0",
"php": ">=8.0",
"psr/container": "^1.0|^2.0",
"symfony/finder": "^5.0|^6.0"
},
"suggest": {
"hyperf/di": "Allows using @Value annotation",
"hyperf/event": "Allows using @Value annotation",
"hyperf/framework": "Allows using @Value annotation",
"vlucas/phpdotenv": "Allows using enviroment value to override the config"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
},
"hyperf": {
"config": "Hyperf\\Config\\ConfigProvider"
}
},
"autoload": {
"files": [
"./src/Functions.php"
],
"psr-4": {
"Hyperf\\Config\\": "src/"
}
},
"license": [
"MIT"
],
"description": "An independent component that provides configuration container.",
"homepage": "https://hyperf.io",
"keywords": [
"config",
"configuration",
"hyperf",
"php",
"swoole"
],
"time": "2023-05-09T03:02:12+00:00"
},
{
"name": "hyperf/constants",
2023-09-19 17:25:44 +08:00
"version": "v3.0.34",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/hyperf/constants/v3.0.34/hyperf-constants-v3.0.34.zip",
"reference": "47412c7bbb334d8c3269a398066832f88e6dbfb8",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
"hyperf/di": "~3.0.0",
"hyperf/support": "~3.0.0",
"hyperf/utils": "~3.0.0",
"php": ">=8.0"
},
"suggest": {
"hyperf/translation": "Required to use translation."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
},
"hyperf": {
"config": "Hyperf\\Constants\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Hyperf\\Constants\\": "src/"
}
},
"license": [
"MIT"
],
"description": "A constants component for hyperf.",
"homepage": "https://hyperf.io",
"keywords": [
"constants",
"hyperf",
"php"
],
2023-09-19 17:25:44 +08:00
"time": "2023-08-23T15:57:06+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "hyperf/context",
2023-09-19 17:25:44 +08:00
"version": "v3.0.34",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/context/v3.0.34/hyperf-context-v3.0.34.zip",
"reference": "ec0290f65356749545968a05f95df947970ddb9a",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
"hyperf/engine": "^1.2|^2.0",
"php": ">=8.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"Hyperf\\Context\\": "src/"
}
},
"license": [
"MIT"
],
"description": "A coroutine/application context library.",
"homepage": "https://hyperf.io",
"keywords": [
"Context",
"hyperf",
"php",
"swoole"
],
2023-09-19 17:25:44 +08:00
"time": "2023-08-20T15:07:17+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "hyperf/contract",
"version": "v3.0.10",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/contract/v3.0.10/hyperf-contract-v3.0.10.zip",
2023-07-18 10:00:03 +08:00
"reference": "93488df36b1c4e2fc16c630fb77c110bafffb141",
"shasum": ""
},
"require": {
"php": ">=8.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"Hyperf\\Contract\\": "src/"
}
},
"license": [
"MIT"
],
"description": "The contracts of Hyperf.",
"homepage": "https://hyperf.io",
"keywords": [
"hyperf",
"php",
"swoole"
],
"time": "2023-03-10T04:21:37+00:00"
},
{
"name": "hyperf/coordinator",
"version": "v3.0.22",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/coordinator/v3.0.22/hyperf-coordinator-v3.0.22.zip",
2023-07-18 10:00:03 +08:00
"reference": "a49c2d22995b4115e8b21f1de58b992047c4d0fd",
"shasum": ""
},
"require": {
"hyperf/engine": "^1.2|^2.0",
"php": ">=8.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"Hyperf\\Coordinator\\": "src/"
}
},
"license": [
"MIT"
],
"description": "Hyperf Coordinator",
"homepage": "https://hyperf.io",
"keywords": [
"Coordinator",
"hyperf",
"php",
"swoole"
],
"time": "2023-05-26T13:44:16+00:00"
},
{
"name": "hyperf/coroutine",
2023-09-19 17:25:44 +08:00
"version": "v3.0.33",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/coroutine/v3.0.33/hyperf-coroutine-v3.0.33.zip",
"reference": "0cad1ddb1d233b02b16ebfb26d0cc5c863b0e5dd",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
"hyperf/context": "~3.0.0",
"hyperf/contract": "~3.0.0",
"hyperf/engine": "^1.2|^2.0",
"php": ">=8.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"files": [
"src/Functions.php"
],
"psr-4": {
"Hyperf\\Coroutine\\": "src/"
}
},
"license": [
"MIT"
],
"description": "Hyperf Coroutine",
"homepage": "https://hyperf.io",
"keywords": [
"coroutine",
"hyperf",
"php",
"swoole"
],
2023-09-19 17:25:44 +08:00
"time": "2023-08-17T06:16:35+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "hyperf/di",
2023-09-19 17:25:44 +08:00
"version": "v3.0.33",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/di/v3.0.33/hyperf-di-v3.0.33.zip",
"reference": "bd5bf72af5f9261c2352b56d1a2ce677c1c0e304",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0",
"hyperf/code-parser": "~3.0.0",
"hyperf/pipeline": "~3.0.0",
"hyperf/support": "~3.0.0",
"nikic/php-parser": "^4.1",
"php": ">=8.0",
"php-di/phpdoc-reader": "^2.2",
"psr/container": "^1.0|^2.0",
"symfony/finder": "^5.0|^6.0",
"vlucas/phpdotenv": "^5.0"
},
"suggest": {
"ext-pcntl": "Required to scan annotations.",
"hyperf/config": "Require this component for annotation scan progress to retrieve the scan path."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
},
"hyperf": {
"config": "Hyperf\\Di\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Hyperf\\Di\\": "src/"
}
},
"license": [
"MIT"
],
"description": "A DI for Hyperf.",
"homepage": "https://hyperf.io",
"keywords": [
"annotation",
"di",
"hyperf",
"php",
"swoole"
],
2023-09-19 17:25:44 +08:00
"time": "2023-08-15T07:08:10+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "hyperf/engine",
"version": "v2.10.0",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/engine/v2.10.0/hyperf-engine-v2.10.0.zip",
2023-07-18 10:00:03 +08:00
"reference": "9b27b29041403b8ee397ffe1e5254816e18cb5b9",
"shasum": ""
},
"require": {
"hyperf/engine-contract": "~1.9.0",
"php": ">=8.0"
},
"conflict": {
"ext-swoole": "<5.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"hyperf/guzzle": "^3.0",
"hyperf/http-message": " 3.0.*",
"mockery/mockery": "^1.5",
"phpstan/phpstan": "^1.0",
"phpunit/phpunit": "^9.4",
"swoole/ide-helper": "dev-master"
},
"suggest": {
"ext-sockets": "*",
"ext-swoole": ">=5.0",
"hyperf/http-message": "Required to use ResponseEmitter.",
"psr/http-message": "Required to use WebSocket Frame."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.10-dev"
},
"hyperf": {
"config": "Hyperf\\Engine\\ConfigProvider"
}
},
"autoload": {
"files": [
"src/Functions.php"
],
"psr-4": {
"Hyperf\\Engine\\": "src/"
}
},
"license": [
"MIT"
],
"description": "Coroutine engine provided by swoole.",
"keywords": [
"engine",
"hyperf",
"php",
"swoole"
],
"time": "2023-07-14T02:28:58+00:00"
},
{
"name": "hyperf/engine-contract",
"version": "v1.9.0",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/engine-contract/v1.9.0/hyperf-engine-contract-v1.9.0.zip",
2023-07-18 10:00:03 +08:00
"reference": "45c9c49766d8b0e539975fe4c5ed6807221c4b38",
"shasum": ""
},
"require": {
"php": ">=8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"mockery/mockery": "^1.0",
"phpstan/phpstan": "^1.0",
"phpunit/phpunit": ">=7.0",
"psr/http-message": "^1.0",
"swoole/ide-helper": "^4.5"
},
"suggest": {
"psr/http-message": "Required to use WebSocket Frame."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9-dev"
}
},
"autoload": {
"psr-4": {
"Hyperf\\Engine\\Contract\\": "src/"
}
},
"license": [
"MIT"
],
"description": "Contract for Coroutine Engine",
"keywords": [
"contract",
"coroutine",
"engine",
"hyperf",
"php"
],
"time": "2023-07-14T02:21:02+00:00"
},
{
"name": "hyperf/framework",
"version": "v3.0.23",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/framework/v3.0.23/hyperf-framework-v3.0.23.zip",
"reference": "38e0fdfd097e73efbe7391795a695cea874d4ca6",
"shasum": ""
},
"require": {
"fig/http-message-util": "^1.1.2",
"hyperf/contract": "~3.0.0",
"hyperf/support": "~3.0.0",
"hyperf/utils": "~3.0.0",
"php": ">=8.0",
"psr/container": "^1.0|^2.0",
"psr/event-dispatcher": "^1.0",
"psr/log": "^1.0|^2.0|^3.0"
},
"suggest": {
"ext-swoole": "Required to use swoole engine.",
"hyperf/command": "Required to use Command annotation.",
"hyperf/di": "Required to use Command annotation.",
"hyperf/dispatcher": "Required to use BootApplication event.",
"symfony/event-dispatcher": "Required to use symfony event dispatcher (^5.0|^6.0)."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
},
"hyperf": {
"config": "Hyperf\\Framework\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Hyperf\\Framework\\": "src/"
}
},
"license": [
"MIT"
],
"description": "A coroutine framework that focuses on hyperspeed and flexible, specifically use for build microservices and middlewares.",
"homepage": "https://hyperf.io",
"keywords": [
"Microservice",
"framework",
"hyperf",
"middleware",
"php",
"swoole"
],
"time": "2023-05-30T01:25:37+00:00"
},
{
"name": "hyperf/guzzle",
"version": "v3.0.24",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/guzzle/v3.0.24/hyperf-guzzle-v3.0.24.zip",
"reference": "7791900eed289bd6584e2e52d2ec02b47f85740c",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.3|^7.0",
"php": ">=8.0",
"psr/container": "^1.0|^2.0",
"psr/http-message": "^1.0|^2.0"
},
"suggest": {
"ext-curl": "Required for CURL handler support",
"hyperf/pool": "Required to use pool handler."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
},
"hyperf": {
"config": "Hyperf\\Guzzle\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Hyperf\\Guzzle\\": "src/"
}
},
"license": [
"MIT"
],
"description": "Swoole coroutine handler for guzzle",
"keywords": [
"Guzzle",
"handler",
"php",
"swoole"
],
"time": "2023-06-04T02:14:26+00:00"
},
{
"name": "hyperf/http-message",
"version": "v3.0.18",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/http-message/v3.0.18/hyperf-http-message-v3.0.18.zip",
"reference": "23affffb7a15842f990144b5bd49641e4de8dda4",
"shasum": ""
},
"require": {
"hyperf/codec": "~3.0.0",
"hyperf/engine": "^1.9|^2.7",
"hyperf/support": "~3.0.0",
"hyperf/utils": "~3.0.0",
"laminas/laminas-mime": "^2.7",
"php": ">=8.0",
"psr/http-message": "^1.0|^2.0"
},
"suggest": {
"psr/container": "Required to replace RequestParserInterface."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
},
"hyperf": {
"config": "Hyperf\\HttpMessage\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Hyperf\\HttpMessage\\": "src/"
}
},
"license": [
"MIT"
],
"description": "microservice framework base on swoole",
"keywords": [
"http-message",
"hyperf",
"php",
"swoole"
],
"time": "2023-04-26T03:02:31+00:00"
},
{
"name": "hyperf/logger",
"version": "v3.0.20",
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/hyperf/logger/v3.0.20/hyperf-logger-v3.0.20.zip",
2023-07-18 10:00:03 +08:00
"reference": "24a3b87f646ab6684310ead0b277e2464c6c5cab",
"shasum": ""
},
"require": {
"hyperf/contract": "~3.0.0",
"hyperf/support": "~3.0.0",
"hyperf/utils": "~3.0.0",
"monolog/monolog": "^2.7|^3.1",
"php": ">=8.0",
"psr/container": "^1.0|^2.0",
"psr/log": "^1.0|^2.0|^3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
},
"hyperf": {
"config": "Hyperf\\Logger\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Hyperf\\Logger\\": "src/"
}
},
"license": [
"MIT"
],
"description": "A logger component for hyperf.",
"homepage": "https://hyperf.io",
"keywords": [
"hyperf",
"logger",
"php"
],
"time": "2023-05-09T10:27:25+00:00"
},
{
"name": "hyperf/macroable",
"version": "v3.0.0",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/macroable/v3.0.0/hyperf-macroable-v3.0.0.zip",
2023-07-18 10:00:03 +08:00
"reference": "822de69ba0c75aa9767a9cea487b84bf31d5240a",
"shasum": ""
},
"require": {
"php": ">=7.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"Hyperf\\Macroable\\": "src/"
}
},
"license": [
"MIT"
],
"description": "Hyperf Macroable package which come from illuminate/macroable",
"homepage": "https://hyperf.io",
"keywords": [
"hyperf",
"macroable",
"php",
"swoole"
],
"time": "2022-11-01T02:50:54+00:00"
},
{
"name": "hyperf/paginator",
"version": "v3.0.18",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/paginator/v3.0.18/hyperf-paginator-v3.0.18.zip",
2023-07-18 10:00:03 +08:00
"reference": "5e732c60fb47be062970a2d436e3bee341f15302",
"shasum": ""
},
"require": {
"hyperf/contract": "~3.0.0",
"hyperf/support": "~3.0.0",
"hyperf/utils": "~3.0.0",
"php": ">=7.2"
},
"suggest": {
"hyperf/event": "Reqiured to use PageResolverListener.",
"hyperf/framework": "Reqiured to use PageResolverListener.",
"hyperf/http-server": "Reqiured to use PageResolverListener."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
},
"hyperf": {
"config": "Hyperf\\Paginator\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Hyperf\\Paginator\\": "src/"
}
},
"license": [
"MIT"
],
"description": "A paginator component for hyperf.",
"homepage": "https://hyperf.io",
"keywords": [
"hyperf",
"paginator",
"php"
],
"time": "2023-04-26T03:02:31+00:00"
},
{
"name": "hyperf/pipeline",
"version": "v3.0.16",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/pipeline/v3.0.16/hyperf-pipeline-v3.0.16.zip",
2023-07-18 10:00:03 +08:00
"reference": "a3f48561f5cfef5f697e7005446e16560024a443",
"shasum": ""
},
"require": {
"php": ">=8.0",
"psr/container": "^1.0|^2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"Hyperf\\Pipeline\\": "src/"
}
},
"license": [
"MIT"
],
"description": "Hyperf Macroable package which come from illuminate/pipeline",
"homepage": "https://hyperf.io",
"keywords": [
"hyperf",
"php",
"pipeline",
"swoole"
],
"time": "2023-04-11T07:57:32+00:00"
},
{
"name": "hyperf/pool",
"version": "v3.0.18",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/pool/v3.0.18/hyperf-pool-v3.0.18.zip",
"reference": "44c87d46a1619554deed3879e8db675654ffd051",
"shasum": ""
},
"require": {
"hyperf/contract": "~3.0.0",
"hyperf/support": "~3.0.0",
"hyperf/utils": "~3.0.0",
"php": ">=8.0",
"psr/container": "^1.0|^2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
},
"hyperf": {
"config": "Hyperf\\Pool\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Hyperf\\Pool\\": "src/"
}
},
"license": [
"MIT"
],
"description": "An independent universal connection pool component.",
"homepage": "https://hyperf.io",
"keywords": [
"connection-pool",
"hyperf",
"php",
"swoole"
],
"time": "2023-04-26T03:02:31+00:00"
},
{
"name": "hyperf/redis",
2023-09-19 17:25:44 +08:00
"version": "v3.0.36",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/redis/v3.0.36/hyperf-redis-v3.0.36.zip",
"reference": "0ab5ecb3cf710f81632d94d434baf5ecba2e847a",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
2023-09-19 17:25:44 +08:00
"ext-redis": "<6.0",
2023-07-18 10:00:03 +08:00
"hyperf/contract": "~3.0.0",
"hyperf/pool": "~3.0.0",
"hyperf/support": "~3.0.0",
"hyperf/tappable": "~3.0.0",
"hyperf/utils": "~3.0.0",
"php": ">=8.0",
"psr/container": "^1.0|^2.0"
},
"suggest": {
"ext-redis": "Required to use sentinel mode (>=5.2).",
"hyperf/di": "Create the RedisPool via dependency injection."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
},
"hyperf": {
"config": "Hyperf\\Redis\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Hyperf\\Redis\\": "src/"
}
},
"license": [
"MIT"
],
"description": "A redis component for hyperf.",
"homepage": "https://hyperf.io",
"keywords": [
"hyperf",
"php",
"pool",
"redis"
],
2023-09-19 17:25:44 +08:00
"time": "2023-09-14T07:24:32+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "hyperf/resource",
"version": "v3.0.18",
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/hyperf/resource/v3.0.18/hyperf-resource-v3.0.18.zip",
2023-07-18 10:00:03 +08:00
"reference": "2b65201ca475cf45fb2070cfca95a4b8a85f82f6",
"shasum": ""
},
"require": {
"ext-json": "*",
"hyperf/codec": "~3.0.0",
"hyperf/http-message": "~3.0.0",
"hyperf/paginator": "~3.0.0",
"hyperf/support": "~3.0.0",
"hyperf/tappable": "~3.0.0",
"hyperf/utils": "~3.0.0",
"php": ">=8.0",
"psr/container": "^1.0|^2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
},
"hyperf": {
"config": "Hyperf\\Resource\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Hyperf\\Resource\\": "src/"
}
},
"license": [
"MIT"
],
"description": "A api resource component for hyperf.",
"homepage": "https://hyperf.io",
"keywords": [
"hyperf",
"php",
"resource"
],
"time": "2023-04-26T03:02:31+00:00"
},
{
"name": "hyperf/serializer",
"version": "v3.0.0",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/serializer/v3.0.0/hyperf-serializer-v3.0.0.zip",
2023-07-18 10:00:03 +08:00
"reference": "c4efedaa072c5ffe196e95e0c74a9d90fd1e4811",
"shasum": ""
},
"require": {
"hyperf/contract": "~3.0.0",
"php": ">=8.0"
},
"suggest": {
"hyperf/di": "Required to use ExceptionNormalizer",
"symfony/property-access": "Required to use SymfonyNormalizer (^5.0|^6.0)",
"symfony/serializer": "Required to use SymfonyNormalizer (^5.0|^6.0)"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
},
"hyperf": {
"config": "Hyperf\\Serializer\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Hyperf\\Serializer\\": "src/"
}
},
"license": [
"MIT"
],
"description": "A serializer component for Hyperf.",
"homepage": "https://hyperf.io",
"keywords": [
"hyperf",
"php",
"swoole",
"tappable"
],
"time": "2023-04-24T07:07:56+00:00"
},
{
"name": "hyperf/stringable",
2023-09-19 17:25:44 +08:00
"version": "v3.0.31",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/stringable/v3.0.31/hyperf-stringable-v3.0.31.zip",
"reference": "1bcea1466a87267c780cd67df05de0127c237dcd",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
"hyperf/collection": "~3.0.0",
"hyperf/conditionable": "~3.0.0",
"hyperf/macroable": "~3.0.0",
"hyperf/tappable": "~3.0.0",
"php": ">=8.0"
},
"suggest": {
"doctrine/inflector": "Required to use plural and singular methods.(^2.0|^3.0)",
"ramsey/uuid": "Required to use uuid and orderedUuid methods.(^4.7|^5.0)",
"symfony/uid": "Required to use ulid method.(^5.0|^6.0)"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"files": [
"src/Functions.php"
],
"psr-4": {
"Hyperf\\Stringable\\": "src/"
}
},
"license": [
"MIT"
],
"description": "Hyperf Stringable package which come from illuminate/support",
"homepage": "https://hyperf.io",
"keywords": [
"hyperf",
"php",
"stringable",
"swoole"
],
2023-09-19 17:25:44 +08:00
"time": "2023-07-25T12:44:39+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "hyperf/support",
2023-09-19 17:25:44 +08:00
"version": "v3.0.35",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/hyperf/support/v3.0.35/hyperf-support-v3.0.35.zip",
"reference": "0f6d5f53e3888b8ed1a1a48acd95bead138a2201",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
"hyperf/collection": "~3.0.0",
"hyperf/context": "~3.0.0",
"hyperf/contract": "~3.0.0",
"hyperf/coroutine": "~3.0.0",
"hyperf/macroable": "~3.0.0",
"hyperf/stringable": "~3.0.0",
"php": ">=8.0"
},
"suggest": {
"nesbot/carbon": "Use Carbon as DateTime object.(^2.0)"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"files": [
"src/Functions.php"
],
"psr-4": {
"Hyperf\\Support\\": "src/"
}
},
"license": [
"MIT"
],
"description": "A support component for Hyperf.",
"homepage": "https://hyperf.io",
"keywords": [
"hyperf",
"php",
"support",
"swoole"
],
2023-09-19 17:25:44 +08:00
"time": "2023-08-25T15:16:32+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "hyperf/tappable",
"version": "v3.0.0",
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/hyperf/tappable/v3.0.0/hyperf-tappable-v3.0.0.zip",
2023-07-18 10:00:03 +08:00
"reference": "4f90b9026a5bdce5b3e6be29a2ab7a86c54f372a",
"shasum": ""
},
"require": {
"php": ">=7.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"files": [
"src/Functions.php"
],
"psr-4": {
"Hyperf\\Tappable\\": "src/"
}
},
"license": [
"MIT"
],
"description": "Hyperf Macroable package which come from illuminate/tappable",
"homepage": "https://hyperf.io",
"keywords": [
"hyperf",
"php",
"swoole",
"tappable"
],
"time": "2023-03-28T15:02:39+00:00"
},
{
"name": "hyperf/translation",
"version": "v3.0.22",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/translation/v3.0.22/hyperf-translation-v3.0.22.zip",
2023-07-18 10:00:03 +08:00
"reference": "d8043633db04c81490b87c29007f3e53307b3aa1",
"shasum": ""
},
"require": {
"hyperf/contract": "~3.0.0",
"hyperf/macroable": "~3.0.0",
"hyperf/support": "~3.0.0",
"hyperf/utils": "~3.0.0",
"php": ">=8.0",
"psr/container": "^1.0|^2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
},
"hyperf": {
"config": "Hyperf\\Translation\\ConfigProvider"
}
},
"autoload": {
"files": [
"src/Functions.php"
],
"psr-4": {
"Hyperf\\Translation\\": "src/"
}
},
"license": [
"MIT"
],
"description": "An independent translation component, forked by illuminate/translation.",
"keywords": [
"hyperf",
"translation"
],
"time": "2023-05-24T13:51:45+00:00"
},
{
"name": "hyperf/utils",
"version": "v3.0.18",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/utils/v3.0.18/hyperf-utils-v3.0.18.zip",
"reference": "2e59cef3dd562053fe7c9b2a41e7243b4ee23bd6",
"shasum": ""
},
"require": {
"doctrine/inflector": "^2.0",
"hyperf/code-parser": "~3.0.0",
"hyperf/codec": "~3.0.0",
"hyperf/collection": "~3.0.0",
"hyperf/context": "~3.0.0",
"hyperf/contract": "~3.0.0",
"hyperf/coordinator": "~3.0.0",
"hyperf/coroutine": "~3.0.0",
"hyperf/engine": "^1.2|^2.0",
"hyperf/macroable": "~3.0.0",
"hyperf/serializer": "~3.0.0",
"hyperf/stringable": "~3.0.0",
"hyperf/support": "~3.0.0",
"php": ">=7.2"
},
"suggest": {
"ext-swoole": "Required to use methods related to swoole (>=4.5).",
"hyperf/di": "Required to use ExceptionNormalizer",
"nikic/php-parser": "Required to use PhpParser. (^4.0)",
"ramsey/uuid": "Required to use uuid and orderedUuid methods",
"symfony/property-access": "Required to use SymfonyNormalizer (^5.0|^6.0)",
"symfony/serializer": "Required to use SymfonyNormalizer (^5.0|^6.0)",
"symfony/uid": "Required to use ulid method",
"symfony/var-dumper": "Required to use the dd function (^5.0|^6.0)."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"files": [
"src/Functions.php"
],
"psr-4": {
"Hyperf\\Utils\\": "src/"
}
},
"license": [
"MIT"
],
"description": "A tools package that could help developer solved the problem quickly.",
"homepage": "https://hyperf.io",
"keywords": [
"hyperf",
"php",
"swoole",
"utils"
],
"time": "2023-04-26T03:02:31+00:00"
},
{
"name": "jetbrains/phpstorm-attributes",
"version": "1.0",
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/jetbrains/phpstorm-attributes/1.0/jetbrains-phpstorm-attributes-1.0.zip",
2023-07-18 10:00:03 +08:00
"reference": "a7a83ae5df4dd3c0875484483de19de8edf60a9f",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-4": {
"JetBrains\\PhpStorm\\": "src/"
}
},
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "JetBrains",
"homepage": "https://www.jetbrains.com"
}
],
"description": "PhpStorm specific attributes",
"keywords": [
"attributes",
"jetbrains",
"phpstorm"
],
"time": "2020-11-17T11:09:47+00:00"
},
{
"name": "justinrainbow/json-schema",
"version": "5.2.12",
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/justinrainbow/json-schema/5.2.12/justinrainbow-json-schema-5.2.12.zip",
2023-07-18 10:00:03 +08:00
"reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
"json-schema/json-schema-test-suite": "1.2.0",
"phpunit/phpunit": "^4.8.35"
},
"bin": [
"bin/validate-json"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0.x-dev"
}
},
"autoload": {
"psr-4": {
"JsonSchema\\": "src/JsonSchema/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Bruno Prieto Reis",
"email": "bruno.p.reis@gmail.com"
},
{
"name": "Justin Rainbow",
"email": "justin.rainbow@gmail.com"
},
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
},
{
"name": "Robert Schönthal",
"email": "seroscho@googlemail.com"
}
],
"description": "A library to validate a json schema.",
"homepage": "https://github.com/justinrainbow/json-schema",
"keywords": [
"json",
"schema"
],
"time": "2022-04-13T08:02:27+00:00"
},
{
"name": "laminas/laminas-mime",
"version": "2.11.0",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/laminas/laminas-mime/2.11.0/laminas-laminas-mime-2.11.0.zip",
"reference": "60ec04b755821c79c1987ce291b44e69f2c0831f",
"shasum": ""
},
"require": {
"laminas/laminas-stdlib": "^2.7 || ^3.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"conflict": {
"zendframework/zend-mime": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.4.0",
"laminas/laminas-mail": "^2.19.0",
"phpunit/phpunit": "~9.5.25"
},
"suggest": {
"laminas/laminas-mail": "Laminas\\Mail component"
},
"type": "library",
"autoload": {
"psr-4": {
"Laminas\\Mime\\": "src/"
}
},
"license": [
"BSD-3-Clause"
],
"description": "Create and parse MIME messages and parts",
"homepage": "https://laminas.dev",
"keywords": [
"laminas",
"mime"
],
"time": "2022-10-18T08:38:15+00:00"
},
{
"name": "laminas/laminas-stdlib",
2023-09-19 17:25:44 +08:00
"version": "3.17.0",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/laminas/laminas-stdlib/3.17.0/laminas-laminas-stdlib-3.17.0.zip",
"reference": "dd35c868075bad80b6718959740913e178eb4274",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
2023-09-19 17:25:44 +08:00
"php": "~8.1.0 || ~8.2.0"
2023-07-18 10:00:03 +08:00
},
"conflict": {
"zendframework/zend-stdlib": "*"
},
"require-dev": {
2023-09-19 17:25:44 +08:00
"laminas/laminas-coding-standard": "^2.5",
"phpbench/phpbench": "^1.2.9",
"phpunit/phpunit": "^10.0.16",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.8"
2023-07-18 10:00:03 +08:00
},
"type": "library",
"autoload": {
"psr-4": {
"Laminas\\Stdlib\\": "src/"
}
},
"license": [
"BSD-3-Clause"
],
"description": "SPL extensions, array utilities, error handlers, and more",
"homepage": "https://laminas.dev",
"keywords": [
"laminas",
"stdlib"
],
2023-09-19 17:25:44 +08:00
"time": "2023-03-20T13:51:37+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "lmc/http-constants",
"version": "1.2.0",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/lmc/http-constants/1.2.0/lmc-http-constants-1.2.0.zip",
2023-07-18 10:00:03 +08:00
"reference": "8cb0fbffdafdf0c0c42e05935fb09cc588633d48",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.8",
"lmc/coding-standard": "^2.0.3",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpunit/phpunit": "^8.1 || ^9.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Lmc\\HttpConstants\\": "src/"
}
},
"license": [
"MIT"
],
"description": "HTTP Header Fields Constants",
"keywords": [
"constants",
"http",
"request",
"response"
],
"time": "2020-09-01T11:14:36+00:00"
},
{
"name": "moneyphp/money",
2023-09-19 17:25:44 +08:00
"version": "v4.2.0",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/moneyphp/money/v4.2.0/moneyphp-money-v4.2.0.zip",
"reference": "f660ab7f1d7a4c2ffdd30f50c55ed2c95c26fc3f",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
"ext-bcmath": "*",
"ext-filter": "*",
"ext-json": "*",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"require-dev": {
"cache/taggable-cache": "^1.1.0",
"doctrine/coding-standard": "^9.0",
"doctrine/instantiator": "^1.4.0",
"ext-gmp": "*",
"ext-intl": "*",
"florianv/exchanger": "^2.6.3",
"florianv/swap": "^4.3.0",
"moneyphp/crypto-currencies": "^1.0.0",
"moneyphp/iso-currencies": "^3.2.1",
"php-http/message": "^1.11.0",
"php-http/mock-client": "^1.4.1",
"phpbench/phpbench": "^1.2.5",
"phpspec/phpspec": "^7.3",
"phpunit/phpunit": "^9.5.4",
"psalm/plugin-phpunit": "^0.18.4",
"psr/cache": "^1.0.1",
"vimeo/psalm": "~5.3.0"
},
"suggest": {
"ext-gmp": "Calculate without integer limits",
"ext-intl": "Format Money objects with intl",
"florianv/exchanger": "Exchange rates library for PHP",
"florianv/swap": "Exchange rates library for PHP",
"psr/cache-implementation": "Used for Currency caching"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Money\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Mathias Verraes",
"email": "mathias@verraes.net",
"homepage": "http://verraes.net"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
},
{
"name": "Frederik Bosch",
"email": "f.bosch@genkgo.nl"
}
],
"description": "PHP implementation of Fowler's Money pattern",
"homepage": "http://moneyphp.org",
"keywords": [
"Value Object",
"money",
"vo"
],
2023-09-19 17:25:44 +08:00
"time": "2023-08-16T14:31:24+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "monolog/monolog",
2023-09-19 17:25:44 +08:00
"version": "3.4.0",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/monolog/monolog/3.4.0/monolog-monolog-3.4.0.zip",
"reference": "e2392369686d420ca32df3803de28b5d6f76867d",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
2023-09-19 17:25:44 +08:00
"php": ">=8.1",
"psr/log": "^2.0 || ^3.0"
2023-07-18 10:00:03 +08:00
},
"provide": {
2023-09-19 17:25:44 +08:00
"psr/log-implementation": "3.0.0"
2023-07-18 10:00:03 +08:00
},
"require-dev": {
2023-09-19 17:25:44 +08:00
"aws/aws-sdk-php": "^3.0",
2023-07-18 10:00:03 +08:00
"doctrine/couchdb": "~1.0@dev",
"elasticsearch/elasticsearch": "^7 || ^8",
"ext-json": "*",
2023-09-19 17:25:44 +08:00
"graylog2/gelf-php": "^1.4.2 || ^2.0",
"guzzlehttp/guzzle": "^7.4.5",
2023-07-18 10:00:03 +08:00
"guzzlehttp/psr7": "^2.2",
"mongodb/mongodb": "^1.8",
"php-amqplib/php-amqplib": "~2.4 || ^3",
2023-09-19 17:25:44 +08:00
"phpstan/phpstan": "^1.9",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-strict-rules": "^1.4",
"phpunit/phpunit": "^10.1",
"predis/predis": "^1.1 || ^2",
2023-07-18 10:00:03 +08:00
"ruflin/elastica": "^7",
"symfony/mailer": "^5.4 || ^6",
"symfony/mime": "^5.4 || ^6"
},
"suggest": {
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
"elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
"ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
"ext-mbstring": "Allow to work properly with unicode symbols",
"ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
"ext-openssl": "Required to send log messages using SSL",
"ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
"mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
"rollbar/rollbar": "Allow sending log messages to Rollbar",
"ruflin/elastica": "Allow sending log messages to an Elastic Search server"
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-19 17:25:44 +08:00
"dev-main": "3.x-dev"
2023-07-18 10:00:03 +08:00
}
},
"autoload": {
"psr-4": {
"Monolog\\": "src/Monolog"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "https://seld.be"
}
],
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
"homepage": "https://github.com/Seldaek/monolog",
"keywords": [
"log",
"logging",
"psr-3"
],
2023-09-19 17:25:44 +08:00
"time": "2023-06-21T08:46:11+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "myclabs/php-enum",
"version": "1.8.4",
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/myclabs/php-enum/1.8.4/myclabs-php-enum-1.8.4.zip",
2023-07-18 10:00:03 +08:00
"reference": "a867478eae49c9f59ece437ae7f9506bfaa27483",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^7.3 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "1.*",
"vimeo/psalm": "^4.6.2"
},
"type": "library",
"autoload": {
"psr-4": {
"MyCLabs\\Enum\\": "src/"
},
"classmap": [
"stubs/Stringable.php"
]
},
"license": [
"MIT"
],
"authors": [
{
"name": "PHP Enum contributors",
"homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
}
],
"description": "PHP Enum implementation",
"homepage": "http://github.com/myclabs/php-enum",
"keywords": [
"enum"
],
"time": "2022-08-04T09:53:51+00:00"
},
{
"name": "nikic/php-parser",
2023-09-19 17:25:44 +08:00
"version": "v4.17.1",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/nikic/php-parser/v4.17.1/nikic-php-parser-v4.17.1.zip",
"reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=7.0"
},
"require-dev": {
"ircmaxell/php-yacc": "^0.0.7",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.9-dev"
}
},
"autoload": {
"psr-4": {
"PhpParser\\": "lib/PhpParser"
}
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
2023-09-19 17:25:44 +08:00
"time": "2023-08-13T19:53:39+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "php-di/phpdoc-reader",
"version": "2.2.1",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/php-di/phpdoc-reader/2.2.1/php-di-phpdoc-reader-2.2.1.zip",
"reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"require-dev": {
"mnapoli/hard-mode": "~0.3.0",
"phpunit/phpunit": "^8.5|^9.0"
},
"type": "library",
"autoload": {
"psr-4": {
"PhpDocReader\\": "src/PhpDocReader"
}
},
"license": [
"MIT"
],
"description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)",
"keywords": [
"phpdoc",
"reflection"
],
"time": "2020-10-12T12:39:22+00:00"
},
{
"name": "phpoption/phpoption",
"version": "1.9.1",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/phpoption/phpoption/1.9.1/phpoption-phpoption-1.9.1.zip",
"reference": "dd3a383e599f49777d8b628dadbb90cae435b87e",
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
"phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12"
},
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": true
},
"branch-alias": {
"dev-master": "1.9-dev"
}
},
"autoload": {
"psr-4": {
"PhpOption\\": "src/PhpOption/"
}
},
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com",
"homepage": "https://github.com/schmittjoh"
},
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
}
],
"description": "Option Type for PHP",
"keywords": [
"language",
"option",
"php",
"type"
],
"time": "2023-02-25T19:38:58+00:00"
},
{
"name": "psr/container",
"version": "2.0.2",
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/psr/container/2.0.2/psr-container-2.0.2.zip",
2023-07-18 10:00:03 +08:00
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
"shasum": ""
},
"require": {
"php": ">=7.4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
"time": "2021-11-05T16:47:00+00:00"
},
{
"name": "psr/event-dispatcher",
"version": "1.0.0",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/psr/event-dispatcher/1.0.0/psr-event-dispatcher-1.0.0.zip",
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\EventDispatcher\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Standard interfaces for event handling.",
"keywords": [
"events",
"psr",
"psr-14"
],
"time": "2019-01-08T18:20:26+00:00"
},
{
"name": "psr/http-client",
"version": "1.0.2",
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/psr/http-client/1.0.2/psr-http-client-1.0.2.zip",
2023-07-18 10:00:03 +08:00
"reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31",
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0",
"psr/http-message": "^1.0 || ^2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Client\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for HTTP clients",
"homepage": "https://github.com/php-fig/http-client",
"keywords": [
"http",
"http-client",
"psr",
"psr-18"
],
"time": "2023-04-10T20:12:12+00:00"
},
{
"name": "psr/http-factory",
"version": "1.0.2",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/psr/http-factory/1.0.2/psr-http-factory-1.0.2.zip",
"reference": "e616d01114759c4c489f93b099585439f795fe35",
"shasum": ""
},
"require": {
"php": ">=7.0.0",
"psr/http-message": "^1.0 || ^2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interfaces for PSR-7 HTTP message factories",
"keywords": [
"factory",
"http",
"message",
"psr",
"psr-17",
"psr-7",
"request",
"response"
],
"time": "2023-04-10T20:10:41+00:00"
},
{
"name": "psr/http-message",
"version": "2.0",
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/psr/http-message/2.0/psr-http-message-2.0.zip",
2023-07-18 10:00:03 +08:00
"reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"time": "2023-04-04T09:54:51+00:00"
},
{
"name": "psr/log",
"version": "3.0.0",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/psr/log/3.0.0/psr-log-3.0.0.zip",
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
"shasum": ""
},
"require": {
"php": ">=8.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "src"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
"time": "2021-07-14T16:46:02+00:00"
},
{
"name": "ralouphie/getallheaders",
"version": "3.0.3",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/ralouphie/getallheaders/3.0.3/ralouphie-getallheaders-3.0.3.zip",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5 || ^6.5"
},
"type": "library",
"autoload": {
"files": [
"src/getallheaders.php"
]
},
"license": [
"MIT"
],
"authors": [
{
"name": "Ralph Khattar",
"email": "ralph.khattar@gmail.com"
}
],
"description": "A polyfill for getallheaders.",
"time": "2019-03-08T08:55:37+00:00"
},
{
"name": "react/promise",
2023-09-19 17:25:44 +08:00
"version": "v3.0.0",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/react/promise/v3.0.0/react-promise-v3.0.0.zip",
"reference": "c86753c76fd3be465d93b308f18d189f01a22be4",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
2023-09-19 17:25:44 +08:00
"php": ">=7.1.0"
2023-07-18 10:00:03 +08:00
},
"require-dev": {
2023-09-19 17:25:44 +08:00
"phpstan/phpstan": "1.10.20 || 1.4.10",
"phpunit/phpunit": "^9.5 || ^7.5"
2023-07-18 10:00:03 +08:00
},
"type": "library",
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"React\\Promise\\": "src/"
}
},
"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"
],
2023-09-19 17:25:44 +08:00
"time": "2023-07-11T16:12:49+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "roave/dont",
"version": "1.6.0",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/roave/dont/1.6.0/roave-dont-1.6.0.zip",
2023-07-18 10:00:03 +08:00
"reference": "e40b8fbeb9c0b076eedd54dae2e1b27bfad74930",
"shasum": ""
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"require-dev": {
"infection/infection": "^0.26.16",
"phpunit/phpunit": "^9.5.26"
},
"type": "library",
"autoload": {
"psr-4": {
"Dont\\": "src/Dont"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.io/"
}
],
"description": "A small set of traits that can be used to prevent misuse of your objects",
"homepage": "https://github.com/Roave/Dont",
"keywords": [
"defensive programming",
"strictness"
],
"time": "2022-12-06T14:04:48+00:00"
},
{
"name": "seld/jsonlint",
"version": "1.10.0",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/seld/jsonlint/1.10.0/seld-jsonlint-1.10.0.zip",
"reference": "594fd6462aad8ecee0b45ca5045acea4776667f1",
"shasum": ""
},
"require": {
"php": "^5.3 || ^7.0 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^1.5",
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^8.5.13"
},
"bin": [
"bin/jsonlint"
],
"type": "library",
"autoload": {
"psr-4": {
"Seld\\JsonLint\\": "src/Seld/JsonLint/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "JSON Linter",
"keywords": [
"json",
"linter",
"parser",
"validator"
],
"time": "2023-05-11T13:16:46+00:00"
},
{
"name": "seld/phar-utils",
"version": "1.2.1",
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/seld/phar-utils/1.2.1/seld-phar-utils-1.2.1.zip",
2023-07-18 10:00:03 +08:00
"reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Seld\\PharUtils\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be"
}
],
"description": "PHAR file format utilities, for when PHP phars you up",
"keywords": [
"phar"
],
"time": "2022-08-31T10:31:18+00:00"
},
{
"name": "seld/signal-handler",
2023-09-19 17:25:44 +08:00
"version": "2.0.2",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/seld/signal-handler/2.0.2/seld-signal-handler-2.0.2.zip",
"reference": "04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"require-dev": {
"phpstan/phpstan": "^1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1",
"phpstan/phpstan-strict-rules": "^1.3",
"phpunit/phpunit": "^7.5.20 || ^8.5.23",
"psr/log": "^1 || ^2 || ^3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"Seld\\Signal\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development",
"keywords": [
"posix",
"sigint",
"signal",
"sigterm",
"unix"
],
2023-09-19 17:25:44 +08:00
"time": "2023-09-03T09:24:00+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "singularity/hdk-core",
2023-09-19 17:25:44 +08:00
"version": "1.0.0-alpha.3",
2023-07-18 10:00:03 +08:00
"source": {
"type": "git",
"url": "http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore.git",
2023-09-19 17:25:44 +08:00
"reference": "d84855f038826395a93bbe127c283bcd466f97d2"
2023-07-18 10:00:03 +08:00
},
"require": {
"composer/composer": ">=2.0",
"ergebnis/http-method": "^2.2",
"ext-dom": "*",
"ext-libxml": "*",
"ext-redis": "^5.3",
"ext-swoole": "*",
"hyperf/config": "^3.0.18",
"hyperf/constants": "^3.0.18",
"hyperf/context": "^3.0.18",
"hyperf/di": "^3.0.18",
"hyperf/framework": "^3.0.18",
"hyperf/logger": "^3.0.18",
"hyperf/redis": "^3.0.18",
"hyperf/resource": "^3.0.18",
"hyperf/translation": "^3.0.18",
"jetbrains/phpstorm-attributes": "^1.0",
"lmc/http-constants": "^1.2",
"myclabs/php-enum": "^1.8",
"php": "^8.0",
"roave/dont": "^1.5",
"symfony/http-foundation": "^6.0",
"symfony/polyfill-php81": "^1.26",
"teapot/status-code": "^1.1"
},
"require-dev": {
"alibabacloud/dysmsapi-20170525": "^2.0",
"firebase/php-jwt": "^6.1",
"friendsofphp/php-cs-fixer": "^3.13",
"guzzlehttp/guzzle": "^7.5",
"hyperf/crontab": "^3.0.18",
"hyperf/database": "^3.0.18",
"hyperf/db": "^3.0.18",
"hyperf/guzzle": "^3.0.18",
"hyperf/session": "^3.0.18",
"hyperf/validation": "^3.0.18",
"pestphp/pest": "^1.22",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^9.5",
"roave/security-advisories": "dev-latest",
"spatie/pest-plugin-test-time": "^1.1",
"swoole/ide-helper": "*",
"symfony/mailer": "^6.0",
"symfony/serializer": "^6.0"
},
"suggest": {
"alibabacloud/dysmsapi-20170525": "阿里云短信服务必需",
"ext-dom": "处理 XML 必需",
"ext-libxml": "处理 XML 必需",
"firebase/php-jwt": "JWT 鉴权必需",
"hyperf/guzzle": "^3.0.18",
"hyperf/session": "^3.0.18",
"symfony/mailer": "用于发送电子邮件",
"symfony/serializer": "处理 XML 必需"
},
"type": "library",
"extra": {
"hyperf": {
"config": "Singularity\\HDK\\Core\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Singularity\\HDK\\Core\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Singularity\\HDK\\Test\\Core\\": "tests/"
}
},
"scripts": {
"post-root-package-install": [],
"test": [
"vendor/bin/pest $1"
],
"cs-fix": [
"vendor/bin/php-cs-fixer fix $1 --rules=@PSR12 --allow-risky=yes"
],
"analyse": [
"vendor/bin/phpstan analyse $1"
],
"ci": [
"@analyse publish/ src/ tests/",
"@cs-fix",
"@test --ci",
"echo CI Success"
]
},
"license": [
"MIT"
],
"authors": [
{
"name": "李东云",
"email": "dongyun.li@luxcreo.ai"
}
],
"description": "Common Hyperf Development Kit",
2023-09-19 17:25:44 +08:00
"time": "2023-08-30T03:42:37+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "symfony/console",
2023-09-19 17:25:44 +08:00
"version": "v6.3.4",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/symfony/console/v6.3.4/symfony-console-v6.3.4.zip",
"reference": "eca495f2ee845130855ddf1cf18460c38966c8b6",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
2023-09-19 17:25:44 +08:00
"php": ">=8.1",
"symfony/deprecation-contracts": "^2.5|^3",
2023-07-18 10:00:03 +08:00
"symfony/polyfill-mbstring": "~1.0",
2023-09-19 17:25:44 +08:00
"symfony/service-contracts": "^2.5|^3",
2023-07-18 10:00:03 +08:00
"symfony/string": "^5.4|^6.0"
},
"conflict": {
"symfony/dependency-injection": "<5.4",
"symfony/dotenv": "<5.4",
"symfony/event-dispatcher": "<5.4",
"symfony/lock": "<5.4",
"symfony/process": "<5.4"
},
"provide": {
"psr/log-implementation": "1.0|2.0|3.0"
},
"require-dev": {
"psr/log": "^1|^2|^3",
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/lock": "^5.4|^6.0",
"symfony/process": "^5.4|^6.0",
"symfony/var-dumper": "^5.4|^6.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Eases the creation of beautiful and testable command line interfaces",
"homepage": "https://symfony.com",
"keywords": [
"cli",
2023-09-19 17:25:44 +08:00
"command-line",
2023-07-18 10:00:03 +08:00
"console",
"terminal"
],
2023-09-19 17:25:44 +08:00
"time": "2023-08-16T10:10:12+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "symfony/deprecation-contracts",
2023-09-19 17:25:44 +08:00
"version": "v3.3.0",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/deprecation-contracts/v3.3.0/symfony-deprecation-contracts-v3.3.0.zip",
"reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
2023-09-19 17:25:44 +08:00
"php": ">=8.1"
2023-07-18 10:00:03 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-19 17:25:44 +08:00
"dev-main": "3.4-dev"
2023-07-18 10:00:03 +08:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"files": [
"function.php"
]
},
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
2023-09-19 17:25:44 +08:00
"time": "2023-05-23T14:45:45+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "symfony/filesystem",
2023-09-19 17:25:44 +08:00
"version": "v6.3.1",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/filesystem/v6.3.1/symfony-filesystem-v6.3.1.zip",
"reference": "edd36776956f2a6fcf577edb5b05eb0e3bdc52ae",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
2023-09-19 17:25:44 +08:00
"php": ">=8.1",
2023-07-18 10:00:03 +08:00
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.8"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Filesystem\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
2023-09-19 17:25:44 +08:00
"time": "2023-06-01T08:30:39+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "symfony/finder",
2023-09-19 17:25:44 +08:00
"version": "v6.3.3",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/symfony/finder/v6.3.3/symfony-finder-v6.3.3.zip",
"reference": "9915db259f67d21eefee768c1abcf1cc61b1fc9e",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
2023-09-19 17:25:44 +08:00
"php": ">=8.1"
},
"require-dev": {
"symfony/filesystem": "^6.0"
2023-07-18 10:00:03 +08:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
2023-09-19 17:25:44 +08:00
"time": "2023-07-31T08:31:44+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "symfony/http-foundation",
2023-09-19 17:25:44 +08:00
"version": "v6.3.4",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/symfony/http-foundation/v6.3.4/symfony-http-foundation-v6.3.4.zip",
"reference": "cac1556fdfdf6719668181974104e6fcfa60e844",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
2023-09-19 17:25:44 +08:00
"php": ">=8.1",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-mbstring": "~1.1",
"symfony/polyfill-php83": "^1.27"
},
"conflict": {
"symfony/cache": "<6.2"
2023-07-18 10:00:03 +08:00
},
"require-dev": {
2023-09-19 17:25:44 +08:00
"doctrine/dbal": "^2.13.1|^3.0",
"predis/predis": "^1.1|^2.0",
2023-07-18 10:00:03 +08:00
"symfony/cache": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/expression-language": "^5.4|^6.0",
"symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
"symfony/mime": "^5.4|^6.0",
"symfony/rate-limiter": "^5.2|^6.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpFoundation\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
2023-09-19 17:25:44 +08:00
"time": "2023-08-22T08:20:46+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "symfony/polyfill-ctype",
2023-09-19 17:25:44 +08:00
"version": "v1.28.0",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/polyfill-ctype/v1.28.0/symfony-polyfill-ctype-v1.28.0.zip",
"reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"provide": {
"ext-ctype": "*"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-19 17:25:44 +08:00
"dev-main": "1.28-dev"
2023-07-18 10:00:03 +08:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
2023-09-19 17:25:44 +08:00
"time": "2023-01-26T09:26:14+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "symfony/polyfill-intl-grapheme",
2023-09-19 17:25:44 +08:00
"version": "v1.28.0",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/polyfill-intl-grapheme/v1.28.0/symfony-polyfill-intl-grapheme-v1.28.0.zip",
"reference": "875e90aeea2777b6f135677f618529449334a612",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-19 17:25:44 +08:00
"dev-main": "1.28-dev"
2023-07-18 10:00:03 +08:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's grapheme_* functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"grapheme",
"intl",
"polyfill",
"portable",
"shim"
],
2023-09-19 17:25:44 +08:00
"time": "2023-01-26T09:26:14+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "symfony/polyfill-intl-normalizer",
2023-09-19 17:25:44 +08:00
"version": "v1.28.0",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/symfony/polyfill-intl-normalizer/v1.28.0/symfony-polyfill-intl-normalizer-v1.28.0.zip",
"reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-19 17:25:44 +08:00
"dev-main": "1.28-dev"
2023-07-18 10:00:03 +08:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's Normalizer class and related functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"intl",
"normalizer",
"polyfill",
"portable",
"shim"
],
2023-09-19 17:25:44 +08:00
"time": "2023-01-26T09:26:14+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "symfony/polyfill-mbstring",
2023-09-19 17:25:44 +08:00
"version": "v1.28.0",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/symfony/polyfill-mbstring/v1.28.0/symfony-polyfill-mbstring-v1.28.0.zip",
"reference": "42292d99c55abe617799667f454222c54c60e229",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"provide": {
"ext-mbstring": "*"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-19 17:25:44 +08:00
"dev-main": "1.28-dev"
2023-07-18 10:00:03 +08:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
2023-09-19 17:25:44 +08:00
"time": "2023-07-28T09:04:16+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "symfony/polyfill-php73",
2023-09-19 17:25:44 +08:00
"version": "v1.28.0",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/symfony/polyfill-php73/v1.28.0/symfony-polyfill-php73-v1.28.0.zip",
"reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-19 17:25:44 +08:00
"dev-main": "1.28-dev"
2023-07-18 10:00:03 +08:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php73\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2023-09-19 17:25:44 +08:00
"time": "2023-01-26T09:26:14+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "symfony/polyfill-php80",
2023-09-19 17:25:44 +08:00
"version": "v1.28.0",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/polyfill-php80/v1.28.0/symfony-polyfill-php80-v1.28.0.zip",
"reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-19 17:25:44 +08:00
"dev-main": "1.28-dev"
2023-07-18 10:00:03 +08:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"license": [
"MIT"
],
"authors": [
{
"name": "Ion Bazan",
"email": "ion.bazan@gmail.com"
},
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2023-09-19 17:25:44 +08:00
"time": "2023-01-26T09:26:14+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "symfony/polyfill-php81",
2023-09-19 17:25:44 +08:00
"version": "v1.28.0",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/polyfill-php81/v1.28.0/symfony-polyfill-php81-v1.28.0.zip",
"reference": "7581cd600fa9fd681b797d00b02f068e2f13263b",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-19 17:25:44 +08:00
"dev-main": "1.28-dev"
2023-07-18 10:00:03 +08:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php81\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2023-09-19 17:25:44 +08:00
"time": "2023-01-26T09:26:14+00:00"
},
{
"name": "symfony/polyfill-php83",
"version": "v1.28.0",
"dist": {
"type": "zip",
"url": "https://mirrors.tencent.com/repository/composer/symfony/polyfill-php83/v1.28.0/symfony-polyfill-php83-v1.28.0.zip",
"reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11",
"shasum": ""
},
"require": {
"php": ">=7.1",
"symfony/polyfill-php80": "^1.14"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php83\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"time": "2023-08-16T06:22:46+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "symfony/process",
2023-09-19 17:25:44 +08:00
"version": "v6.3.4",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/process/v6.3.4/symfony-process-v6.3.4.zip",
"reference": "0b5c29118f2e980d455d2e34a5659f4579847c54",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
2023-09-19 17:25:44 +08:00
"php": ">=8.1"
2023-07-18 10:00:03 +08:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
2023-09-19 17:25:44 +08:00
"time": "2023-08-07T10:39:22+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "symfony/service-contracts",
2023-09-19 17:25:44 +08:00
"version": "v3.3.0",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/service-contracts/v3.3.0/symfony-service-contracts-v3.3.0.zip",
"reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
2023-09-19 17:25:44 +08:00
"php": ">=8.1",
2023-07-18 10:00:03 +08:00
"psr/container": "^2.0"
},
"conflict": {
"ext-psr": "<1.1|>=2"
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-19 17:25:44 +08:00
"dev-main": "3.4-dev"
2023-07-18 10:00:03 +08:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
2023-09-19 17:25:44 +08:00
},
"exclude-from-classmap": [
"/Test/"
]
2023-07-18 10:00:03 +08:00
},
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to writing services",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2023-09-19 17:25:44 +08:00
"time": "2023-05-23T14:45:45+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "symfony/string",
2023-09-19 17:25:44 +08:00
"version": "v6.3.2",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/string/v6.3.2/symfony-string-v6.3.2.zip",
"reference": "53d1a83225002635bca3482fcbf963001313fb68",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
2023-09-19 17:25:44 +08:00
"php": ">=8.1",
2023-07-18 10:00:03 +08:00
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0",
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
2023-09-19 17:25:44 +08:00
"symfony/translation-contracts": "<2.5"
2023-07-18 10:00:03 +08:00
},
"require-dev": {
"symfony/error-handler": "^5.4|^6.0",
"symfony/http-client": "^5.4|^6.0",
2023-09-19 17:25:44 +08:00
"symfony/intl": "^6.2",
"symfony/translation-contracts": "^2.5|^3.0",
2023-07-18 10:00:03 +08:00
"symfony/var-exporter": "^5.4|^6.0"
},
"type": "library",
"autoload": {
"files": [
"Resources/functions.php"
],
"psr-4": {
"Symfony\\Component\\String\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
"homepage": "https://symfony.com",
"keywords": [
"grapheme",
"i18n",
"string",
"unicode",
"utf-8",
"utf8"
],
2023-09-19 17:25:44 +08:00
"time": "2023-07-05T08:41:27+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "teapot/status-code",
"version": "v1.1.2",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/teapot/status-code/v1.1.2/teapot-status-code-v1.1.2.zip",
2023-07-18 10:00:03 +08:00
"reference": "7aaba4364645ebb9d3a36267c9b3a32206d3042b",
"shasum": ""
},
"require": {
"php": "^5.4 || ^7.0 || ^8.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.5.8"
},
"type": "library",
"autoload": {
"psr-4": {
"Teapot\\StatusCode\\": "src"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Barney Hanlon",
"email": "barney@shrikeh.net"
}
],
"description": "PHP HTTP Response Status code library",
"homepage": "http://shrikeh.github.com/teapot",
"keywords": [
"http"
],
"time": "2020-11-03T17:14:32+00:00"
},
{
"name": "vlucas/phpdotenv",
"version": "v5.5.0",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/vlucas/phpdotenv/v5.5.0/vlucas-phpdotenv-v5.5.0.zip",
"reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
"shasum": ""
},
"require": {
"ext-pcre": "*",
"graham-campbell/result-type": "^1.0.2",
"php": "^7.1.3 || ^8.0",
"phpoption/phpoption": "^1.8",
"symfony/polyfill-ctype": "^1.23",
"symfony/polyfill-mbstring": "^1.23.1",
"symfony/polyfill-php80": "^1.23.1"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4.1",
"ext-filter": "*",
"phpunit/phpunit": "^7.5.20 || ^8.5.30 || ^9.5.25"
},
"suggest": {
"ext-filter": "Required to use the boolean validator."
},
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": true
},
"branch-alias": {
"dev-master": "5.5-dev"
}
},
"autoload": {
"psr-4": {
"Dotenv\\": "src/"
}
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Vance Lucas",
"email": "vance@vancelucas.com",
"homepage": "https://github.com/vlucas"
}
],
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
"keywords": [
"dotenv",
"env",
"environment"
],
"time": "2022-10-16T01:01:54+00:00"
}
],
"packages-dev": [
{
"name": "cooper/hyperf-pest",
"version": "v1.1.0",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/cooper/hyperf-pest/v1.1.0/cooper-hyperf-pest-v1.1.0.zip",
"reference": "977381d06b1db2b1401dba51e307290941378298",
"shasum": ""
},
"require": {
"hyperf/contract": "~3.0.0",
"hyperf/di": "~3.0.0",
"hyperf/utils": "~3.0.0",
"pestphp/pest": "~1.23.0",
"php": ">=8.0"
},
"require-dev": {
"composer/composer": "^2.0",
"friendsofphp/php-cs-fixer": "^3.0",
"hyperf/testing": "~3.0.0",
"mockery/mockery": "^1.0",
"phpstan/phpstan": "^1.0",
"phpunit/phpunit": "^9.6",
"swoole/ide-helper": "^5.0"
},
"suggest": {
"swow/swow": "Required to create swow components."
},
"bin": [
"bin/co-pest"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
},
"hyperf": {
"config": "Cooper\\HyperfPest\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Cooper\\HyperfPest\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "cooper",
"email": "myxiaoao@gmail.com"
}
],
"description": "Pest Testing for hyperf",
"keywords": [
"hyperf",
"pest",
"php",
"testing"
],
"time": "2023-07-20T00:42:46+00:00"
},
{
"name": "filp/whoops",
"version": "2.15.3",
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/filp/whoops/2.15.3/filp-whoops-2.15.3.zip",
"reference": "c83e88a30524f9360b11f585f71e6b17313b7187",
"shasum": ""
},
"require": {
"php": "^5.5.9 || ^7.0 || ^8.0",
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
},
"require-dev": {
"mockery/mockery": "^0.9 || ^1.0",
"phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
"symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
},
"suggest": {
"symfony/var-dumper": "Pretty print complex values better with var-dumper available",
"whoops/soap": "Formats errors as SOAP responses"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7-dev"
}
},
"autoload": {
"psr-4": {
"Whoops\\": "src/Whoops/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Filipe Dobreira",
"homepage": "https://github.com/filp",
"role": "Developer"
}
],
"description": "php error handling for cool kids",
"homepage": "https://filp.github.io/whoops/",
"keywords": [
"error",
"exception",
"handling",
"library",
"throwable",
"whoops"
],
"time": "2023-07-13T12:00:00+00:00"
},
2023-07-18 10:00:03 +08:00
{
"name": "firebase/php-jwt",
"version": "v6.8.1",
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/firebase/php-jwt/v6.8.1/firebase-php-jwt-v6.8.1.zip",
2023-07-18 10:00:03 +08:00
"reference": "5dbc8959427416b8ee09a100d7a8588c00fb2e26",
"shasum": ""
},
"require": {
"php": "^7.4||^8.0"
},
"require-dev": {
"guzzlehttp/guzzle": "^6.5||^7.4",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5",
"psr/cache": "^1.0||^2.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0"
},
"suggest": {
"ext-sodium": "Support EdDSA (Ed25519) signatures",
"paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
},
"type": "library",
"autoload": {
"psr-4": {
"Firebase\\JWT\\": "src"
}
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Neuman Vong",
"email": "neuman+pear@twilio.com",
"role": "Developer"
},
{
"name": "Anant Narayanan",
"email": "anant@php.net",
"role": "Developer"
}
],
"description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
"homepage": "https://github.com/firebase/php-jwt",
"keywords": [
"jwt",
"php"
],
"time": "2023-07-14T18:33:00+00:00"
},
{
"name": "myclabs/deep-copy",
"version": "1.11.1",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/myclabs/deep-copy/1.11.1/myclabs-deep-copy-1.11.1.zip",
"reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
2023-07-18 10:00:03 +08:00
},
"conflict": {
"doctrine/collections": "<1.6.8",
"doctrine/common": "<2.13.3 || >=3,<3.2.2"
},
"require-dev": {
"doctrine/collections": "^1.6.8",
"doctrine/common": "^2.13.3 || ^3.2.2",
"phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
},
"type": "library",
"autoload": {
"files": [
"src/DeepCopy/deep_copy.php"
],
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
}
},
"license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
],
"time": "2023-03-08T13:26:56+00:00"
},
{
"name": "nunomaduro/collision",
"version": "v6.4.0",
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/nunomaduro/collision/v6.4.0/nunomaduro-collision-v6.4.0.zip",
"reference": "f05978827b9343cba381ca05b8c7deee346b6015",
"shasum": ""
},
"require": {
"filp/whoops": "^2.14.5",
"php": "^8.0.0",
"symfony/console": "^6.0.2"
},
"require-dev": {
"brianium/paratest": "^6.4.1",
"laravel/framework": "^9.26.1",
"laravel/pint": "^1.1.1",
"nunomaduro/larastan": "^1.0.3",
"nunomaduro/mock-final-classes": "^1.1.0",
"orchestra/testbench": "^7.7",
"phpunit/phpunit": "^9.5.23",
"spatie/ignition": "^1.4.1"
2023-07-18 10:00:03 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "6.x-dev"
2023-07-18 10:00:03 +08:00
},
"laravel": {
"providers": [
"NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
]
2023-07-18 10:00:03 +08:00
}
},
"autoload": {
"psr-4": {
"NunoMaduro\\Collision\\": "src/"
2023-07-18 10:00:03 +08:00
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Nuno Maduro",
"email": "enunomaduro@gmail.com"
}
],
"description": "Cli error handling for console/command-line PHP applications.",
2023-07-18 10:00:03 +08:00
"keywords": [
"artisan",
"cli",
"command-line",
"console",
"error",
"handling",
"laravel",
"laravel-zero",
2023-07-18 10:00:03 +08:00
"php",
"symfony"
2023-07-18 10:00:03 +08:00
],
"time": "2023-01-03T12:54:54+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "pestphp/pest",
"version": "v1.23.1",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/pestphp/pest/v1.23.1/pestphp-pest-v1.23.1.zip",
"reference": "5c56ad8772b89611c72a07e23f6e30aa29dc677a",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
"nunomaduro/collision": "^5.11.0|^6.4.0",
"pestphp/pest-plugin": "^1.1.0",
"php": "^7.3 || ^8.0",
"phpunit/phpunit": "^9.6.10"
2023-07-18 10:00:03 +08:00
},
"require-dev": {
"illuminate/console": "^8.83.27",
"illuminate/support": "^8.83.27",
"laravel/dusk": "^6.25.2",
"pestphp/pest-dev-tools": "^1.0.0",
"pestphp/pest-plugin-parallel": "^1.2.1"
2023-07-18 10:00:03 +08:00
},
"bin": [
"bin/pest"
],
2023-07-18 10:00:03 +08:00
"type": "library",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
},
"pest": {
"plugins": [
"Pest\\Plugins\\Coverage",
"Pest\\Plugins\\Init",
"Pest\\Plugins\\Version",
"Pest\\Plugins\\Environment"
]
},
"laravel": {
"providers": [
"Pest\\Laravel\\PestServiceProvider"
]
}
},
2023-07-18 10:00:03 +08:00
"autoload": {
"files": [
"src/Functions.php",
"src/Pest.php"
2023-07-18 10:00:03 +08:00
],
"psr-4": {
"Pest\\": "src/"
2023-07-18 10:00:03 +08:00
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Nuno Maduro",
"email": "enunomaduro@gmail.com"
}
],
"description": "An elegant PHP Testing Framework.",
2023-07-18 10:00:03 +08:00
"keywords": [
"framework",
"pest",
"php",
"test",
"testing",
"unit"
2023-07-18 10:00:03 +08:00
],
"time": "2023-07-12T19:42:47+00:00"
},
{
"name": "pestphp/pest-plugin",
"version": "v1.1.0",
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/pestphp/pest-plugin/v1.1.0/pestphp-pest-plugin-v1.1.0.zip",
"reference": "606c5f79c6a339b49838ffbee0151ca519efe378",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1.0 || ^2.0.0",
"php": "^7.3 || ^8.0"
},
"conflict": {
"pestphp/pest": "<1.0"
},
"require-dev": {
"composer/composer": "^2.4.2",
"pestphp/pest": "^1.22.1",
"pestphp/pest-dev-tools": "^1.0.0"
},
"type": "composer-plugin",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
},
"class": "Pest\\Plugin\\Manager"
},
"autoload": {
"psr-4": {
"Pest\\Plugin\\": "src/"
}
},
"license": [
"MIT"
],
"description": "The Pest plugin manager",
"keywords": [
"framework",
"manager",
"pest",
"php",
"plugin",
"test",
"testing",
"unit"
],
"time": "2022-09-18T13:18:17+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "phar-io/manifest",
"version": "2.0.3",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/phar-io/manifest/2.0.3/phar-io-manifest-2.0.3.zip",
"reference": "97803eca37d319dfa7826cc2437fc020857acb53",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-phar": "*",
"ext-xmlwriter": "*",
"phar-io/version": "^3.0.1",
"php": "^7.2 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
"time": "2021-07-20T11:28:43+00:00"
},
{
"name": "phar-io/version",
"version": "3.2.1",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/phar-io/version/3.2.1/phar-io-version-3.2.1.zip",
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Library for handling version information and constraints",
"time": "2022-02-21T01:04:05+00:00"
},
{
"name": "phpunit/php-code-coverage",
2023-09-19 17:25:44 +08:00
"version": "9.2.28",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/phpunit/php-code-coverage/9.2.28/phpunit-php-code-coverage-9.2.28.zip",
"reference": "7134a5ccaaf0f1c92a4f5501a6c9f98ac4dcc0ef",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"ext-xmlwriter": "*",
"nikic/php-parser": "^4.15",
"php": ">=7.3",
"phpunit/php-file-iterator": "^3.0.3",
"phpunit/php-text-template": "^2.0.2",
"sebastian/code-unit-reverse-lookup": "^2.0.2",
"sebastian/complexity": "^2.0",
"sebastian/environment": "^5.1.2",
"sebastian/lines-of-code": "^1.0.3",
"sebastian/version": "^3.0.1",
"theseer/tokenizer": "^1.2.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"suggest": {
"ext-pcov": "PHP extension that provides line coverage",
"ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "9.2-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
2023-09-19 17:25:44 +08:00
"time": "2023-09-12T14:36:20+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "phpunit/php-file-iterator",
"version": "3.0.6",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/phpunit/php-file-iterator/3.0.6/phpunit-php-file-iterator-3.0.6.zip",
"reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
"filesystem",
"iterator"
],
"time": "2021-12-02T12:48:52+00:00"
},
{
"name": "phpunit/php-invoker",
"version": "3.1.1",
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/phpunit/php-invoker/3.1.1/phpunit-php-invoker-3.1.1.zip",
2023-07-18 10:00:03 +08:00
"reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"ext-pcntl": "*",
"phpunit/phpunit": "^9.3"
},
"suggest": {
"ext-pcntl": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Invoke callables with a timeout",
"homepage": "https://github.com/sebastianbergmann/php-invoker/",
"keywords": [
"process"
],
"time": "2020-09-28T05:58:55+00:00"
},
{
"name": "phpunit/php-text-template",
"version": "2.0.4",
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/phpunit/php-text-template/2.0.4/phpunit-php-text-template-2.0.4.zip",
2023-07-18 10:00:03 +08:00
"reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],
"time": "2020-10-26T05:33:50+00:00"
},
{
"name": "phpunit/php-timer",
"version": "5.0.3",
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/phpunit/php-timer/5.0.3/phpunit-php-timer-5.0.3.zip",
2023-07-18 10:00:03 +08:00
"reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
"time": "2020-10-26T13:16:10+00:00"
},
{
"name": "phpunit/phpunit",
2023-09-19 17:25:44 +08:00
"version": "9.6.12",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/phpunit/phpunit/9.6.12/phpunit-phpunit-9.6.12.zip",
"reference": "a122c2ebd469b751d774aa0f613dc0d67697653f",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.3.1 || ^2",
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"ext-xmlwriter": "*",
"myclabs/deep-copy": "^1.10.1",
"phar-io/manifest": "^2.0.3",
"phar-io/version": "^3.0.2",
"php": ">=7.3",
2023-09-19 17:25:44 +08:00
"phpunit/php-code-coverage": "^9.2.28",
2023-07-18 10:00:03 +08:00
"phpunit/php-file-iterator": "^3.0.5",
"phpunit/php-invoker": "^3.1.1",
"phpunit/php-text-template": "^2.0.3",
"phpunit/php-timer": "^5.0.2",
"sebastian/cli-parser": "^1.0.1",
"sebastian/code-unit": "^1.0.6",
"sebastian/comparator": "^4.0.8",
"sebastian/diff": "^4.0.3",
"sebastian/environment": "^5.1.3",
"sebastian/exporter": "^4.0.5",
"sebastian/global-state": "^5.0.1",
"sebastian/object-enumerator": "^4.0.3",
"sebastian/resource-operations": "^3.0.3",
"sebastian/type": "^3.2",
"sebastian/version": "^3.0.2"
},
"suggest": {
"ext-soap": "To be able to generate mocks based on WSDL files",
"ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "9.6-dev"
}
},
"autoload": {
"files": [
"src/Framework/Assert/Functions.php"
],
"classmap": [
"src/"
]
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
2023-09-19 17:25:44 +08:00
"time": "2023-09-12T14:39:31+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "sebastian/cli-parser",
"version": "1.0.1",
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/sebastian/cli-parser/1.0.1/sebastian-cli-parser-1.0.1.zip",
2023-07-18 10:00:03 +08:00
"reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for parsing CLI options",
"homepage": "https://github.com/sebastianbergmann/cli-parser",
"time": "2020-09-28T06:08:49+00:00"
},
{
"name": "sebastian/code-unit",
"version": "1.0.8",
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/sebastian/code-unit/1.0.8/sebastian-code-unit-1.0.8.zip",
2023-07-18 10:00:03 +08:00
"reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Collection of value objects that represent the PHP code units",
"homepage": "https://github.com/sebastianbergmann/code-unit",
"time": "2020-10-26T13:08:54+00:00"
},
{
"name": "sebastian/code-unit-reverse-lookup",
"version": "2.0.3",
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/sebastian/code-unit-reverse-lookup/2.0.3/sebastian-code-unit-reverse-lookup-2.0.3.zip",
2023-07-18 10:00:03 +08:00
"reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
"time": "2020-09-28T05:30:19+00:00"
},
{
"name": "sebastian/comparator",
"version": "4.0.8",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/sebastian/comparator/4.0.8/sebastian-comparator-4.0.8.zip",
"reference": "fa0f136dd2334583309d32b62544682ee972b51a",
"shasum": ""
},
"require": {
"php": ">=7.3",
"sebastian/diff": "^4.0",
"sebastian/exporter": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
}
],
"description": "Provides the functionality to compare PHP values for equality",
"homepage": "https://github.com/sebastianbergmann/comparator",
"keywords": [
"comparator",
"compare",
"equality"
],
"time": "2022-09-14T12:41:17+00:00"
},
{
"name": "sebastian/complexity",
"version": "2.0.2",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/sebastian/complexity/2.0.2/sebastian-complexity-2.0.2.zip",
"reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
"shasum": ""
},
"require": {
"nikic/php-parser": "^4.7",
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for calculating the complexity of PHP code units",
"homepage": "https://github.com/sebastianbergmann/complexity",
"time": "2020-10-26T15:52:27+00:00"
},
{
"name": "sebastian/diff",
"version": "4.0.5",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/sebastian/diff/4.0.5/sebastian-diff-4.0.5.zip",
"reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
"symfony/process": "^4.2 || ^5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
}
],
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [
"diff",
"udiff",
"unidiff",
"unified diff"
],
"time": "2023-05-07T05:35:17+00:00"
},
{
"name": "sebastian/environment",
"version": "5.1.5",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/sebastian/environment/5.1.5/sebastian-environment-5.1.5.zip",
"reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"suggest": {
"ext-posix": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "http://www.github.com/sebastianbergmann/environment",
"keywords": [
"Xdebug",
"environment",
"hhvm"
],
"time": "2023-02-03T06:03:51+00:00"
},
{
"name": "sebastian/exporter",
"version": "4.0.5",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/sebastian/exporter/4.0.5/sebastian-exporter-4.0.5.zip",
"reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
"shasum": ""
},
"require": {
"php": ">=7.3",
"sebastian/recursion-context": "^4.0"
},
"require-dev": {
"ext-mbstring": "*",
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "https://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
"time": "2022-09-14T06:03:37+00:00"
},
{
"name": "sebastian/global-state",
2023-09-19 17:25:44 +08:00
"version": "5.0.6",
2023-07-18 10:00:03 +08:00
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/sebastian/global-state/5.0.6/sebastian-global-state-5.0.6.zip",
"reference": "bde739e7565280bda77be70044ac1047bc007e34",
2023-07-18 10:00:03 +08:00
"shasum": ""
},
"require": {
"php": ">=7.3",
"sebastian/object-reflector": "^2.0",
"sebastian/recursion-context": "^4.0"
},
"require-dev": {
"ext-dom": "*",
"phpunit/phpunit": "^9.3"
},
"suggest": {
"ext-uopz": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
"keywords": [
"global state"
],
2023-09-19 17:25:44 +08:00
"time": "2023-08-02T09:26:13+00:00"
2023-07-18 10:00:03 +08:00
},
{
"name": "sebastian/lines-of-code",
"version": "1.0.3",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/sebastian/lines-of-code/1.0.3/sebastian-lines-of-code-1.0.3.zip",
"reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
"shasum": ""
},
"require": {
"nikic/php-parser": "^4.6",
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for counting the lines of code in PHP source code",
"homepage": "https://github.com/sebastianbergmann/lines-of-code",
"time": "2020-11-28T06:42:11+00:00"
},
{
"name": "sebastian/object-enumerator",
"version": "4.0.4",
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/sebastian/object-enumerator/4.0.4/sebastian-object-enumerator-4.0.4.zip",
2023-07-18 10:00:03 +08:00
"reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
"shasum": ""
},
"require": {
"php": ">=7.3",
"sebastian/object-reflector": "^2.0",
"sebastian/recursion-context": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
"time": "2020-10-26T13:12:34+00:00"
},
{
"name": "sebastian/object-reflector",
"version": "2.0.4",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/sebastian/object-reflector/2.0.4/sebastian-object-reflector-2.0.4.zip",
"reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
"time": "2020-10-26T13:14:26+00:00"
},
{
"name": "sebastian/recursion-context",
"version": "4.0.5",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/sebastian/recursion-context/4.0.5/sebastian-recursion-context-4.0.5.zip",
"reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "https://github.com/sebastianbergmann/recursion-context",
"time": "2023-02-03T06:07:39+00:00"
},
{
"name": "sebastian/resource-operations",
"version": "3.0.3",
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/sebastian/resource-operations/3.0.3/sebastian-resource-operations-3.0.3.zip",
2023-07-18 10:00:03 +08:00
"reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
"time": "2020-09-28T06:45:17+00:00"
},
{
"name": "sebastian/type",
"version": "3.2.1",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/sebastian/type/3.2.1/sebastian-type-3.2.1.zip",
"reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Collection of value objects that represent the types of the PHP type system",
"homepage": "https://github.com/sebastianbergmann/type",
"time": "2023-02-03T06:13:03+00:00"
},
{
"name": "sebastian/version",
"version": "3.0.2",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/sebastian/version/3.0.2/sebastian-version-3.0.2.zip",
"reference": "c6c1022351a901512170118436c764e473f6de8c",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
"time": "2020-09-28T06:39:44+00:00"
},
{
"name": "theseer/tokenizer",
"version": "1.2.1",
"dist": {
"type": "zip",
2023-09-19 17:25:44 +08:00
"url": "https://mirrors.tencent.com/repository/composer/theseer/tokenizer/1.2.1/theseer-tokenizer-1.2.1.zip",
2023-07-18 10:00:03 +08:00
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": "^7.2 || ^8.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
}
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
"time": "2021-07-28T10:34:58+00:00"
}
],
"aliases": [],
"minimum-stability": "dev",
2023-07-18 10:00:03 +08:00
"stability-flags": [],
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
2023-09-19 17:25:44 +08:00
"php": ">=8.1"
2023-07-18 10:00:03 +08:00
},
"platform-dev": [],
"plugin-api-version": "2.3.0"
}