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