{ "_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": "b3238d168bfc27da402f6e11a158d6c0", "packages": [ { "name": "aliyuncs/oss-sdk-php", "version": "v2.7.3", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/aliyuncs/oss-sdk-php/v2.7.3/aliyuncs-oss-sdk-php-v2.7.3.zip", "reference": "10dbd2a7253131da60629d431c8eb6c216fbbbf7", "shasum": "" }, "require": { "php": ">=5.3" }, "require-dev": { "php-coveralls/php-coveralls": "*", "phpunit/phpunit": "*" }, "type": "library", "autoload": { "psr-4": { "OSS\\": "src/OSS" } }, "license": [ "MIT" ], "authors": [ { "name": "Aliyuncs", "homepage": "http://www.aliyun.com" } ], "description": "Aliyun OSS SDK for PHP", "homepage": "http://www.aliyun.com/product/oss/", "support": { "issues": "https://github.com/aliyun/aliyun-oss-php-sdk/issues", "source": "https://github.com/aliyun/aliyun-oss-php-sdk/tree/v2.7.3" }, "time": "2026-06-26T07:23:48+00:00" }, { "name": "brick/math", "version": "0.14.8", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/brick/math/0.14.8/brick-math-0.14.8.zip", "reference": "63422359a44b7f06cae63c3b429b59e8efcc0629", "shasum": "" }, "require": { "php": "^8.2" }, "require-dev": { "php-coveralls/php-coveralls": "^2.2", "phpstan/phpstan": "2.1.22", "phpunit/phpunit": "^11.5" }, "type": "library", "autoload": { "psr-4": { "Brick\\Math\\": "src/" } }, "license": [ "MIT" ], "description": "Arbitrary-precision arithmetic library", "keywords": [ "Arbitrary-precision", "BigInteger", "BigRational", "arithmetic", "bigdecimal", "bignum", "bignumber", "brick", "decimal", "integer", "math", "mathematics", "rational" ], "support": { "issues": "https://github.com/brick/math/issues", "source": "https://github.com/brick/math/tree/0.14.8" }, "time": "2026-02-10T14:33:43+00:00" }, { "name": "carbonphp/carbon-doctrine-types", "version": "3.2.0", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/carbonphp/carbon-doctrine-types/3.2.0/carbonphp-carbon-doctrine-types-3.2.0.zip", "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d", "shasum": "" }, "require": { "php": "^8.1" }, "conflict": { "doctrine/dbal": "<4.0.0 || >=5.0.0" }, "require-dev": { "doctrine/dbal": "^4.0.0", "nesbot/carbon": "^2.71.0 || ^3.0.0", "phpunit/phpunit": "^10.3" }, "type": "library", "autoload": { "psr-4": { "Carbon\\Doctrine\\": "src/Carbon/Doctrine/" } }, "license": [ "MIT" ], "authors": [ { "name": "KyleKatarn", "email": "kylekatarnls@gmail.com" } ], "description": "Types to use Carbon in Doctrine", "keywords": [ "carbon", "date", "datetime", "doctrine", "time" ], "support": { "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues", "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/3.2.0" }, "time": "2024-02-09T16:56:22+00:00" }, { "name": "composer/pcre", "version": "3.4.0", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/composer/pcre/3.4.0/composer-pcre-3.4.0.zip", "reference": "d5a341b3fb61f3001970940afb1d332968a183ed", "shasum": "" }, "require": { "php": "^7.4 || ^8.0" }, "conflict": { "phpstan/phpstan": "<2.2.2" }, "require-dev": { "phpstan/phpstan": "^2", "phpstan/phpstan-deprecation-rules": "^2", "phpstan/phpstan-strict-rules": "^2", "phpunit/phpunit": "^9" }, "type": "library", "extra": { "phpstan": { "includes": [ "extension.neon" ] }, "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" ], "support": { "issues": "https://github.com/composer/pcre/issues", "source": "https://github.com/composer/pcre/tree/3.4.0" }, "time": "2026-06-07T11:47:49+00:00" }, { "name": "doctrine/inflector", "version": "2.1.0", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/doctrine/inflector/2.1.0/doctrine-inflector-2.1.0.zip", "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^12.0 || ^13.0", "phpstan/phpstan": "^1.12 || ^2.0", "phpstan/phpstan-phpunit": "^1.4 || ^2.0", "phpstan/phpstan-strict-rules": "^1.6 || ^2.0", "phpunit/phpunit": "^8.5 || ^12.2" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Inflector\\": "src" } }, "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" ], "support": { "issues": "https://github.com/doctrine/inflector/issues", "source": "https://github.com/doctrine/inflector/tree/2.1.0" }, "time": "2025-08-10T19:31:58+00:00" }, { "name": "doctrine/lexer", "version": "3.0.1", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/doctrine/lexer/3.0.1/doctrine-lexer-3.0.1.zip", "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd", "shasum": "" }, "require": { "php": "^8.1" }, "require-dev": { "doctrine/coding-standard": "^12", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^10.5", "psalm/plugin-phpunit": "^0.18.3", "vimeo/psalm": "^5.21" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\Lexer\\": "src" } }, "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", "homepage": "https://www.doctrine-project.org/projects/lexer.html", "keywords": [ "annotations", "docblock", "lexer", "parser", "php" ], "support": { "issues": "https://github.com/doctrine/lexer/issues", "source": "https://github.com/doctrine/lexer/tree/3.0.1" }, "time": "2024-02-05T11:56:58+00:00" }, { "name": "egulias/email-validator", "version": "4.0.4", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/egulias/email-validator/4.0.4/egulias-email-validator-4.0.4.zip", "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa", "shasum": "" }, "require": { "doctrine/lexer": "^2.0 || ^3.0", "php": ">=8.1", "symfony/polyfill-intl-idn": "^1.26" }, "require-dev": { "phpunit/phpunit": "^10.2", "vimeo/psalm": "^5.12" }, "suggest": { "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.0.x-dev" } }, "autoload": { "psr-4": { "Egulias\\EmailValidator\\": "src" } }, "license": [ "MIT" ], "authors": [ { "name": "Eduardo Gulias Davis" } ], "description": "A library for validating emails against several RFCs", "homepage": "https://github.com/egulias/EmailValidator", "keywords": [ "email", "emailvalidation", "emailvalidator", "validation", "validator" ], "support": { "issues": "https://github.com/egulias/EmailValidator/issues", "source": "https://github.com/egulias/EmailValidator/tree/4.0.4" }, "time": "2025-03-06T22:45:56+00:00" }, { "name": "firebase/php-jwt", "version": "v7.1.0", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/firebase/php-jwt/v7.1.0/firebase-php-jwt-v7.1.0.zip", "reference": "b374a5d1a4f1f67fadc2165cdb284645945e2fc0", "shasum": "" }, "require": { "php": "^8.0" }, "require-dev": { "guzzlehttp/guzzle": "^7.4", "phpfastcache/phpfastcache": "^9.2", "phpseclib/phpseclib": "~3.0", "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.5", "psr/cache": "^2.0||^3.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", "phpseclib/phpseclib": "Support PS256 (RSASSA-PSS) signatures" }, "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/googleapis/php-jwt", "keywords": [ "jwt", "php" ], "support": { "issues": "https://github.com/googleapis/php-jwt/issues", "source": "https://github.com/googleapis/php-jwt/tree/v7.1.0" }, "time": "2026-06-11T17:54:14+00:00" }, { "name": "graham-campbell/result-type", "version": "v1.1.4", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/graham-campbell/result-type/v1.1.4/graham-campbell-result-type-v1.1.4.zip", "reference": "e01f4a821471308ba86aa202fed6698b6b695e3b", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", "phpoption/phpoption": "^1.9.5" }, "require-dev": { "phpunit/phpunit": "^8.5.41 || ^9.6.22 || ^10.5.45 || ^11.5.7" }, "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" ], "support": { "issues": "https://github.com/GrahamCampbell/Result-Type/issues", "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.4" }, "time": "2025-12-27T19:43:20+00:00" }, { "name": "guzzlehttp/command", "version": "1.5.3", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/guzzlehttp/command/1.5.3/guzzlehttp-command-1.5.3.zip", "reference": "5bf05727052d6d16617b2215e3a2307229332026", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^7.15", "guzzlehttp/promises": "^2.5.1", "guzzlehttp/psr7": "^2.13", "php": "^7.2.5 || ^8.0", "symfony/deprecation-contracts": "^2.5 || ^3.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "phpunit/phpunit": "^8.5.52 || ^9.6.34" }, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false } }, "autoload": { "psr-4": { "GuzzleHttp\\Command\\": "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": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/Nyholm" } ], "description": "Provides the foundation for building command-based web service clients", "support": { "issues": "https://github.com/guzzle/command/issues", "source": "https://github.com/guzzle/command/tree/1.5.3" }, "time": "2026-07-17T12:30:59+00:00" }, { "name": "guzzlehttp/guzzle", "version": "7.15.1", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/guzzlehttp/guzzle/7.15.1/guzzlehttp-guzzle-7.15.1.zip", "reference": "61443dfb33c62f308ee8add20f45b4d6e4bf8d2f", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/promises": "^2.5.1", "guzzlehttp/psr7": "^2.13", "php": "^7.2.5 || ^8.0", "psr/http-client": "^1.0", "symfony/deprecation-contracts": "^2.5 || ^3.0", "symfony/polyfill-php80": "^1.25" }, "provide": { "psr/http-client-implementation": "1.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "ext-curl": "*", "guzzle/client-integration-tests": "3.0.3", "guzzlehttp/test-server": "^0.7", "php-http/message-factory": "^1.1", "phpunit/phpunit": "^8.5.52 || ^9.6.34", "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" ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", "source": "https://github.com/guzzle/guzzle/tree/7.15.1" }, "time": "2026-07-18T11:23:11+00:00" }, { "name": "guzzlehttp/guzzle-services", "version": "1.7.3", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/guzzlehttp/guzzle-services/1.7.3/guzzlehttp-guzzle-services-1.7.3.zip", "reference": "5d365c5adbc04c76c164a0bc09780323d02c39c0", "shasum": "" }, "require": { "guzzlehttp/command": "^1.5.3", "guzzlehttp/guzzle": "^7.15", "guzzlehttp/psr7": "^2.13", "guzzlehttp/uri-template": "^1.0.10", "php": "^7.2.5 || ^8.0", "symfony/deprecation-contracts": "^2.5 || ^3.0", "symfony/polyfill-php80": "^1.25" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "guzzlehttp/test-server": "^0.5", "phpunit/phpunit": "^8.5.52 || ^9.6.34" }, "suggest": { "gimler/guzzle-description-loader": "^0.0.4" }, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false } }, "autoload": { "psr-4": { "GuzzleHttp\\Command\\Guzzle\\": "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": "Stefano Kowalke", "email": "blueduck@mail.org", "homepage": "https://github.com/Konafets" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/Nyholm" } ], "description": "Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.", "support": { "issues": "https://github.com/guzzle/guzzle-services/issues", "source": "https://github.com/guzzle/guzzle-services/tree/1.7.3" }, "time": "2026-07-17T14:26:46+00:00" }, { "name": "guzzlehttp/promises", "version": "2.5.1", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/guzzlehttp/promises/2.5.1/guzzlehttp-promises-2.5.1.zip", "reference": "9ad1e4fc607446a055b95870c7f668e93b5cff29", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", "symfony/deprecation-contracts": "^2.5 || ^3.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "phpunit/phpunit": "^8.5.52 || ^9.6.34" }, "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" ], "support": { "issues": "https://github.com/guzzle/promises/issues", "source": "https://github.com/guzzle/promises/tree/2.5.1" }, "time": "2026-07-08T15:48:39+00:00" }, { "name": "guzzlehttp/psr7", "version": "2.13.0", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/guzzlehttp/psr7/2.13.0/guzzlehttp-psr7-2.13.0.zip", "reference": "dad89620b7a6edb60c15858442eb2e408b45d8f4", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.1 || ^2.0", "ralouphie/getallheaders": "^3.0", "symfony/deprecation-contracts": "^2.5 || ^3.0", "symfony/polyfill-php80": "^1.25" }, "provide": { "psr/http-factory-implementation": "1.0", "psr/http-message-implementation": "1.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "http-interop/http-factory-tests": "1.1.0", "jshttp/mime-db": "1.54.0.1", "phpunit/phpunit": "^8.5.52 || ^9.6.34" }, "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" ], "support": { "issues": "https://github.com/guzzle/psr7/issues", "source": "https://github.com/guzzle/psr7/tree/2.13.0" }, "time": "2026-07-16T22:23:49+00:00" }, { "name": "guzzlehttp/uri-template", "version": "v1.0.10", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/guzzlehttp/uri-template/v1.0.10/guzzlehttp-uri-template-v1.0.10.zip", "reference": "f6c24c21f42b990e9a58912b332d0874df6ba839", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", "symfony/polyfill-php80": "^1.25" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "phpunit/phpunit": "^8.5.52 || ^9.6.34", "uri-template/tests": "1.0.0" }, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false } }, "autoload": { "psr-4": { "GuzzleHttp\\UriTemplate\\": "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" } ], "description": "A polyfill class for uri_template of PHP", "keywords": [ "guzzlehttp", "uri-template" ], "support": { "issues": "https://github.com/guzzle/uri-template/issues", "source": "https://github.com/guzzle/uri-template/tree/v1.0.10" }, "time": "2026-07-17T13:53:03+00:00" }, { "name": "illuminate/bus", "version": "v12.64.0", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/illuminate/bus/v12.64.0/illuminate-bus-v12.64.0.zip", "reference": "9e70f409c744e0ba6b301fa608bb5b3c8c38669a", "shasum": "" }, "require": { "illuminate/collections": "^12.0", "illuminate/contracts": "^12.0", "illuminate/pipeline": "^12.0", "illuminate/support": "^12.0", "php": "^8.2" }, "suggest": { "illuminate/queue": "Required to use closures when chaining jobs (^12.0)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "12.x-dev" } }, "autoload": { "psr-4": { "Illuminate\\Bus\\": "" } }, "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Bus package.", "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "time": "2026-03-09T13:55:34+00:00" }, { "name": "illuminate/collections", "version": "v12.64.0", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/illuminate/collections/v12.64.0/illuminate-collections-v12.64.0.zip", "reference": "83313b009c4afb6f02dbc090bdb67809756eefa2", "shasum": "" }, "require": { "illuminate/conditionable": "^12.0", "illuminate/contracts": "^12.0", "illuminate/macroable": "^12.0", "php": "^8.2", "symfony/polyfill-php83": "^1.33", "symfony/polyfill-php84": "^1.33", "symfony/polyfill-php85": "^1.33" }, "suggest": { "illuminate/http": "Required to convert collections to API resources (^12.0).", "symfony/var-dumper": "Required to use the dump method (^7.2)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "12.x-dev" } }, "autoload": { "files": [ "functions.php", "helpers.php" ], "psr-4": { "Illuminate\\Support\\": "" } }, "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Collections package.", "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "time": "2026-03-11T14:13:25+00:00" }, { "name": "illuminate/conditionable", "version": "v12.64.0", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/illuminate/conditionable/v12.64.0/illuminate-conditionable-v12.64.0.zip", "reference": "ec677967c1f2faf90b8428919124d2184a4c9b49", "shasum": "" }, "require": { "php": "^8.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "12.x-dev" } }, "autoload": { "psr-4": { "Illuminate\\Support\\": "" } }, "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Conditionable package.", "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "time": "2025-05-13T15:08:45+00:00" }, { "name": "illuminate/container", "version": "v12.64.0", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/illuminate/container/v12.64.0/illuminate-container-v12.64.0.zip", "reference": "9abe9dba6b3f5220205ce143069c975a601e4294", "shasum": "" }, "require": { "illuminate/contracts": "^12.0", "illuminate/reflection": "^12.0", "php": "^8.2", "psr/container": "^1.1.1|^2.0.1", "symfony/polyfill-php84": "^1.33", "symfony/polyfill-php85": "^1.33" }, "provide": { "psr/container-implementation": "1.1|2.0" }, "suggest": { "illuminate/auth": "Required to use the Auth attribute", "illuminate/cache": "Required to use the Cache attribute", "illuminate/config": "Required to use the Config attribute", "illuminate/database": "Required to use the DB attribute", "illuminate/filesystem": "Required to use the Storage attribute", "illuminate/log": "Required to use the Log or Context attributes" }, "type": "library", "extra": { "branch-alias": { "dev-master": "12.x-dev" } }, "autoload": { "psr-4": { "Illuminate\\Container\\": "" } }, "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Container package.", "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "time": "2026-03-16T14:05:01+00:00" }, { "name": "illuminate/contracts", "version": "v12.64.0", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/illuminate/contracts/v12.64.0/illuminate-contracts-v12.64.0.zip", "reference": "c16fd7ba7d8e6b8f336639ceb6b7e1ff6ed0efb5", "shasum": "" }, "require": { "php": "^8.2", "psr/container": "^1.1.1|^2.0.1", "psr/simple-cache": "^1.0|^2.0|^3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "12.x-dev" } }, "autoload": { "psr-4": { "Illuminate\\Contracts\\": "" } }, "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Contracts package.", "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "time": "2026-06-09T13:20:54+00:00" }, { "name": "illuminate/events", "version": "v12.64.0", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/illuminate/events/v12.64.0/illuminate-events-v12.64.0.zip", "reference": "ff22aa6017bdbd90ace660f50638ed9c580ba555", "shasum": "" }, "require": { "illuminate/bus": "^12.0", "illuminate/collections": "^12.0", "illuminate/container": "^12.0", "illuminate/contracts": "^12.0", "illuminate/macroable": "^12.0", "illuminate/support": "^12.0", "php": "^8.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "12.x-dev" } }, "autoload": { "files": [ "functions.php" ], "psr-4": { "Illuminate\\Events\\": "" } }, "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Events package.", "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "time": "2026-03-05T16:20:14+00:00" }, { "name": "illuminate/filesystem", "version": "v12.64.0", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/illuminate/filesystem/v12.64.0/illuminate-filesystem-v12.64.0.zip", "reference": "3b5ad9b385595d735689ebc2bfe701567cc4f1c3", "shasum": "" }, "require": { "illuminate/collections": "^12.0", "illuminate/contracts": "^12.0", "illuminate/macroable": "^12.0", "illuminate/support": "^12.0", "php": "^8.2", "symfony/finder": "^7.2.0" }, "suggest": { "ext-fileinfo": "Required to use the Filesystem class.", "ext-ftp": "Required to use the Flysystem FTP driver.", "ext-hash": "Required to use the Filesystem class.", "illuminate/http": "Required for handling uploaded files (^12.0).", "league/flysystem": "Required to use the Flysystem local driver (^3.25.1).", "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.25.1).", "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.25.1).", "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.25.1).", "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).", "symfony/filesystem": "Required to enable support for relative symbolic links (^7.2).", "symfony/mime": "Required to enable support for guessing extensions (^7.2)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "12.x-dev" } }, "autoload": { "files": [ "functions.php" ], "psr-4": { "Illuminate\\Filesystem\\": "" } }, "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Filesystem package.", "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "time": "2026-06-02T13:54:37+00:00" }, { "name": "illuminate/macroable", "version": "v12.64.0", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/illuminate/macroable/v12.64.0/illuminate-macroable-v12.64.0.zip", "reference": "e295d62d89dcdb87e2b1bd70dd14d074a0ed73cc", "shasum": "" }, "require": { "php": "^8.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "12.x-dev" } }, "autoload": { "psr-4": { "Illuminate\\Support\\": "" } }, "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Macroable package.", "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "time": "2026-03-30T19:05:19+00:00" }, { "name": "illuminate/pipeline", "version": "v12.64.0", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/illuminate/pipeline/v12.64.0/illuminate-pipeline-v12.64.0.zip", "reference": "b6a14c20d69a44bf0a6fba664a00d23ca71770ee", "shasum": "" }, "require": { "illuminate/contracts": "^12.0", "illuminate/macroable": "^12.0", "illuminate/support": "^12.0", "php": "^8.2" }, "suggest": { "illuminate/database": "Required to use database transactions (^12.0)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "12.x-dev" } }, "autoload": { "psr-4": { "Illuminate\\Pipeline\\": "" } }, "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Pipeline package.", "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "time": "2025-08-20T13:36:50+00:00" }, { "name": "illuminate/redis", "version": "v12.64.0", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/illuminate/redis/v12.64.0/illuminate-redis-v12.64.0.zip", "reference": "e46d4c3806d78d4d7733cd9b9bfb2fef30f4c8cb", "shasum": "" }, "require": { "illuminate/collections": "^12.0", "illuminate/contracts": "^12.0", "illuminate/macroable": "^12.0", "illuminate/support": "^12.0", "php": "^8.2" }, "suggest": { "ext-redis": "Required to use the phpredis connector (^4.0|^5.0|^6.0).", "predis/predis": "Required to use the predis connector (^2.3|^3.0)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "12.x-dev" } }, "autoload": { "psr-4": { "Illuminate\\Redis\\": "" } }, "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Redis package.", "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "time": "2026-04-05T14:10:16+00:00" }, { "name": "illuminate/reflection", "version": "v12.64.0", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/illuminate/reflection/v12.64.0/illuminate-reflection-v12.64.0.zip", "reference": "348cf5da9de89b596d7723be6425fb048e2bf4bb", "shasum": "" }, "require": { "illuminate/collections": "^12.0", "illuminate/contracts": "^12.0", "php": "^8.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "12.x-dev" } }, "autoload": { "files": [ "helpers.php" ], "psr-4": { "Illuminate\\Support\\": "" } }, "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Reflection package.", "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "time": "2026-02-25T15:25:18+00:00" }, { "name": "illuminate/support", "version": "v12.64.0", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/illuminate/support/v12.64.0/illuminate-support-v12.64.0.zip", "reference": "bc7bc2db3e635697f81ea123511ae25b014a63fb", "shasum": "" }, "require": { "doctrine/inflector": "^2.0", "ext-ctype": "*", "ext-filter": "*", "ext-mbstring": "*", "illuminate/collections": "^12.0", "illuminate/conditionable": "^12.0", "illuminate/contracts": "^12.0", "illuminate/macroable": "^12.0", "illuminate/reflection": "^12.0", "nesbot/carbon": "^3.8.4", "php": "^8.2", "symfony/polyfill-php83": "^1.33", "symfony/polyfill-php85": "^1.33", "voku/portable-ascii": "^2.0.2" }, "conflict": { "tightenco/collect": "<5.5.33" }, "replace": { "spatie/once": "*" }, "suggest": { "illuminate/filesystem": "Required to use the Composer class (^12.0).", "laravel/serializable-closure": "Required to use the once function (^1.3|^2.0).", "league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.7).", "league/uri": "Required to use the Uri class (^7.5.1).", "ramsey/uuid": "Required to use Str::uuid() (^4.7).", "symfony/process": "Required to use the Composer class (^7.2).", "symfony/uid": "Required to use Str::ulid() (^7.2).", "symfony/var-dumper": "Required to use the dd function (^7.2).", "vlucas/phpdotenv": "Required to use the Env class and env helper (^5.6.1)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "12.x-dev" } }, "autoload": { "files": [ "functions.php", "helpers.php" ], "psr-4": { "Illuminate\\Support\\": "" } }, "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Support package.", "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "time": "2026-07-13T16:08:36+00:00" }, { "name": "illuminate/translation", "version": "v12.64.0", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/illuminate/translation/v12.64.0/illuminate-translation-v12.64.0.zip", "reference": "4b555f3ca37523d1064d08e99774ab32fd0cc228", "shasum": "" }, "require": { "illuminate/collections": "^12.0", "illuminate/contracts": "^12.0", "illuminate/filesystem": "^12.0", "illuminate/macroable": "^12.0", "illuminate/support": "^12.0", "php": "^8.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "12.x-dev" } }, "autoload": { "psr-4": { "Illuminate\\Translation\\": "" } }, "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Translation package.", "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "time": "2026-03-18T14:19:27+00:00" }, { "name": "illuminate/validation", "version": "v12.64.0", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/illuminate/validation/v12.64.0/illuminate-validation-v12.64.0.zip", "reference": "297cff9c69885b1a9125ee4f26f77ef570abb2b6", "shasum": "" }, "require": { "brick/math": "^0.11|^0.12|^0.13|^0.14", "egulias/email-validator": "^3.2.5|^4.0", "ext-filter": "*", "ext-mbstring": "*", "illuminate/collections": "^12.0", "illuminate/container": "^12.0", "illuminate/contracts": "^12.0", "illuminate/macroable": "^12.0", "illuminate/support": "^12.0", "illuminate/translation": "^12.0", "php": "^8.2", "symfony/http-foundation": "^7.2", "symfony/mime": "^7.2", "symfony/polyfill-php83": "^1.33" }, "suggest": { "illuminate/database": "Required to use the database presence verifier (^12.0).", "ramsey/uuid": "Required to use Validator::validateUuid() (^4.7)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "12.x-dev" } }, "autoload": { "psr-4": { "Illuminate\\Validation\\": "" } }, "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Validation package.", "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "time": "2026-05-17T14:42:21+00:00" }, { "name": "jaeger/g-http", "version": "V2.0.1", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/jaeger/g-http/V2.0.1/jaeger-g-http-V2.0.1.zip", "reference": "29cb537c57f230980ca10622de190f04831e35e6", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^6.0 || ^7.0", "php": ">=8.1", "symfony/cache": "^6.4 || ^7.0" }, "require-dev": { "predis/predis": "^2.2" }, "type": "library", "autoload": { "psr-4": { "Jaeger\\": "src" } }, "license": [ "MIT" ], "authors": [ { "name": "Jaeger", "email": "JaegerCode@gmail.com" } ], "description": "Simple Http client base on GuzzleHttp", "support": { "issues": "https://github.com/jae-jae/GHttp/issues", "source": "https://github.com/jae-jae/GHttp/tree/V2.0.1" }, "time": "2024-06-14T08:13:32+00:00" }, { "name": "jaeger/phpquery-single", "version": "1.1.1", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/jaeger/phpquery-single/1.1.1/jaeger-phpquery-single-1.1.1.zip", "reference": "39a650ade692a6b480c22220dce0c198d6a946fb", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "autoload": { "classmap": [ "phpQuery.php" ] }, "license": [ "MIT" ], "authors": [ { "name": "Tobiasz Cudnik", "email": "tobiasz.cudnik@gmail.com", "homepage": "https://github.com/TobiaszCudnik", "role": "Developer" }, { "name": "Jaeger", "role": "Packager" } ], "description": "phpQuery单文件版本,是Querylist的依赖(http://querylist.cc/),phpQuery项目主页:http://code.google.com/p/phpquery/", "homepage": "http://code.google.com/p/phpquery/", "support": { "issues": "https://github.com/jae-jae/phpQuery-single/issues", "source": "https://github.com/jae-jae/phpQuery-single/tree/1.1.1" }, "time": "2022-03-26T15:01:16+00:00" }, { "name": "jaeger/querylist", "version": "V4.4.7", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/jaeger/querylist/V4.4.7/jaeger-querylist-V4.4.7.zip", "reference": "7888655eb12a0abea907954c4b6bbc817ecad3f1", "shasum": "" }, "require": { "ext-dom": "*", "jaeger/g-http": "^2.0", "jaeger/phpquery-single": "^1", "php": ">=8.1", "symfony/var-dumper": ">3.4" }, "require-dev": { "phpunit/phpunit": "^8.5" }, "type": "library", "autoload": { "files": [ "src/Collect/Support/helpers.php", "src/Collect/Support/alias.php" ], "psr-4": { "QL\\": "src" } }, "license": [ "MIT" ], "authors": [ { "name": "Jaeger", "email": "JaegerCode@gmail.com" } ], "description": "Simple, elegant, extensible PHP Web Scraper (crawler/spider),Use the css3 dom selector,Based on phpQuery! 简洁、优雅、可扩展的PHP采集工具(爬虫),基于phpQuery。", "homepage": "http://querylist.cc", "keywords": [ "QueryList", "phpQuery", "spider" ], "support": { "issues": "https://github.com/jae-jae/QueryList/issues", "source": "https://github.com/jae-jae/QueryList/tree/V4.4.7" }, "time": "2026-02-02T06:26:44+00:00" }, { "name": "laravel/serializable-closure", "version": "v2.0.13", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/laravel/serializable-closure/v2.0.13/laravel-serializable-closure-v2.0.13.zip", "reference": "b566ee0dd251f3c4078bed003a7ce015f5ea6dce", "shasum": "" }, "require": { "php": "^8.1" }, "require-dev": { "illuminate/support": "^10.0|^11.0|^12.0|^13.0", "nesbot/carbon": "^2.67|^3.0", "pestphp/pest": "^2.36|^3.0|^4.0", "phpstan/phpstan": "^2.0", "symfony/var-dumper": "^6.2.0|^7.0.0|^8.0.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.x-dev" } }, "autoload": { "psr-4": { "Laravel\\SerializableClosure\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" }, { "name": "Nuno Maduro", "email": "nuno@laravel.com" } ], "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.", "keywords": [ "closure", "laravel", "serializable" ], "support": { "issues": "https://github.com/laravel/serializable-closure/issues", "source": "https://github.com/laravel/serializable-closure" }, "time": "2026-04-16T14:03:50+00:00" }, { "name": "linfly/annotation", "version": "2.1.0", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/linfly/annotation/2.1.0/linfly-annotation-2.1.0.zip", "reference": "1ad9eeedf112f6cb0b2e61ff8c7e9244cdf62703", "shasum": "" }, "require": { "php": "^8.0", "php-di/php-di": "^7.0" }, "type": "library", "autoload": { "psr-4": { "LinFly\\Annotation\\": "src/" } }, "license": [ "MIT" ], "description": "Webman plugin linfly/annotation", "support": { "issues": "https://github.com/imlinfly/webman-annotation/issues", "source": "https://github.com/imlinfly/webman-annotation/tree/2.1.0" }, "time": "2024-12-30T02:32:13+00:00" }, { "name": "maennchen/zipstream-php", "version": "3.1.2", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/maennchen/zipstream-php/3.1.2/maennchen-zipstream-php-3.1.2.zip", "reference": "aeadcf5c412332eb426c0f9b4485f6accba2a99f", "shasum": "" }, "require": { "ext-mbstring": "*", "ext-zlib": "*", "php-64bit": "^8.2" }, "require-dev": { "brianium/paratest": "^7.7", "ext-zip": "*", "friendsofphp/php-cs-fixer": "^3.16", "guzzlehttp/guzzle": "^7.5", "mikey179/vfsstream": "^1.6", "php-coveralls/php-coveralls": "^2.5", "phpunit/phpunit": "^11.0", "vimeo/psalm": "^6.0" }, "suggest": { "guzzlehttp/psr7": "^2.4", "psr/http-message": "^2.0" }, "type": "library", "autoload": { "psr-4": { "ZipStream\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Paul Duncan", "email": "pabs@pablotron.org" }, { "name": "Jonatan Männchen", "email": "jonatan@maennchen.ch" }, { "name": "Jesse Donat", "email": "donatj@gmail.com" }, { "name": "András Kolesár", "email": "kolesar@kolesar.hu" } ], "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.", "keywords": [ "stream", "zip" ], "support": { "issues": "https://github.com/maennchen/ZipStream-PHP/issues", "source": "https://github.com/maennchen/ZipStream-PHP/tree/3.1.2" }, "time": "2025-01-27T12:07:53+00:00" }, { "name": "markbaker/complex", "version": "3.0.2", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/markbaker/complex/3.0.2/markbaker-complex-3.0.2.zip", "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "dev-master", "phpcompatibility/php-compatibility": "^9.3", "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", "squizlabs/php_codesniffer": "^3.7" }, "type": "library", "autoload": { "psr-4": { "Complex\\": "classes/src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Mark Baker", "email": "mark@lange.demon.co.uk" } ], "description": "PHP Class for working with complex numbers", "homepage": "https://github.com/MarkBaker/PHPComplex", "keywords": [ "complex", "mathematics" ], "support": { "issues": "https://github.com/MarkBaker/PHPComplex/issues", "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2" }, "time": "2022-12-06T16:21:08+00:00" }, { "name": "markbaker/matrix", "version": "3.0.1", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/markbaker/matrix/3.0.1/markbaker-matrix-3.0.1.zip", "reference": "728434227fe21be27ff6d86621a1b13107a2562c", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "dev-master", "phpcompatibility/php-compatibility": "^9.3", "phpdocumentor/phpdocumentor": "2.*", "phploc/phploc": "^4.0", "phpmd/phpmd": "2.*", "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", "sebastian/phpcpd": "^4.0", "squizlabs/php_codesniffer": "^3.7" }, "type": "library", "autoload": { "psr-4": { "Matrix\\": "classes/src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Mark Baker", "email": "mark@demon-angel.eu" } ], "description": "PHP Class for working with matrices", "homepage": "https://github.com/MarkBaker/PHPMatrix", "keywords": [ "mathematics", "matrix", "vector" ], "support": { "issues": "https://github.com/MarkBaker/PHPMatrix/issues", "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1" }, "time": "2022-12-02T22:17:43+00:00" }, { "name": "monolog/monolog", "version": "2.11.0", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/monolog/monolog/2.11.0/monolog-monolog-2.11.0.zip", "reference": "37308608e599f34a1a4845b16440047ec98a172a", "shasum": "" }, "require": { "php": ">=7.2", "psr/log": "^1.0.1 || ^2.0 || ^3.0" }, "provide": { "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0" }, "require-dev": { "aws/aws-sdk-php": "^2.4.9 || ^3.0", "doctrine/couchdb": "~1.0@dev", "elasticsearch/elasticsearch": "^7 || ^8", "ext-json": "*", "graylog2/gelf-php": "^1.4.2 || ^2@dev", "guzzlehttp/guzzle": "^7.4", "guzzlehttp/psr7": "^2.2", "mongodb/mongodb": "^1.8 || ^2.0", "php-amqplib/php-amqplib": "~2.4 || ^3", "phpspec/prophecy": "^1.15", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^8.5.38 || ^9.6.19", "predis/predis": "^1.1 || ^2.0", "rollbar/rollbar": "^1.3 || ^2 || ^3", "ruflin/elastica": "^7", "swiftmailer/swiftmailer": "^5.3|^6.0", "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": "2.x-dev" } }, "autoload": { "psr-4": { "Monolog\\": "src/Monolog" } }, "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "https://seld.be" } ], "description": "Sends your logs to files, sockets, inboxes, databases and various web services", "homepage": "https://github.com/Seldaek/monolog", "keywords": [ "log", "logging", "psr-3" ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", "source": "https://github.com/Seldaek/monolog/tree/2.11.0" }, "time": "2026-01-01T13:05:00+00:00" }, { "name": "nesbot/carbon", "version": "3.13.1", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/nesbot/carbon/3.13.1/nesbot-carbon-3.13.1.zip", "reference": "2937ad3d1d2c506fd2bc97d571438a95641f44e2", "shasum": "" }, "require": { "carbonphp/carbon-doctrine-types": "<100.0", "ext-json": "*", "php": "^8.1", "psr/clock": "^1.0", "symfony/clock": "^6.3.12 || ^7.0 || ^8.0", "symfony/polyfill-mbstring": "^1.0", "symfony/translation": "^4.4.18 || ^5.2.1 || ^6.0 || ^7.0 || ^8.0" }, "provide": { "psr/clock-implementation": "1.0" }, "require-dev": { "doctrine/dbal": "^3.6.3 || ^4.0", "doctrine/orm": "^2.15.2 || ^3.0", "friendsofphp/php-cs-fixer": "^v3.87.1", "kylekatarnls/multi-tester": "^2.5.3", "phpmd/phpmd": "^2.15.0", "phpstan/extension-installer": "^1.4.3", "phpstan/phpstan": "^2.1.22", "phpunit/phpunit": "^10.5.53", "squizlabs/php_codesniffer": "^3.13.4 || ^4.0.0" }, "bin": [ "bin/carbon" ], "type": "library", "extra": { "laravel": { "providers": [ "Carbon\\Laravel\\ServiceProvider" ] }, "phpstan": { "includes": [ "extension.neon" ] }, "branch-alias": { "dev-2.x": "2.x-dev", "dev-master": "3.x-dev" } }, "autoload": { "psr-4": { "Carbon\\": "src/Carbon/" } }, "license": [ "MIT" ], "authors": [ { "name": "Brian Nesbitt", "email": "brian@nesbot.com", "homepage": "https://markido.com" }, { "name": "kylekatarnls", "homepage": "https://github.com/kylekatarnls" } ], "description": "An API extension for DateTime that supports 281 different languages.", "homepage": "https://carbonphp.github.io/carbon/", "keywords": [ "date", "datetime", "time" ], "support": { "docs": "https://carbonphp.github.io/carbon/guide/getting-started/introduction.html", "issues": "https://github.com/CarbonPHP/carbon/issues", "source": "https://github.com/CarbonPHP/carbon" }, "time": "2026-07-09T18:23:49+00:00" }, { "name": "nikic/fast-route", "version": "1.3.1", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/nikic/fast-route/1.3.1/nikic-fast-route-1.3.1.zip", "reference": "7476684f39bb9124b3be69ed3d84b66723920298", "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" ], "support": { "issues": "https://github.com/nikic/FastRoute/issues", "source": "https://github.com/nikic/FastRoute/tree/1.3.1" }, "time": "2026-07-09T19:38:47+00:00" }, { "name": "overtrue/pinyin", "version": "6.0.1", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/overtrue/pinyin/6.0.1/overtrue-pinyin-6.0.1.zip", "reference": "d79364f289f5ccdabdd3142556d4254c7574f87c", "shasum": "" }, "require": { "php": ">=8.1" }, "require-dev": { "brainmaestro/composer-git-hooks": "^3.0", "laravel/pint": "^1.10", "nunomaduro/termwind": "^1.0 || ^2.0", "phpunit/phpunit": "^10.5 || ^11.5 || ^12.0" }, "bin": [ "bin/pinyin" ], "type": "library", "extra": { "hooks": { "pre-push": [ "composer pint", "composer test" ], "pre-commit": [ "composer pint", "composer test" ] } }, "autoload": { "psr-4": { "Overtrue\\Pinyin\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "overtrue", "email": "anzhengchao@gmail.com", "homepage": "http://github.com/overtrue" } ], "description": "Chinese to pinyin translator.", "homepage": "https://github.com/overtrue/pinyin", "keywords": [ "Chinese", "Pinyin", "cn2pinyin" ], "support": { "issues": "https://github.com/overtrue/pinyin/issues", "source": "https://github.com/overtrue/pinyin/tree/6.0.1" }, "time": "2026-03-06T13:15:43+00:00" }, { "name": "php-di/invoker", "version": "2.3.7", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/php-di/invoker/2.3.7/php-di-invoker-2.3.7.zip", "reference": "3c1ddfdef181431fbc4be83378f6d036d59e81e1", "shasum": "" }, "require": { "php": ">=7.3", "psr/container": "^1.0|^2.0" }, "require-dev": { "athletic/athletic": "~0.1.8", "mnapoli/hard-mode": "~0.3.0", "phpunit/phpunit": "^9.0 || ^10 || ^11 || ^12" }, "type": "library", "autoload": { "psr-4": { "Invoker\\": "src/" } }, "license": [ "MIT" ], "description": "Generic and extensible callable invoker", "homepage": "https://github.com/PHP-DI/Invoker", "keywords": [ "callable", "dependency", "dependency-injection", "injection", "invoke", "invoker" ], "support": { "issues": "https://github.com/PHP-DI/Invoker/issues", "source": "https://github.com/PHP-DI/Invoker/tree/2.3.7" }, "time": "2025-08-30T10:22:22+00:00" }, { "name": "php-di/php-di", "version": "7.1.1", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/php-di/php-di/7.1.1/php-di-php-di-7.1.1.zip", "reference": "f88054cc052e40dbe7b383c8817c19442d480352", "shasum": "" }, "require": { "laravel/serializable-closure": "^1.0 || ^2.0", "php": ">=8.0", "php-di/invoker": "^2.0", "psr/container": "^1.1 || ^2.0" }, "provide": { "psr/container-implementation": "^1.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3", "friendsofphp/proxy-manager-lts": "^1", "mnapoli/phpunit-easymock": "^1.3", "phpunit/phpunit": "^9.6 || ^10 || ^11", "vimeo/psalm": "^5|^6" }, "suggest": { "friendsofphp/proxy-manager-lts": "Install it if you want to use lazy injection (version ^1)" }, "type": "library", "autoload": { "files": [ "src/functions.php" ], "psr-4": { "DI\\": "src/" } }, "license": [ "MIT" ], "description": "The dependency injection container for humans", "homepage": "https://php-di.org/", "keywords": [ "PSR-11", "container", "container-interop", "dependency injection", "di", "ioc", "psr11" ], "support": { "issues": "https://github.com/PHP-DI/PHP-DI/issues", "source": "https://github.com/PHP-DI/PHP-DI/tree/7.1.1" }, "time": "2025-08-16T11:10:48+00:00" }, { "name": "phpoffice/phpspreadsheet", "version": "5.9.0", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/phpoffice/phpspreadsheet/5.9.0/phpoffice-phpspreadsheet-5.9.0.zip", "reference": "05e99ebf61238a70227b4d9cc02d0030d34f6339", "shasum": "" }, "require": { "composer/pcre": "^1||^2||^3", "ext-ctype": "*", "ext-dom": "*", "ext-fileinfo": "*", "ext-filter": "*", "ext-gd": "*", "ext-iconv": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-simplexml": "*", "ext-xml": "*", "ext-xmlreader": "*", "ext-xmlwriter": "*", "ext-zip": "*", "ext-zlib": "*", "maennchen/zipstream-php": "^2.1 || ^3.0", "markbaker/complex": "^3.0", "markbaker/matrix": "^3.0", "php": "^8.2", "psr/simple-cache": "^1.0 || ^2.0 || ^3.0" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "dev-main", "dompdf/dompdf": "^2.0 || ^3.0", "ext-intl": "*", "friendsofphp/php-cs-fixer": "^3.2", "mitoteam/jpgraph": "^10.5", "mpdf/mpdf": "^8.1.1", "phpcompatibility/php-compatibility": "^9.3", "phpstan/phpstan": "^1.1 || ^2.0", "phpstan/phpstan-deprecation-rules": "^1.0 || ^2.0", "phpstan/phpstan-phpunit": "^1.0 || ^2.0", "phpunit/phpunit": "^10.5 || ^11.0", "squizlabs/php_codesniffer": "^3.7", "tecnickcom/tcpdf": "^6.5" }, "suggest": { "dompdf/dompdf": "Option for rendering PDF with PDF Writer", "ext-intl": "PHP Internationalization Functions, required for NumberFormat Wizard and StringHelper::setLocale()", "mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers", "mpdf/mpdf": "Option for rendering PDF with PDF Writer", "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer" }, "type": "library", "autoload": { "psr-4": { "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet" } }, "license": [ "MIT" ], "authors": [ { "name": "Maarten Balliauw", "homepage": "https://blog.maartenballiauw.be" }, { "name": "Mark Baker", "homepage": "https://markbakeruk.net" }, { "name": "Franck Lefevre", "homepage": "https://rootslabs.net" }, { "name": "Erik Tilt" }, { "name": "Adrien Crivelli" }, { "name": "Owen Leibman" } ], "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine", "homepage": "https://github.com/PHPOffice/PhpSpreadsheet", "keywords": [ "OpenXML", "excel", "gnumeric", "ods", "php", "spreadsheet", "xls", "xlsx" ], "support": { "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues", "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/5.9.0" }, "time": "2026-07-12T19:17:39+00:00" }, { "name": "phpoption/phpoption", "version": "1.9.5", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/phpoption/phpoption/1.9.5/phpoption-phpoption-1.9.5.zip", "reference": "75365b91986c2405cf5e1e012c5595cd487a98be", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "phpunit/phpunit": "^8.5.44 || ^9.6.25 || ^10.5.53 || ^11.5.34" }, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false }, "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" ], "support": { "issues": "https://github.com/schmittjoh/php-option/issues", "source": "https://github.com/schmittjoh/php-option/tree/1.9.5" }, "time": "2025-12-27T19:41:33+00:00" }, { "name": "psr/cache", "version": "3.0.0", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/psr/cache/3.0.0/psr-cache-3.0.0.zip", "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", "shasum": "" }, "require": { "php": ">=8.0.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Cache\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for caching libraries", "keywords": [ "cache", "psr", "psr-6" ], "support": { "source": "https://github.com/php-fig/cache/tree/3.0.0" }, "time": "2021-02-03T23:26:27+00:00" }, { "name": "psr/clock", "version": "1.0.0", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/psr/clock/1.0.0/psr-clock-1.0.0.zip", "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d", "shasum": "" }, "require": { "php": "^7.0 || ^8.0" }, "type": "library", "autoload": { "psr-4": { "Psr\\Clock\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for reading the clock.", "homepage": "https://github.com/php-fig/clock", "keywords": [ "clock", "now", "psr", "psr-20", "time" ], "support": { "issues": "https://github.com/php-fig/clock/issues", "source": "https://github.com/php-fig/clock/tree/1.0.0" }, "time": "2022-11-25T14:36:26+00:00" }, { "name": "psr/container", "version": "2.0.2", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/psr/container/2.0.2/psr-container-2.0.2.zip", "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963", "shasum": "" }, "require": { "php": ">=7.4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Container\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common Container Interface (PHP FIG PSR-11)", "homepage": "https://github.com/php-fig/container", "keywords": [ "PSR-11", "container", "container-interface", "container-interop", "psr" ], "support": { "issues": "https://github.com/php-fig/container/issues", "source": "https://github.com/php-fig/container/tree/2.0.2" }, "time": "2021-11-05T16:47:00+00:00" }, { "name": "psr/http-client", "version": "1.0.3", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/psr/http-client/1.0.3/psr-http-client-1.0.3.zip", "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", "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" ], "support": { "source": "https://github.com/php-fig/http-client" }, "time": "2023-09-23T14:17:50+00:00" }, { "name": "psr/http-factory", "version": "1.1.0", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/psr/http-factory/1.1.0/psr-http-factory-1.1.0.zip", "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", "shasum": "" }, "require": { "php": ">=7.1", "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": "PSR-17: Common interfaces for PSR-7 HTTP message factories", "keywords": [ "factory", "http", "message", "psr", "psr-17", "psr-7", "request", "response" ], "support": { "source": "https://github.com/php-fig/http-factory" }, "time": "2024-04-15T12:06:14+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" ], "support": { "source": "https://github.com/php-fig/http-message/tree/2.0" }, "time": "2023-04-04T09:54:51+00:00" }, { "name": "psr/log", "version": "3.0.2", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/psr/log/3.0.2/psr-log-3.0.2.zip", "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", "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" ], "support": { "source": "https://github.com/php-fig/log/tree/3.0.2" }, "time": "2024-09-11T13:17:53+00:00" }, { "name": "psr/simple-cache", "version": "3.0.0", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/psr/simple-cache/3.0.0/psr-simple-cache-3.0.0.zip", "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865", "shasum": "" }, "require": { "php": ">=8.0.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\SimpleCache\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interfaces for simple caching", "keywords": [ "cache", "caching", "psr", "psr-16", "simple-cache" ], "support": { "source": "https://github.com/php-fig/simple-cache/tree/3.0.0" }, "time": "2021-10-29T13:26:27+00:00" }, { "name": "qcloud/cos-sdk-v5", "version": "v2.6.16", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/qcloud/cos-sdk-v5/v2.6.16/qcloud-cos-sdk-v5-v2.6.16.zip", "reference": "22366f4b4f7f277e67aa72eea8d1e02a5f9943e2", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-simplexml": "*", "guzzlehttp/guzzle": "^6.2.1 || ^7.0", "guzzlehttp/guzzle-services": "^1.1", "guzzlehttp/psr7": "^1.3.1 || ^2.0", "php": ">=5.6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.4-dev" } }, "autoload": { "files": [ "src/Common.php" ], "psr-4": { "Qcloud\\Cos\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "yaozongyou", "email": "yaozongyou@vip.qq.com" }, { "name": "lewzylu", "email": "327874225@qq.com" }, { "name": "tuunalai", "email": "550566181@qq.com" } ], "description": "PHP SDK for QCloud COS", "keywords": [ "cos", "php", "qcloud" ], "support": { "issues": "https://github.com/tencentyun/cos-php-sdk-v5/issues", "source": "https://github.com/tencentyun/cos-php-sdk-v5/tree/v2.6.16" }, "time": "2025-01-21T12:49:21+00:00" }, { "name": "ralouphie/getallheaders", "version": "3.0.3", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/ralouphie/getallheaders/3.0.3/ralouphie-getallheaders-3.0.3.zip", "reference": "120b605dfeb996808c31b6477290a714d356e822", "shasum": "" }, "require": { "php": ">=5.6" }, "require-dev": { "php-coveralls/php-coveralls": "^2.1", "phpunit/phpunit": "^5 || ^6.5" }, "type": "library", "autoload": { "files": [ "src/getallheaders.php" ] }, "license": [ "MIT" ], "authors": [ { "name": "Ralph Khattar", "email": "ralph.khattar@gmail.com" } ], "description": "A polyfill for getallheaders.", "support": { "issues": "https://github.com/ralouphie/getallheaders/issues", "source": "https://github.com/ralouphie/getallheaders/tree/develop" }, "time": "2019-03-08T08:55:37+00:00" }, { "name": "shopwwi/webman-auth", "version": "v2.0.1", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/shopwwi/webman-auth/v2.0.1/shopwwi-webman-auth-v2.0.1.zip", "reference": "76afe0eb98100d6051284f6b3bc9531d5f04a3dd", "shasum": "" }, "require": { "firebase/php-jwt": ">=5.4|^6.0", "php": ">=7.2", "webman/console": "^1.0 || ^2.0 || dev-master" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Shopwwi\\WebmanAuth\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Tycoon Song", "email": "8988354@qq.com" } ], "description": "webman auth", "keywords": [ "auth", "webman" ], "support": { "issues": "https://github.com/shopwwi/webman-auth/issues", "source": "https://github.com/shopwwi/webman-auth/tree/v2.0.1" }, "time": "2026-05-26T07:51:05+00:00" }, { "name": "symfony/cache", "version": "v7.3.11", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/cache/v7.3.11/symfony-cache-v7.3.11.zip", "reference": "e3e76b9ba0dff3dfe08ebda500723976dd9de407", "shasum": "" }, "require": { "php": ">=8.2", "psr/cache": "^2.0|^3.0", "psr/log": "^1.1|^2|^3", "symfony/cache-contracts": "^3.6", "symfony/deprecation-contracts": "^2.5|^3.0", "symfony/service-contracts": "^2.5|^3", "symfony/var-exporter": "^6.4|^7.0" }, "conflict": { "doctrine/dbal": "<3.6", "symfony/dependency-injection": "<6.4", "symfony/http-kernel": "<6.4", "symfony/var-dumper": "<6.4" }, "provide": { "psr/cache-implementation": "2.0|3.0", "psr/simple-cache-implementation": "1.0|2.0|3.0", "symfony/cache-implementation": "1.1|2.0|3.0" }, "require-dev": { "cache/integration-tests": "dev-master", "doctrine/dbal": "^3.6|^4", "predis/predis": "^1.1|^2.0", "psr/simple-cache": "^1.0|^2.0|^3.0", "symfony/clock": "^6.4|^7.0", "symfony/config": "^6.4|^7.0", "symfony/dependency-injection": "^6.4|^7.0", "symfony/filesystem": "^6.4|^7.0", "symfony/http-kernel": "^6.4|^7.0", "symfony/messenger": "^6.4|^7.0", "symfony/var-dumper": "^6.4|^7.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Cache\\": "" }, "classmap": [ "Traits/ValueWrapper.php" ], "exclude-from-classmap": [ "/Tests/" ] }, "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides extended PSR-6, PSR-16 (and tags) implementations", "homepage": "https://symfony.com", "keywords": [ "caching", "psr6" ], "support": { "source": "https://github.com/symfony/cache/tree/v7.3.11" }, "time": "2026-01-27T16:12:03+00:00" }, { "name": "symfony/cache-contracts", "version": "v3.7.1", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/cache-contracts/v3.7.1/symfony-cache-contracts-v3.7.1.zip", "reference": "9789738bc19af1106dc54d6afba9a0b467516cf2", "shasum": "" }, "require": { "php": ">=8.1", "psr/cache": "^3.0" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/contracts", "name": "symfony/contracts" }, "branch-alias": { "dev-main": "3.7-dev" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\Cache\\": "" } }, "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Generic abstractions related to caching", "homepage": "https://symfony.com", "keywords": [ "abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards" ], "support": { "source": "https://github.com/symfony/cache-contracts/tree/v3.7.1" }, "time": "2026-06-05T06:23:12+00:00" }, { "name": "symfony/clock", "version": "v7.4.8", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/clock/v7.4.8/symfony-clock-v7.4.8.zip", "reference": "674fa3b98e21531dd040e613479f5f6fa8f32111", "shasum": "" }, "require": { "php": ">=8.2", "psr/clock": "^1.0", "symfony/polyfill-php83": "^1.28" }, "provide": { "psr/clock-implementation": "1.0" }, "type": "library", "autoload": { "files": [ "Resources/now.php" ], "psr-4": { "Symfony\\Component\\Clock\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Decouples applications from the system clock", "homepage": "https://symfony.com", "keywords": [ "clock", "psr20", "time" ], "support": { "source": "https://github.com/symfony/clock/tree/v7.4.8" }, "time": "2026-03-24T13:12:05+00:00" }, { "name": "symfony/console", "version": "v7.4.14", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/console/v7.4.14/symfony-console-v7.4.14.zip", "reference": "92f58bc4bf97a92ed1b9f367f0cd44f20bde0e87", "shasum": "" }, "require": { "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-mbstring": "~1.0", "symfony/service-contracts": "^2.5|^3", "symfony/string": "^7.2|^8.0" }, "conflict": { "symfony/dependency-injection": "<6.4", "symfony/dotenv": "<6.4", "symfony/event-dispatcher": "<6.4", "symfony/lock": "<6.4", "symfony/process": "<6.4" }, "provide": { "psr/log-implementation": "1.0|2.0|3.0" }, "require-dev": { "psr/log": "^1|^2|^3", "symfony/config": "^6.4|^7.0|^8.0", "symfony/dependency-injection": "^6.4|^7.0|^8.0", "symfony/event-dispatcher": "^6.4|^7.0|^8.0", "symfony/http-foundation": "^6.4|^7.0|^8.0", "symfony/http-kernel": "^6.4|^7.0|^8.0", "symfony/lock": "^6.4|^7.0|^8.0", "symfony/messenger": "^6.4|^7.0|^8.0", "symfony/process": "^6.4|^7.0|^8.0", "symfony/stopwatch": "^6.4|^7.0|^8.0", "symfony/var-dumper": "^6.4|^7.0|^8.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" ], "support": { "source": "https://github.com/symfony/console/tree/v7.4.14" }, "time": "2026-06-16T11:50:14+00:00" }, { "name": "symfony/deprecation-contracts", "version": "v3.7.1", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/deprecation-contracts/v3.7.1/symfony-deprecation-contracts-v3.7.1.zip", "reference": "f3202fa1b5097b0af062dc978b32ecf63404e31d", "shasum": "" }, "require": { "php": ">=8.1" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/contracts", "name": "symfony/contracts" }, "branch-alias": { "dev-main": "3.7-dev" } }, "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", "support": { "source": "https://github.com/symfony/deprecation-contracts/tree/v3.7.1" }, "time": "2026-06-05T06:23:12+00:00" }, { "name": "symfony/finder", "version": "v7.4.14", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/finder/v7.4.14/symfony-finder-v7.4.14.zip", "reference": "13b38720174286f55d1761152b575a8d1436fc25", "shasum": "" }, "require": { "php": ">=8.2" }, "require-dev": { "symfony/filesystem": "^6.4|^7.0|^8.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", "support": { "source": "https://github.com/symfony/finder/tree/v7.4.14" }, "time": "2026-06-27T08:31:18+00:00" }, { "name": "symfony/http-foundation", "version": "v7.4.14", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/http-foundation/v7.4.14/symfony-http-foundation-v7.4.14.zip", "reference": "06db5ae1552177bf8572f8908839f12e3c06aed3", "shasum": "" }, "require": { "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-mbstring": "^1.1" }, "conflict": { "doctrine/dbal": "<3.6", "symfony/cache": "<6.4.12|>=7.0,<7.1.5" }, "require-dev": { "doctrine/dbal": "^3.6|^4", "predis/predis": "^1.1|^2.0", "symfony/cache": "^6.4.12|^7.1.5|^8.0", "symfony/clock": "^6.4|^7.0|^8.0", "symfony/dependency-injection": "^6.4|^7.0|^8.0", "symfony/expression-language": "^6.4|^7.0|^8.0", "symfony/http-kernel": "^6.4|^7.0|^8.0", "symfony/mime": "^6.4|^7.0|^8.0", "symfony/rate-limiter": "^6.4|^7.0|^8.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", "support": { "source": "https://github.com/symfony/http-foundation/tree/v7.4.14" }, "time": "2026-06-11T07:31:44+00:00" }, { "name": "symfony/mime", "version": "v7.4.13", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/mime/v7.4.13/symfony-mime-v7.4.13.zip", "reference": "a845722765c4f6b2ce88beaf4f4479975b186770", "shasum": "" }, "require": { "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-intl-idn": "^1.10", "symfony/polyfill-mbstring": "^1.0" }, "conflict": { "egulias/email-validator": "~3.0.0", "phpdocumentor/reflection-docblock": "<5.2|>=7", "phpdocumentor/type-resolver": "<1.5.1", "symfony/mailer": "<6.4", "symfony/serializer": "<6.4.3|>7.0,<7.0.3" }, "require-dev": { "egulias/email-validator": "^2.1.10|^3.1|^4", "league/html-to-markdown": "^5.0", "phpdocumentor/reflection-docblock": "^5.2|^6.0", "symfony/dependency-injection": "^6.4|^7.0|^8.0", "symfony/process": "^6.4|^7.0|^8.0", "symfony/property-access": "^6.4|^7.0|^8.0", "symfony/property-info": "^6.4|^7.0|^8.0", "symfony/serializer": "^6.4.3|^7.0.3|^8.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Mime\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Allows manipulating MIME messages", "homepage": "https://symfony.com", "keywords": [ "mime", "mime-type" ], "support": { "source": "https://github.com/symfony/mime/tree/v7.4.13" }, "time": "2026-05-23T16:22:37+00:00" }, { "name": "symfony/polyfill-ctype", "version": "v1.37.0", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/polyfill-ctype/v1.37.0/symfony-polyfill-ctype-v1.37.0.zip", "reference": "141046a8f9477948ff284fa65be2095baafb94f2", "shasum": "" }, "require": { "php": ">=7.2" }, "provide": { "ext-ctype": "*" }, "suggest": { "ext-ctype": "For best performance" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "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" ], "support": { "source": "https://github.com/symfony/polyfill-ctype/tree/v1.37.0" }, "time": "2026-04-10T16:19:22+00:00" }, { "name": "symfony/polyfill-intl-grapheme", "version": "v1.38.1", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/polyfill-intl-grapheme/v1.38.1/symfony-polyfill-intl-grapheme-v1.38.1.zip", "reference": "e9247d281d694a5120554d9afaf54e070e88a603", "shasum": "" }, "require": { "php": ">=7.2" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "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" ], "support": { "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.38.1" }, "time": "2026-05-26T05:58:03+00:00" }, { "name": "symfony/polyfill-intl-idn", "version": "v1.38.1", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/polyfill-intl-idn/v1.38.1/symfony-polyfill-intl-idn-v1.38.1.zip", "reference": "dc21118016c039a66235cf93d96b435ffb282412", "shasum": "" }, "require": { "php": ">=7.2", "symfony/polyfill-intl-normalizer": "^1.10" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Intl\\Idn\\": "" } }, "license": [ "MIT" ], "authors": [ { "name": "Laurent Bassin", "email": "laurent@bassin.info" }, { "name": "Trevor Rowbotham", "email": "trevor.rowbotham@pm.me" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "idn", "intl", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.38.1" }, "time": "2026-05-25T15:22:23+00:00" }, { "name": "symfony/polyfill-intl-normalizer", "version": "v1.38.0", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/polyfill-intl-normalizer/v1.38.0/symfony-polyfill-intl-normalizer-v1.38.0.zip", "reference": "2d446c214bdbe5b71bde5011b060a05fece3ae6b", "shasum": "" }, "require": { "php": ">=7.2" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "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" ], "support": { "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.38.0" }, "time": "2026-05-25T13:48:31+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.38.2", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/polyfill-mbstring/v1.38.2/symfony-polyfill-mbstring-v1.38.2.zip", "reference": "d3d318bad5e7a1bfbd026009c8bfb8d8f99ae6b6", "shasum": "" }, "require": { "ext-iconv": "*", "php": ">=7.2" }, "provide": { "ext-mbstring": "*" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "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" ], "support": { "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.38.2" }, "time": "2026-05-27T06:59:30+00:00" }, { "name": "symfony/polyfill-php80", "version": "v1.37.0", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/polyfill-php80/v1.37.0/symfony-polyfill-php80-v1.37.0.zip", "reference": "dfb55726c3a76ea3b6459fcfda1ec2d80a682411", "shasum": "" }, "require": { "php": ">=7.2" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "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" ], "support": { "source": "https://github.com/symfony/polyfill-php80/tree/v1.37.0" }, "time": "2026-04-10T16:19:22+00:00" }, { "name": "symfony/polyfill-php83", "version": "v1.38.2", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/polyfill-php83/v1.38.2/symfony-polyfill-php83-v1.38.2.zip", "reference": "796a26abb75ce49f3a84433cd81bf1009d73d5f8", "shasum": "" }, "require": { "php": ">=7.2" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "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" ], "support": { "source": "https://github.com/symfony/polyfill-php83/tree/v1.38.2" }, "time": "2026-05-27T06:51:48+00:00" }, { "name": "symfony/polyfill-php84", "version": "v1.38.1", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/polyfill-php84/v1.38.1/symfony-polyfill-php84-v1.38.1.zip", "reference": "f4e1dfaee5b74aba5964fe1fd4dfc7ba5e3085fa", "shasum": "" }, "require": { "php": ">=7.2" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php84\\": "" }, "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.4+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php84/tree/v1.38.1" }, "time": "2026-05-26T12:51:13+00:00" }, { "name": "symfony/polyfill-php85", "version": "v1.38.1", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/polyfill-php85/v1.38.1/symfony-polyfill-php85-v1.38.1.zip", "reference": "ba2ba04f3352cfa2dcbbcb90aee13ed967f505b1", "shasum": "" }, "require": { "php": ">=7.2" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php85\\": "" }, "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.5+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php85/tree/v1.38.1" }, "time": "2026-05-26T02:25:22+00:00" }, { "name": "symfony/service-contracts", "version": "v3.7.1", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/service-contracts/v3.7.1/symfony-service-contracts-v3.7.1.zip", "reference": "c0a284bab1ed8aa0417e3d69250ab437739563a0", "shasum": "" }, "require": { "php": ">=8.1", "psr/container": "^1.1|^2.0", "symfony/deprecation-contracts": "^2.5|^3" }, "conflict": { "ext-psr": "<1.1|>=2" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/contracts", "name": "symfony/contracts" }, "branch-alias": { "dev-main": "3.7-dev" } }, "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" ], "support": { "source": "https://github.com/symfony/service-contracts/tree/v3.7.1" }, "time": "2026-06-16T09:55:08+00:00" }, { "name": "symfony/string", "version": "v7.4.13", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/string/v7.4.13/symfony-string-v7.4.13.zip", "reference": "961683010db3b27ec6ebcd7308e6e1ee8fa7ffde", "shasum": "" }, "require": { "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3.0", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-intl-grapheme": "~1.33", "symfony/polyfill-intl-normalizer": "~1.0", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "symfony/translation-contracts": "<2.5" }, "require-dev": { "symfony/emoji": "^7.1|^8.0", "symfony/http-client": "^6.4|^7.0|^8.0", "symfony/intl": "^6.4|^7.0|^8.0", "symfony/translation-contracts": "^2.5|^3.0", "symfony/var-exporter": "^6.4|^7.0|^8.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" ], "support": { "source": "https://github.com/symfony/string/tree/v7.4.13" }, "time": "2026-05-23T15:23:29+00:00" }, { "name": "symfony/translation", "version": "v7.4.14", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/translation/v7.4.14/symfony-translation-v7.4.14.zip", "reference": "a1af4dacb24eb7ef4f1ca71b94da8ddbce572281", "shasum": "" }, "require": { "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-mbstring": "~1.0", "symfony/translation-contracts": "^2.5.3|^3.3" }, "conflict": { "nikic/php-parser": "<5.0", "symfony/config": "<6.4", "symfony/console": "<6.4", "symfony/dependency-injection": "<6.4", "symfony/http-client-contracts": "<2.5", "symfony/http-kernel": "<6.4", "symfony/service-contracts": "<2.5", "symfony/twig-bundle": "<6.4", "symfony/yaml": "<6.4" }, "provide": { "symfony/translation-implementation": "2.3|3.0" }, "require-dev": { "nikic/php-parser": "^5.0", "psr/log": "^1|^2|^3", "symfony/config": "^6.4|^7.0|^8.0", "symfony/console": "^6.4|^7.0|^8.0", "symfony/dependency-injection": "^6.4|^7.0|^8.0", "symfony/finder": "^6.4|^7.0|^8.0", "symfony/http-client-contracts": "^2.5|^3.0", "symfony/http-kernel": "^6.4|^7.0|^8.0", "symfony/intl": "^6.4|^7.0|^8.0", "symfony/polyfill-intl-icu": "^1.21", "symfony/routing": "^6.4|^7.0|^8.0", "symfony/service-contracts": "^2.5|^3", "symfony/yaml": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "files": [ "Resources/functions.php" ], "psr-4": { "Symfony\\Component\\Translation\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/translation/tree/v7.4.14" }, "time": "2026-06-06T09:33:19+00:00" }, { "name": "symfony/translation-contracts", "version": "v3.7.1", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/translation-contracts/v3.7.1/symfony-translation-contracts-v3.7.1.zip", "reference": "ccb206b98faccc511ebae8e5fad50f2dc0b30621", "shasum": "" }, "require": { "php": ">=8.1" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/contracts", "name": "symfony/contracts" }, "branch-alias": { "dev-main": "3.7-dev" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\Translation\\": "" }, "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 translation", "homepage": "https://symfony.com", "keywords": [ "abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards" ], "support": { "source": "https://github.com/symfony/translation-contracts/tree/v3.7.1" }, "time": "2026-06-05T06:23:12+00:00" }, { "name": "symfony/var-dumper", "version": "v7.4.14", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/var-dumper/v7.4.14/symfony-var-dumper-v7.4.14.zip", "reference": "9a3a56a4a1e65a5cb4f8d13801fe8ab0a170e358", "shasum": "" }, "require": { "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "symfony/console": "<6.4" }, "require-dev": { "symfony/console": "^6.4|^7.0|^8.0", "symfony/http-kernel": "^6.4|^7.0|^8.0", "symfony/process": "^6.4|^7.0|^8.0", "symfony/uid": "^6.4|^7.0|^8.0", "twig/twig": "^3.12" }, "bin": [ "Resources/bin/var-dump-server" ], "type": "library", "autoload": { "files": [ "Resources/functions/dump.php" ], "psr-4": { "Symfony\\Component\\VarDumper\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides mechanisms for walking through any arbitrary PHP variable", "homepage": "https://symfony.com", "keywords": [ "debug", "dump" ], "support": { "source": "https://github.com/symfony/var-dumper/tree/v7.4.14" }, "time": "2026-06-08T20:24:16+00:00" }, { "name": "symfony/var-exporter", "version": "v7.4.14", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/var-exporter/v7.4.14/symfony-var-exporter-v7.4.14.zip", "reference": "0118811b1d59f323bf131250b3fb919febfece28", "shasum": "" }, "require": { "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3" }, "require-dev": { "symfony/property-access": "^6.4|^7.0|^8.0", "symfony/serializer": "^6.4|^7.0|^8.0", "symfony/var-dumper": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\VarExporter\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Allows exporting any serializable PHP data structure to plain PHP code", "homepage": "https://symfony.com", "keywords": [ "clone", "construct", "export", "hydrate", "instantiate", "lazy-loading", "proxy", "serialize" ], "support": { "source": "https://github.com/symfony/var-exporter/tree/v7.4.14" }, "time": "2026-06-27T08:41:53+00:00" }, { "name": "tinywan/captcha", "version": "v0.0.4", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/tinywan/captcha/v0.0.4/tinywan-captcha-v0.0.4.zip", "reference": "5d24139730f2adcce162366f69d207d39fa89558", "shasum": "" }, "require": { "ext-gd": "*", "ext-mbstring": "*", "ext-redis": "*", "php": ">=7.2" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.6", "phpstan/phpstan": "^1.4", "workerman/webman": "^1.0" }, "type": "library", "autoload": { "psr-4": { "Tinywan\\Captcha\\": "src" } }, "license": [ "MIT" ], "authors": [ { "name": "Tinywan", "email": "756684177@qq.com" } ], "description": "base64 image verification captcha library for webman plugin", "keywords": [ "base64", "captcha", "plugin", "webman" ], "support": { "issues": "https://github.com/Tinywan/webman-captcha/issues", "source": "https://github.com/Tinywan/webman-captcha/tree/v0.0.4" }, "time": "2022-08-08T13:52:15+00:00" }, { "name": "tinywan/storage", "version": "v1.1.2", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/tinywan/storage/v1.1.2/tinywan-storage-v1.1.2.zip", "reference": "a39584356829860fd2acab396ded3e6d730c71ae", "shasum": "" }, "require": { "php": ">=7.2", "workerman/webman-framework": "^1.2.1||^2.0" }, "require-dev": { "aliyuncs/oss-sdk-php": "^2.4", "friendsofphp/php-cs-fixer": "^3.6", "league/flysystem-aws-s3-v3": "^1.0", "phpstan/phpstan": "^1.4", "phpunit/phpunit": "^9.5", "qcloud/cos-sdk-v5": "^2.5", "qiniu/php-sdk": "^7.4", "workerman/webman": "^1.0" }, "type": "library", "autoload": { "psr-4": { "Tinywan\\Storage\\": "src" } }, "license": [ "MIT" ], "description": "webman storage plugin", "support": { "issues": "https://github.com/Tinywan/webman-storage/issues", "source": "https://github.com/Tinywan/webman-storage/tree/v1.1.2" }, "time": "2025-08-21T02:16:10+00:00" }, { "name": "topthink/think-container", "version": "v3.0.2", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/topthink/think-container/v3.0.2/topthink-think-container-v3.0.2.zip", "reference": "b2df244be1e7399ad4c8be1ccc40ed57868f730a", "shasum": "" }, "require": { "php": ">=8.0", "psr/container": "^2.0", "topthink/think-helper": "^3.1" }, "require-dev": { "phpunit/phpunit": "^9.5" }, "type": "library", "autoload": { "files": [], "psr-4": { "think\\": "src" } }, "license": [ "Apache-2.0" ], "authors": [ { "name": "liu21st", "email": "liu21st@gmail.com" } ], "description": "PHP Container & Facade Manager", "support": { "issues": "https://github.com/top-think/think-container/issues", "source": "https://github.com/top-think/think-container/tree/v3.0.2" }, "time": "2025-04-07T03:21:51+00:00" }, { "name": "topthink/think-helper", "version": "v3.1.12", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/topthink/think-helper/v3.1.12/topthink-think-helper-v3.1.12.zip", "reference": "fe277121112a8f1c872e169a733ca80bb11c4acb", "shasum": "" }, "require": { "php": ">=7.1.0" }, "require-dev": { "phpunit/phpunit": "^9.5" }, "type": "library", "autoload": { "files": [ "src/helper.php" ], "psr-4": { "think\\": "src" } }, "license": [ "Apache-2.0" ], "authors": [ { "name": "yunwuxin", "email": "448901948@qq.com" } ], "description": "The ThinkPHP6 Helper Package", "support": { "issues": "https://github.com/top-think/think-helper/issues", "source": "https://github.com/top-think/think-helper/tree/v3.1.12" }, "time": "2025-12-26T09:58:29+00:00" }, { "name": "topthink/think-orm", "version": "v4.0.51", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/topthink/think-orm/v4.0.51/topthink-think-orm-v4.0.51.zip", "reference": "46abe2f824eb3bcb117d4c0ce93b203b592b79f7", "shasum": "" }, "require": { "ext-json": "*", "ext-pdo": "*", "php": ">=8.0.0", "psr/log": ">=1.0", "psr/simple-cache": "^3.0", "topthink/think-helper": "^3.1", "topthink/think-validate": "^3.0" }, "require-dev": { "phpunit/phpunit": "^9.6|^10" }, "suggest": { "ext-mongodb": "provide mongodb support" }, "type": "library", "autoload": { "files": [ "src/helper.php", "stubs/load_stubs.php" ], "psr-4": { "think\\": "src" } }, "license": [ "Apache-2.0" ], "authors": [ { "name": "liu21st", "email": "liu21st@gmail.com" } ], "description": "the PHP Database&ORM Framework", "keywords": [ "database", "orm" ], "support": { "issues": "https://github.com/top-think/think-orm/issues", "source": "https://github.com/top-think/think-orm/tree/v4.0.51" }, "time": "2025-12-18T13:11:52+00:00" }, { "name": "topthink/think-validate", "version": "v3.0.7", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/topthink/think-validate/v3.0.7/topthink-think-validate-v3.0.7.zip", "reference": "85063f6d4ef8ed122f17a36179dc3e0949b30988", "shasum": "" }, "require": { "php": ">=8.0", "topthink/think-container": ">=3.0" }, "type": "library", "autoload": { "files": [ "src/helper.php" ], "psr-4": { "think\\": "src" } }, "license": [ "Apache-2.0" ], "authors": [ { "name": "liu21st", "email": "liu21st@gmail.com" } ], "description": "think validate", "support": { "issues": "https://github.com/top-think/think-validate/issues", "source": "https://github.com/top-think/think-validate/tree/v3.0.7" }, "time": "2025-06-11T05:51:40+00:00" }, { "name": "vlucas/phpdotenv", "version": "v5.6.4", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/vlucas/phpdotenv/v5.6.4/vlucas-phpdotenv-v5.6.4.zip", "reference": "416df702837983f8d5ff48c9c3fee4f5f57b980b", "shasum": "" }, "require": { "ext-pcre": "*", "graham-campbell/result-type": "^1.1.4", "php": "^7.2.5 || ^8.0", "phpoption/phpoption": "^1.9.5", "symfony/polyfill-ctype": "^1.26", "symfony/polyfill-mbstring": "^1.26", "symfony/polyfill-php80": "^1.26" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "ext-filter": "*", "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2" }, "suggest": { "ext-filter": "Required to use the boolean validator." }, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false }, "branch-alias": { "dev-master": "5.6-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" ], "support": { "issues": "https://github.com/vlucas/phpdotenv/issues", "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.4" }, "time": "2026-07-06T19:11:50+00:00" }, { "name": "voku/portable-ascii", "version": "2.1.1", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/voku/portable-ascii/2.1.1/voku-portable-ascii-2.1.1.zip", "reference": "8e1051fe39379367aecf014f41744ce7539a856f", "shasum": "" }, "require": { "php": ">=7.1.0" }, "require-dev": { "phpunit/phpunit": "~8.5 || ~9.6 || ~10.5 || ~11.5" }, "suggest": { "ext-intl": "Use Intl for transliterator_transliterate() support" }, "type": "library", "autoload": { "psr-4": { "voku\\": "src/voku/" } }, "license": [ "MIT" ], "authors": [ { "name": "Lars Moelleken", "homepage": "https://www.moelleken.org/" } ], "description": "Portable ASCII library - performance optimized (ascii) string functions for php.", "homepage": "https://github.com/voku/portable-ascii", "keywords": [ "ascii", "clean", "php" ], "support": { "issues": "https://github.com/voku/portable-ascii/issues", "source": "https://github.com/voku/portable-ascii/tree/2.1.1" }, "time": "2026-04-26T05:33:54+00:00" }, { "name": "webman/console", "version": "v2.2.3", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/webman/console/v2.2.3/webman-console-v2.2.3.zip", "reference": "df5fffe07efd61d99dacacde9dd41a899ae923c4", "shasum": "" }, "require": { "doctrine/inflector": "^2.0", "php": ">=8.1", "symfony/console": "^6.1 || ^7.0" }, "require-dev": { "workerman/webman": "^2.1" }, "type": "library", "autoload": { "psr-4": { "Webman\\Console\\": "src" } }, "license": [ "MIT" ], "authors": [ { "name": "walkor", "email": "walkor@workerman.net", "homepage": "http://www.workerman.net", "role": "Developer" } ], "description": "Webman console", "homepage": "http://www.workerman.net", "keywords": [ "webman console" ], "support": { "email": "walkor@workerman.net", "forum": "http://www.workerman.net/questions", "issues": "https://github.com/webman-php/console/issues", "source": "https://github.com/webman-php/console", "wiki": "http://www.workerman.net/doc/webman" }, "time": "2026-03-29T08:32:39+00:00" }, { "name": "webman/event", "version": "v1.0.5", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/webman/event/v1.0.5/webman-event-v1.0.5.zip", "reference": "b1c3f6b70fd290e48288703d59bead0e28f9fb84", "shasum": "" }, "type": "library", "autoload": { "psr-4": { "Webman\\Event\\": "src" } }, "license": [ "MIT" ], "description": "Webman event plugin", "support": { "issues": "https://github.com/webman-php/event/issues", "source": "https://github.com/webman-php/event/tree/v1.0.5" }, "time": "2023-12-04T09:22:12+00:00" }, { "name": "webman/redis", "version": "v2.1.5", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/webman/redis/v2.1.5/webman-redis-v2.1.5.zip", "reference": "aadc69937217494c9acaa6d6b4fe8bcaa64eb6e6", "shasum": "" }, "require": { "illuminate/redis": "^10.0 || ^11.0 || ^12.0 || ^13.0", "workerman/webman-framework": "^2.1 || dev-master" }, "type": "library", "autoload": { "psr-4": { "support\\": "src/support", "Webman\\Redis\\": "src" } }, "license": [ "MIT" ], "description": "Webman redis", "support": { "issues": "https://github.com/webman-php/redis/issues", "source": "https://github.com/webman-php/redis/tree/v2.1.5" }, "time": "2026-03-25T02:00:19+00:00" }, { "name": "webman/redis-queue", "version": "v2.1.1", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/webman/redis-queue/v2.1.1/webman-redis-queue-v2.1.1.zip", "reference": "ff4791e21f3c324a47e21da7b6f2dae5a7311dcb", "shasum": "" }, "require": { "ext-redis": "*", "php": ">=8.1", "workerman/redis-queue": "^1.2", "workerman/webman-framework": "^2.1 || dev-master" }, "type": "library", "autoload": { "psr-4": { "Webman\\RedisQueue\\": "./src" } }, "description": "Redis message queue plugin for webman.", "support": { "issues": "https://github.com/webman-php/redis-queue/issues", "source": "https://github.com/webman-php/redis-queue/tree/v2.1.1" }, "time": "2025-11-14T07:12:52+00:00" }, { "name": "webman/think-cache", "version": "v2.1.6", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/webman/think-cache/v2.1.6/webman-think-cache-v2.1.6.zip", "reference": "936fe91fc5781a44f82262e805c60efbab262718", "shasum": "" }, "require": { "psr/simple-cache": "^1.0|^2.0|^3.0", "topthink/think-container": "^2.0|^3.0", "workerman/webman-framework": "^2.1 || dev-master" }, "type": "library", "autoload": { "psr-4": { "support\\": "src/support", "Webman\\ThinkCache\\": "src" } }, "license": [ "MIT" ], "support": { "issues": "https://github.com/webman-php/think-cache/issues", "source": "https://github.com/webman-php/think-cache/tree/v2.1.6" }, "time": "2026-04-29T00:26:47+00:00" }, { "name": "webman/think-orm", "version": "v2.1.11", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/webman/think-orm/v2.1.11/webman-think-orm-v2.1.11.zip", "reference": "81fb87a085ceb2d25be5e86da12befbbbfe70c0e", "shasum": "" }, "require": { "php": ">=8.1", "topthink/think-container": "^2.0|^3.0", "topthink/think-orm": "^2.0.53 || ^3.0.0 || ^4.0.30 || dev-master", "workerman/webman-framework": "^2.1 || dev-master" }, "type": "library", "autoload": { "psr-4": { "support\\": "src/support", "Webman\\ThinkOrm\\": "src" } }, "license": [ "MIT" ], "support": { "issues": "https://github.com/webman-php/think-orm/issues", "source": "https://github.com/webman-php/think-orm/tree/v2.1.11" }, "time": "2026-03-25T01:34:20+00:00" }, { "name": "webman/validation", "version": "v2.2.1", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/webman/validation/v2.2.1/webman-validation-v2.2.1.zip", "reference": "d5117162aed293955fc55ee02a01d9300b226aaa", "shasum": "" }, "require": { "illuminate/translation": "*", "illuminate/validation": "*", "webman/console": ">=2.1.7", "workerman/webman-framework": "^2.1 || dev-master" }, "require-dev": { "phpunit/phpunit": "*" }, "type": "library", "autoload": { "psr-4": { "Webman\\Validation\\": "src", "support\\validation\\": "src/support/validation" } }, "license": [ "MIT" ], "description": "Webman plugin webman/validation", "support": { "issues": "https://github.com/webman-php/validation/issues", "source": "https://github.com/webman-php/validation/tree/v2.2.1" }, "time": "2026-02-26T03:10:51+00:00" }, { "name": "workerman/coroutine", "version": "v1.1.5", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/workerman/coroutine/v1.1.5/workerman-coroutine-v1.1.5.zip", "reference": "b60e44267b90d398dbfa7a320f3e97b46357ac9f", "shasum": "" }, "require": { "php": ">=8.1", "workerman/workerman": "^5.1" }, "require-dev": { "phpunit/phpunit": "^11.0", "psr/log": "*" }, "type": "library", "autoload": { "psr-4": { "Workerman\\": "src", "Workerman\\Coroutine\\": "src" } }, "license": [ "MIT" ], "description": "Workerman coroutine", "support": { "issues": "https://github.com/workerman-php/coroutine/issues", "source": "https://github.com/workerman-php/coroutine/tree/v1.1.5" }, "time": "2026-03-12T02:07:37+00:00" }, { "name": "workerman/crontab", "version": "v1.0.7", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/workerman/crontab/v1.0.7/workerman-crontab-v1.0.7.zip", "reference": "74f51ca8204e8eb628e57bc0e640561d570da2cb", "shasum": "" }, "require": { "php": ">=7.0", "workerman/workerman": ">=4.0.20" }, "type": "library", "autoload": { "psr-4": { "Workerman\\Crontab\\": "./src" } }, "license": [ "MIT" ], "authors": [ { "name": "walkor", "email": "walkor@workerman.net", "homepage": "http://www.workerman.net", "role": "Developer" } ], "description": "A crontab written in PHP based on workerman", "homepage": "http://www.workerman.net", "keywords": [ "crontab" ], "support": { "email": "walkor@workerman.net", "forum": "http://wenda.workerman.net/", "issues": "https://github.com/walkor/workerman/issues", "source": "https://github.com/walkor/crontab", "wiki": "http://doc.workerman.net/" }, "time": "2025-01-15T07:20:50+00:00" }, { "name": "workerman/redis", "version": "v2.0.6", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/workerman/redis/v2.0.6/workerman-redis-v2.0.6.zip", "reference": "d8800cba4c9b65e128897932f741ec89ecfbc339", "shasum": "" }, "require": { "php": ">=7", "workerman/workerman": "^4.1.0||^5.0.0" }, "type": "library", "autoload": { "psr-4": { "Workerman\\Redis\\": "./src" } }, "license": [ "MIT" ], "homepage": "http://www.workerman.net", "support": { "issues": "https://github.com/workerman-php/redis/issues", "source": "https://github.com/workerman-php/redis/tree/v2.0.6" }, "time": "2026-06-02T07:34:24+00:00" }, { "name": "workerman/redis-queue", "version": "v1.2.2", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/workerman/redis-queue/v1.2.2/workerman-redis-queue-v1.2.2.zip", "reference": "f0ba4ea9143ae02f39b998ed908d107354cb43c0", "shasum": "" }, "require": { "php": ">=7.0", "workerman/redis": "^1.0||^2.0", "workerman/workerman": ">=4.0.20" }, "type": "library", "autoload": { "psr-4": { "Workerman\\RedisQueue\\": "./src" } }, "license": [ "MIT" ], "description": "Message queue system written in PHP based on workerman and backed by Redis.", "homepage": "http://www.workerman.net", "support": { "issues": "https://github.com/walkor/redis-queue/issues", "source": "https://github.com/walkor/redis-queue/tree/v1.2.2" }, "time": "2026-01-20T14:57:09+00:00" }, { "name": "workerman/webman-framework", "version": "v2.2.2", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/workerman/webman-framework/v2.2.2/workerman-webman-framework-v2.2.2.zip", "reference": "4b761c0c44778618a5d9b9641fa6168fa06f95c4", "shasum": "" }, "require": { "ext-json": "*", "nikic/fast-route": "^1.3", "php": ">=8.1", "psr/container": ">=1.0", "psr/log": "^2.0 || ^3.0", "workerman/workerman": "^5.1 || dev-master" }, "suggest": { "ext-event": "For better performance. " }, "type": "library", "autoload": { "files": [ "./src/support/helpers.php" ], "psr-4": { "Webman\\": "./src", "Support\\": "./src/support", "support\\": "./src/support", "Support\\View\\": "./src/support/view", "Support\\Bootstrap\\": "./src/support/bootstrap", "Support\\Exception\\": "./src/support/exception" } }, "license": [ "MIT" ], "authors": [ { "name": "walkor", "email": "walkor@workerman.net", "homepage": "https://www.workerman.net", "role": "Developer" } ], "description": "High performance HTTP Service Framework.", "homepage": "https://www.workerman.net", "keywords": [ "High Performance", "http service" ], "support": { "email": "walkor@workerman.net", "forum": "https://wenda.workerman.net/", "issues": "https://github.com/walkor/webman/issues", "source": "https://github.com/walkor/webman-framework", "wiki": "https://doc.workerman.net/" }, "time": "2026-07-08T03:33:00+00:00" }, { "name": "workerman/workerman", "version": "v5.2.2", "dist": { "type": "zip", "url": "https://mirrors.cloud.tencent.com/repository/composer/workerman/workerman/v5.2.2/workerman-workerman-v5.2.2.zip", "reference": "a0866601af066c0eab5a2f7b9aef8bdda8fa1911", "shasum": "" }, "require": { "ext-json": "*", "php": ">=8.1", "workerman/coroutine": "^1.1 || dev-main" }, "conflict": { "ext-swow": "=7.2.5", "psr/log": "^1.0|^2.0|^3.0" }, "type": "library", "autoload": { "psr-4": { "yzh52521\\EasyHttp\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "yzh52521", "email": "396751927@qq.com" } ], "description": "EasyHttp 是一个轻量级、语义化、对IDE友好的HTTP客户端,支持常见的HTTP请求、异步请求和并发请求,让你可以快速地使用 HTTP 请求与其他 Web 应用进行通信。", "homepage": "https://github.com/yzh52521/easyhttp", "keywords": [ "EasyHttp", "curl", "easy-http", "http", "php", "php-http", "phphttp" ], "support": { "issues": "https://github.com/yuanzhihai/easyhttp/issues", "source": "https://github.com/yuanzhihai/easyhttp/tree/v1.1.3" }, "time": "2023-11-14T05:49:02+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "dev", "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": { "php": ">=8.1" }, "platform-dev": [], "plugin-api-version": "2.6.0" }