2022-12-19 17:20:04 +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-03-13 16:14:22 +08:00
"content-hash": "8fb38987fde57f32e3dba89caca71823",
2022-12-19 17:28:55 +08:00
"packages": [
2022-12-19 17:20:04 +08:00
{
2022-12-19 17:28:55 +08:00
"name": "composer/ca-bundle",
2023-01-13 18:13:55 +08:00
"version": "1.3.5",
2022-12-19 17:20:04 +08:00
"dist": {
"type": "zip",
2023-01-13 18:13:55 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/composer/ca-bundle/1.3.5/composer-ca-bundle-1.3.5.zip",
"reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd",
2022-12-19 17:20:04 +08:00
"shasum": ""
},
"require": {
2022-12-19 17:28:55 +08:00
"ext-openssl": "*",
"ext-pcre": "*",
"php": "^5.3.2 || ^7.0 || ^8.0"
2022-12-19 17:20:04 +08:00
},
"require-dev": {
2022-12-19 17:28:55 +08:00
"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"
2022-12-19 17:20:04 +08:00
},
"type": "library",
2022-12-19 17:28:55 +08:00
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
},
2022-12-19 17:20:04 +08:00
"autoload": {
"psr-4": {
2022-12-19 17:28:55 +08:00
"Composer\\CaBundle\\": "src"
2022-12-19 17:20:04 +08:00
}
},
"license": [
"MIT"
],
"authors": [
{
2022-12-19 17:28:55 +08:00
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
2022-12-19 17:20:04 +08:00
}
],
2022-12-19 17:28:55 +08:00
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
2022-12-19 17:20:04 +08:00
"keywords": [
2022-12-19 17:28:55 +08:00
"cabundle",
"cacert",
"certificate",
"ssl",
"tls"
2022-12-19 17:20:04 +08:00
],
2023-01-13 18:13:55 +08:00
"time": "2023-01-11T08:27:00+00:00"
2022-12-19 17:28:55 +08:00
},
{
"name": "composer/class-map-generator",
"version": "1.0.0",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/composer/class-map-generator/1.0.0/composer-class-map-generator-1.0.0.zip",
"reference": "1e1cb2b791facb2dfe32932a7718cf2571187513",
"shasum": ""
},
"require": {
"composer/pcre": "^2 || ^3",
"php": "^7.2 || ^8.0",
"symfony/finder": "^4.4 || ^5.3 || ^6"
},
"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"
}
2022-12-19 17:20:04 +08:00
},
2022-12-19 17:28:55 +08:00
"license": [
"MIT"
],
"authors": [
2022-12-19 17:20:04 +08:00
{
2022-12-19 17:28:55 +08:00
"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": "2022-06-19T11:31:27+00:00"
},
{
"name": "composer/composer",
2023-01-13 18:13:55 +08:00
"version": "2.5.1",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-13 18:13:55 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/composer/composer/2.5.1/composer-composer-2.5.1.zip",
"reference": "923278ad13e1621946eb76ab2882655d2cc396a4",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
"composer/ca-bundle": "^1.0",
"composer/class-map-generator": "^1.0",
"composer/metadata-minifier": "^1.0",
2023-01-13 18:13:55 +08:00
"composer/pcre": "^2.1 || ^3.1",
2022-12-19 17:28:55 +08:00
"composer/semver": "^3.0",
"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",
"react/promise": "^2.8",
"seld/jsonlint": "^1.4",
"seld/phar-utils": "^1.2",
"seld/signal-handler": "^2.0",
"symfony/console": "^5.4.11 || ^6.0.11",
"symfony/filesystem": "^5.4 || ^6.0",
"symfony/finder": "^5.4 || ^6.0",
"symfony/polyfill-php73": "^1.24",
"symfony/polyfill-php80": "^1.24",
2023-01-13 18:13:55 +08:00
"symfony/polyfill-php81": "^1.24",
2022-12-19 17:28:55 +08:00
"symfony/process": "^5.4 || ^6.0"
},
"require-dev": {
2023-01-13 18:13:55 +08:00
"phpstan/phpstan": "^1.9.3",
2022-12-19 17:28:55 +08:00
"phpstan/phpstan-deprecation-rules": "^1",
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-strict-rules": "^1",
"phpstan/phpstan-symfony": "^1.2.10",
"symfony/phpunit-bridge": "^6.0"
},
"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-01-13 18:13:55 +08:00
"dev-main": "2.5-dev"
2022-12-19 17:20:04 +08:00
},
2022-12-19 17:28:55 +08:00
"phpstan": {
"includes": [
"phpstan/rules.neon"
]
}
},
"autoload": {
"psr-4": {
"Composer\\": "src/Composer"
}
},
"license": [
"MIT"
],
"authors": [
2022-12-19 17:20:04 +08:00
{
2022-12-19 17:28:55 +08:00
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "https://www.naderman.de"
2022-12-19 17:20:04 +08:00
},
{
2022-12-19 17:28:55 +08:00
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "https://seld.be"
2022-12-19 17:20:04 +08:00
}
],
2022-12-19 17:28:55 +08:00
"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-01-13 18:13:55 +08:00
"time": "2022-12-22T14:33:54+00:00"
2022-12-19 17:20:04 +08:00
},
{
2022-12-19 17:28:55 +08:00
"name": "composer/metadata-minifier",
"version": "1.0.0",
2022-12-19 17:20:04 +08:00
"dist": {
"type": "zip",
2022-12-19 17:28:55 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/composer/metadata-minifier/1.0.0/composer-metadata-minifier-1.0.0.zip",
"reference": "c549d23829536f0d0e984aaabbf02af91f443207",
2022-12-19 17:20:04 +08:00
"shasum": ""
},
"require": {
2022-12-19 17:28:55 +08:00
"php": "^5.3.2 || ^7.0 || ^8.0"
2022-12-19 17:20:04 +08:00
},
"require-dev": {
2022-12-19 17:28:55 +08:00
"composer/composer": "^2",
"phpstan/phpstan": "^0.12.55",
"symfony/phpunit-bridge": "^4.2 || ^5"
2022-12-19 17:20:04 +08:00
},
"type": "library",
2022-12-19 17:28:55 +08:00
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
},
2022-12-19 17:20:04 +08:00
"autoload": {
"psr-4": {
2022-12-19 17:28:55 +08:00
"Composer\\MetadataMinifier\\": "src"
}
2022-12-19 17:20:04 +08:00
},
"license": [
"MIT"
],
2022-12-19 17:28:55 +08:00
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Small utility library that handles metadata minification and expansion.",
2022-12-19 17:20:04 +08:00
"keywords": [
2022-12-19 17:28:55 +08:00
"composer",
"compression"
2022-12-19 17:20:04 +08:00
],
2022-12-19 17:28:55 +08:00
"time": "2021-04-07T13:37:33+00:00"
},
{
"name": "composer/pcre",
"version": "3.1.0",
"dist": {
"type": "zip",
2023-01-14 01:30:23 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/composer/pcre/3.1.0/composer-pcre-3.1.0.zip",
2022-12-19 17:28:55 +08:00
"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"
}
2022-12-19 17:20:04 +08:00
},
2022-12-19 17:28:55 +08:00
"license": [
"MIT"
],
"authors": [
2022-12-19 17:20:04 +08:00
{
2022-12-19 17:28:55 +08:00
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
2022-12-19 17:20:04 +08:00
}
],
2022-12-19 17:28:55 +08:00
"description": "PCRE wrapping library that offers type-safe preg_* replacements.",
"keywords": [
"PCRE",
"preg",
"regex",
"regular expression"
],
"time": "2022-11-17T09:50:14+00:00"
2022-12-19 17:20:04 +08:00
},
{
2022-12-19 17:28:55 +08:00
"name": "composer/semver",
"version": "3.3.2",
2022-12-19 17:20:04 +08:00
"dist": {
"type": "zip",
2023-01-13 20:33:21 +08:00
"url": "https://mirrors.tencent.com/repository/composer/composer/semver/3.3.2/composer-semver-3.3.2.zip",
2022-12-19 17:28:55 +08:00
"reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9",
2022-12-19 17:20:04 +08:00
"shasum": ""
},
"require": {
2022-12-19 17:28:55 +08:00
"php": "^5.3.2 || ^7.0 || ^8.0"
2022-12-19 17:20:04 +08:00
},
"require-dev": {
2022-12-19 17:28:55 +08:00
"phpstan/phpstan": "^1.4",
"symfony/phpunit-bridge": "^4.2 || ^5"
2022-12-19 17:20:04 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-12-19 17:28:55 +08:00
"dev-main": "3.x-dev"
2022-12-19 17:20:04 +08:00
}
},
"autoload": {
"psr-4": {
2022-12-19 17:28:55 +08:00
"Composer\\Semver\\": "src"
2022-12-19 17:20:04 +08:00
}
},
"license": [
2022-12-19 17:28:55 +08:00
"MIT"
2022-12-19 17:20:04 +08:00
],
"authors": [
{
2022-12-19 17:28:55 +08:00
"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"
2022-12-19 17:20:04 +08:00
}
],
2022-12-19 17:28:55 +08:00
"description": "Semver library that offers utilities, version constraint parsing and validation.",
2022-12-19 17:20:04 +08:00
"keywords": [
2022-12-19 17:28:55 +08:00
"semantic",
"semver",
"validation",
"versioning"
2022-12-19 17:20:04 +08:00
],
2022-12-19 17:28:55 +08:00
"time": "2022-04-01T19:23:25+00:00"
2022-12-19 17:20:04 +08:00
},
{
2022-12-19 17:28:55 +08:00
"name": "composer/spdx-licenses",
"version": "1.5.7",
2022-12-19 17:20:04 +08:00
"dist": {
"type": "zip",
2022-12-19 17:28:55 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/composer/spdx-licenses/1.5.7/composer-spdx-licenses-1.5.7.zip",
"reference": "c848241796da2abf65837d51dce1fae55a960149",
2022-12-19 17:20:04 +08:00
"shasum": ""
},
"require": {
2022-12-19 17:28:55 +08:00
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^0.12.55",
"symfony/phpunit-bridge": "^4.2 || ^5"
2022-12-19 17:20:04 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-12-19 17:28:55 +08:00
"dev-main": "1.x-dev"
2022-12-19 17:20:04 +08:00
}
},
"autoload": {
2022-12-19 17:28:55 +08:00
"psr-4": {
"Composer\\Spdx\\": "src"
}
2022-12-19 17:20:04 +08:00
},
"license": [
2022-12-19 17:28:55 +08:00
"MIT"
2022-12-19 17:20:04 +08:00
],
"authors": [
{
2022-12-19 17:28:55 +08:00
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
2022-12-19 17:20:04 +08:00
},
{
2022-12-19 17:28:55 +08:00
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
2022-12-19 17:20:04 +08:00
},
{
2022-12-19 17:28:55 +08:00
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
2022-12-19 17:20:04 +08:00
}
],
2022-12-19 17:28:55 +08:00
"description": "SPDX licenses list and validation library.",
"keywords": [
"license",
"spdx",
"validator"
],
"time": "2022-05-23T07:37:50+00:00"
2022-12-19 17:20:04 +08:00
},
{
2022-12-19 17:28:55 +08:00
"name": "composer/xdebug-handler",
"version": "3.0.3",
"dist": {
"type": "zip",
2023-01-14 01:30:23 +08:00
"url": "https://mirrors.tencent.com/repository/composer/composer/xdebug-handler/3.0.3/composer-xdebug-handler-3.0.3.zip",
2022-12-19 17:28:55 +08:00
"reference": "ced299686f41dce890debac69273b47ffe98a40c",
"shasum": ""
},
"require": {
"composer/pcre": "^1 || ^2 || ^3",
"php": "^7.2.5 || ^8.0",
"psr/log": "^1 || ^2 || ^3"
2022-12-19 17:20:04 +08:00
},
2022-12-19 17:28:55 +08:00
"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"
},
2022-12-19 17:20:04 +08:00
{
2022-12-19 17:28:55 +08:00
"name": "doctrine/inflector",
"version": "2.0.6",
2022-12-19 17:20:04 +08:00
"dist": {
"type": "zip",
2022-12-19 17:28:55 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/doctrine/inflector/2.0.6/doctrine-inflector-2.0.6.zip",
"reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024",
2022-12-19 17:20:04 +08:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
2022-12-19 17:28:55 +08:00
"require-dev": {
"doctrine/coding-standard": "^10",
"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"
},
2022-12-19 17:20:04 +08:00
"type": "library",
2022-12-19 17:28:55 +08:00
"autoload": {
"psr-4": {
"Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
2022-12-19 17:20:04 +08:00
}
},
2022-12-19 17:28:55 +08:00
"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": "2022-10-20T09:10:12+00:00"
},
{
"name": "doctrine/instantiator",
2023-01-13 18:13:55 +08:00
"version": "1.5.0",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-14 01:30:23 +08:00
"url": "https://mirrors.tencent.com/repository/composer/doctrine/instantiator/1.5.0/doctrine-instantiator-1.5.0.zip",
2023-01-13 18:13:55 +08:00
"reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
2023-01-13 18:13:55 +08:00
"doctrine/coding-standard": "^9 || ^11",
2022-12-19 17:28:55 +08:00
"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",
2023-01-13 18:13:55 +08:00
"vimeo/psalm": "^4.30 || ^5.4"
2022-12-19 17:28:55 +08:00
},
"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"
],
2023-01-13 18:13:55 +08:00
"time": "2022-12-30T00:15:36+00:00"
2022-12-19 17:28:55 +08:00
},
{
"name": "ergebnis/http-method",
"version": "2.3.0",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/ergebnis/http-method/2.3.0/ergebnis-http-method-2.3.0.zip",
"reference": "e120f01ca55b0129d842a1832aca073431e35136",
"shasum": ""
},
"require": {
"php": "^8.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.28.3",
"ergebnis/license": "^2.0.0",
"ergebnis/php-cs-fixer-config": "^4.11.0",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "~0.18.3",
"vimeo/psalm": "^4.29"
},
"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"
],
"time": "2022-11-28T11:00:06+00: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",
"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.0",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/graham-campbell/result-type/v1.1.0/graham-campbell-result-type-v1.1.0.zip",
"reference": "a878d45c1914464426dc94da61c9e1d36ae262a8",
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0",
"phpoption/phpoption": "^1.9"
},
"require-dev": {
"phpunit/phpunit": "^8.5.28 || ^9.5.21"
},
"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": "2022-07-30T15:56:11+00:00"
},
{
"name": "hyperf/config",
2023-01-13 20:33:21 +08:00
"version": "v3.0.0",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-13 20:33:21 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/config/v3.0.0/hyperf-config-v3.0.0.zip",
"reference": "dbab570287af7b7d79967446b7f4703c4ffaba8e",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
2023-01-13 20:33:21 +08:00
"hyperf/contract": "~3.0.0",
"hyperf/utils": "~3.0.0",
"php": ">=8.0",
2022-12-19 17:28:55 +08:00
"psr/container": "^1.0|^2.0",
2023-01-13 20:33:21 +08:00
"symfony/finder": "^5.0|^6.0"
2022-12-19 17:28:55 +08:00
},
"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": {
2023-01-13 20:33:21 +08:00
"dev-master": "3.0-dev"
2022-12-19 17:28:55 +08:00
},
"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"
],
2023-01-13 20:33:21 +08:00
"time": "2022-08-30T06:33:36+00:00"
2022-12-19 17:28:55 +08:00
},
{
"name": "hyperf/constants",
2023-01-13 20:33:21 +08:00
"version": "v3.0.0",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-13 20:33:21 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/constants/v3.0.0/hyperf-constants-v3.0.0.zip",
"reference": "561a5e509cfdc08323b21f8d6fd4e9f11b941906",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
2023-01-13 20:33:21 +08:00
"hyperf/di": "~3.0.0",
"hyperf/utils": "~3.0.0",
"php": ">=8.0"
2022-12-19 17:28:55 +08:00
},
"suggest": {
"hyperf/translation": "Required to use translation."
},
"type": "library",
"extra": {
"branch-alias": {
2023-01-13 20:33:21 +08:00
"dev-master": "3.0-dev"
2022-12-19 17:28:55 +08:00
},
"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-01-13 20:33:21 +08:00
"time": "2022-11-01T02:50:54+00:00"
2022-12-19 17:28:55 +08:00
},
{
"name": "hyperf/context",
2023-01-13 20:33:21 +08:00
"version": "v3.0.0",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-13 20:33:21 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/context/v3.0.0/hyperf-context-v3.0.0.zip",
"reference": "95cd634ece12f1f4898d10815060090191d59527",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
2023-01-13 20:33:21 +08:00
"hyperf/engine": "^1.2|^2.0",
"php": ">=8.0"
2022-12-19 17:28:55 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-01-13 20:33:21 +08:00
"dev-master": "3.0-dev"
2022-12-19 17:28:55 +08:00
}
},
"autoload": {
"psr-4": {
"Hyperf\\Context\\": "src/"
}
},
"license": [
"MIT"
],
"description": "A coroutine context library.",
"homepage": "https://hyperf.io",
"keywords": [
"Context",
"hyperf",
"php",
"swoole"
],
2023-01-13 20:33:21 +08:00
"time": "2022-11-01T02:50:54+00:00"
2022-12-19 17:28:55 +08:00
},
{
"name": "hyperf/contract",
2023-01-13 20:33:21 +08:00
"version": "v3.0.0",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-13 20:33:21 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/contract/v3.0.0/hyperf-contract-v3.0.0.zip",
"reference": "ec465d74f94341ff9b979cc4a3f0e2ededc05040",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
2023-01-13 20:33:21 +08:00
"php": ">=8.0"
2022-12-19 17:28:55 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-01-13 20:33:21 +08:00
"dev-master": "3.0-dev"
2022-12-19 17:28:55 +08:00
}
},
"autoload": {
"psr-4": {
"Hyperf\\Contract\\": "src/"
}
},
"license": [
"MIT"
],
"description": "The contracts of Hyperf.",
"homepage": "https://hyperf.io",
"keywords": [
"hyperf",
"php",
"swoole"
],
2023-01-13 20:33:21 +08:00
"time": "2022-11-01T02:50:54+00:00"
},
{
"name": "hyperf/coordinator",
"version": "v3.0.0",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/coordinator/v3.0.0/hyperf-coordinator-v3.0.0.zip",
"reference": "5759dd9153ea3789f0d8de0baf53d732016266cd",
"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": "2022-11-01T02:50:54+00:00"
2022-12-19 17:28:55 +08:00
},
{
"name": "hyperf/database",
2023-01-13 20:33:21 +08:00
"version": "v3.0.2",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-13 20:33:21 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/database/v3.0.2/hyperf-database-v3.0.2.zip",
"reference": "bf78e28913cb05b4d4e6ce2dc29c4a4b7d806a56",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
2023-01-13 20:33:21 +08:00
"hyperf/macroable": "~3.0.0",
"hyperf/utils": "~3.0.0",
2022-12-19 17:28:55 +08:00
"nesbot/carbon": "^2.0",
2023-01-13 20:33:21 +08:00
"php": ">=8.0",
2022-12-19 17:28:55 +08:00
"psr/container": "^1.0|^2.0",
"psr/event-dispatcher": "^1.0"
},
"suggest": {
"doctrine/dbal": "Required to rename columns (^3.0).",
"nikic/php-parser": "Required to use ModelCommand. (^4.0)",
"php-di/phpdoc-reader": "Required to use ModelCommand. (^2.2)"
},
"type": "library",
"extra": {
"branch-alias": {
2023-01-13 20:33:21 +08:00
"dev-master": "3.0-dev"
2022-12-19 17:28:55 +08:00
}
},
"autoload": {
"psr-4": {
"Hyperf\\Database\\": "src/"
}
},
"license": [
"MIT"
],
"description": "A flexible database library.",
"homepage": "https://hyperf.io",
"keywords": [
"database",
"hyperf",
"php"
],
2023-01-13 20:33:21 +08:00
"time": "2023-01-09T08:28:48+00:00"
2022-12-19 17:28:55 +08:00
},
{
"name": "hyperf/di",
2023-01-13 20:33:21 +08:00
"version": "v3.0.0",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-13 20:33:21 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/di/v3.0.0/hyperf-di-v3.0.0.zip",
"reference": "1cb7161eb6366d0c23f75eee749ca29286f2bd6e",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0",
"nikic/php-parser": "^4.1",
2023-01-13 20:33:21 +08:00
"php": ">=8.0",
2022-12-19 17:28:55 +08:00
"php-di/phpdoc-reader": "^2.2",
"psr/container": "^1.0|^2.0",
2023-01-13 20:33:21 +08:00
"symfony/finder": "^5.0|^6.0",
2022-12-19 17:28:55 +08:00
"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": {
2023-01-13 20:33:21 +08:00
"dev-master": "3.0-dev"
2022-12-19 17:28:55 +08:00
},
"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-01-13 20:33:21 +08:00
"time": "2023-01-01T05:13:29+00:00"
2022-12-19 17:28:55 +08:00
},
{
"name": "hyperf/dispatcher",
2023-01-13 20:33:21 +08:00
"version": "v3.0.0",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-13 20:33:21 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/dispatcher/v3.0.0/hyperf-dispatcher-v3.0.0.zip",
"reference": "f506c5102583d69b7225fc7045ee707a65d2b4d0",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
2023-01-13 20:33:21 +08:00
"hyperf/contract": "~3.0.0",
"php": ">=8.0",
2022-12-19 17:28:55 +08:00
"psr/container": "^1.0|^2.0",
"psr/http-message": "^1.0",
"psr/http-server-middleware": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
2023-01-13 20:33:21 +08:00
"dev-master": "3.0-dev"
2022-12-19 17:28:55 +08:00
},
"hyperf": {
"config": "Hyperf\\Dispatcher\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Hyperf\\Dispatcher\\": "src/"
}
},
"license": [
"MIT"
],
"description": "A HTTP Server for Hyperf.",
"homepage": "https://hyperf.io",
"keywords": [
"dispatcher",
"filter",
"hyperf",
"middleware",
"php",
"swoole"
],
2023-01-13 20:33:21 +08:00
"time": "2022-08-30T06:33:36+00:00"
2022-12-19 17:28:55 +08:00
},
{
"name": "hyperf/engine",
2023-01-13 18:13:55 +08:00
"version": "v1.5.0",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-13 18:13:55 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/engine/v1.5.0/hyperf-engine-v1.5.0.zip",
"reference": "3e56f0fefbb56e65558762261d06f1543ef9d2bf",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
"php": ">=8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"hyperf/guzzle": "^2.2",
2023-01-13 18:13:55 +08:00
"hyperf/http-message": " ^2.0",
2022-12-19 17:28:55 +08:00
"phpstan/phpstan": "^1.0",
"phpunit/phpunit": "^9.4",
"swoole/ide-helper": "dev-master"
},
"suggest": {
"ext-swoole": ">=4.5"
},
"type": "library",
"extra": {
"branch-alias": {
2023-01-13 18:13:55 +08:00
"dev-master": "1.4-dev"
2022-12-19 17:28:55 +08:00
},
"hyperf": {
"config": "Hyperf\\Engine\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Hyperf\\Engine\\": "src/"
}
},
"license": [
"MIT"
],
"keywords": [
"hyperf",
"php"
],
2023-01-13 18:13:55 +08:00
"time": "2023-01-11T02:51:39+00:00"
2022-12-19 17:28:55 +08:00
},
{
"name": "hyperf/event",
2023-01-13 20:33:21 +08:00
"version": "v3.0.0",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-13 20:33:21 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/event/v3.0.0/hyperf-event-v3.0.0.zip",
"reference": "e10cd5e8b7f02bad9c542c3592b495debba9a39a",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
2023-01-13 20:33:21 +08:00
"hyperf/contract": "~3.0.0",
"php": ">=8.0",
2022-12-19 17:28:55 +08:00
"psr/event-dispatcher": "^1.0"
},
"suggest": {
"hyperf/di": "Required to use annotatioins."
},
"type": "library",
"extra": {
"branch-alias": {
2023-01-13 20:33:21 +08:00
"dev-master": "3.0-dev"
2022-12-19 17:28:55 +08:00
},
"hyperf": {
"config": "Hyperf\\Event\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Hyperf\\Event\\": "src/"
}
},
"license": [
"MIT"
],
"description": "an event manager that implements PSR-14.",
"homepage": "https://hyperf.io",
"keywords": [
"event",
"hyperf",
"php",
"swoole"
],
2023-01-13 20:33:21 +08:00
"time": "2022-10-13T02:40:13+00:00"
2022-12-19 17:28:55 +08:00
},
{
"name": "hyperf/exception-handler",
2023-01-13 20:33:21 +08:00
"version": "v3.0.0",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-13 20:33:21 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/exception-handler/v3.0.0/hyperf-exception-handler-v3.0.0.zip",
"reference": "2c7506e82f81e8c60a8e83168b5af4b9eed05efd",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
2023-01-13 20:33:21 +08:00
"hyperf/contract": "~3.0.0",
"hyperf/dispatcher": "~3.0.0",
"hyperf/utils": "~3.0.0",
"php": ">=8.0",
2022-12-19 17:28:55 +08:00
"psr/container": "^1.0|^2.0",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
2023-01-13 20:33:21 +08:00
"dev-master": "3.0-dev"
2022-12-19 17:28:55 +08:00
},
"hyperf": {
"config": "Hyperf\\ExceptionHandler\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Hyperf\\ExceptionHandler\\": "src/"
}
},
"license": [
"MIT"
],
"description": "Exception handler for hyperf",
"homepage": "https://hyperf.io",
"keywords": [
"exception-handler",
"php",
"swoole"
],
2023-01-13 20:33:21 +08:00
"time": "2022-11-01T02:50:54+00:00"
2022-12-19 17:28:55 +08:00
},
{
"name": "hyperf/framework",
2023-01-13 20:33:21 +08:00
"version": "v3.0.0",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-13 20:33:21 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/framework/v3.0.0/hyperf-framework-v3.0.0.zip",
"reference": "20e0fd40e200285cb5da73c9c8da6669efd7c789",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
"fig/http-message-util": "^1.1.2",
2023-01-13 20:33:21 +08:00
"hyperf/contract": "~3.0.0",
"hyperf/utils": "~3.0.0",
"php": ">=8.0",
2022-12-19 17:28:55 +08:00
"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.",
2023-01-13 20:33:21 +08:00
"symfony/event-dispatcher": "Required to use symfony event dispatcher (^5.0|^6.0)."
2022-12-19 17:28:55 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-01-13 20:33:21 +08:00
"dev-master": "3.0-dev"
2022-12-19 17:28:55 +08:00
},
"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"
],
2023-01-13 20:33:21 +08:00
"time": "2022-11-01T02:50:54+00:00"
2022-12-19 17:28:55 +08:00
},
{
"name": "hyperf/http-message",
2023-01-13 20:33:21 +08:00
"version": "v3.0.1",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-13 20:33:21 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/http-message/v3.0.1/hyperf-http-message-v3.0.1.zip",
"reference": "2f6f4e5079cb445d3c7c6518678cefcd726eaa52",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
2023-01-13 20:33:21 +08:00
"hyperf/utils": "~3.0.0",
2022-12-19 17:28:55 +08:00
"laminas/laminas-mime": "^2.7",
2023-01-13 20:33:21 +08:00
"php": ">=8.0",
2022-12-19 17:28:55 +08:00
"psr/http-message": "^1.0"
},
"suggest": {
"psr/container": "Required to replace RequestParserInterface."
},
"type": "library",
"extra": {
"branch-alias": {
2023-01-13 20:33:21 +08:00
"dev-master": "3.0-dev"
2022-12-19 17:28:55 +08:00
},
"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"
],
2023-01-13 20:33:21 +08:00
"time": "2023-01-04T11:57:10+00:00"
2022-12-19 17:28:55 +08:00
},
{
"name": "hyperf/http-server",
2023-01-13 20:33:21 +08:00
"version": "v3.0.1",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-14 01:30:23 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/http-server/v3.0.1/hyperf-http-server-v3.0.1.zip",
2023-01-13 20:33:21 +08:00
"reference": "192bed0596d36cb04c38695067e8c60078006109",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
2023-01-13 20:33:21 +08:00
"hyperf/contract": "~3.0.0",
"hyperf/dispatcher": "~3.0.0",
"hyperf/event": "~3.0.0",
"hyperf/exception-handler": "~3.0.0",
"hyperf/http-message": "~3.0.0",
"hyperf/macroable": "~3.0.0",
"hyperf/server": "~3.0.0",
"hyperf/utils": "~3.0.0",
2022-12-19 17:28:55 +08:00
"nikic/fast-route": "^1.3",
2023-01-13 20:33:21 +08:00
"php": ">=8.0",
2022-12-19 17:28:55 +08:00
"psr/container": "^1.0|^2.0"
},
"suggest": {
"hyperf/di": "Required to use annotations."
},
"type": "library",
"extra": {
"branch-alias": {
2023-01-13 20:33:21 +08:00
"dev-master": "3.0-dev"
2022-12-19 17:28:55 +08:00
},
"hyperf": {
"config": "Hyperf\\HttpServer\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Hyperf\\HttpServer\\": "src/"
}
},
"license": [
"MIT"
],
"description": "A HTTP Server for Hyperf.",
"homepage": "https://hyperf.io",
"keywords": [
"http",
"http-server",
"hyperf",
"php",
"swoole"
],
2023-01-13 20:33:21 +08:00
"time": "2023-01-04T11:57:10+00:00"
2022-12-19 17:28:55 +08:00
},
{
"name": "hyperf/logger",
2023-01-13 20:33:21 +08:00
"version": "v3.0.0",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-13 20:33:21 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/logger/v3.0.0/hyperf-logger-v3.0.0.zip",
"reference": "c8de4bc7cd9ccca7c27faf3ebe4e5cfd7380c894",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
2023-01-13 20:33:21 +08:00
"hyperf/contract": "~3.0.0",
"hyperf/utils": "~3.0.0",
"monolog/monolog": "^2.7|^3.1",
"php": ">=8.0",
2022-12-19 17:28:55 +08:00
"psr/container": "^1.0|^2.0",
"psr/log": "^1.0|^2.0|^3.0"
},
"type": "library",
"extra": {
"branch-alias": {
2023-01-13 20:33:21 +08:00
"dev-master": "3.0-dev"
2022-12-19 17:28:55 +08:00
},
"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"
],
2023-01-13 20:33:21 +08:00
"time": "2022-12-11T04:49:47+00:00"
2022-12-19 17:28:55 +08:00
},
{
"name": "hyperf/macroable",
2023-01-13 20:33:21 +08:00
"version": "v3.0.0",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-13 20:33:21 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/macroable/v3.0.0/hyperf-macroable-v3.0.0.zip",
"reference": "822de69ba0c75aa9767a9cea487b84bf31d5240a",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
2023-01-13 20:33:21 +08:00
"php": ">=7.4"
2022-12-19 17:28:55 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-01-13 20:33:21 +08:00
"dev-master": "3.0-dev"
2022-12-19 17:28:55 +08:00
}
},
"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"
],
2023-01-13 20:33:21 +08:00
"time": "2022-11-01T02:50:54+00:00"
2022-12-19 17:28:55 +08:00
},
{
"name": "hyperf/paginator",
2023-01-13 20:33:21 +08:00
"version": "v3.0.0",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-13 20:33:21 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/paginator/v3.0.0/hyperf-paginator-v3.0.0.zip",
"reference": "45acff6623c65769949665d61e7af145082aea09",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
2023-01-13 20:33:21 +08:00
"hyperf/contract": "~3.0.0",
"hyperf/utils": "~3.0.0",
2022-12-19 17:28:55 +08:00
"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": {
2023-01-13 20:33:21 +08:00
"dev-master": "3.0-dev"
2022-12-19 17:28:55 +08:00
},
"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"
],
2023-01-13 20:33:21 +08:00
"time": "2022-11-01T02:50:54+00:00"
2022-12-19 17:28:55 +08:00
},
{
"name": "hyperf/pool",
2023-01-13 20:33:21 +08:00
"version": "v3.0.0",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-13 20:33:21 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/pool/v3.0.0/hyperf-pool-v3.0.0.zip",
"reference": "6a937ff363b84208c26cf918490a07d38ab0c987",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
2023-01-13 20:33:21 +08:00
"hyperf/contract": "~3.0.0",
"hyperf/utils": "~3.0.0",
"php": ">=8.0",
2022-12-19 17:28:55 +08:00
"psr/container": "^1.0|^2.0"
},
"type": "library",
"extra": {
"branch-alias": {
2023-01-13 20:33:21 +08:00
"dev-master": "3.0-dev"
2022-12-19 17:28:55 +08:00
},
"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"
],
2023-01-13 20:33:21 +08:00
"time": "2022-11-26T11:47:54+00:00"
2022-12-19 17:28:55 +08:00
},
{
"name": "hyperf/redis",
2023-01-13 20:33:21 +08:00
"version": "v3.0.2",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-13 20:33:21 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/redis/v3.0.2/hyperf-redis-v3.0.2.zip",
"reference": "b5e59c2612bf3f6b6fd5d024e25c973a72f62fbe",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
"ext-redis": "*",
2023-01-13 20:33:21 +08:00
"hyperf/contract": "~3.0.0",
"hyperf/pool": "~3.0.0",
"hyperf/utils": "~3.0.0",
"php": ">=8.0",
2022-12-19 17:28:55 +08:00
"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": {
2023-01-13 20:33:21 +08:00
"dev-master": "3.0-dev"
2022-12-19 17:28:55 +08:00
},
"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-01-13 20:33:21 +08:00
"time": "2023-01-09T08:49:03+00:00"
2022-12-19 17:28:55 +08:00
},
{
"name": "hyperf/resource",
2023-01-13 20:33:21 +08:00
"version": "v3.0.0",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-13 20:33:21 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/resource/v3.0.0/hyperf-resource-v3.0.0.zip",
"reference": "a1de2bffea44981720c0f008b09287d54d956a9c",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
"ext-json": "*",
2023-01-13 20:33:21 +08:00
"hyperf/http-message": "~3.0.0",
"hyperf/paginator": "~3.0.0",
"hyperf/utils": "~3.0.0",
"php": ">=8.0",
2022-12-19 17:28:55 +08:00
"psr/container": "^1.0|^2.0"
},
"type": "library",
"extra": {
"branch-alias": {
2023-01-13 20:33:21 +08:00
"dev-master": "3.0-dev"
2022-12-19 17:28:55 +08:00
},
"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"
],
2023-01-13 20:33:21 +08:00
"time": "2022-11-01T02:50:54+00:00"
2022-12-19 17:28:55 +08:00
},
{
"name": "hyperf/server",
2023-01-13 20:33:21 +08:00
"version": "v3.0.1",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-13 20:33:21 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/server/v3.0.1/hyperf-server-v3.0.1.zip",
"reference": "86bbb65dece6dab5638b57fa0a1154686dd0f089",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
2023-01-13 20:33:21 +08:00
"hyperf/contract": "~3.0.0",
"hyperf/utils": "~3.0.0",
"php": ">=8.0",
2022-12-19 17:28:55 +08:00
"psr/container": "^1.0|^2.0",
"psr/event-dispatcher": "^1.0",
"psr/log": "^1.0|^2.0|^3.0",
2023-01-13 20:33:21 +08:00
"symfony/console": "^5.0|^6.0"
2022-12-19 17:28:55 +08:00
},
"suggest": {
"hyperf/event": "Dump the info after server start.",
"hyperf/framework": "Dump the info after server start."
},
"type": "library",
"extra": {
"branch-alias": {
2023-01-13 20:33:21 +08:00
"dev-master": "3.0-dev"
2022-12-19 17:28:55 +08:00
},
"hyperf": {
"config": "Hyperf\\Server\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Hyperf\\Server\\": "src/"
}
},
"license": [
"MIT"
],
"description": "A base server library for Hyperf.",
"homepage": "https://hyperf.io",
"keywords": [
"hyperf",
"php",
"server",
"swoole"
],
2023-01-13 20:33:21 +08:00
"time": "2023-01-06T07:51:18+00:00"
2022-12-19 17:28:55 +08:00
},
{
"name": "hyperf/translation",
2023-01-13 20:33:21 +08:00
"version": "v3.0.0",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-13 20:33:21 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/translation/v3.0.0/hyperf-translation-v3.0.0.zip",
"reference": "72c264dc92750732c456b6b9bc057d25440e4393",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
2023-01-13 20:33:21 +08:00
"hyperf/contract": "~3.0.0",
"hyperf/macroable": "~3.0.0",
"hyperf/utils": "~3.0.0",
"php": ">=8.0",
2022-12-19 17:28:55 +08:00
"psr/container": "^1.0|^2.0"
},
"type": "library",
"extra": {
"branch-alias": {
2023-01-13 20:33:21 +08:00
"dev-master": "3.0-dev"
2022-12-19 17:28:55 +08:00
},
"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"
],
2023-01-13 20:33:21 +08:00
"time": "2022-11-01T02:50:54+00:00"
2022-12-19 17:28:55 +08:00
},
{
"name": "hyperf/utils",
2023-01-13 20:33:21 +08:00
"version": "v3.0.1",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-14 01:30:23 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/utils/v3.0.1/hyperf-utils-v3.0.1.zip",
2023-01-13 20:33:21 +08:00
"reference": "3955bd117bb04579f1fe5644682a4e4c207521d4",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
"doctrine/inflector": "^2.0",
2023-01-13 20:33:21 +08:00
"hyperf/context": "~3.0.0",
"hyperf/contract": "~3.0.0",
"hyperf/coordinator": "~3.0.0",
"hyperf/engine": "^1.2|^2.0",
"hyperf/macroable": "~3.0.0",
2022-12-19 17:28:55 +08:00
"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)",
2023-01-13 20:33:21 +08:00
"symfony/property-access": "Required to use SymfonyNormalizer (^5.0|^6.0)",
"symfony/serializer": "Required to use SymfonyNormalizer (^5.0|^6.0)",
"symfony/var-dumper": "Required to use the dd function (^5.0|^6.0)."
2022-12-19 17:28:55 +08:00
},
"type": "library",
"extra": {
"hyperf": {
"config": "Hyperf\\Utils\\ConfigProvider"
},
"branch-alias": {
2023-01-13 20:33:21 +08:00
"dev-master": "3.0-dev"
2022-12-19 17:28:55 +08:00
}
},
"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"
],
2023-01-13 20:33:21 +08:00
"time": "2023-01-04T11:57:10+00:00"
2022-12-19 17:28:55 +08:00
},
{
"name": "jetbrains/phpstorm-attributes",
"version": "1.0",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/jetbrains/phpstorm-attributes/1.0/jetbrains-phpstorm-attributes-1.0.zip",
"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",
"url": "https://mirrors.cloud.tencent.com/repository/composer/justinrainbow/json-schema/5.2.12/justinrainbow-json-schema-5.2.12.zip",
"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",
2023-01-14 01:30:23 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/laminas/laminas-mime/2.11.0/laminas-laminas-mime-2.11.0.zip",
2022-12-19 17:28:55 +08:00
"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",
"version": "3.16.1",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/laminas/laminas-stdlib/3.16.1/laminas-laminas-stdlib-3.16.1.zip",
"reference": "f4f773641807c7ccee59b758bfe4ac4ba33ecb17",
"shasum": ""
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"conflict": {
"zendframework/zend-stdlib": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "^2.4.0",
"phpbench/phpbench": "^1.2.7",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.18.0",
"vimeo/psalm": "^5.0.0"
},
"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"
],
"time": "2022-12-03T18:48:01+00: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",
"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": "monolog/monolog",
2023-01-13 20:33:21 +08:00
"version": "2.8.0",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-13 20:33:21 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/monolog/monolog/2.8.0/monolog-monolog-2.8.0.zip",
"reference": "720488632c590286b88b80e62aa3d3d551ad4a50",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
"php": ">=7.2",
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
},
"provide": {
"psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
},
"require-dev": {
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
"doctrine/couchdb": "~1.0@dev",
2023-01-13 20:33:21 +08:00
"elasticsearch/elasticsearch": "^7 || ^8",
"ext-json": "*",
2022-12-19 17:28:55 +08:00
"graylog2/gelf-php": "^1.4.2",
2023-01-13 20:33:21 +08:00
"guzzlehttp/guzzle": "^7.4",
"guzzlehttp/psr7": "^2.2",
2022-12-19 17:28:55 +08:00
"mongodb/mongodb": "^1.8",
"php-amqplib/php-amqplib": "~2.4 || ^3",
2023-01-13 20:33:21 +08:00
"phpspec/prophecy": "^1.15",
2022-12-19 17:28:55 +08:00
"phpstan/phpstan": "^0.12.91",
2023-01-13 20:33:21 +08:00
"phpunit/phpunit": "^8.5.14",
"predis/predis": "^1.1 || ^2.0",
2022-12-19 17:28:55 +08:00
"rollbar/rollbar": "^1.3 || ^2 || ^3",
2023-01-13 20:33:21 +08:00
"ruflin/elastica": "^7",
"swiftmailer/swiftmailer": "^5.3|^6.0",
"symfony/mailer": "^5.4 || ^6",
"symfony/mime": "^5.4 || ^6"
2022-12-19 17:28:55 +08:00
},
"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": {
"dev-main": "2.x-dev"
}
},
"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-01-13 20:33:21 +08:00
"time": "2022-07-24T11:55:47+00:00"
2022-12-19 17:28:55 +08:00
},
{
"name": "myclabs/php-enum",
"version": "1.8.4",
"dist": {
"type": "zip",
2023-01-14 01:30:23 +08:00
"url": "https://mirrors.tencent.com/repository/composer/myclabs/php-enum/1.8.4/myclabs-php-enum-1.8.4.zip",
2022-12-19 17:28:55 +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": "nesbot/carbon",
2023-01-13 18:13:55 +08:00
"version": "2.65.0",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-13 18:13:55 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/nesbot/carbon/2.65.0/nesbot-carbon-2.65.0.zip",
"reference": "09acf64155c16dc6f580f36569ae89344e9734a3",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^7.1.8 || ^8.0",
"symfony/polyfill-mbstring": "^1.0",
"symfony/polyfill-php80": "^1.16",
"symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
},
"require-dev": {
"doctrine/dbal": "^2.0 || ^3.1.4",
"doctrine/orm": "^2.7",
"friendsofphp/php-cs-fixer": "^3.0",
"kylekatarnls/multi-tester": "^2.0",
"ondrejmirtes/better-reflection": "*",
"phpmd/phpmd": "^2.9",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12.99 || ^1.7.14",
"phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
"phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
"squizlabs/php_codesniffer": "^3.4"
},
"bin": [
"bin/carbon"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-3.x": "3.x-dev",
"dev-master": "2.x-dev"
},
"laravel": {
"providers": [
"Carbon\\Laravel\\ServiceProvider"
]
},
"phpstan": {
"includes": [
"extension.neon"
]
}
},
"autoload": {
"psr-4": {
"Carbon\\": "src/Carbon/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Brian Nesbitt",
"email": "brian@nesbot.com",
"homepage": "https://markido.com"
},
{
"name": "kylekatarnls",
"homepage": "https://github.com/kylekatarnls"
}
],
"description": "An API extension for DateTime that supports 281 different languages.",
"homepage": "https://carbon.nesbot.com",
"keywords": [
"date",
"datetime",
"time"
],
2023-01-13 18:13:55 +08:00
"time": "2023-01-06T15:55:01+00:00"
2022-12-19 17:28:55 +08:00
},
{
"name": "nikic/fast-route",
"version": "v1.3.0",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/nikic/fast-route/v1.3.0/nikic-fast-route-v1.3.0.zip",
"reference": "181d480e08d9476e61381e04a71b34dc0432e812",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35|~5.7"
},
"type": "library",
"autoload": {
"files": [
"src/functions.php"
],
"psr-4": {
"FastRoute\\": "src/"
}
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov",
"email": "nikic@php.net"
}
],
"description": "Fast request router for PHP",
"keywords": [
"router",
"routing"
],
"time": "2018-02-13T20:26:39+00:00"
},
{
"name": "nikic/php-parser",
"version": "v4.15.2",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/nikic/php-parser/v4.15.2/nikic-php-parser-v4.15.2.zip",
"reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc",
"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"
],
"time": "2022-11-12T15:38:23+00: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.0",
"dist": {
"type": "zip",
2023-01-14 01:30:23 +08:00
"url": "https://mirrors.tencent.com/repository/composer/phpoption/phpoption/1.9.0/phpoption-phpoption-1.9.0.zip",
2022-12-19 17:28:55 +08:00
"reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab",
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8",
"phpunit/phpunit": "^8.5.28 || ^9.5.21"
},
"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": "2022-07-30T15:51:26+00:00"
},
{
"name": "psr/container",
"version": "2.0.2",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/psr/container/2.0.2/psr-container-2.0.2.zip",
"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",
2023-01-13 20:33:21 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/psr/event-dispatcher/1.0.0/psr-event-dispatcher-1.0.0.zip",
2022-12-19 17:28:55 +08:00
"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-message",
"version": "1.0.1",
"dist": {
"type": "zip",
2023-01-14 01:30:23 +08:00
"url": "https://mirrors.tencent.com/repository/composer/psr/http-message/1.0.1/psr-http-message-1.0.1.zip",
2022-12-19 17:28:55 +08:00
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": ""
},
"require": {
"php": ">=5.3.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": "http://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": "2016-08-06T14:39:51+00:00"
},
{
"name": "psr/http-server-handler",
"version": "1.0.1",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/psr/http-server-handler/1.0.1/psr-http-server-handler-1.0.1.zip",
"reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
"shasum": ""
},
"require": {
"php": ">=7.0",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Server\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP server-side request handler",
"keywords": [
"handler",
"http",
"http-interop",
"psr",
"psr-15",
"psr-7",
"request",
"response",
"server"
],
"time": "2018-10-30T16:46:14+00:00"
},
{
"name": "psr/http-server-middleware",
"version": "1.0.1",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/psr/http-server-middleware/1.0.1/psr-http-server-middleware-1.0.1.zip",
"reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5",
"shasum": ""
},
"require": {
"php": ">=7.0",
"psr/http-message": "^1.0",
"psr/http-server-handler": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Server\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP server-side middleware",
"keywords": [
"http",
"http-interop",
"middleware",
"psr",
"psr-15",
"psr-7",
"request",
"response"
],
"time": "2018-10-30T17:12:04+00:00"
},
{
"name": "psr/log",
2023-01-13 20:33:21 +08:00
"version": "3.0.0",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-13 20:33:21 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/psr/log/3.0.0/psr-log-3.0.0.zip",
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
"php": ">=8.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
2023-01-13 20:33:21 +08:00
"dev-master": "3.x-dev"
2022-12-19 17:28:55 +08:00
}
},
"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"
],
2023-01-13 20:33:21 +08:00
"time": "2021-07-14T16:46:02+00:00"
2022-12-19 17:28:55 +08:00
},
{
"name": "react/promise",
"version": "v2.9.0",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/react/promise/v2.9.0/react-promise-v2.9.0.zip",
"reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36"
},
"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"
],
"time": "2022-02-11T10:27:51+00: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",
"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.9.0",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/seld/jsonlint/1.9.0/seld-jsonlint-1.9.0.zip",
"reference": "4211420d25eba80712bff236a98960ef68b866b7",
"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": "2022-04-01T13:37:23+00:00"
},
{
"name": "seld/phar-utils",
"version": "1.2.1",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/seld/phar-utils/1.2.1/seld-phar-utils-1.2.1.zip",
"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",
"version": "2.0.1",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/seld/signal-handler/2.0.1/seld-signal-handler-2.0.1.zip",
"reference": "f69d119511dc0360440cdbdaa71829c149b7be75",
"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"
],
"time": "2022-07-20T18:31:45+00:00"
},
{
"name": "symfony/console",
2023-01-13 20:33:21 +08:00
"version": "v6.0.17",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-13 20:33:21 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/console/v6.0.17/symfony-console-v6.0.17.zip",
"reference": "2ab307342a7233b9a260edd5ef94087aaca57d18",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
2023-01-13 20:33:21 +08:00
"php": ">=8.0.2",
2022-12-19 17:28:55 +08:00
"symfony/polyfill-mbstring": "~1.0",
"symfony/service-contracts": "^1.1|^2|^3",
2023-01-13 20:33:21 +08:00
"symfony/string": "^5.4|^6.0"
2022-12-19 17:28:55 +08:00
},
"conflict": {
2023-01-13 20:33:21 +08:00
"symfony/dependency-injection": "<5.4",
"symfony/dotenv": "<5.4",
"symfony/event-dispatcher": "<5.4",
"symfony/lock": "<5.4",
"symfony/process": "<5.4"
2022-12-19 17:28:55 +08:00
},
"provide": {
2023-01-13 20:33:21 +08:00
"psr/log-implementation": "1.0|2.0|3.0"
2022-12-19 17:28:55 +08:00
},
"require-dev": {
2023-01-13 20:33:21 +08:00
"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"
2022-12-19 17:28:55 +08:00
},
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/lock": "",
"symfony/process": ""
},
"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",
"command line",
"console",
"terminal"
],
2023-01-13 20:33:21 +08:00
"time": "2022-12-28T14:21:34+00:00"
2022-12-19 17:28:55 +08:00
},
{
"name": "symfony/filesystem",
"version": "v6.0.13",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/filesystem/v6.0.13/symfony-filesystem-v6.0.13.zip",
"reference": "3adca49133bd055ebe6011ed1e012be3c908af79",
"shasum": ""
},
"require": {
"php": ">=8.0.2",
"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",
"time": "2022-09-21T20:25:27+00:00"
},
{
"name": "symfony/finder",
2023-01-13 20:33:21 +08:00
"version": "v6.0.17",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-13 20:33:21 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/finder/v6.0.17/symfony-finder-v6.0.17.zip",
"reference": "d467d625fc88f7cebf96f495e588a7196a669db1",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
2023-01-13 20:33:21 +08:00
"php": ">=8.0.2"
2022-12-19 17:28:55 +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-01-13 20:33:21 +08:00
"time": "2022-12-22T17:53:58+00:00"
2022-12-19 17:28:55 +08:00
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.27.0",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/polyfill-ctype/v1.27.0/symfony-polyfill-ctype-v1.27.0.zip",
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"provide": {
"ext-ctype": "*"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.27-dev"
},
"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"
],
"time": "2022-11-03T14:55:06+00:00"
},
{
"name": "symfony/polyfill-intl-grapheme",
"version": "v1.27.0",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/polyfill-intl-grapheme/v1.27.0/symfony-polyfill-intl-grapheme-v1.27.0.zip",
"reference": "511a08c03c1960e08a883f4cffcacd219b758354",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.27-dev"
},
"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"
],
"time": "2022-11-03T14:55:06+00:00"
},
{
"name": "symfony/polyfill-intl-normalizer",
"version": "v1.27.0",
"dist": {
"type": "zip",
2023-01-14 01:30:23 +08:00
"url": "https://mirrors.tencent.com/repository/composer/symfony/polyfill-intl-normalizer/v1.27.0/symfony-polyfill-intl-normalizer-v1.27.0.zip",
2022-12-19 17:28:55 +08:00
"reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.27-dev"
},
"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"
],
"time": "2022-11-03T14:55:06+00:00"
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.27.0",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/polyfill-mbstring/v1.27.0/symfony-polyfill-mbstring-v1.27.0.zip",
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"provide": {
"ext-mbstring": "*"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.27-dev"
},
"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"
],
"time": "2022-11-03T14:55:06+00:00"
},
{
"name": "symfony/polyfill-php73",
"version": "v1.27.0",
"dist": {
"type": "zip",
2023-01-13 20:33:21 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/polyfill-php73/v1.27.0/symfony-polyfill-php73-v1.27.0.zip",
2022-12-19 17:28:55 +08:00
"reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.27-dev"
},
"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"
],
"time": "2022-11-03T14:55:06+00:00"
},
{
"name": "symfony/polyfill-php80",
"version": "v1.27.0",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/polyfill-php80/v1.27.0/symfony-polyfill-php80-v1.27.0.zip",
"reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.27-dev"
},
"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"
],
"time": "2022-11-03T14:55:06+00:00"
},
{
"name": "symfony/polyfill-php81",
"version": "v1.27.0",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/polyfill-php81/v1.27.0/symfony-polyfill-php81-v1.27.0.zip",
"reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.27-dev"
},
"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"
],
"time": "2022-11-03T14:55:06+00:00"
},
{
"name": "symfony/process",
"version": "v6.0.11",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/process/v6.0.11/symfony-process-v6.0.11.zip",
"reference": "44270a08ccb664143dede554ff1c00aaa2247a43",
"shasum": ""
},
"require": {
"php": ">=8.0.2"
},
"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",
"time": "2022-06-27T17:10:44+00:00"
},
{
"name": "symfony/service-contracts",
"version": "v3.0.2",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/service-contracts/v3.0.2/symfony-service-contracts-v3.0.2.zip",
"reference": "d78d39c1599bd1188b8e26bb341da52c3c6d8a66",
"shasum": ""
},
"require": {
"php": ">=8.0.2",
"psr/container": "^2.0"
},
"conflict": {
"ext-psr": "<1.1|>=2"
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.0-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
}
},
"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"
],
"time": "2022-05-30T19:17:58+00:00"
},
{
"name": "symfony/string",
2023-01-13 18:13:55 +08:00
"version": "v6.0.17",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-13 18:13:55 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/string/v6.0.17/symfony-string-v6.0.17.zip",
"reference": "3f57003dd8a67ed76870cc03092f8501db7788d9",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
"php": ">=8.0.2",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0",
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"symfony/translation-contracts": "<2.0"
},
"require-dev": {
"symfony/error-handler": "^5.4|^6.0",
"symfony/http-client": "^5.4|^6.0",
"symfony/translation-contracts": "^2.0|^3.0",
"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-01-13 18:13:55 +08:00
"time": "2022-12-14T15:52:41+00:00"
2022-12-19 17:28:55 +08:00
},
{
"name": "symfony/translation",
"version": "v6.0.14",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/translation/v6.0.14/symfony-translation-v6.0.14.zip",
"reference": "6f99eb179aee4652c0a7cd7c11f2a870d904330c",
"shasum": ""
},
"require": {
"php": ">=8.0.2",
"symfony/polyfill-mbstring": "~1.0",
"symfony/translation-contracts": "^2.3|^3.0"
},
"conflict": {
"symfony/config": "<5.4",
"symfony/console": "<5.4",
"symfony/dependency-injection": "<5.4",
"symfony/http-kernel": "<5.4",
"symfony/twig-bundle": "<5.4",
"symfony/yaml": "<5.4"
},
"provide": {
"symfony/translation-implementation": "2.3|3.0"
},
"require-dev": {
"psr/log": "^1|^2|^3",
"symfony/config": "^5.4|^6.0",
"symfony/console": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/finder": "^5.4|^6.0",
"symfony/http-client-contracts": "^1.1|^2.0|^3.0",
"symfony/http-kernel": "^5.4|^6.0",
"symfony/intl": "^5.4|^6.0",
"symfony/polyfill-intl-icu": "^1.21",
"symfony/service-contracts": "^1.1.2|^2|^3",
"symfony/yaml": "^5.4|^6.0"
},
"suggest": {
"psr/log-implementation": "To use logging capability in translator",
"symfony/config": "",
"symfony/yaml": ""
},
"type": "library",
"autoload": {
"files": [
"Resources/functions.php"
],
"psr-4": {
"Symfony\\Component\\Translation\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com",
"time": "2022-10-07T08:02:12+00:00"
},
{
"name": "symfony/translation-contracts",
"version": "v3.0.2",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/translation-contracts/v3.0.2/symfony-translation-contracts-v3.0.2.zip",
"reference": "acbfbb274e730e5a0236f619b6168d9dedb3e282",
"shasum": ""
},
"require": {
"php": ">=8.0.2"
},
"suggest": {
"symfony/translation-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.0-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Translation\\": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to translation",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"time": "2022-06-27T17:10:44+00: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",
"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": "adbario/php-dot-notation",
"version": "2.5.0",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/adbario/php-dot-notation/2.5.0/adbario-php-dot-notation-2.5.0.zip",
"reference": "081e2cca50c84bfeeea2e3ef9b2c8d206d80ccae",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^5.5 || ^7.0 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.7|^6.6|^7.5|^8.5|^9.5",
"squizlabs/php_codesniffer": "^3.6"
},
"type": "library",
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"Adbar\\": "src"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Riku Särkinen",
"email": "riku@adbar.io"
}
],
"description": "PHP dot notation access to arrays",
"homepage": "https://github.com/adbario/php-dot-notation",
"keywords": [
"ArrayAccess",
"dotnotation"
],
"time": "2022-10-14T20:31:46+00:00"
},
{
"name": "alibabacloud/credentials",
"version": "1.1.4",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/alibabacloud/credentials/1.1.4/alibabacloud-credentials-1.1.4.zip",
"reference": "e79d4151ad8924c0cf79d4fe0ec151b8d7663a25",
"shasum": ""
},
"require": {
"adbario/php-dot-notation": "^2.2",
"alibabacloud/tea": "^3.0",
"ext-curl": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-simplexml": "*",
"ext-xmlwriter": "*",
"guzzlehttp/guzzle": "^6.3|^7.0",
"php": ">=5.6"
},
"require-dev": {
"composer/composer": "^1.8",
"drupal/coder": "^8.3",
"ext-dom": "*",
"ext-pcre": "*",
"ext-sockets": "*",
"ext-spl": "*",
"mikey179/vfsstream": "^1.6",
"monolog/monolog": "^1.24",
"phpunit/phpunit": "^4.8.35|^5.4.3",
"psr/cache": "^1.0",
"symfony/dotenv": "^3.4",
"symfony/var-dumper": "^3.4"
},
"suggest": {
"ext-sockets": "To use client-side monitoring"
},
"type": "library",
"autoload": {
"psr-4": {
"AlibabaCloud\\Credentials\\": "src"
}
},
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Alibaba Cloud SDK",
"email": "sdk-team@alibabacloud.com",
"homepage": "http://www.alibabacloud.com"
}
],
"description": "Alibaba Cloud Credentials for PHP",
"homepage": "https://www.alibabacloud.com/",
"keywords": [
"alibaba",
"alibabacloud",
"aliyun",
"client",
"cloud",
"credentials",
"library",
"sdk",
"tool"
],
"time": "2021-06-08T10:49:34+00:00"
},
{
"name": "alibabacloud/darabonba-openapi",
"version": "0.2.8",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/alibabacloud/darabonba-openapi/0.2.8/alibabacloud-darabonba-openapi-0.2.8.zip",
"reference": "aabc61b3049caed6442ca332cf45d3b51af633ef",
"shasum": ""
},
"require": {
"alibabacloud/credentials": "^1.1",
"alibabacloud/gateway-spi": "^1",
"alibabacloud/openapi-util": "^0.1.10",
"alibabacloud/tea-utils": "^0.2.16",
"alibabacloud/tea-xml": "^0.2",
"php": ">5.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Darabonba\\OpenApi\\": "src"
}
},
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Alibaba Cloud SDK",
"email": "sdk-team@alibabacloud.com"
}
],
"description": "Alibaba Cloud OpenApi Client",
"time": "2022-11-14T03:38:23+00:00"
},
{
"name": "alibabacloud/dysmsapi-20170525",
"version": "2.0.23",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/alibabacloud/dysmsapi-20170525/2.0.23/alibabacloud-dysmsapi-20170525-2.0.23.zip",
"reference": "f743fce2182cb503962c37cba2ce4ba71642e89e",
"shasum": ""
},
"require": {
"alibabacloud/darabonba-openapi": "^0.2.8",
"alibabacloud/endpoint-util": "^0.1.0",
"alibabacloud/openapi-util": "^0.1.10|^0.2.0",
"alibabacloud/tea-utils": "^0.2.17",
"php": ">5.5"
},
"type": "library",
"autoload": {
"psr-4": {
"AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\": "src"
}
},
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Alibaba Cloud SDK",
"email": "sdk-team@alibabacloud.com"
}
],
"description": "Alibaba Cloud Dysmsapi (20170525) SDK Library for PHP",
"time": "2022-11-29T07:24:48+00:00"
},
{
"name": "alibabacloud/endpoint-util",
"version": "0.1.1",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/alibabacloud/endpoint-util/0.1.1/alibabacloud-endpoint-util-0.1.1.zip",
"reference": "f3fe88a25d8df4faa3b0ae14ff202a9cc094e6c5",
"shasum": ""
},
"require": {
"php": ">5.5"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35|^5.4.3"
},
"type": "library",
"autoload": {
"psr-4": {
"AlibabaCloud\\Endpoint\\": "src"
}
},
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Alibaba Cloud SDK",
"email": "sdk-team@alibabacloud.com"
}
],
"description": "Alibaba Cloud Endpoint Library for PHP",
"time": "2020-06-04T10:57:15+00:00"
},
{
"name": "alibabacloud/gateway-spi",
"version": "1.0.0",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/alibabacloud/gateway-spi/1.0.0/alibabacloud-gateway-spi-1.0.0.zip",
"reference": "7440f77750c329d8ab252db1d1d967314ccd1fcb",
"shasum": ""
},
"require": {
"alibabacloud/credentials": "^1.1",
"php": ">5.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Darabonba\\GatewaySpi\\": "src"
}
},
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Alibaba Cloud SDK",
"email": "sdk-team@alibabacloud.com"
}
],
"description": "Alibaba Cloud Gateway SPI Client",
"time": "2022-07-14T05:31:35+00:00"
},
{
"name": "alibabacloud/openapi-util",
"version": "0.1.13",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/alibabacloud/openapi-util/0.1.13/alibabacloud-openapi-util-0.1.13.zip",
"reference": "870e59984f05e104aa303c85b8214e339ba0a0ac",
"shasum": ""
},
"require": {
"alibabacloud/tea": "^3.1",
"alibabacloud/tea-utils": "^0.2",
"lizhichao/one-sm": "^1.5",
"php": ">5.5"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"type": "library",
"autoload": {
"psr-4": {
"AlibabaCloud\\OpenApiUtil\\": "src"
}
},
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Alibaba Cloud SDK",
"email": "sdk-team@alibabacloud.com"
}
],
"description": "Alibaba Cloud OpenApi Util",
"time": "2022-11-06T05:49:55+00:00"
},
{
"name": "alibabacloud/tea",
"version": "3.2.0",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/alibabacloud/tea/3.2.0/alibabacloud-tea-3.2.0.zip",
"reference": "f2bfe50b810f598e1a48e85ee94b7164049d5184",
"shasum": ""
},
"require": {
"adbario/php-dot-notation": "^2.4",
"ext-curl": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-simplexml": "*",
"ext-xmlwriter": "*",
"guzzlehttp/guzzle": "^6.3|^7.0",
"php": ">=5.5"
},
"require-dev": {
2023-01-13 20:33:21 +08:00
"phpunit/phpunit": "*",
"symfony/dotenv": "^3.4",
"symfony/var-dumper": "^3.4"
},
"suggest": {
"ext-sockets": "To use client-side monitoring"
},
"type": "library",
"autoload": {
"psr-4": {
"AlibabaCloud\\Tea\\": "src"
}
},
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Alibaba Cloud SDK",
"email": "sdk-team@alibabacloud.com",
"homepage": "http://www.alibabacloud.com"
}
],
"description": "Client of Tea for PHP",
"homepage": "https://www.alibabacloud.com/",
"keywords": [
"alibabacloud",
"client",
"cloud",
"tea"
],
"time": "2022-10-20T06:58:05+00:00"
},
{
"name": "alibabacloud/tea-utils",
"version": "0.2.17",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/alibabacloud/tea-utils/0.2.17/alibabacloud-tea-utils-0.2.17.zip",
"reference": "dad2f3e1791998d573ef2d9ebad01e7e0f053866",
"shasum": ""
},
"require": {
"alibabacloud/tea": "^3.1",
"php": ">5.5"
},
"type": "library",
"autoload": {
"psr-4": {
"AlibabaCloud\\Tea\\Utils\\": "src"
}
},
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Alibaba Cloud SDK",
"email": "sdk-team@alibabacloud.com"
}
],
"description": "Alibaba Cloud Tea Utils for PHP",
"time": "2022-11-16T09:28:02+00:00"
},
{
"name": "alibabacloud/tea-xml",
"version": "0.2.3",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/alibabacloud/tea-xml/0.2.3/alibabacloud-tea-xml-0.2.3.zip",
"reference": "4bd2303d71c968cb7ae4e487c5fa3023aed3ff3b",
"shasum": ""
},
"require": {
"php": ">5.5"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35|^5.4.3",
"symfony/var-dumper": "*"
},
"type": "library",
"autoload": {
"psr-4": {
"AlibabaCloud\\Tea\\XML\\": "src"
}
},
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Alibaba Cloud SDK",
"email": "sdk-team@alibabacloud.com"
}
],
"description": "Alibaba Cloud Tea XML Library for PHP",
"time": "2021-12-08T06:43:00+00:00"
},
{
"name": "doctrine/annotations",
"version": "1.14.2",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/doctrine/annotations/1.14.2/doctrine-annotations-1.14.2.zip",
"reference": "ad785217c1e9555a7d6c6c8c9f406395a5e2882b",
"shasum": ""
},
"require": {
"doctrine/lexer": "^1 || ^2",
"ext-tokenizer": "*",
"php": "^7.1 || ^8.0",
"psr/cache": "^1 || ^2 || ^3"
},
"require-dev": {
"doctrine/cache": "^1.11 || ^2.0",
"doctrine/coding-standard": "^9 || ^10",
"phpstan/phpstan": "~1.4.10 || ^1.8.0",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"symfony/cache": "^4.4 || ^5.4 || ^6",
"vimeo/psalm": "^4.10"
2022-12-19 17:28:55 +08:00
},
"suggest": {
2023-01-13 20:33:21 +08:00
"php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations"
2022-12-19 17:28:55 +08:00
},
"type": "library",
"autoload": {
"psr-4": {
2023-01-13 20:33:21 +08:00
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
2022-12-19 17:28:55 +08:00
}
},
"license": [
2023-01-13 20:33:21 +08:00
"MIT"
2022-12-19 17:28:55 +08:00
],
"authors": [
{
2023-01-13 20:33:21 +08:00
"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"
2022-12-19 17:28:55 +08:00
}
],
2023-01-13 20:33:21 +08:00
"description": "Docblock Annotations Parser",
"homepage": "https://www.doctrine-project.org/projects/annotations.html",
2022-12-19 17:28:55 +08:00
"keywords": [
2023-01-13 20:33:21 +08:00
"annotations",
"docblock",
"parser"
2022-12-19 17:28:55 +08:00
],
2023-01-13 20:33:21 +08:00
"time": "2022-12-15T06:48:22+00:00"
2022-12-19 17:28:55 +08:00
},
{
2023-01-13 20:33:21 +08:00
"name": "doctrine/deprecations",
"version": "v1.0.0",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-13 20:33:21 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/doctrine/deprecations/v1.0.0/doctrine-deprecations-v1.0.0.zip",
"reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
2023-01-13 20:33:21 +08:00
"php": "^7.1|^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^9",
"phpunit/phpunit": "^7.5|^8.5|^9.5",
"psr/log": "^1|^2|^3"
},
"suggest": {
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
2022-12-19 17:28:55 +08:00
},
"type": "library",
"autoload": {
"psr-4": {
2023-01-13 20:33:21 +08:00
"Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
2022-12-19 17:28:55 +08:00
}
},
"license": [
2023-01-13 20:33:21 +08:00
"MIT"
2022-12-19 17:28:55 +08:00
],
2023-01-13 20:33:21 +08:00
"description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
"homepage": "https://www.doctrine-project.org/",
"time": "2022-05-02T15:47:09+00:00"
2022-12-19 17:28:55 +08:00
},
{
2023-01-13 20:33:21 +08:00
"name": "doctrine/lexer",
"version": "2.1.0",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-14 01:30:23 +08:00
"url": "https://mirrors.tencent.com/repository/composer/doctrine/lexer/2.1.0/doctrine-lexer-2.1.0.zip",
2023-01-13 20:33:21 +08:00
"reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
2023-01-13 20:33:21 +08:00
"doctrine/deprecations": "^1.0",
"php": "^7.1 || ^8.0"
2022-12-19 17:28:55 +08:00
},
"require-dev": {
2023-01-13 20:33:21 +08:00
"doctrine/coding-standard": "^9 || ^10",
"phpstan/phpstan": "^1.3",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"psalm/plugin-phpunit": "^0.18.3",
"vimeo/psalm": "^4.11 || ^5.0"
2022-12-19 17:28:55 +08:00
},
"type": "library",
"autoload": {
"psr-4": {
2023-01-13 20:33:21 +08:00
"Doctrine\\Common\\Lexer\\": "src"
2022-12-19 17:28:55 +08:00
}
},
"license": [
2023-01-13 20:33:21 +08:00
"MIT"
2022-12-19 17:28:55 +08:00
],
"authors": [
{
2023-01-13 20:33:21 +08:00
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
2022-12-19 17:28:55 +08:00
}
],
2023-01-13 20:33:21 +08:00
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "https://www.doctrine-project.org/projects/lexer.html",
"keywords": [
"annotations",
"docblock",
"lexer",
"parser",
"php"
],
"time": "2022-12-14T08:49:07+00:00"
2022-12-19 17:28:55 +08:00
},
{
"name": "egulias/email-validator",
2023-01-13 18:13:55 +08:00
"version": "3.2.5",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-13 18:13:55 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/egulias/email-validator/3.2.5/egulias-email-validator-3.2.5.zip",
"reference": "b531a2311709443320c786feb4519cfaf94af796",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
2023-01-13 18:13:55 +08:00
"doctrine/lexer": "^1.2|^2",
2022-12-19 17:28:55 +08:00
"php": ">=7.2",
"symfony/polyfill-intl-idn": "^1.15"
},
"require-dev": {
"phpunit/phpunit": "^8.5.8|^9.3.3",
"vimeo/psalm": "^4"
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Egulias\\EmailValidator\\": "src"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Eduardo Gulias Davis"
}
],
"description": "A library for validating emails against several RFCs",
"homepage": "https://github.com/egulias/EmailValidator",
"keywords": [
"email",
"emailvalidation",
"emailvalidator",
"validation",
"validator"
],
2023-01-13 18:13:55 +08:00
"time": "2023-01-02T17:26:14+00:00"
2022-12-19 17:28:55 +08:00
},
2022-12-20 10:59:47 +08:00
{
"name": "filp/whoops",
"version": "2.14.6",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/filp/whoops/2.14.6/filp-whoops-2.14.6.zip",
"reference": "f7948baaa0330277c729714910336383286305da",
"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": "2022-11-02T16:23:29+00:00"
},
2022-12-19 17:28:55 +08:00
{
"name": "firebase/php-jwt",
2022-12-20 10:59:47 +08:00
"version": "v6.3.2",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2022-12-20 10:59:47 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/firebase/php-jwt/v6.3.2/firebase-php-jwt-v6.3.2.zip",
"reference": "ea7dda77098b96e666c5ef382452f94841e439cd",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
"php": "^7.1||^8.0"
},
"require-dev": {
"guzzlehttp/guzzle": "^6.5||^7.4",
"phpspec/prophecy-phpunit": "^1.1",
"phpunit/phpunit": "^7.5||^9.5",
"psr/cache": "^1.0||^2.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0"
},
"suggest": {
"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"
],
2022-12-20 10:59:47 +08:00
"time": "2022-12-19T17:10:46+00:00"
2022-12-19 17:28:55 +08:00
},
2023-01-09 15:53:22 +08:00
{
"name": "friendsofphp/php-cs-fixer",
"version": "v3.13.2",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/friendsofphp/php-cs-fixer/v3.13.2/friendsofphp-php-cs-fixer-v3.13.2.zip",
"reference": "3952f08a81bd3b1b15e11c3de0b6bf037faa8496",
"shasum": ""
},
"require": {
"composer/semver": "^3.2",
"composer/xdebug-handler": "^3.0.3",
"doctrine/annotations": "^1.13",
"ext-json": "*",
"ext-tokenizer": "*",
"php": "^7.4 || ^8.0",
"sebastian/diff": "^4.0",
"symfony/console": "^5.4 || ^6.0",
"symfony/event-dispatcher": "^5.4 || ^6.0",
"symfony/filesystem": "^5.4 || ^6.0",
"symfony/finder": "^5.4 || ^6.0",
"symfony/options-resolver": "^5.4 || ^6.0",
"symfony/polyfill-mbstring": "^1.23",
"symfony/polyfill-php80": "^1.25",
"symfony/polyfill-php81": "^1.25",
"symfony/process": "^5.4 || ^6.0",
"symfony/stopwatch": "^5.4 || ^6.0"
},
"require-dev": {
"justinrainbow/json-schema": "^5.2",
"keradus/cli-executor": "^2.0",
"mikey179/vfsstream": "^1.6.10",
"php-coveralls/php-coveralls": "^2.5.2",
"php-cs-fixer/accessible-object": "^1.1",
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1",
"phpspec/prophecy": "^1.15",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5",
"phpunitgoodpractices/polyfill": "^1.6",
"phpunitgoodpractices/traits": "^1.9.2",
"symfony/phpunit-bridge": "^6.0",
"symfony/yaml": "^5.4 || ^6.0"
},
"suggest": {
"ext-dom": "For handling output formats in XML",
"ext-mbstring": "For handling non-UTF8 characters."
},
"bin": [
"php-cs-fixer"
],
"type": "application",
"autoload": {
"psr-4": {
"PhpCsFixer\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Dariusz Rumiński",
"email": "dariusz.ruminski@gmail.com"
}
],
"description": "A tool to automatically fix PHP code style",
"time": "2023-01-02T23:53:50+00:00"
},
2022-12-19 17:28:55 +08:00
{
"name": "guzzlehttp/guzzle",
"version": "7.5.0",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/guzzlehttp/guzzle/7.5.0/guzzlehttp-guzzle-7.5.0.zip",
"reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba",
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/promises": "^1.5",
"guzzlehttp/psr7": "^1.9 || ^2.4",
"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": "^3.0",
"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
},
"branch-alias": {
"dev-master": "7.5-dev"
}
},
"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"
],
"time": "2022-08-28T15:39:27+00:00"
},
{
"name": "guzzlehttp/promises",
"version": "1.5.2",
"dist": {
"type": "zip",
2023-01-14 01:30:23 +08:00
"url": "https://mirrors.tencent.com/repository/composer/guzzlehttp/promises/1.5.2/guzzlehttp-promises-1.5.2.zip",
2022-12-19 17:28:55 +08:00
"reference": "b94b2807d85443f9719887892882d0329d1e2598",
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.4 || ^5.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.5-dev"
}
},
"autoload": {
"files": [
"src/functions_include.php"
],
"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"
],
"time": "2022-08-28T14:55:35+00:00"
},
{
"name": "guzzlehttp/psr7",
"version": "2.4.3",
"dist": {
"type": "zip",
2023-01-14 01:30:23 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/guzzlehttp/psr7/2.4.3/guzzlehttp-psr7-2.4.3.zip",
2022-12-19 17:28:55 +08:00
"reference": "67c26b443f348a51926030c83481b85718457d3d",
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.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
},
"branch-alias": {
"dev-master": "2.4-dev"
}
},
"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"
],
"time": "2022-10-26T14:07:24+00:00"
},
2023-03-13 16:14:22 +08:00
{
"name": "hyperf/guzzle",
"version": "v3.0.10",
"dist": {
"type": "zip",
"url": "https://mirrors.tencent.com/repository/composer/hyperf/guzzle/v3.0.10/hyperf-guzzle-v3.0.10.zip",
"reference": "6ed6f64f21c7a1f000502881d6af6492f54d6dec",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.3|^7.0",
"hyperf/utils": "~3.0.0",
"php": ">=8.0",
"psr/container": "^1.0|^2.0",
"psr/http-message": "^1.0"
},
"suggest": {
"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-03-10T04:54:20+00:00"
},
2022-12-19 17:28:55 +08:00
{
"name": "hyperf/session",
2023-01-13 20:33:21 +08:00
"version": "v3.0.0",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-13 20:33:21 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/session/v3.0.0/hyperf-session-v3.0.0.zip",
"reference": "abad65d14f2458bef4836f19d88d5116c093f054",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
2023-01-13 20:33:21 +08:00
"hyperf/utils": "~3.0.0",
"php": ">=8.0",
2022-12-19 17:28:55 +08:00
"psr/http-server-middleware": "^1.0"
},
"suggest": {
"hyperf/config": "Required to load session config.",
"psr/container": "Required to use SessionFactory."
},
"type": "library",
"extra": {
"branch-alias": {
2023-01-13 20:33:21 +08:00
"dev-master": "3.0-dev"
2022-12-19 17:28:55 +08:00
},
"hyperf": {
"config": "Hyperf\\Session\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Hyperf\\Session\\": "src/"
}
},
"license": [
"MIT"
],
"description": "A session library",
"homepage": "https://hyperf.io",
"keywords": [
"php",
"session"
],
2023-01-13 20:33:21 +08:00
"time": "2022-11-01T02:50:54+00:00"
2022-12-19 17:28:55 +08:00
},
{
"name": "hyperf/validation",
2023-01-13 20:33:21 +08:00
"version": "v3.0.0",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-13 20:33:21 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/hyperf/validation/v3.0.0/hyperf-validation-v3.0.0.zip",
"reference": "082ad0f0b2fc55d909a88e50cde9e56f0424e2ce",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
"egulias/email-validator": "^3.0",
2023-01-13 20:33:21 +08:00
"hyperf/contract": "~3.0.0",
"hyperf/database": "~3.0.0",
"hyperf/di": "~3.0.0",
"hyperf/framework": "~3.0.0",
"hyperf/http-server": "~3.0.0",
"hyperf/macroable": "~3.0.0",
"hyperf/translation": "~3.0.0",
"hyperf/utils": "~3.0.0",
2022-12-19 17:28:55 +08:00
"nesbot/carbon": "^2.21",
2023-01-13 20:33:21 +08:00
"php": ">=8.0",
2022-12-19 17:28:55 +08:00
"psr/container": "^1.0|^2.0",
"psr/event-dispatcher": "^1.0",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
2023-01-13 20:33:21 +08:00
"dev-master": "3.0-dev"
2022-12-19 17:28:55 +08:00
},
"hyperf": {
"config": "Hyperf\\Validation\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Hyperf\\Validation\\": "src/"
}
},
"license": [
"MIT"
],
"description": "hyperf validation",
"keywords": [
"hyperf",
"validation"
],
2023-01-13 20:33:21 +08:00
"time": "2022-12-22T08:23:24+00:00"
2022-12-19 17:28:55 +08:00
},
{
"name": "lizhichao/one-sm",
"version": "1.10",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/lizhichao/one-sm/1.10/lizhichao-one-sm-1.10.zip",
"reference": "687a012a44a5bfd4d9143a0234e1060543be455a",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"type": "library",
2022-12-19 17:20:04 +08:00
"autoload": {
"psr-4": {
2022-12-19 17:28:55 +08:00
"OneSm\\": "src/"
2022-12-19 17:20:04 +08:00
}
},
"license": [
2022-12-19 17:28:55 +08:00
"Apache-2.0"
2022-12-19 17:20:04 +08:00
],
"authors": [
{
2022-12-19 17:28:55 +08:00
"name": "tanszhe",
"email": "1018595261@qq.com"
2022-12-19 17:20:04 +08:00
}
],
2022-12-19 17:28:55 +08:00
"description": "国密sm3",
2022-12-19 17:20:04 +08:00
"keywords": [
2022-12-19 17:28:55 +08:00
"php",
"sm3"
2022-12-19 17:20:04 +08:00
],
2022-12-19 17:28:55 +08:00
"time": "2021-05-26T06:19:22+00:00"
2022-12-19 17:20:04 +08:00
},
{
2022-12-19 17:28:55 +08:00
"name": "myclabs/deep-copy",
"version": "1.11.0",
2022-12-19 17:20:04 +08:00
"dist": {
"type": "zip",
2022-12-19 17:28:55 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/myclabs/deep-copy/1.11.0/myclabs-deep-copy-1.11.0.zip",
"reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614",
2022-12-19 17:20:04 +08:00
"shasum": ""
},
"require": {
2022-12-19 17:28:55 +08:00
"php": "^7.1 || ^8.0"
},
"conflict": {
"doctrine/collections": "<1.6.8",
"doctrine/common": "<2.13.3 || >=3,<3.2.2"
2022-12-19 17:20:04 +08:00
},
"require-dev": {
2022-12-19 17:28:55 +08:00
"doctrine/collections": "^1.6.8",
"doctrine/common": "^2.13.3 || ^3.2.2",
"phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
2022-12-19 17:20:04 +08:00
},
"type": "library",
"autoload": {
2022-12-19 17:28:55 +08:00
"files": [
"src/DeepCopy/deep_copy.php"
],
2022-12-19 17:20:04 +08:00
"psr-4": {
2022-12-19 17:28:55 +08:00
"DeepCopy\\": "src/DeepCopy/"
2022-12-19 17:20:04 +08:00
}
},
"license": [
"MIT"
],
2022-12-19 17:28:55 +08:00
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
2022-12-19 17:20:04 +08:00
],
2022-12-19 17:28:55 +08:00
"time": "2022-03-03T13:19:32+00:00"
2022-12-19 17:20:04 +08:00
},
2022-12-20 10:59:47 +08:00
{
"name": "nunomaduro/collision",
2023-01-13 20:33:21 +08:00
"version": "v6.4.0",
2022-12-20 10:59:47 +08:00
"dist": {
"type": "zip",
2023-01-13 20:33:21 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/nunomaduro/collision/v6.4.0/nunomaduro-collision-v6.4.0.zip",
"reference": "f05978827b9343cba381ca05b8c7deee346b6015",
2022-12-20 10:59:47 +08:00
"shasum": ""
},
"require": {
2023-01-13 20:33:21 +08:00
"filp/whoops": "^2.14.5",
"php": "^8.0.0",
"symfony/console": "^6.0.2"
2022-12-20 10:59:47 +08:00
},
"require-dev": {
2023-01-13 20:33:21 +08:00
"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"
2022-12-20 10:59:47 +08:00
},
"type": "library",
"extra": {
2023-01-13 20:33:21 +08:00
"branch-alias": {
"dev-develop": "6.x-dev"
},
2022-12-20 10:59:47 +08:00
"laravel": {
"providers": [
"NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"NunoMaduro\\Collision\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Nuno Maduro",
"email": "enunomaduro@gmail.com"
}
],
"description": "Cli error handling for console/command-line PHP applications.",
"keywords": [
"artisan",
"cli",
"command-line",
"console",
"error",
"handling",
"laravel",
"laravel-zero",
"php",
"symfony"
],
2023-01-13 20:33:21 +08:00
"time": "2023-01-03T12:54:54+00:00"
2022-12-20 10:59:47 +08:00
},
{
"name": "pestphp/pest",
"version": "v1.22.3",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/pestphp/pest/v1.22.3/pestphp-pest-v1.22.3.zip",
"reference": "b58a020423e9ad16c8bb8781927d516adae00da4",
"shasum": ""
},
"require": {
"nunomaduro/collision": "^5.11.0|^6.3.0",
"pestphp/pest-plugin": "^1.1.0",
"php": "^7.3 || ^8.0",
"phpunit/phpunit": "^9.5.26"
},
"require-dev": {
"illuminate/console": "^8.83.26",
"illuminate/support": "^8.83.26",
"laravel/dusk": "^6.25.2",
"pestphp/pest-dev-tools": "^1.0.0",
"pestphp/pest-plugin-parallel": "^1.2"
},
"bin": [
"bin/pest"
],
"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"
]
}
},
"autoload": {
"files": [
"src/Functions.php",
"src/Pest.php"
],
"psr-4": {
"Pest\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Nuno Maduro",
"email": "enunomaduro@gmail.com"
}
],
"description": "An elegant PHP Testing Framework.",
"keywords": [
"framework",
"pest",
"php",
"test",
"testing",
"unit"
],
"time": "2022-12-07T14:31:55+00:00"
},
{
"name": "pestphp/pest-plugin",
"version": "v1.1.0",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.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"
},
2022-12-19 17:20:04 +08:00
{
2022-12-19 17:28:55 +08:00
"name": "phar-io/manifest",
"version": "2.0.3",
2022-12-19 17:20:04 +08:00
"dist": {
"type": "zip",
2022-12-19 17:28:55 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/phar-io/manifest/2.0.3/phar-io-manifest-2.0.3.zip",
"reference": "97803eca37d319dfa7826cc2437fc020857acb53",
2022-12-19 17:20:04 +08:00
"shasum": ""
},
"require": {
2022-12-19 17:28:55 +08:00
"ext-dom": "*",
"ext-phar": "*",
"ext-xmlwriter": "*",
"phar-io/version": "^3.0.1",
"php": "^7.2 || ^8.0"
2022-12-19 17:20:04 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-12-19 17:28:55 +08:00
"dev-master": "2.0.x-dev"
2022-12-19 17:20:04 +08:00
}
},
"autoload": {
2022-12-19 17:28:55 +08:00
"classmap": [
"src/"
]
2022-12-19 17:20:04 +08:00
},
"license": [
2022-12-19 17:28:55 +08:00
"BSD-3-Clause"
2022-12-19 17:20:04 +08:00
],
"authors": [
{
2022-12-19 17:28:55 +08:00
"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"
2022-12-19 17:20:04 +08:00
}
],
2022-12-19 17:28:55 +08:00
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
"time": "2021-07-20T11:28:43+00:00"
2022-12-19 17:20:04 +08:00
},
{
2022-12-19 17:28:55 +08:00
"name": "phar-io/version",
"version": "3.2.1",
2022-12-19 17:20:04 +08:00
"dist": {
"type": "zip",
2023-01-14 01:30:23 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/phar-io/version/3.2.1/phar-io-version-3.2.1.zip",
2022-12-19 17:28:55 +08:00
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
2022-12-19 17:20:04 +08:00
"shasum": ""
},
"require": {
2022-12-19 17:28:55 +08:00
"php": "^7.2 || ^8.0"
2022-12-19 17:20:04 +08:00
},
"type": "library",
"autoload": {
2022-12-19 17:28:55 +08:00
"classmap": [
"src/"
]
2022-12-19 17:20:04 +08:00
},
"license": [
2022-12-19 17:28:55 +08:00
"BSD-3-Clause"
2022-12-19 17:20:04 +08:00
],
"authors": [
{
2022-12-19 17:28:55 +08:00
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
2022-12-19 17:20:04 +08:00
},
{
2022-12-19 17:28:55 +08:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
2022-12-19 17:20:04 +08:00
}
],
2022-12-19 17:28:55 +08:00
"description": "Library for handling version information and constraints",
"time": "2022-02-21T01:04:05+00:00"
2022-12-19 17:20:04 +08:00
},
2023-01-09 15:53:22 +08:00
{
"name": "phpstan/phpstan",
2023-01-13 18:13:55 +08:00
"version": "1.9.11",
2023-01-09 15:53:22 +08:00
"dist": {
"type": "zip",
2023-01-14 01:30:23 +08:00
"url": "https://mirrors.tencent.com/repository/composer/phpstan/phpstan/1.9.11/phpstan-phpstan-1.9.11.zip",
2023-01-13 18:13:55 +08:00
"reference": "60f3d68481eef216199eae7a2603cd5fe124d464",
2023-01-09 15:53:22 +08:00
"shasum": ""
},
"require": {
"php": "^7.2|^8.0"
},
"conflict": {
"phpstan/phpstan-shim": "*"
},
"bin": [
"phpstan",
"phpstan.phar"
],
"type": "library",
"autoload": {
"files": [
"bootstrap.php"
]
},
"license": [
"MIT"
],
"description": "PHPStan - PHP Static Analysis Tool",
"keywords": [
"dev",
"static analysis"
],
2023-01-13 18:13:55 +08:00
"time": "2023-01-12T14:04:13+00:00"
2023-01-09 15:53:22 +08:00
},
2022-12-19 17:20:04 +08:00
{
"name": "phpunit/php-code-coverage",
2023-01-13 18:13:55 +08:00
"version": "9.2.23",
2022-12-19 17:20:04 +08:00
"dist": {
"type": "zip",
2023-01-13 18:13:55 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/phpunit/php-code-coverage/9.2.23/phpunit-php-code-coverage-9.2.23.zip",
"reference": "9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c",
2022-12-19 17:20:04 +08:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"ext-xmlwriter": "*",
2022-12-19 17:28:55 +08:00
"nikic/php-parser": "^4.14",
2022-12-19 17:20:04 +08:00
"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": "*",
"ext-xdebug": "*"
},
"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-01-13 18:13:55 +08:00
"time": "2022-12-28T12:41:10+00:00"
2022-12-19 17:20:04 +08:00
},
{
"name": "phpunit/php-file-iterator",
2022-12-19 17:28:55 +08:00
"version": "3.0.6",
2022-12-19 17:20:04 +08:00
"dist": {
"type": "zip",
2022-12-19 17:28:55 +08:00
"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",
2022-12-19 17:20:04 +08:00
"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"
],
2022-12-19 17:28:55 +08:00
"time": "2021-12-02T12:48:52+00:00"
2022-12-19 17:20:04 +08:00
},
{
"name": "phpunit/php-invoker",
"version": "3.1.1",
"dist": {
"type": "zip",
2022-12-19 17:28:55 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/phpunit/php-invoker/3.1.1/phpunit-php-invoker-3.1.1.zip",
2022-12-19 17:20:04 +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-01-14 01:30:23 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/phpunit/php-text-template/2.0.4/phpunit-php-text-template-2.0.4.zip",
2022-12-19 17:20:04 +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-01-14 01:30:23 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/phpunit/php-timer/5.0.3/phpunit-php-timer-5.0.3.zip",
2022-12-19 17:20:04 +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",
2022-12-19 17:28:55 +08:00
"version": "9.5.27",
2022-12-19 17:20:04 +08:00
"dist": {
"type": "zip",
2023-01-14 01:30:23 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/phpunit/phpunit/9.5.27/phpunit-phpunit-9.5.27.zip",
2022-12-19 17:28:55 +08:00
"reference": "a2bc7ffdca99f92d959b3f2270529334030bba38",
2022-12-19 17:20:04 +08:00
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.3.1",
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"ext-xmlwriter": "*",
"myclabs/deep-copy": "^1.10.1",
2022-12-19 17:28:55 +08:00
"phar-io/manifest": "^2.0.3",
2022-12-19 17:20:04 +08:00
"phar-io/version": "^3.0.2",
"php": ">=7.3",
2022-12-19 17:28:55 +08:00
"phpunit/php-code-coverage": "^9.2.13",
2022-12-19 17:20:04 +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",
2022-12-19 17:28:55 +08:00
"sebastian/comparator": "^4.0.8",
2022-12-19 17:20:04 +08:00
"sebastian/diff": "^4.0.3",
"sebastian/environment": "^5.1.3",
2022-12-19 17:28:55 +08:00
"sebastian/exporter": "^4.0.5",
2022-12-19 17:20:04 +08:00
"sebastian/global-state": "^5.0.1",
"sebastian/object-enumerator": "^4.0.3",
"sebastian/resource-operations": "^3.0.3",
2022-12-19 17:28:55 +08:00
"sebastian/type": "^3.2",
2022-12-19 17:20:04 +08:00
"sebastian/version": "^3.0.2"
},
"suggest": {
"ext-soap": "*",
"ext-xdebug": "*"
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "9.5-dev"
}
},
"autoload": {
"files": [
"src/Framework/Assert/Functions.php"
2022-12-19 17:28:55 +08:00
],
"classmap": [
"src/"
2022-12-19 17:20:04 +08:00
]
},
"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"
],
2022-12-19 17:28:55 +08:00
"time": "2022-12-09T07:31:23+00:00"
},
2023-01-13 20:33:21 +08:00
{
"name": "psr/cache",
"version": "3.0.0",
"dist": {
"type": "zip",
2023-01-14 01:30:23 +08:00
"url": "https://mirrors.tencent.com/repository/composer/psr/cache/3.0.0/psr-cache-3.0.0.zip",
2023-01-13 20:33:21 +08:00
"reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
"shasum": ""
},
"require": {
"php": ">=8.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Cache\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for caching libraries",
"keywords": [
"cache",
"psr",
"psr-6"
],
"time": "2021-02-03T23:26:27+00:00"
},
2022-12-19 17:28:55 +08:00
{
"name": "psr/http-client",
"version": "1.0.1",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/psr/http-client/1.0.1/psr-http-client-1.0.1.zip",
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0",
"psr/http-message": "^1.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": "http://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": "2020-06-29T06:28:15+00:00"
},
{
"name": "psr/http-factory",
"version": "1.0.1",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/psr/http-factory/1.0.1/psr-http-factory-1.0.1.zip",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"shasum": ""
},
"require": {
"php": ">=7.0.0",
"psr/http-message": "^1.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": "http://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": "2019-04-30T12:38:16+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": "roave/security-advisories",
"version": "dev-latest",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/roave/security-advisories/dev-latest/roave-security-advisories-dev-latest.zip",
2023-01-13 18:13:55 +08:00
"reference": "322e240179e5eb85d7da1073decf04d495479e22",
2022-12-19 17:28:55 +08:00
"shasum": ""
2022-12-19 17:20:04 +08:00
},
2022-12-19 17:28:55 +08:00
"conflict": {
"3f/pygmentize": "<1.2",
"admidio/admidio": "<4.1.9",
"adodb/adodb-php": "<=5.20.20|>=5.21,<=5.21.3",
"aheinze/cockpit": "<=2.2.1",
"akaunting/akaunting": "<2.1.13",
"akeneo/pim-community-dev": "<5.0.119|>=6,<6.0.53",
"alextselegidis/easyappointments": "<=1.4.3",
"alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
"amazing/media2click": ">=1,<1.3.3",
"amphp/artax": "<1.0.6|>=2,<2.0.6",
"amphp/http": "<1.0.1",
"amphp/http-client": ">=4,<4.4",
"anchorcms/anchor-cms": "<=0.12.7",
"andreapollastri/cipi": "<=3.1.15",
"apereo/phpcas": "<1.6",
"api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6",
"appwrite/server-ce": "<0.11.1|>=0.12,<0.12.2",
2023-01-13 18:13:55 +08:00
"arc/web": "<3",
2022-12-19 17:28:55 +08:00
"area17/twill": "<1.2.5|>=2,<2.5.3",
"asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
"awesome-support/awesome-support": "<=6.0.7",
"aws/aws-sdk-php": ">=3,<3.2.1",
"backdrop/backdrop": "<=1.23",
"badaso/core": "<2.7",
"bagisto/bagisto": "<0.1.5",
"barrelstrength/sprout-base-email": "<1.2.7",
"barrelstrength/sprout-forms": "<3.9",
"barryvdh/laravel-translation-manager": "<0.6.2",
"baserproject/basercms": "<4.7.2",
"billz/raspap-webgui": "<=2.6.6",
"bk2k/bootstrap-package": ">=7.1,<7.1.2|>=8,<8.0.8|>=9,<9.0.4|>=9.1,<9.1.3|>=10,<10.0.10|>=11,<11.0.3",
"bmarshall511/wordpress_zero_spam": "<5.2.13",
"bolt/bolt": "<3.7.2",
"bolt/core": "<=4.2",
"bottelet/flarepoint": "<2.2.1",
"brightlocal/phpwhois": "<=4.2.5",
"brotkrueml/codehighlight": "<2.7",
"brotkrueml/schema": "<1.13.1|>=2,<2.5.1",
"brotkrueml/typo3-matomo-integration": "<1.3.2",
"buddypress/buddypress": "<7.2.1",
"bugsnag/bugsnag-laravel": ">=2,<2.0.2",
"bytefury/crater": "<6.0.2",
"cachethq/cachet": "<2.5.1",
"cakephp/cakephp": "<3.10.3|>=4,<4.0.6",
"cardgate/magento2": "<2.0.33",
"cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
"cartalyst/sentry": "<=2.1.6",
"catfan/medoo": "<1.7.5",
"centreon/centreon": "<22.10-beta.1",
"cesnet/simplesamlphp-module-proxystatistics": "<3.1",
"codeception/codeception": "<3.1.3|>=4,<4.1.22",
"codeigniter/framework": "<=3.0.6",
2023-01-09 15:53:22 +08:00
"codeigniter4/framework": "<4.2.11",
2022-12-19 17:28:55 +08:00
"codeigniter4/shield": "= 1.0.0-beta",
"codiad/codiad": "<=2.8.4",
"composer/composer": "<1.10.26|>=2-alpha.1,<2.2.12|>=2.3,<2.3.5",
"concrete5/concrete5": "<=9.1.3|>= 9.0.0RC1, < 9.1.3",
"concrete5/core": "<8.5.8|>=9,<9.1",
"contao-components/mediaelement": ">=2.14.2,<2.21.1",
"contao/contao": ">=4,<4.4.56|>=4.5,<4.9.18|>=4.10,<4.11.7|>=4.13,<4.13.3",
"contao/core": ">=2,<3.5.39",
"contao/core-bundle": "<4.9.18|>=4.10,<4.11.7|>=4.13,<4.13.3|= 4.10.0",
"contao/listing-bundle": ">=4,<4.4.8",
"contao/managed-edition": "<=1.5",
"craftcms/cms": "<3.7.55.2|>= 4.0.0-RC1, < 4.2.1",
"croogo/croogo": "<3.0.7",
"cuyz/valinor": "<0.12",
"czproject/git-php": "<4.0.3",
"darylldoyle/safe-svg": "<1.9.10",
"datadog/dd-trace": ">=0.30,<0.30.2",
"david-garcia/phpwhois": "<=4.3.1",
2023-01-13 18:13:55 +08:00
"dbrisinajumi/d2files": "<1",
2022-12-19 17:28:55 +08:00
"derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1",
"directmailteam/direct-mail": "<5.2.4",
"doctrine/annotations": ">=1,<1.2.7",
"doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
"doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
"doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2|>=3,<3.1.4",
"doctrine/doctrine-bundle": "<1.5.2",
"doctrine/doctrine-module": "<=0.7.1",
"doctrine/mongodb-odm": ">=1,<1.0.2",
"doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
"doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1|>=2.8.3,<2.8.4",
"dolibarr/dolibarr": "<16|>=16.0.1,<16.0.3|= 12.0.5|>= 3.3.beta1, < 13.0.2",
"dompdf/dompdf": "<2.0.1",
"drupal/core": ">=7,<7.91|>=8,<9.3.19|>=9.4,<9.4.3",
"drupal/drupal": ">=7,<7.80|>=8,<8.9.16|>=9,<9.1.12|>=9.2,<9.2.4",
"dweeves/magmi": "<=0.7.24",
"ecodev/newsletter": "<=4",
"ectouch/ectouch": "<=2.7.2",
"elefant/cms": "<1.3.13",
"elgg/elgg": "<3.3.24|>=4,<4.0.5",
"endroid/qr-code-bundle": "<3.4.2",
"enshrined/svg-sanitize": "<0.15",
"erusev/parsedown": "<1.7.2",
"ether/logs": "<3.0.4",
"exceedone/exment": "<4.4.3|>=5,<5.0.3",
"exceedone/laravel-admin": "= 3.0.0|<2.2.3",
"ezsystems/demobundle": ">=5.4,<5.4.6.1",
"ezsystems/ez-support-tools": ">=2.2,<2.2.3",
"ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1",
"ezsystems/ezfind-ls": ">=5.3,<5.3.6.1|>=5.4,<5.4.11.1|>=2017.12,<2017.12.0.1",
"ezsystems/ezplatform": "<=1.13.6|>=2,<=2.5.24",
"ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6|>=1.5,<1.5.29|>=2.3,<2.3.26",
"ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1",
"ezsystems/ezplatform-graphql": ">=1-rc.1,<1.0.13|>=2-beta.1,<2.3.12",
"ezsystems/ezplatform-kernel": "<=1.2.5|>=1.3,<1.3.26",
"ezsystems/ezplatform-rest": ">=1.2,<=1.2.2|>=1.3,<1.3.8",
"ezsystems/ezplatform-richtext": ">=2.3,<=2.3.7",
"ezsystems/ezplatform-user": ">=1,<1.0.1",
"ezsystems/ezpublish-kernel": "<=6.13.8.1|>=7,<7.5.30",
"ezsystems/ezpublish-legacy": "<=2017.12.7.3|>=2018.6,<=2019.3.5.1",
"ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3",
"ezsystems/repository-forms": ">=2.3,<2.3.2.1|>=2.5,<2.5.15",
"ezyang/htmlpurifier": "<4.1.1",
"facade/ignition": "<1.16.15|>=2,<2.4.2|>=2.5,<2.5.2",
"facturascripts/facturascripts": "<=2022.8",
"feehi/cms": "<=2.1.1",
"feehi/feehicms": "<=2.1.1",
"fenom/fenom": "<=2.12.1",
"filegator/filegator": "<7.8",
"firebase/php-jwt": "<2",
2023-01-13 18:13:55 +08:00
"flarum/core": "<1.6.3",
"flarum/mentions": "<1.6.3",
2022-12-19 17:28:55 +08:00
"flarum/sticky": ">=0.1-beta.14,<=0.1-beta.15",
"flarum/tags": "<=0.1-beta.13",
"fluidtypo3/vhs": "<5.1.1",
"fof/byobu": ">=0.3-beta.2,<1.1.7",
"fof/upload": "<1.2.3",
"fooman/tcpdf": "<6.2.22",
"forkcms/forkcms": "<5.11.1",
"fossar/tcpdf-parser": "<6.2.22",
"francoisjacquet/rosariosis": "<10.1",
"friendsofsymfony/oauth2-php": "<1.3",
"friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
"friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
"friendsoftypo3/mediace": ">=7.6.2,<7.6.5",
"froala/wysiwyg-editor": "<3.2.7",
2023-01-09 15:53:22 +08:00
"froxlor/froxlor": "<0.10.39|>=2-beta.0,<2-beta.1",
2022-12-19 17:28:55 +08:00
"fuel/core": "<1.8.1",
"gaoming13/wechat-php-sdk": "<=1.10.2",
"genix/cms": "<=1.1.11",
"getgrav/grav": "<1.7.34",
"getkirby/cms": "= 3.8.0|<3.5.8.2|>=3.6,<3.6.6.2|>=3.7,<3.7.5.1",
"getkirby/panel": "<2.5.14",
"getkirby/starterkit": "<=3.7.0.2",
"gilacms/gila": "<=1.11.4",
"globalpayments/php-sdk": "<2",
"google/protobuf": "<3.15",
"gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3",
"gree/jose": "<=2.2",
"gregwar/rst": "<1.0.3",
"grumpydictator/firefly-iii": "<5.6.5",
"guzzlehttp/guzzle": "<6.5.8|>=7,<7.4.5",
"guzzlehttp/psr7": "<1.8.4|>=2,<2.1.1",
2023-01-13 18:13:55 +08:00
"harvesthq/chosen": "<1.8.7",
2022-12-19 17:28:55 +08:00
"helloxz/imgurl": "= 2.31|<=2.31",
"hillelcoren/invoice-ninja": "<5.3.35",
2023-01-13 18:13:55 +08:00
"himiklab/yii2-jqgrid-widget": "<1.0.8",
2022-12-19 17:28:55 +08:00
"hjue/justwriting": "<=1",
"hov/jobfair": "<1.0.13|>=2,<2.0.2",
"hyn/multi-tenant": ">=5.6,<5.7.2",
"ibexa/admin-ui": ">=4.2,<4.2.3",
"ibexa/core": ">=4,<4.0.7|>=4.1,<4.1.4|>=4.2,<4.2.3",
"ibexa/graphql": ">=2.5,<2.5.31|>=3.3,<3.3.28|>=4.2,<4.2.3",
"ibexa/post-install": "<=1.0.4",
"icecoder/icecoder": "<=8.1",
"idno/known": "<=1.3.1",
"illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10",
"illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.99999|>=4.2,<=4.2.99999|>=5,<=5.0.99999|>=5.1,<=5.1.99999|>=5.2,<=5.2.99999|>=5.3,<=5.3.99999|>=5.4,<=5.4.99999|>=5.5,<=5.5.49|>=5.6,<=5.6.99999|>=5.7,<=5.7.99999|>=5.8,<=5.8.99999|>=6,<6.18.31|>=7,<7.22.4",
"illuminate/database": "<6.20.26|>=7,<7.30.5|>=8,<8.40",
"illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15",
"illuminate/view": "<6.20.42|>=7,<7.30.6|>=8,<8.75",
"impresscms/impresscms": "<=1.4.3",
"in2code/femanager": "<5.5.2|>=6,<6.3.3|>=7,<7.0.1",
"in2code/lux": "<17.6.1|>=18,<24.0.2",
2023-01-13 18:13:55 +08:00
"innologi/typo3-appointments": "<2.0.6",
2022-12-19 17:28:55 +08:00
"intelliants/subrion": "<=4.2.1",
"islandora/islandora": ">=2,<2.4.1",
"ivankristianto/phpwhois": "<=4.3",
"jackalope/jackalope-doctrine-dbal": "<1.7.4",
"james-heinrich/getid3": "<1.9.21",
"jasig/phpcas": "<1.3.3",
"joomla/archive": "<1.1.12|>=2,<2.0.1",
"joomla/filesystem": "<1.6.2|>=2,<2.0.1",
"joomla/filter": "<1.4.4|>=2,<2.0.1",
"joomla/input": ">=2,<2.0.2",
"joomla/session": "<1.3.1",
"joyqi/hyper-down": "<=2.4.27",
"jsdecena/laracom": "<2.0.9",
"jsmitty12/phpwhois": "<5.1",
"kazist/phpwhois": "<=4.2.6",
2023-01-13 18:13:55 +08:00
"kelvinmo/simplexrd": "<3.1.1",
2022-12-19 17:28:55 +08:00
"kevinpapst/kimai2": "<1.16.7",
"kitodo/presentation": "<3.1.2",
"klaviyo/magento2-extension": ">=1,<3",
"krayin/laravel-crm": "<1.2.2",
"kreait/firebase-php": ">=3.2,<3.8.1",
"la-haute-societe/tcpdf": "<6.2.22",
"laminas/laminas-diactoros": "<2.11.1",
"laminas/laminas-form": "<2.17.1|>=3,<3.0.2|>=3.1,<3.1.1",
"laminas/laminas-http": "<2.14.2",
"laravel/fortify": "<1.11.1",
"laravel/framework": "<6.20.42|>=7,<7.30.6|>=8,<8.75",
"laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
"latte/latte": "<2.10.8",
"lavalite/cms": "<=5.8",
"lcobucci/jwt": ">=3.4,<3.4.6|>=4,<4.0.4|>=4.1,<4.1.5",
"league/commonmark": "<0.18.3",
"league/flysystem": "<1.1.4|>=2,<2.1.1",
"lexik/jwt-authentication-bundle": "<2.10.7|>=2.11,<2.11.3",
"librenms/librenms": "<22.10",
"limesurvey/limesurvey": "<3.27.19",
"livehelperchat/livehelperchat": "<=3.91",
"livewire/livewire": ">2.2.4,<2.2.6",
"lms/routes": "<2.1.1",
"localizationteam/l10nmgr": "<7.4|>=8,<8.7|>=9,<9.2",
"luyadev/yii-helpers": "<1.2.1",
"magento/community-edition": ">=2,<2.2.10|>=2.3,<2.3.3",
"magento/magento1ce": "<1.9.4.3",
"magento/magento1ee": ">=1,<1.14.4.3",
"magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2-p.2",
"marcwillmann/turn": "<0.3.3",
"matyhtf/framework": "<3.0.6",
"mautic/core": "<4.3|= 2.13.1",
"mediawiki/core": ">=1.27,<1.27.6|>=1.29,<1.29.3|>=1.30,<1.30.2|>=1.31,<1.31.9|>=1.32,<1.32.6|>=1.32.99,<1.33.3|>=1.33.99,<1.34.3|>=1.34.99,<1.35",
"melisplatform/melis-asset-manager": "<5.0.1",
"melisplatform/melis-cms": "<5.0.1",
"melisplatform/melis-front": "<5.0.1",
"mezzio/mezzio-swoole": "<3.7|>=4,<4.3",
2023-01-09 15:53:22 +08:00
"mgallegos/laravel-jqgrid": "<=1.3",
2022-12-19 17:28:55 +08:00
"microweber/microweber": "<=1.3.1",
"miniorange/miniorange-saml": "<1.4.3",
"mittwald/typo3_forum": "<1.2.1",
"modx/revolution": "<= 2.8.3-pl|<2.8",
"mojo42/jirafeau": "<4.4",
"monolog/monolog": ">=1.8,<1.12",
"moodle/moodle": "<4.0.5",
"mustache/mustache": ">=2,<2.14.1",
"namshi/jose": "<2.2",
"neoan3-apps/template": "<1.1.1",
"neorazorx/facturascripts": "<2022.4",
"neos/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6",
"neos/form": ">=1.2,<4.3.3|>=5,<5.0.9|>=5.1,<5.1.3",
"neos/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.9.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<5.3.10|>=7,<7.0.9|>=7.1,<7.1.7|>=7.2,<7.2.6|>=7.3,<7.3.4|>=8,<8.0.2",
"neos/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5",
"netgen/tagsbundle": ">=3.4,<3.4.11|>=4,<4.0.15",
"nette/application": ">=2,<2.0.19|>=2.1,<2.1.13|>=2.2,<2.2.10|>=2.3,<2.3.14|>=2.4,<2.4.16|>=3,<3.0.6",
"nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13",
"nilsteampassnet/teampass": "<=2.1.27.36",
"notrinos/notrinos-erp": "<=0.7",
"noumo/easyii": "<=0.9",
"nukeviet/nukeviet": "<4.5.2",
"nystudio107/craft-seomatic": "<3.4.12",
"nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1",
"october/backend": "<1.1.2",
"october/cms": "= 1.1.1|= 1.0.471|= 1.0.469|>=1.0.319,<1.0.469",
"october/october": ">=1.0.319,<1.0.466|>=2.1,<2.1.12",
"october/rain": "<1.0.472|>=1.1,<1.1.2",
"october/system": "<1.0.476|>=1.1,<1.1.12|>=2,<2.2.34|>=3,<3.0.66",
"onelogin/php-saml": "<2.10.4",
"oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5",
"open-web-analytics/open-web-analytics": "<1.7.4",
"opencart/opencart": "<=3.0.3.7",
"openid/php-openid": "<2.3",
"openmage/magento-lts": "<19.4.15|>=20,<20.0.13",
"orchid/platform": ">=9,<9.4.4",
"oro/commerce": ">=4.1,<5.0.6",
"oro/crm": ">=1.7,<1.7.4|>=3.1,<4.1.17|>=4.2,<4.2.7",
"oro/platform": ">=1.7,<1.7.4|>=3.1,<3.1.29|>=4.1,<4.1.17|>=4.2,<4.2.8",
"packbackbooks/lti-1-3-php-library": "<5",
"padraic/humbug_get_contents": "<1.1.2",
"pagarme/pagarme-php": ">=0,<3",
"pagekit/pagekit": "<=1.0.18",
"paragonie/random_compat": "<2",
"passbolt/passbolt_api": "<2.11",
"paypal/merchant-sdk-php": "<3.12",
"pear/archive_tar": "<1.4.14",
"pear/crypt_gpg": "<1.6.7",
"pegasus/google-for-jobs": "<1.5.1|>=2,<2.1.1",
"personnummer/personnummer": "<3.0.2",
"phanan/koel": "<5.1.4",
2023-01-13 18:13:55 +08:00
"php-mod/curl": "<2.3.2",
2022-12-19 17:28:55 +08:00
"phpfastcache/phpfastcache": "<6.1.5|>=7,<7.1.2|>=8,<8.0.7",
"phpmailer/phpmailer": "<6.5",
"phpmussel/phpmussel": ">=1,<1.6",
"phpmyadmin/phpmyadmin": "<5.1.3",
"phpmyfaq/phpmyfaq": "<=3.1.7",
"phpoffice/phpexcel": "<1.8",
"phpoffice/phpspreadsheet": "<1.16",
"phpseclib/phpseclib": "<2.0.31|>=3,<3.0.7",
"phpservermon/phpservermon": "<=3.5.2",
"phpunit/phpunit": ">=4.8.19,<4.8.28|>=5,<5.6.3",
"phpwhois/phpwhois": "<=4.2.5",
"phpxmlrpc/extras": "<0.6.1",
2023-01-13 18:13:55 +08:00
"phpxmlrpc/phpxmlrpc": "<4.9.2",
2022-12-19 17:28:55 +08:00
"pimcore/data-hub": "<1.2.4",
"pimcore/pimcore": "<10.5.9",
"pocketmine/bedrock-protocol": "<8.0.2",
2023-01-13 18:13:55 +08:00
"pocketmine/pocketmine-mp": "<4.12.5|>= 4.0.0-BETA5, < 4.4.2",
2022-12-19 17:28:55 +08:00
"pressbooks/pressbooks": "<5.18",
"prestashop/autoupgrade": ">=4,<4.10.1",
"prestashop/blockwishlist": ">=2,<2.1.1",
"prestashop/contactform": ">=1.0.1,<4.3",
"prestashop/gamification": "<2.3.2",
"prestashop/prestashop": "<1.7.8.8",
"prestashop/productcomments": "<5.0.2",
"prestashop/ps_emailsubscription": "<2.6.1",
"prestashop/ps_facetedsearch": "<3.4.1",
"prestashop/ps_linklist": "<3.1",
"privatebin/privatebin": "<1.4",
"processwire/processwire": "<=3.0.200",
"propel/propel": ">=2-alpha.1,<=2-alpha.7",
"propel/propel1": ">=1,<=1.7.1",
"pterodactyl/panel": "<1.7",
"ptrofimov/beanstalk_console": "<1.7.14",
"pusher/pusher-php-server": "<2.2.1",
"pwweb/laravel-core": "<=0.3.6-beta",
"pyrocms/pyrocms": "<=3.9.1",
"rainlab/debugbar-plugin": "<3.1",
"rankmath/seo-by-rank-math": "<=1.0.95",
"react/http": ">=0.7,<1.7",
"remdex/livehelperchat": "<3.99",
"rmccue/requests": ">=1.6,<1.8",
"robrichards/xmlseclibs": "<3.0.4",
"roots/soil": "<4.1",
"rudloff/alltube": "<3.0.3",
"s-cart/core": "<6.9",
"s-cart/s-cart": "<6.9",
"sabberworm/php-css-parser": ">=1,<1.0.1|>=2,<2.0.1|>=3,<3.0.1|>=4,<4.0.1|>=5,<5.0.9|>=5.1,<5.1.3|>=5.2,<5.2.1|>=6,<6.0.2|>=7,<7.0.4|>=8,<8.0.1|>=8.1,<8.1.1|>=8.2,<8.2.1|>=8.3,<8.3.1",
"sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
"scheb/two-factor-bundle": ">=0,<3.26|>=4,<4.11",
"sensiolabs/connect": "<4.2.3",
"serluck/phpwhois": "<=4.2.6",
"shopware/core": "<=6.4.9",
"shopware/platform": "<=6.4.9",
"shopware/production": "<=6.3.5.2",
"shopware/shopware": "<=5.7.14",
"shopware/storefront": "<=6.4.8.1",
"shopxo/shopxo": "<2.2.6",
"showdoc/showdoc": "<2.10.4",
"silverstripe/admin": ">=1,<1.11.3",
"silverstripe/assets": ">=1,<1.11.1",
"silverstripe/cms": "<4.11.3",
"silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1",
"silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
"silverstripe/framework": "<4.11.14",
"silverstripe/graphql": "<3.5.2|>=4-alpha.1,<4-alpha.2|= 4.0.0-alpha1",
"silverstripe/hybridsessions": ">=1,<2.4.1|>=2.5,<2.5.1",
"silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1",
"silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4",
"silverstripe/silverstripe-omnipay": "<2.5.2|>=3,<3.0.2|>=3.1,<3.1.4|>=3.2,<3.2.1",
"silverstripe/subsites": ">=2,<2.6.1",
"silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1",
"silverstripe/userforms": "<3",
"silverstripe/versioned-admin": ">=1,<1.11.1",
"simple-updates/phpwhois": "<=1",
"simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4",
"simplesamlphp/simplesamlphp": "<1.18.6",
"simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
2023-01-13 18:13:55 +08:00
"simplesamlphp/simplesamlphp-module-openid": "<1",
2022-12-19 17:28:55 +08:00
"simplito/elliptic-php": "<1.0.6",
"slim/slim": "<2.6",
"smarty/smarty": "<3.1.47|>=4,<4.2.1",
2023-01-09 15:53:22 +08:00
"snipe/snipe-it": "<=6.0.14|>= 6.0.0-RC-1, <= 6.0.0-RC-5",
2022-12-19 17:28:55 +08:00
"socalnick/scn-social-auth": "<1.15.2",
"socialiteproviders/steam": "<1.1",
"spatie/browsershot": "<3.57.4",
"spipu/html2pdf": "<5.2.4",
"spoonity/tcpdf": "<6.2.22",
"squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
"ssddanbrown/bookstack": "<22.2.3",
"statamic/cms": "<3.2.39|>=3.3,<3.3.2",
"stormpath/sdk": ">=0,<9.9.99",
"studio-42/elfinder": "<2.1.59",
"subrion/cms": "<=4.2.1",
2023-01-13 18:13:55 +08:00
"sukohi/surpass": "<1",
2022-12-19 17:28:55 +08:00
"sulu/sulu": "= 2.4.0-RC1|<1.6.44|>=2,<2.2.18|>=2.3,<2.3.8",
2023-01-13 18:13:55 +08:00
"sumocoders/framework-user-bundle": "<1.4",
2022-12-19 17:28:55 +08:00
"swiftmailer/swiftmailer": ">=4,<5.4.5",
"sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
"sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
"sylius/grid-bundle": "<1.10.1",
"sylius/paypal-plugin": ">=1,<1.2.4|>=1.3,<1.3.1",
"sylius/resource-bundle": "<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4",
"sylius/sylius": "<1.9.10|>=1.10,<1.10.11|>=1.11,<1.11.2",
"symbiote/silverstripe-multivaluefield": ">=3,<3.0.99",
"symbiote/silverstripe-queuedjobs": ">=3,<3.0.2|>=3.1,<3.1.4|>=4,<4.0.7|>=4.1,<4.1.2|>=4.2,<4.2.4|>=4.3,<4.3.3|>=4.4,<4.4.3|>=4.5,<4.5.1|>=4.6,<4.6.4",
2023-01-13 18:13:55 +08:00
"symbiote/silverstripe-seed": "<6.0.3",
2022-12-19 17:28:55 +08:00
"symbiote/silverstripe-versionedfiles": "<=2.0.3",
"symfont/process": ">=0,<4",
"symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
"symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
"symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4",
"symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1",
"symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7|>=5.3.14,<=5.3.14|>=5.4.3,<=5.4.3|>=6.0.3,<=6.0.3|= 6.0.3|= 5.4.3|= 5.3.14",
"symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7",
"symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.4.13|>=5,<5.1.5|>=5.2,<5.3.12",
"symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
"symfony/maker-bundle": ">=1.27,<1.29.2|>=1.30,<1.31.1",
"symfony/mime": ">=4.3,<4.3.8",
"symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
"symfony/polyfill": ">=1,<1.10",
"symfony/polyfill-php55": ">=1,<1.10",
"symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
"symfony/routing": ">=2,<2.0.19",
"symfony/security": ">=2,<2.7.51|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.8",
"symfony/security-bundle": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11|>=5.3,<5.3.12",
"symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.9",
"symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
"symfony/security-guard": ">=2.8,<3.4.48|>=4,<4.4.23|>=5,<5.2.8",
"symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7|>=5.1,<5.2.8|>=5.3,<5.3.2",
"symfony/serializer": ">=2,<2.0.11|>=4.1,<4.4.35|>=5,<5.3.12",
"symfony/symfony": ">=2,<3.4.49|>=4,<4.4.35|>=5,<5.3.12|>=5.3.14,<=5.3.14|>=5.4.3,<=5.4.3|>=6.0.3,<=6.0.3",
"symfony/translation": ">=2,<2.0.17",
"symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
"symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8",
"symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
"symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
"t3/dce": ">=2.2,<2.6.2",
"t3g/svg-sanitizer": "<1.0.3",
"tastyigniter/tastyigniter": "<3.3",
"tecnickcom/tcpdf": "<6.2.22",
"terminal42/contao-tablelookupwizard": "<3.3.5",
"thelia/backoffice-default-template": ">=2.1,<2.1.2",
"thelia/thelia": ">=2.1-beta.1,<2.1.3",
"theonedemon/phpwhois": "<=4.2.5",
"thinkcmf/thinkcmf": "<=5.1.7",
"thorsten/phpmyfaq": "<3.1.9",
"tinymce/tinymce": "<5.10.7|>=6,<6.3.1",
"titon/framework": ">=0,<9.9.99",
"tobiasbg/tablepress": "<= 2.0-RC1",
2023-01-09 15:53:22 +08:00
"topthink/framework": "<6.0.14",
2022-12-19 17:28:55 +08:00
"topthink/think": "<=6.0.9",
"topthink/thinkphp": "<=3.2.3",
"tribalsystems/zenario": "<=9.3.57595",
"truckersmp/phpwhois": "<=4.3.1",
2023-01-13 18:13:55 +08:00
"ttskch/pagination-service-provider": "<1",
2022-12-19 17:28:55 +08:00
"twig/twig": "<1.44.7|>=2,<2.15.3|>=3,<3.4.3",
2023-01-09 15:53:22 +08:00
"typo3/cms": "<2.0.5|>=3,<3.0.3|>=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.38|>=9,<9.5.29|>=10,<10.4.33|>=11,<11.5.20|>=12,<12.1.1",
2022-12-19 17:28:55 +08:00
"typo3/cms-backend": ">=7,<=7.6.50|>=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1",
"typo3/cms-core": "<8.7.49|>=9,<9.5.38|>=10,<10.4.33|>=11,<11.5.20|>=12,<12.1.1",
"typo3/cms-form": ">=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1",
"typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6",
"typo3/html-sanitizer": ">=1,<1.5|>=2,<2.1.1",
"typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.3.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<3.3.23|>=4,<4.0.17|>=4.1,<4.1.16|>=4.2,<4.2.12|>=4.3,<4.3.3",
"typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1",
"typo3/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5",
"typo3fluid/fluid": ">=2,<2.0.8|>=2.1,<2.1.7|>=2.2,<2.2.4|>=2.3,<2.3.7|>=2.4,<2.4.4|>=2.5,<2.5.11|>=2.6,<2.6.10",
"ua-parser/uap-php": "<3.8",
"unisharp/laravel-filemanager": "<=2.5.1",
"userfrosting/userfrosting": ">=0.3.1,<4.6.3",
"usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2",
"vanilla/safecurl": "<0.9.2",
"verot/class.upload.php": "<=1.0.3|>=2,<=2.0.4",
2023-01-13 18:13:55 +08:00
"vova07/yii2-fileapi-widget": "<0.1.9",
2022-12-19 17:28:55 +08:00
"vrana/adminer": "<4.8.1",
"wallabag/tcpdf": "<6.2.22",
"wanglelecc/laracms": "<=1.0.3",
"web-auth/webauthn-framework": ">=3.3,<3.3.4",
"webcoast/deferred-image-processing": "<1.0.2",
2023-01-13 18:13:55 +08:00
"webpa/webpa": "<3.1.2",
2022-12-19 17:28:55 +08:00
"wikimedia/parsoid": "<0.12.2",
"willdurand/js-translation-bundle": "<2.1.1",
"wintercms/winter": "<1.0.475|>=1.1,<1.1.10|>=1.2,<1.2.1",
"woocommerce/woocommerce": "<6.6",
"wp-cli/wp-cli": "<2.5",
"wp-graphql/wp-graphql": "<0.3.5",
"wpanel/wpanel4-cms": "<=4.3.1",
"wwbn/avideo": "<=11.6",
2023-01-13 18:13:55 +08:00
"xataface/xataface": "<3",
2022-12-19 17:28:55 +08:00
"yeswiki/yeswiki": "<4.1",
"yetiforce/yetiforce-crm": "<=6.4",
"yidashi/yii2cmf": "<=2",
"yii2mod/yii2-cms": "<1.9.2",
"yiisoft/yii": "<1.1.27",
"yiisoft/yii2": "<2.0.38",
"yiisoft/yii2-bootstrap": "<2.0.4",
"yiisoft/yii2-dev": "<2.0.43",
"yiisoft/yii2-elasticsearch": "<2.0.5",
2023-01-09 15:53:22 +08:00
"yiisoft/yii2-gii": "<=2.2.4",
2022-12-19 17:28:55 +08:00
"yiisoft/yii2-jui": "<2.0.4",
"yiisoft/yii2-redis": "<2.0.8",
"yikesinc/yikes-inc-easy-mailchimp-extender": "<6.8.6",
"yoast-seo-for-typo3/yoast_seo": "<7.2.3",
"yourls/yourls": "<=1.8.2",
"zendesk/zendesk_api_client_php": "<2.2.11",
"zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
"zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
"zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
"zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
"zendframework/zend-developer-tools": ">=1.2.2,<1.2.3",
"zendframework/zend-diactoros": "<1.8.4",
"zendframework/zend-feed": "<2.10.3",
"zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
"zendframework/zend-http": "<2.8.1",
"zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
"zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
"zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
"zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
"zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
"zendframework/zend-validator": ">=2.3,<2.3.6",
"zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
"zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
"zendframework/zendframework": "<=3",
"zendframework/zendframework1": "<1.12.20",
"zendframework/zendopenid": ">=2,<2.0.2",
"zendframework/zendxml": ">=1,<1.0.1",
"zetacomponents/mail": "<1.8.2",
"zf-commons/zfc-user": "<1.2.2",
"zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
"zfr/zfr-oauth2-server-module": "<0.1.2",
"zoujingli/thinkadmin": "<6.0.22"
},
"type": "metapackage",
"license": [
"MIT"
],
"authors": [
2022-12-19 17:20:04 +08:00
{
2022-12-19 17:28:55 +08:00
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"role": "maintainer"
2022-12-19 17:20:04 +08:00
},
{
2022-12-19 17:28:55 +08:00
"name": "Ilya Tribusean",
"email": "slash3b@gmail.com",
"role": "maintainer"
2022-12-19 17:20:04 +08:00
}
],
2022-12-19 17:28:55 +08:00
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
2023-01-13 18:13:55 +08:00
"time": "2023-01-13T00:14:57+00:00"
2022-12-19 17:20:04 +08:00
},
{
"name": "sebastian/cli-parser",
"version": "1.0.1",
"dist": {
"type": "zip",
2022-12-19 17:28:55 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/sebastian/cli-parser/1.0.1/sebastian-cli-parser-1.0.1.zip",
2022-12-19 17:20:04 +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-01-14 01:30:23 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/sebastian/code-unit/1.0.8/sebastian-code-unit-1.0.8.zip",
2022-12-19 17:20:04 +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",
2022-12-19 17:28:55 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/sebastian/code-unit-reverse-lookup/2.0.3/sebastian-code-unit-reverse-lookup-2.0.3.zip",
2022-12-19 17:20:04 +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",
2022-12-19 17:28:55 +08:00
"version": "4.0.8",
2022-12-19 17:20:04 +08:00
"dist": {
"type": "zip",
2022-12-19 17:28:55 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/sebastian/comparator/4.0.8/sebastian-comparator-4.0.8.zip",
"reference": "fa0f136dd2334583309d32b62544682ee972b51a",
2022-12-19 17:20:04 +08:00
"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"
],
2022-12-19 17:28:55 +08:00
"time": "2022-09-14T12:41:17+00:00"
2022-12-19 17:20:04 +08:00
},
{
"name": "sebastian/complexity",
"version": "2.0.2",
"dist": {
"type": "zip",
2022-12-19 17:28:55 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/sebastian/complexity/2.0.2/sebastian-complexity-2.0.2.zip",
2022-12-19 17:20:04 +08:00
"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.4",
"dist": {
"type": "zip",
2022-12-19 17:28:55 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/sebastian/diff/4.0.4/sebastian-diff-4.0.4.zip",
2022-12-19 17:20:04 +08:00
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
"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",
2022-12-19 17:28:55 +08:00
"udiff",
"unidiff",
"unified diff"
2022-12-19 17:20:04 +08:00
],
"time": "2020-10-26T13:10:38+00:00"
},
{
"name": "sebastian/environment",
2022-12-19 17:28:55 +08:00
"version": "5.1.4",
2022-12-19 17:20:04 +08:00
"dist": {
"type": "zip",
2022-12-19 17:28:55 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/sebastian/environment/5.1.4/sebastian-environment-5.1.4.zip",
"reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7",
2022-12-19 17:20:04 +08:00
"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"
],
2022-12-19 17:28:55 +08:00
"time": "2022-04-03T09:37:03+00:00"
2022-12-19 17:20:04 +08:00
},
{
"name": "sebastian/exporter",
2022-12-19 17:28:55 +08:00
"version": "4.0.5",
2022-12-19 17:20:04 +08:00
"dist": {
"type": "zip",
2022-12-19 17:28:55 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/sebastian/exporter/4.0.5/sebastian-exporter-4.0.5.zip",
"reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
2022-12-19 17:20:04 +08:00
"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",
2022-12-19 17:28:55 +08:00
"homepage": "https://www.github.com/sebastianbergmann/exporter",
2022-12-19 17:20:04 +08:00
"keywords": [
"export",
"exporter"
],
2022-12-19 17:28:55 +08:00
"time": "2022-09-14T06:03:37+00:00"
2022-12-19 17:20:04 +08:00
},
{
"name": "sebastian/global-state",
2022-12-19 17:28:55 +08:00
"version": "5.0.5",
2022-12-19 17:20:04 +08:00
"dist": {
"type": "zip",
2023-01-14 01:30:23 +08:00
"url": "https://mirrors.tencent.com/repository/composer/sebastian/global-state/5.0.5/sebastian-global-state-5.0.5.zip",
2022-12-19 17:28:55 +08:00
"reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2",
2022-12-19 17:20:04 +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"
],
2022-12-19 17:28:55 +08:00
"time": "2022-02-14T08:28:10+00:00"
2022-12-19 17:20:04 +08:00
},
{
"name": "sebastian/lines-of-code",
"version": "1.0.3",
"dist": {
"type": "zip",
2022-12-19 17:28:55 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/sebastian/lines-of-code/1.0.3/sebastian-lines-of-code-1.0.3.zip",
2022-12-19 17:20:04 +08:00
"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",
2022-12-19 17:28:55 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/sebastian/object-enumerator/4.0.4/sebastian-object-enumerator-4.0.4.zip",
2022-12-19 17:20:04 +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",
2022-12-19 17:28:55 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/sebastian/object-reflector/2.0.4/sebastian-object-reflector-2.0.4.zip",
2022-12-19 17:20:04 +08:00
"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.4",
"dist": {
"type": "zip",
2022-12-19 17:28:55 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/sebastian/recursion-context/4.0.4/sebastian-recursion-context-4.0.4.zip",
2022-12-19 17:20:04 +08:00
"reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
"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": "http://www.github.com/sebastianbergmann/recursion-context",
"time": "2020-10-26T13:17:30+00:00"
},
{
"name": "sebastian/resource-operations",
"version": "3.0.3",
"dist": {
"type": "zip",
2022-12-19 17:28:55 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/sebastian/resource-operations/3.0.3/sebastian-resource-operations-3.0.3.zip",
2022-12-19 17:20:04 +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",
2022-12-19 17:28:55 +08:00
"version": "3.2.0",
2022-12-19 17:20:04 +08:00
"dist": {
"type": "zip",
2022-12-19 17:28:55 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/sebastian/type/3.2.0/sebastian-type-3.2.0.zip",
"reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e",
2022-12-19 17:20:04 +08:00
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
2022-12-19 17:28:55 +08:00
"phpunit/phpunit": "^9.5"
2022-12-19 17:20:04 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-12-19 17:28:55 +08:00
"dev-master": "3.2-dev"
2022-12-19 17:20:04 +08:00
}
},
"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",
2022-12-19 17:28:55 +08:00
"time": "2022-09-12T14:47:03+00:00"
2022-12-19 17:20:04 +08:00
},
{
"name": "sebastian/version",
"version": "3.0.2",
"dist": {
"type": "zip",
2022-12-19 17:28:55 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/sebastian/version/3.0.2/sebastian-version-3.0.2.zip",
2022-12-19 17:20:04 +08:00
"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",
2022-12-19 17:28:55 +08:00
"time": "2020-09-28T06:39:44+00:00"
},
2023-01-09 15:53:22 +08:00
{
"name": "spatie/pest-plugin-test-time",
"version": "1.1.1",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/spatie/pest-plugin-test-time/1.1.1/spatie-pest-plugin-test-time-1.1.1.zip",
"reference": "1ca56762948ceded0225ecd5b90bfc4bb48a0229",
"shasum": ""
},
"require": {
"nesbot/carbon": "^2.50",
"pestphp/pest": "^1.10",
"php": "^8.0",
"spatie/test-time": "^1.2"
},
"type": "library",
"autoload": {
"files": [
"src/Functions.php"
],
"psr-4": {
"Spatie\\PestPluginTestTime\\": "src"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"role": "Developer"
}
],
"description": "A Pest plugin to control the flow of time",
"homepage": "https://github.com/spatie/pest-plugin-test-time",
"keywords": [
"pest-plugin-test-time",
"spatie"
],
"time": "2022-06-05T13:57:23+00:00"
},
{
"name": "spatie/test-time",
2023-01-13 18:13:55 +08:00
"version": "1.3.2",
2023-01-09 15:53:22 +08:00
"dist": {
"type": "zip",
2023-01-13 18:13:55 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/spatie/test-time/1.3.2/spatie-test-time-1.3.2.zip",
"reference": "f549f4c0765d29a5a9d90587e29e314a384ad768",
2023-01-09 15:53:22 +08:00
"shasum": ""
},
"require": {
2023-01-13 18:13:55 +08:00
"nesbot/carbon": "^2.63",
2023-01-09 15:53:22 +08:00
"php": "^7.3|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5.10"
},
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\TestTime\\": "src"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
},
{
"name": "Alex Vanderbist",
"email": "alex@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"description": "A small package to control the flow time",
"homepage": "https://github.com/spatie/test-time",
"keywords": [
"spatie",
"test-time"
],
2023-01-13 18:13:55 +08:00
"time": "2023-01-10T13:55:08+00:00"
2023-01-09 15:53:22 +08:00
},
2022-12-19 17:28:55 +08:00
{
"name": "swoole/ide-helper",
"version": "5.0.1",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/swoole/ide-helper/5.0.1/swoole-ide-helper-5.0.1.zip",
"reference": "f9cdf7bfb70ef3a8a2b8e9eb14ce3d09c02524fa",
"shasum": ""
2022-12-19 17:20:04 +08:00
},
2022-12-19 17:28:55 +08:00
"type": "library",
"license": [
"Apache-2.0"
],
"authors": [
2022-12-19 17:20:04 +08:00
{
2022-12-19 17:28:55 +08:00
"name": "Team Swoole",
"email": "team@swoole.com"
2022-12-19 17:20:04 +08:00
}
],
2022-12-19 17:28:55 +08:00
"description": "IDE help files for Swoole.",
"time": "2022-11-08T07:13:40+00:00"
2022-12-19 17:20:04 +08:00
},
2023-01-13 20:33:21 +08:00
{
"name": "symfony/deprecation-contracts",
"version": "v3.0.2",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/deprecation-contracts/v3.0.2/symfony-deprecation-contracts-v3.0.2.zip",
"reference": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c",
"shasum": ""
},
"require": {
"php": ">=8.0.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.0-dev"
},
"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",
"time": "2022-01-02T09:55:41+00:00"
},
2022-12-19 17:20:04 +08:00
{
2022-12-19 17:28:55 +08:00
"name": "symfony/event-dispatcher",
2023-01-13 18:13:55 +08:00
"version": "v6.0.17",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-14 01:30:23 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/event-dispatcher/v6.0.17/symfony-event-dispatcher-v6.0.17.zip",
2023-01-13 18:13:55 +08:00
"reference": "42b3985aa07837c9df36013ec5b965e9f2d480bc",
2022-12-19 17:28:55 +08:00
"shasum": ""
},
"require": {
"php": ">=8.0.2",
"symfony/event-dispatcher-contracts": "^2|^3"
},
"conflict": {
"symfony/dependency-injection": "<5.4"
},
"provide": {
"psr/event-dispatcher-implementation": "1.0",
"symfony/event-dispatcher-implementation": "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/error-handler": "^5.4|^6.0",
"symfony/expression-language": "^5.4|^6.0",
"symfony/http-foundation": "^5.4|^6.0",
"symfony/service-contracts": "^1.1|^2|^3",
"symfony/stopwatch": "^5.4|^6.0"
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\EventDispatcher\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2022-12-19 17:20:04 +08:00
},
2022-12-19 17:28:55 +08:00
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com",
2023-01-13 18:13:55 +08:00
"time": "2022-12-14T15:52:41+00:00"
2022-12-19 17:28:55 +08:00
},
{
"name": "symfony/event-dispatcher-contracts",
"version": "v3.0.2",
2022-12-19 17:20:04 +08:00
"dist": {
"type": "zip",
2022-12-19 17:28:55 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/event-dispatcher-contracts/v3.0.2/symfony-event-dispatcher-contracts-v3.0.2.zip",
"reference": "7bc61cc2db649b4637d331240c5346dcc7708051",
2022-12-19 17:20:04 +08:00
"shasum": ""
},
"require": {
2022-12-19 17:28:55 +08:00
"php": ">=8.0.2",
"psr/event-dispatcher": "^1"
2022-12-19 17:20:04 +08:00
},
"suggest": {
2022-12-19 17:28:55 +08:00
"symfony/event-dispatcher-implementation": ""
2022-12-19 17:20:04 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-12-19 17:28:55 +08:00
"dev-main": "3.0-dev"
2022-12-19 17:20:04 +08:00
},
"thanks": {
2022-12-19 17:28:55 +08:00
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2022-12-19 17:20:04 +08:00
}
},
"autoload": {
"psr-4": {
2022-12-19 17:28:55 +08:00
"Symfony\\Contracts\\EventDispatcher\\": ""
}
2022-12-19 17:20:04 +08:00
},
"license": [
"MIT"
],
"authors": [
{
2022-12-19 17:28:55 +08:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2022-12-19 17:20:04 +08:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2022-12-19 17:28:55 +08:00
"description": "Generic abstractions related to dispatching event",
2022-12-19 17:20:04 +08:00
"homepage": "https://symfony.com",
"keywords": [
2022-12-19 17:28:55 +08:00
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
2022-12-19 17:20:04 +08:00
],
2022-12-19 17:28:55 +08:00
"time": "2022-01-02T09:55:41+00:00"
},
{
"name": "symfony/mailer",
2023-01-13 18:13:55 +08:00
"version": "v6.0.17",
2022-12-19 17:28:55 +08:00
"dist": {
"type": "zip",
2023-01-13 18:13:55 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/mailer/v6.0.17/symfony-mailer-v6.0.17.zip",
"reference": "0d4562cd13f1e5b78b578120ae5cbd5527ec1534",
2022-12-19 17:28:55 +08:00
"shasum": ""
2022-12-19 17:20:04 +08:00
},
2022-12-19 17:28:55 +08:00
"require": {
"egulias/email-validator": "^2.1.10|^3",
"php": ">=8.0.2",
"psr/event-dispatcher": "^1",
"psr/log": "^1|^2|^3",
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/mime": "^5.4|^6.0",
"symfony/service-contracts": "^1.1|^2|^3"
},
"conflict": {
"symfony/http-kernel": "<5.4"
},
"require-dev": {
"symfony/http-client-contracts": "^1.1|^2|^3",
"symfony/messenger": "^5.4|^6.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Mailer\\": ""
2022-12-19 17:20:04 +08:00
},
2022-12-19 17:28:55 +08:00
"exclude-from-classmap": [
"/Tests/"
]
},
"license": [
"MIT"
],
"authors": [
2022-12-19 17:20:04 +08:00
{
2022-12-19 17:28:55 +08:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2022-12-19 17:20:04 +08:00
},
{
2022-12-19 17:28:55 +08:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2022-12-19 17:20:04 +08:00
}
],
2022-12-19 17:28:55 +08:00
"description": "Helps sending emails",
"homepage": "https://symfony.com",
2023-01-13 18:13:55 +08:00
"time": "2022-12-14T15:52:41+00:00"
2022-12-19 17:20:04 +08:00
},
{
2022-12-19 17:28:55 +08:00
"name": "symfony/mime",
2023-01-13 18:13:55 +08:00
"version": "v6.0.17",
2022-12-19 17:20:04 +08:00
"dist": {
"type": "zip",
2023-01-14 01:30:23 +08:00
"url": "https://mirrors.tencent.com/repository/composer/symfony/mime/v6.0.17/symfony-mime-v6.0.17.zip",
2023-01-13 18:13:55 +08:00
"reference": "3e6a7ba15997020778312ed576ad01ab60dc2336",
2022-12-19 17:20:04 +08:00
"shasum": ""
},
"require": {
2022-12-19 17:28:55 +08:00
"php": ">=8.0.2",
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0"
},
"conflict": {
"egulias/email-validator": "~3.0.0",
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
"symfony/mailer": "<5.4",
"symfony/serializer": "<5.4.14|>=6.0,<6.0.14|>=6.1,<6.1.6"
},
"require-dev": {
"egulias/email-validator": "^2.1.10|^3.1",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/property-access": "^5.4|^6.0",
"symfony/property-info": "^5.4|^6.0",
"symfony/serializer": "^5.4.14|~6.0.14|^6.1.6"
2022-12-19 17:20:04 +08:00
},
"type": "library",
"autoload": {
2022-12-19 17:28:55 +08:00
"psr-4": {
"Symfony\\Component\\Mime\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2022-12-19 17:20:04 +08:00
]
},
"license": [
2022-12-19 17:28:55 +08:00
"MIT"
2022-12-19 17:20:04 +08:00
],
"authors": [
{
2022-12-19 17:28:55 +08:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2022-12-19 17:20:04 +08:00
}
],
2022-12-19 17:28:55 +08:00
"description": "Allows manipulating MIME messages",
"homepage": "https://symfony.com",
"keywords": [
"mime",
"mime-type"
],
2023-01-13 18:13:55 +08:00
"time": "2022-12-14T16:19:02+00:00"
2022-12-19 17:28:55 +08:00
},
2023-01-09 15:53:22 +08:00
{
"name": "symfony/options-resolver",
"version": "v6.0.3",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/options-resolver/v6.0.3/symfony-options-resolver-v6.0.3.zip",
"reference": "51f7006670febe4cbcbae177cbffe93ff833250d",
"shasum": ""
},
"require": {
"php": ">=8.0.2",
"symfony/deprecation-contracts": "^2.1|^3"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\OptionsResolver\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides an improved replacement for the array_replace PHP function",
"homepage": "https://symfony.com",
"keywords": [
"config",
"configuration",
"options"
],
"time": "2022-01-02T09:55:41+00:00"
},
2022-12-19 17:28:55 +08:00
{
"name": "symfony/polyfill-intl-idn",
"version": "v1.27.0",
"dist": {
"type": "zip",
2023-01-14 01:30:23 +08:00
"url": "https://mirrors.tencent.com/repository/composer/symfony/polyfill-intl-idn/v1.27.0/symfony-polyfill-intl-idn-v1.27.0.zip",
2022-12-19 17:28:55 +08:00
"reference": "639084e360537a19f9ee352433b84ce831f3d2da",
"shasum": ""
},
"require": {
"php": ">=7.1",
"symfony/polyfill-intl-normalizer": "^1.10",
"symfony/polyfill-php72": "^1.10"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.27-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
}
2022-12-19 17:20:04 +08:00
},
2022-12-19 17:28:55 +08:00
"license": [
"MIT"
],
"authors": [
2022-12-19 17:20:04 +08:00
{
2022-12-19 17:28:55 +08:00
"name": "Laurent Bassin",
"email": "laurent@bassin.info"
},
{
"name": "Trevor Rowbotham",
"email": "trevor.rowbotham@pm.me"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2022-12-19 17:20:04 +08:00
}
],
2022-12-19 17:28:55 +08:00
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"idn",
"intl",
"polyfill",
"portable",
"shim"
],
"time": "2022-11-03T14:55:06+00:00"
2022-12-19 17:20:04 +08:00
},
{
2022-12-19 17:28:55 +08:00
"name": "symfony/polyfill-php72",
"version": "v1.27.0",
2022-12-19 17:20:04 +08:00
"dist": {
"type": "zip",
2022-12-19 17:28:55 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/polyfill-php72/v1.27.0/symfony-polyfill-php72-v1.27.0.zip",
"reference": "869329b1e9894268a8a61dabb69153029b7a8c97",
2022-12-19 17:20:04 +08:00
"shasum": ""
},
"require": {
2022-12-19 17:28:55 +08:00
"php": ">=7.1"
2022-12-19 17:20:04 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-12-19 17:28:55 +08:00
"dev-main": "1.27-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2022-12-19 17:20:04 +08:00
}
},
"autoload": {
2022-12-19 17:28:55 +08:00
"files": [
"bootstrap.php"
],
2022-12-19 17:20:04 +08:00
"psr-4": {
2022-12-19 17:28:55 +08:00
"Symfony\\Polyfill\\Php72\\": ""
2022-12-19 17:20:04 +08:00
}
},
"license": [
"MIT"
],
"authors": [
{
2022-12-19 17:28:55 +08:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2022-12-19 17:20:04 +08:00
}
],
2022-12-19 17:28:55 +08:00
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
"homepage": "https://symfony.com",
2022-12-19 17:20:04 +08:00
"keywords": [
2022-12-19 17:28:55 +08:00
"compatibility",
"polyfill",
"portable",
"shim"
2022-12-19 17:20:04 +08:00
],
2022-12-19 17:28:55 +08:00
"time": "2022-11-03T14:55:06+00:00"
},
2023-01-09 15:53:22 +08:00
{
"name": "symfony/stopwatch",
"version": "v6.0.13",
"dist": {
"type": "zip",
"url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/stopwatch/v6.0.13/symfony-stopwatch-v6.0.13.zip",
"reference": "7554fde6848af5ef1178f8ccbdbdb8ae1092c70a",
"shasum": ""
},
"require": {
"php": ">=8.0.2",
"symfony/service-contracts": "^1|^2|^3"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Stopwatch\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides a way to profile code",
"homepage": "https://symfony.com",
"time": "2022-09-28T15:52:47+00:00"
},
2022-12-19 17:28:55 +08:00
{
"name": "theseer/tokenizer",
"version": "1.2.1",
"dist": {
"type": "zip",
2023-01-14 01:30:23 +08:00
"url": "https://mirrors.cloud.tencent.com/repository/composer/theseer/tokenizer/1.2.1/theseer-tokenizer-1.2.1.zip",
2022-12-19 17:28:55 +08:00
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": "^7.2 || ^8.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
2022-12-19 17:20:04 +08:00
},
2022-12-19 17:28:55 +08:00
"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"
2022-12-19 17:20:04 +08:00
}
],
"aliases": [],
2022-12-19 17:28:55 +08:00
"minimum-stability": "dev",
"stability-flags": {
"roave/security-advisories": 20
},
"prefer-stable": true,
2022-12-19 17:20:04 +08:00
"prefer-lowest": false,
"platform": {
2022-12-19 17:28:55 +08:00
"php": "~8.0",
"ext-redis": "^5.3",
"ext-swoole": "*"
2022-12-19 17:20:04 +08:00
},
"platform-dev": [],
2023-03-13 16:14:22 +08:00
"plugin-api-version": "2.3.0"
2022-12-19 17:20:04 +08:00
}