swoole-framwork/composer.lock

2959 lines
104 KiB
Plaintext
Raw Normal View History

2024-05-20 11:51:07 +08:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
2024-05-31 14:57:01 +08:00
"content-hash": "063239af7012a552df0ce0abc3ebc0b9",
2024-05-20 11:51:07 +08:00
"packages": [
{
"name": "brick/math",
"version": "0.12.1",
"source": {
"type": "git",
"url": "https://github.com/brick/math.git",
"reference": "f510c0a40911935b77b86859eb5223d58d660df1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/brick/math/zipball/f510c0a40911935b77b86859eb5223d58d660df1",
"reference": "f510c0a40911935b77b86859eb5223d58d660df1",
"shasum": ""
},
"require": {
"php": "^8.1"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^10.1",
"vimeo/psalm": "5.16.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Brick\\Math\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"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.12.1"
},
"funding": [
{
"url": "https://github.com/BenMorel",
"type": "github"
}
],
"time": "2023-11-29T23:19:16+00:00"
},
{
"name": "carbonphp/carbon-doctrine-types",
2024-05-21 14:33:56 +08:00
"version": "2.1.0",
2024-05-20 11:51:07 +08:00
"source": {
"type": "git",
"url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
2024-05-21 14:33:56 +08:00
"reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb"
2024-05-20 11:51:07 +08:00
},
"dist": {
"type": "zip",
2024-05-21 14:33:56 +08:00
"url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/99f76ffa36cce3b70a4a6abce41dba15ca2e84cb",
"reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb",
2024-05-20 11:51:07 +08:00
"shasum": ""
},
"require": {
2024-05-21 14:33:56 +08:00
"php": "^7.4 || ^8.0"
2024-05-20 11:51:07 +08:00
},
"conflict": {
2024-05-21 14:33:56 +08:00
"doctrine/dbal": "<3.7.0 || >=4.0.0"
2024-05-20 11:51:07 +08:00
},
"require-dev": {
2024-05-21 14:33:56 +08:00
"doctrine/dbal": "^3.7.0",
2024-05-20 11:51:07 +08:00
"nesbot/carbon": "^2.71.0 || ^3.0.0",
"phpunit/phpunit": "^10.3"
},
"type": "library",
"autoload": {
"psr-4": {
"Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
}
},
"notification-url": "https://packagist.org/downloads/",
"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",
2024-05-21 14:33:56 +08:00
"source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/2.1.0"
2024-05-20 11:51:07 +08:00
},
"funding": [
{
"url": "https://github.com/kylekatarnls",
"type": "github"
},
{
"url": "https://opencollective.com/Carbon",
"type": "open_collective"
},
{
"url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
"type": "tidelift"
}
],
2024-05-21 14:33:56 +08:00
"time": "2023-12-11T17:09:12+00:00"
2024-05-20 11:51:07 +08:00
},
{
"name": "doctrine/annotations",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
"reference": "e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f",
"reference": "e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f",
"shasum": ""
},
"require": {
"doctrine/lexer": "^2 || ^3",
"ext-tokenizer": "*",
"php": "^7.2 || ^8.0",
"psr/cache": "^1 || ^2 || ^3"
},
"require-dev": {
"doctrine/cache": "^2.0",
"doctrine/coding-standard": "^10",
"phpstan/phpstan": "^1.8.0",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"symfony/cache": "^5.4 || ^6",
"vimeo/psalm": "^4.10"
},
"suggest": {
"php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
}
},
"notification-url": "https://packagist.org/downloads/",
"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": "Docblock Annotations Parser",
"homepage": "https://www.doctrine-project.org/projects/annotations.html",
"keywords": [
"annotations",
"docblock",
"parser"
],
"support": {
"issues": "https://github.com/doctrine/annotations/issues",
"source": "https://github.com/doctrine/annotations/tree/2.0.1"
},
"time": "2023-02-02T22:02:53+00:00"
},
{
"name": "doctrine/inflector",
"version": "2.0.10",
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
"reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc",
"reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^11.0",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.3",
"phpunit/phpunit": "^8.5 || ^9.5",
"vimeo/psalm": "^4.25 || ^5.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
}
},
"notification-url": "https://packagist.org/downloads/",
"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.0.10"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
"type": "tidelift"
}
],
"time": "2024-02-18T20:23:39+00:00"
},
{
"name": "doctrine/lexer",
"version": "3.0.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
"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"
}
},
"notification-url": "https://packagist.org/downloads/",
"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"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
"type": "tidelift"
}
],
"time": "2024-02-05T11:56:58+00:00"
},
2024-05-31 14:57:01 +08:00
{
"name": "hyperf/code-parser",
"version": "v3.1.15",
"source": {
"type": "git",
"url": "https://github.com/hyperf/code-parser.git",
"reference": "820e8e6680f0d04e4187a3037a2a3eaf7141913d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hyperf/code-parser/zipball/820e8e6680f0d04e4187a3037a2a3eaf7141913d",
"reference": "820e8e6680f0d04e4187a3037a2a3eaf7141913d",
"shasum": ""
},
"require": {
"hyperf/collection": "~3.1.0",
"hyperf/stringable": "~3.1.0",
"hyperf/support": "~3.1.0",
"php": ">=8.1"
},
"suggest": {
"jean85/pretty-package-versions": "Required to use PrettyVersions. (^1.2|^2.0)",
"nikic/php-parser": "Required to use PhpParser. (^4.0)"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
"autoload": {
"psr-4": {
"Hyperf\\CodeParser\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A code parser component for Hyperf.",
"homepage": "https://hyperf.io",
"keywords": [
"code-parser",
"hyperf",
"php",
"swoole"
],
"support": {
"docs": "https://hyperf.wiki",
"issues": "https://github.com/hyperf/hyperf/issues",
"pull-request": "https://github.com/hyperf/hyperf/pulls",
"source": "https://github.com/hyperf/hyperf"
},
"funding": [
{
"url": "https://hyperf.wiki/#/zh-cn/donate",
"type": "custom"
},
{
"url": "https://opencollective.com/hyperf",
"type": "open_collective"
}
],
"time": "2024-03-23T11:28:51+00:00"
},
{
"name": "hyperf/codec",
"version": "v3.1.15",
"source": {
"type": "git",
"url": "https://github.com/hyperf/codec.git",
"reference": "198c364ad8eadda13f1a0decdbb9221ac9c4c260"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hyperf/codec/zipball/198c364ad8eadda13f1a0decdbb9221ac9c4c260",
"reference": "198c364ad8eadda13f1a0decdbb9221ac9c4c260",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-xml": "*",
"hyperf/contract": "~3.1.0",
"php": ">=8.1"
},
"suggest": {
"ext-igbinary": "Required to use IgbinarySerializerPacker."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
"autoload": {
"psr-4": {
"Hyperf\\Codec\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A codec component for Hyperf.",
"homepage": "https://hyperf.io",
"keywords": [
"codec",
"hyperf",
"php",
"swoole"
],
"support": {
"docs": "https://hyperf.wiki",
"issues": "https://github.com/hyperf/hyperf/issues",
"pull-request": "https://github.com/hyperf/hyperf/pulls",
"source": "https://github.com/hyperf/hyperf"
},
"funding": [
{
"url": "https://hyperf.wiki/#/zh-cn/donate",
"type": "custom"
},
{
"url": "https://opencollective.com/hyperf",
"type": "open_collective"
}
],
"time": "2024-03-23T11:28:51+00:00"
},
{
"name": "hyperf/collection",
"version": "v3.1.22",
"source": {
"type": "git",
"url": "https://github.com/hyperf/collection.git",
"reference": "6695a970edb4c97694d9f885c4389da6c02a4972"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hyperf/collection/zipball/6695a970edb4c97694d9f885c4389da6c02a4972",
"reference": "6695a970edb4c97694d9f885c4389da6c02a4972",
"shasum": ""
},
"require": {
"hyperf/contract": "~3.1.0",
"hyperf/macroable": "~3.1.0",
"php": ">=8.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
"autoload": {
"files": [
"src/Functions.php"
],
"psr-4": {
"Hyperf\\Collection\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Hyperf Collection package which come from illuminate/collections",
"homepage": "https://hyperf.io",
"keywords": [
"collection",
"hyperf",
"php",
"swoole"
],
"support": {
"docs": "https://hyperf.wiki",
"issues": "https://github.com/hyperf/hyperf/issues",
"pull-request": "https://github.com/hyperf/hyperf/pulls",
"source": "https://github.com/hyperf/hyperf"
},
"funding": [
{
"url": "https://hyperf.wiki/#/zh-cn/donate",
"type": "custom"
},
{
"url": "https://opencollective.com/hyperf",
"type": "open_collective"
}
],
"time": "2024-05-15T02:56:30+00:00"
},
{
"name": "hyperf/conditionable",
"version": "v3.1.15",
"source": {
"type": "git",
"url": "https://github.com/hyperf/conditionable.git",
"reference": "2c1555891d136904b890ba6d812d9ff50ca13ae3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hyperf/conditionable/zipball/2c1555891d136904b890ba6d812d9ff50ca13ae3",
"reference": "2c1555891d136904b890ba6d812d9ff50ca13ae3",
"shasum": ""
},
"require": {
"php": ">=8.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
"autoload": {
"psr-4": {
"Hyperf\\Conditionable\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Hyperf Macroable package which come from illuminate/conditionable",
"homepage": "https://hyperf.io",
"keywords": [
"conditionable",
"hyperf",
"php",
"swoole"
],
"support": {
"docs": "https://hyperf.wiki",
"issues": "https://github.com/hyperf/hyperf/issues",
"pull-request": "https://github.com/hyperf/hyperf/pulls",
"source": "https://github.com/hyperf/hyperf"
},
"funding": [
{
"url": "https://hyperf.wiki/#/zh-cn/donate",
"type": "custom"
},
{
"url": "https://opencollective.com/hyperf",
"type": "open_collective"
}
],
"time": "2024-03-23T11:28:51+00:00"
},
{
"name": "hyperf/context",
"version": "v3.1.15",
"source": {
"type": "git",
"url": "https://github.com/hyperf/context.git",
"reference": "ad913fd50eb5f738c038e172c120bc6956c0da69"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hyperf/context/zipball/ad913fd50eb5f738c038e172c120bc6956c0da69",
"reference": "ad913fd50eb5f738c038e172c120bc6956c0da69",
"shasum": ""
},
"require": {
"hyperf/engine": "^2.0",
"php": ">=8.1"
},
"suggest": {
"swow/psr7-plus": "Required to use RequestContext and ResponseContext"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
"autoload": {
"psr-4": {
"Hyperf\\Context\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A coroutine/application context library.",
"homepage": "https://hyperf.io",
"keywords": [
"Context",
"hyperf",
"php",
"swoole"
],
"support": {
"docs": "https://hyperf.wiki",
"issues": "https://github.com/hyperf/hyperf/issues",
"pull-request": "https://github.com/hyperf/hyperf/pulls",
"source": "https://github.com/hyperf/hyperf"
},
"funding": [
{
"url": "https://hyperf.wiki/#/zh-cn/donate",
"type": "custom"
},
{
"url": "https://opencollective.com/hyperf",
"type": "open_collective"
}
],
"time": "2024-03-23T11:28:51+00:00"
},
{
"name": "hyperf/contract",
"version": "v3.1.15",
"source": {
"type": "git",
"url": "https://github.com/hyperf/contract.git",
"reference": "9950abe963cc6b30c6d3506fa5b3adbd58cb1945"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hyperf/contract/zipball/9950abe963cc6b30c6d3506fa5b3adbd58cb1945",
"reference": "9950abe963cc6b30c6d3506fa5b3adbd58cb1945",
"shasum": ""
},
"require": {
"php": ">=8.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
"autoload": {
"psr-4": {
"Hyperf\\Contract\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "The contracts of Hyperf.",
"homepage": "https://hyperf.io",
"keywords": [
"hyperf",
"php",
"swoole"
],
"support": {
"docs": "https://hyperf.wiki",
"issues": "https://github.com/hyperf/hyperf/issues",
"pull-request": "https://github.com/hyperf/hyperf/pulls",
"source": "https://github.com/hyperf/hyperf"
},
"funding": [
{
"url": "https://hyperf.wiki/#/zh-cn/donate",
"type": "custom"
},
{
"url": "https://opencollective.com/hyperf",
"type": "open_collective"
}
],
"time": "2024-03-23T11:28:51+00:00"
},
{
"name": "hyperf/coordinator",
"version": "v3.1.21",
"source": {
"type": "git",
"url": "https://github.com/hyperf/coordinator.git",
"reference": "caf5a70f96b7f22950e1caa3ba74f72c8382493c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hyperf/coordinator/zipball/caf5a70f96b7f22950e1caa3ba74f72c8382493c",
"reference": "caf5a70f96b7f22950e1caa3ba74f72c8382493c",
"shasum": ""
},
"require": {
"hyperf/engine": "^2.0",
"php": ">=8.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
"autoload": {
"files": [
"src/Functions.php"
],
"psr-4": {
"Hyperf\\Coordinator\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Hyperf Coordinator",
"homepage": "https://hyperf.io",
"keywords": [
"Coordinator",
"hyperf",
"php",
"swoole"
],
"support": {
"docs": "https://hyperf.wiki",
"issues": "https://github.com/hyperf/hyperf/issues",
"pull-request": "https://github.com/hyperf/hyperf/pulls",
"source": "https://github.com/hyperf/hyperf"
},
"funding": [
{
"url": "https://hyperf.wiki/#/zh-cn/donate",
"type": "custom"
},
{
"url": "https://opencollective.com/hyperf",
"type": "open_collective"
}
],
"time": "2024-05-09T02:35:08+00:00"
},
{
"name": "hyperf/coroutine",
"version": "v3.1.15",
"source": {
"type": "git",
"url": "https://github.com/hyperf/coroutine.git",
"reference": "8f4c573a9457646db3e629dacabe064eebaf8cc1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hyperf/coroutine/zipball/8f4c573a9457646db3e629dacabe064eebaf8cc1",
"reference": "8f4c573a9457646db3e629dacabe064eebaf8cc1",
"shasum": ""
},
"require": {
"hyperf/context": "~3.1.0",
"hyperf/contract": "~3.1.0",
"hyperf/engine": "^2.0",
"php": ">=8.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
"autoload": {
"files": [
"src/Functions.php"
],
"psr-4": {
"Hyperf\\Coroutine\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Hyperf Coroutine",
"homepage": "https://hyperf.io",
"keywords": [
"coroutine",
"hyperf",
"php",
"swoole"
],
"support": {
"docs": "https://hyperf.wiki",
"issues": "https://github.com/hyperf/hyperf/issues",
"pull-request": "https://github.com/hyperf/hyperf/pulls",
"source": "https://github.com/hyperf/hyperf"
},
"funding": [
{
"url": "https://hyperf.wiki/#/zh-cn/donate",
"type": "custom"
},
{
"url": "https://opencollective.com/hyperf",
"type": "open_collective"
}
],
"time": "2024-03-23T11:28:51+00:00"
},
{
"name": "hyperf/database",
"version": "v3.1.22",
"source": {
"type": "git",
"url": "https://github.com/hyperf/database.git",
"reference": "27de4bfb9fa5eaf13550c0e48512813281efbe44"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hyperf/database/zipball/27de4bfb9fa5eaf13550c0e48512813281efbe44",
"reference": "27de4bfb9fa5eaf13550c0e48512813281efbe44",
"shasum": ""
},
"require": {
"hyperf/code-parser": "~3.1.0",
"hyperf/collection": "~3.1.0",
"hyperf/macroable": "~3.1.0",
"hyperf/support": "~3.1.0",
"hyperf/tappable": "~3.1.0",
"hyperf/utils": "~3.1.0",
"nesbot/carbon": "^2.0",
"php": ">=8.1",
"psr/container": "^1.0|^2.0",
"psr/event-dispatcher": "^1.0"
},
"suggest": {
"doctrine/dbal": "Required to rename columns (^3.0).",
"nikic/php-parser": "Required to use ModelCommand. (^4.0)",
"php-di/phpdoc-reader": "Required to use ModelCommand. (^2.2)"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
"autoload": {
"psr-4": {
"Hyperf\\Database\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A flexible database library.",
"homepage": "https://hyperf.io",
"keywords": [
"database",
"hyperf",
"php"
],
"support": {
"docs": "https://hyperf.wiki",
"issues": "https://github.com/hyperf/hyperf/issues",
"pull-request": "https://github.com/hyperf/hyperf/pulls",
"source": "https://github.com/hyperf/hyperf"
},
"funding": [
{
"url": "https://hyperf.wiki/#/zh-cn/donate",
"type": "custom"
},
{
"url": "https://opencollective.com/hyperf",
"type": "open_collective"
}
],
"time": "2024-05-15T06:32:41+00:00"
},
{
"name": "hyperf/engine",
"version": "v2.11.0",
"source": {
"type": "git",
"url": "https://github.com/hyperf/engine.git",
"reference": "26e0b65fc2a63a00266e7124e221c6f3fb2c8e95"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hyperf/engine/zipball/26e0b65fc2a63a00266e7124e221c6f3fb2c8e95",
"reference": "26e0b65fc2a63a00266e7124e221c6f3fb2c8e95",
"shasum": ""
},
"require": {
"hyperf/engine-contract": "~1.10.0",
"php": ">=8.0"
},
"conflict": {
"ext-swoole": "<5.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"hyperf/guzzle": "^3.0",
"hyperf/http-message": "^3.0",
"mockery/mockery": "^1.5",
"phpstan/phpstan": "^1.0",
"phpunit/phpunit": "^9.4",
"swoole/ide-helper": "5.*"
},
"suggest": {
"ext-sockets": "*",
"ext-swoole": ">=5.0",
"hyperf/http-message": "Required to use ResponseEmitter.",
"psr/http-message": "Required to use WebSocket Frame."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.11-dev"
},
"hyperf": {
"config": "Hyperf\\Engine\\ConfigProvider"
}
},
"autoload": {
"files": [
"src/Functions.php"
],
"psr-4": {
"Hyperf\\Engine\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Coroutine engine provided by swoole.",
"keywords": [
"engine",
"hyperf",
"php",
"swoole"
],
"support": {
"issues": "https://github.com/hyperf/engine/issues",
"source": "https://github.com/hyperf/engine/tree/v2.11.0"
},
"funding": [
{
"url": "https://hyperf.wiki/#/zh-cn/donate",
"type": "custom"
},
{
"url": "https://opencollective.com/hyperf",
"type": "open_collective"
}
],
"time": "2024-04-17T13:36:28+00:00"
},
{
"name": "hyperf/engine-contract",
"version": "v1.10.1",
"source": {
"type": "git",
"url": "https://github.com/hyperf/engine-contract.git",
"reference": "2714a8ba6d6b916e5bd373ff680df9569a4c9eef"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hyperf/engine-contract/zipball/2714a8ba6d6b916e5bd373ff680df9569a4c9eef",
"reference": "2714a8ba6d6b916e5bd373ff680df9569a4c9eef",
"shasum": ""
},
"require": {
"php": ">=8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"mockery/mockery": "^1.0",
"phpstan/phpstan": "^1.0",
"phpunit/phpunit": ">=7.0",
"psr/http-message": "^1.0",
"swoole/ide-helper": "^4.5"
},
"suggest": {
"psr/http-message": "Required to use WebSocket Frame."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9-dev"
}
},
"autoload": {
"psr-4": {
"Hyperf\\Engine\\Contract\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Contract for Coroutine Engine",
"keywords": [
"contract",
"coroutine",
"engine",
"hyperf",
"php"
],
"support": {
"issues": "https://github.com/hyperf/engine-contract/issues",
"source": "https://github.com/hyperf/engine-contract/tree/v1.10.1"
},
"funding": [
{
"url": "https://hyperf.wiki/#/zh-cn/donate",
"type": "custom"
},
{
"url": "https://opencollective.com/hyperf",
"type": "open_collective"
}
],
"time": "2024-04-17T13:34:51+00:00"
},
{
"name": "hyperf/macroable",
"version": "v3.1.15",
"source": {
"type": "git",
"url": "https://github.com/hyperf/macroable.git",
"reference": "8912b5de69d25451b8ca103e4e47f0935e81072b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hyperf/macroable/zipball/8912b5de69d25451b8ca103e4e47f0935e81072b",
"reference": "8912b5de69d25451b8ca103e4e47f0935e81072b",
"shasum": ""
},
"require": {
"php": ">=8.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
"autoload": {
"psr-4": {
"Hyperf\\Macroable\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Hyperf Macroable package which come from illuminate/macroable",
"homepage": "https://hyperf.io",
"keywords": [
"hyperf",
"macroable",
"php",
"swoole"
],
"support": {
"docs": "https://hyperf.wiki",
"issues": "https://github.com/hyperf/hyperf/issues",
"pull-request": "https://github.com/hyperf/hyperf/pulls",
"source": "https://github.com/hyperf/hyperf"
},
"funding": [
{
"url": "https://hyperf.wiki/#/zh-cn/donate",
"type": "custom"
},
{
"url": "https://opencollective.com/hyperf",
"type": "open_collective"
}
],
"time": "2024-03-23T11:28:51+00:00"
},
{
"name": "hyperf/serializer",
"version": "v3.1.22",
"source": {
"type": "git",
"url": "https://github.com/hyperf/serializer.git",
"reference": "48cdd2ec51d95b813c9d6f83089525593f465546"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hyperf/serializer/zipball/48cdd2ec51d95b813c9d6f83089525593f465546",
"reference": "48cdd2ec51d95b813c9d6f83089525593f465546",
"shasum": ""
},
"require": {
"hyperf/contract": "~3.1.0",
"php": ">=8.1"
},
"suggest": {
"hyperf/di": "Required to use ExceptionNormalizer",
"symfony/property-access": "Required to use SymfonyNormalizer (^5.0|^6.0)",
"symfony/serializer": "Required to use SymfonyNormalizer (^5.0|^6.0)"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
},
"hyperf": {
"config": "Hyperf\\Serializer\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Hyperf\\Serializer\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A serializer component for Hyperf.",
"homepage": "https://hyperf.io",
"keywords": [
"hyperf",
"php",
"swoole",
"tappable"
],
"support": {
"docs": "https://hyperf.wiki",
"issues": "https://github.com/hyperf/hyperf/issues",
"pull-request": "https://github.com/hyperf/hyperf/pulls",
"source": "https://github.com/hyperf/hyperf"
},
"funding": [
{
"url": "https://hyperf.wiki/#/zh-cn/donate",
"type": "custom"
},
{
"url": "https://opencollective.com/hyperf",
"type": "open_collective"
}
],
"time": "2024-05-15T05:22:10+00:00"
},
{
"name": "hyperf/stringable",
"version": "v3.1.20",
"source": {
"type": "git",
"url": "https://github.com/hyperf/stringable.git",
"reference": "71e5e5c2cb0cb4bb155805b581c93167211eb6b2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hyperf/stringable/zipball/71e5e5c2cb0cb4bb155805b581c93167211eb6b2",
"reference": "71e5e5c2cb0cb4bb155805b581c93167211eb6b2",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"hyperf/collection": "~3.1.0",
"hyperf/conditionable": "~3.1.0",
"hyperf/macroable": "~3.1.0",
"hyperf/tappable": "~3.1.0",
"php": ">=8.1"
},
"suggest": {
"doctrine/inflector": "Required to use plural and singular methods.(^2.0|^3.0)",
"ramsey/uuid": "Required to use uuid and orderedUuid methods.(^4.7|^5.0)",
"symfony/uid": "Required to use ulid method.(^5.0|^6.0)"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
"autoload": {
"files": [
"src/Functions.php"
],
"psr-4": {
"Hyperf\\Stringable\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Hyperf Stringable package which come from illuminate/support",
"homepage": "https://hyperf.io",
"keywords": [
"hyperf",
"php",
"stringable",
"swoole"
],
"support": {
"docs": "https://hyperf.wiki",
"issues": "https://github.com/hyperf/hyperf/issues",
"pull-request": "https://github.com/hyperf/hyperf/pulls",
"source": "https://github.com/hyperf/hyperf"
},
"funding": [
{
"url": "https://hyperf.wiki/#/zh-cn/donate",
"type": "custom"
},
{
"url": "https://opencollective.com/hyperf",
"type": "open_collective"
}
],
"time": "2024-04-19T02:30:51+00:00"
},
{
"name": "hyperf/support",
"version": "v3.1.15",
"source": {
"type": "git",
"url": "https://github.com/hyperf/support.git",
"reference": "3fb5c6c5a4f795cb0304a032f6f5b85f62a5f872"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hyperf/support/zipball/3fb5c6c5a4f795cb0304a032f6f5b85f62a5f872",
"reference": "3fb5c6c5a4f795cb0304a032f6f5b85f62a5f872",
"shasum": ""
},
"require": {
"hyperf/collection": "~3.1.0",
"hyperf/context": "~3.1.0",
"hyperf/contract": "~3.1.0",
"hyperf/coroutine": "~3.1.0",
"hyperf/macroable": "~3.1.0",
"hyperf/stringable": "~3.1.0",
"php": ">=8.1"
},
"suggest": {
"nesbot/carbon": "Use Carbon as DateTime object.(^2.0)"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
"autoload": {
"files": [
"src/Functions.php"
],
"psr-4": {
"Hyperf\\Support\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A support component for Hyperf.",
"homepage": "https://hyperf.io",
"keywords": [
"hyperf",
"php",
"support",
"swoole"
],
"support": {
"docs": "https://hyperf.wiki",
"issues": "https://github.com/hyperf/hyperf/issues",
"pull-request": "https://github.com/hyperf/hyperf/pulls",
"source": "https://github.com/hyperf/hyperf"
},
"funding": [
{
"url": "https://hyperf.wiki/#/zh-cn/donate",
"type": "custom"
},
{
"url": "https://opencollective.com/hyperf",
"type": "open_collective"
}
],
"time": "2024-03-23T11:28:51+00:00"
},
{
"name": "hyperf/tappable",
"version": "v3.1.15",
"source": {
"type": "git",
"url": "https://github.com/hyperf/tappable.git",
"reference": "69f22bbc8ecb5b930cc95a49ae9bf0ca0efbfdf1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hyperf/tappable/zipball/69f22bbc8ecb5b930cc95a49ae9bf0ca0efbfdf1",
"reference": "69f22bbc8ecb5b930cc95a49ae9bf0ca0efbfdf1",
"shasum": ""
},
"require": {
"php": ">=8.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
"autoload": {
"files": [
"src/Functions.php"
],
"psr-4": {
"Hyperf\\Tappable\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Hyperf Macroable package which come from illuminate/tappable",
"homepage": "https://hyperf.io",
"keywords": [
"hyperf",
"php",
"swoole",
"tappable"
],
"support": {
"docs": "https://hyperf.wiki",
"issues": "https://github.com/hyperf/hyperf/issues",
"pull-request": "https://github.com/hyperf/hyperf/pulls",
"source": "https://github.com/hyperf/hyperf"
},
"funding": [
{
"url": "https://hyperf.wiki/#/zh-cn/donate",
"type": "custom"
},
{
"url": "https://opencollective.com/hyperf",
"type": "open_collective"
}
],
"time": "2024-03-23T11:28:51+00:00"
},
{
"name": "hyperf/utils",
"version": "v3.1.0",
"source": {
"type": "git",
"url": "https://github.com/hyperf/utils.git",
"reference": "10522904195eb5af9090bbd072589fb387c91041"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hyperf/utils/zipball/10522904195eb5af9090bbd072589fb387c91041",
"reference": "10522904195eb5af9090bbd072589fb387c91041",
"shasum": ""
},
"require": {
"doctrine/inflector": "^2.0",
"hyperf/code-parser": "~3.1.0",
"hyperf/codec": "~3.1.0",
"hyperf/collection": "~3.1.0",
"hyperf/context": "~3.1.0",
"hyperf/contract": "~3.1.0",
"hyperf/coordinator": "~3.1.0",
"hyperf/coroutine": "~3.1.0",
"hyperf/engine": "^2.0",
"hyperf/macroable": "~3.1.0",
"hyperf/serializer": "~3.1.0",
"hyperf/stringable": "~3.1.0",
"hyperf/support": "~3.1.0",
"php": ">=8.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A tools package that could help developer solved the problem quickly.",
"homepage": "https://hyperf.io",
"keywords": [
"hyperf",
"php",
"swoole",
"utils"
],
"support": {
"docs": "https://hyperf.wiki",
"issues": "https://github.com/hyperf/hyperf/issues",
"pull-request": "https://github.com/hyperf/hyperf/pulls",
"source": "https://github.com/hyperf/hyperf"
},
"funding": [
{
"url": "https://hyperf.wiki/#/zh-cn/donate",
"type": "custom"
},
{
"url": "https://opencollective.com/hyperf",
"type": "open_collective"
}
],
"time": "2023-11-24T03:10:53+00:00"
},
2024-05-20 11:51:07 +08:00
{
"name": "illuminate/collections",
2024-05-21 14:33:56 +08:00
"version": "v10.48.10",
2024-05-20 11:51:07 +08:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/collections.git",
2024-05-21 14:33:56 +08:00
"reference": "f9589f1063a449111dcaa1d68285b507d9483a95"
2024-05-20 11:51:07 +08:00
},
"dist": {
"type": "zip",
2024-05-21 14:33:56 +08:00
"url": "https://api.github.com/repos/illuminate/collections/zipball/f9589f1063a449111dcaa1d68285b507d9483a95",
"reference": "f9589f1063a449111dcaa1d68285b507d9483a95",
2024-05-20 11:51:07 +08:00
"shasum": ""
},
"require": {
2024-05-21 14:33:56 +08:00
"illuminate/conditionable": "^10.0",
"illuminate/contracts": "^10.0",
"illuminate/macroable": "^10.0",
"php": "^8.1"
2024-05-20 11:51:07 +08:00
},
"suggest": {
2024-05-21 14:33:56 +08:00
"symfony/var-dumper": "Required to use the dump method (^6.2)."
2024-05-20 11:51:07 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-05-21 14:33:56 +08:00
"dev-master": "10.x-dev"
2024-05-20 11:51:07 +08:00
}
},
"autoload": {
"files": [
"helpers.php"
],
"psr-4": {
"Illuminate\\Support\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"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"
},
2024-05-21 14:33:56 +08:00
"time": "2024-03-20T20:09:13+00:00"
2024-05-20 11:51:07 +08:00
},
{
"name": "illuminate/conditionable",
2024-05-21 14:33:56 +08:00
"version": "v10.48.10",
2024-05-20 11:51:07 +08:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/conditionable.git",
2024-05-21 14:33:56 +08:00
"reference": "d0958e4741fc9d6f516a552060fd1b829a85e009"
2024-05-20 11:51:07 +08:00
},
"dist": {
"type": "zip",
2024-05-21 14:33:56 +08:00
"url": "https://api.github.com/repos/illuminate/conditionable/zipball/d0958e4741fc9d6f516a552060fd1b829a85e009",
"reference": "d0958e4741fc9d6f516a552060fd1b829a85e009",
2024-05-20 11:51:07 +08:00
"shasum": ""
},
"require": {
"php": "^8.0.2"
},
"type": "library",
"extra": {
"branch-alias": {
2024-05-21 14:33:56 +08:00
"dev-master": "10.x-dev"
2024-05-20 11:51:07 +08:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Support\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"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"
},
2024-05-21 14:33:56 +08:00
"time": "2023-02-03T08:06:17+00:00"
2024-05-20 11:51:07 +08:00
},
{
"name": "illuminate/container",
2024-05-21 14:33:56 +08:00
"version": "v10.48.10",
2024-05-20 11:51:07 +08:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/container.git",
2024-05-21 14:33:56 +08:00
"reference": "ddc26273085fad3c471b2602ad820e0097ff7939"
2024-05-20 11:51:07 +08:00
},
"dist": {
"type": "zip",
2024-05-21 14:33:56 +08:00
"url": "https://api.github.com/repos/illuminate/container/zipball/ddc26273085fad3c471b2602ad820e0097ff7939",
"reference": "ddc26273085fad3c471b2602ad820e0097ff7939",
2024-05-20 11:51:07 +08:00
"shasum": ""
},
"require": {
2024-05-21 14:33:56 +08:00
"illuminate/contracts": "^10.0",
"php": "^8.1",
2024-05-20 11:51:07 +08:00
"psr/container": "^1.1.1|^2.0.1"
},
"provide": {
"psr/container-implementation": "1.1|2.0"
},
"type": "library",
"extra": {
"branch-alias": {
2024-05-21 14:33:56 +08:00
"dev-master": "10.x-dev"
2024-05-20 11:51:07 +08:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Container\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"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"
},
2024-05-21 14:33:56 +08:00
"time": "2023-06-18T09:12:03+00:00"
2024-05-20 11:51:07 +08:00
},
{
"name": "illuminate/contracts",
2024-05-21 14:33:56 +08:00
"version": "v10.48.10",
2024-05-20 11:51:07 +08:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/contracts.git",
2024-05-21 14:33:56 +08:00
"reference": "8d7152c4a1f5d9cf7da3e8b71f23e4556f6138ac"
2024-05-20 11:51:07 +08:00
},
"dist": {
"type": "zip",
2024-05-21 14:33:56 +08:00
"url": "https://api.github.com/repos/illuminate/contracts/zipball/8d7152c4a1f5d9cf7da3e8b71f23e4556f6138ac",
"reference": "8d7152c4a1f5d9cf7da3e8b71f23e4556f6138ac",
2024-05-20 11:51:07 +08:00
"shasum": ""
},
"require": {
2024-05-21 14:33:56 +08:00
"php": "^8.1",
2024-05-20 11:51:07 +08:00
"psr/container": "^1.1.1|^2.0.1",
"psr/simple-cache": "^1.0|^2.0|^3.0"
},
"type": "library",
"extra": {
"branch-alias": {
2024-05-21 14:33:56 +08:00
"dev-master": "10.x-dev"
2024-05-20 11:51:07 +08:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Contracts\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"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"
},
2024-05-21 14:33:56 +08:00
"time": "2024-01-15T18:52:32+00:00"
2024-05-20 11:51:07 +08:00
},
{
"name": "illuminate/database",
2024-05-21 14:33:56 +08:00
"version": "v10.48.10",
2024-05-20 11:51:07 +08:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/database.git",
2024-05-21 14:33:56 +08:00
"reference": "eb8edf206d3a6eea8894bc6e21f53469e27dd5c9"
2024-05-20 11:51:07 +08:00
},
"dist": {
"type": "zip",
2024-05-21 14:33:56 +08:00
"url": "https://api.github.com/repos/illuminate/database/zipball/eb8edf206d3a6eea8894bc6e21f53469e27dd5c9",
"reference": "eb8edf206d3a6eea8894bc6e21f53469e27dd5c9",
2024-05-20 11:51:07 +08:00
"shasum": ""
},
"require": {
"brick/math": "^0.9.3|^0.10.2|^0.11|^0.12",
"ext-pdo": "*",
2024-05-21 14:33:56 +08:00
"illuminate/collections": "^10.0",
"illuminate/container": "^10.0",
"illuminate/contracts": "^10.0",
"illuminate/macroable": "^10.0",
"illuminate/support": "^10.0",
"php": "^8.1"
},
"conflict": {
"carbonphp/carbon-doctrine-types": ">=3.0",
"doctrine/dbal": ">=4.0"
2024-05-20 11:51:07 +08:00
},
"suggest": {
2024-05-21 14:33:56 +08:00
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^3.5.1).",
2024-05-20 11:51:07 +08:00
"ext-filter": "Required to use the Postgres database driver.",
"fakerphp/faker": "Required to use the eloquent factory builder (^1.21).",
2024-05-21 14:33:56 +08:00
"illuminate/console": "Required to use the database commands (^10.0).",
"illuminate/events": "Required to use the observers with Eloquent (^10.0).",
"illuminate/filesystem": "Required to use the migrations (^10.0).",
"illuminate/pagination": "Required to paginate the result set (^10.0).",
"symfony/finder": "Required to use Eloquent model factories (^6.2)."
2024-05-20 11:51:07 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-05-21 14:33:56 +08:00
"dev-master": "10.x-dev"
2024-05-20 11:51:07 +08:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Database\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Database package.",
"homepage": "https://laravel.com",
"keywords": [
"database",
"laravel",
"orm",
"sql"
],
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2024-05-21 14:33:56 +08:00
"time": "2024-04-29T13:23:17+00:00"
2024-05-20 11:51:07 +08:00
},
{
"name": "illuminate/macroable",
2024-05-21 14:33:56 +08:00
"version": "v10.48.10",
2024-05-20 11:51:07 +08:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/macroable.git",
2024-05-21 14:33:56 +08:00
"reference": "dff667a46ac37b634dcf68909d9d41e94dc97c27"
2024-05-20 11:51:07 +08:00
},
"dist": {
"type": "zip",
2024-05-21 14:33:56 +08:00
"url": "https://api.github.com/repos/illuminate/macroable/zipball/dff667a46ac37b634dcf68909d9d41e94dc97c27",
"reference": "dff667a46ac37b634dcf68909d9d41e94dc97c27",
2024-05-20 11:51:07 +08:00
"shasum": ""
},
"require": {
2024-05-21 14:33:56 +08:00
"php": "^8.1"
2024-05-20 11:51:07 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-05-21 14:33:56 +08:00
"dev-master": "10.x-dev"
2024-05-20 11:51:07 +08:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Support\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"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"
},
2024-05-21 14:33:56 +08:00
"time": "2023-06-05T12:46:42+00:00"
2024-05-20 11:51:07 +08:00
},
{
"name": "illuminate/support",
2024-05-21 14:33:56 +08:00
"version": "v10.48.10",
2024-05-20 11:51:07 +08:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/support.git",
2024-05-21 14:33:56 +08:00
"reference": "ee3a1aaed36d916654ce0ae09dfbd38644a4f582"
2024-05-20 11:51:07 +08:00
},
"dist": {
"type": "zip",
2024-05-21 14:33:56 +08:00
"url": "https://api.github.com/repos/illuminate/support/zipball/ee3a1aaed36d916654ce0ae09dfbd38644a4f582",
"reference": "ee3a1aaed36d916654ce0ae09dfbd38644a4f582",
2024-05-20 11:51:07 +08:00
"shasum": ""
},
"require": {
"doctrine/inflector": "^2.0",
"ext-ctype": "*",
"ext-filter": "*",
"ext-mbstring": "*",
2024-05-21 14:33:56 +08:00
"illuminate/collections": "^10.0",
"illuminate/conditionable": "^10.0",
"illuminate/contracts": "^10.0",
"illuminate/macroable": "^10.0",
"nesbot/carbon": "^2.67",
"php": "^8.1",
2024-05-20 11:51:07 +08:00
"voku/portable-ascii": "^2.0"
},
"conflict": {
"tightenco/collect": "<5.5.33"
},
"suggest": {
2024-05-21 14:33:56 +08:00
"illuminate/filesystem": "Required to use the composer class (^10.0).",
2024-05-20 11:51:07 +08:00
"league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.0.2).",
"ramsey/uuid": "Required to use Str::uuid() (^4.7).",
2024-05-21 14:33:56 +08:00
"symfony/process": "Required to use the composer class (^6.2).",
"symfony/uid": "Required to use Str::ulid() (^6.2).",
"symfony/var-dumper": "Required to use the dd function (^6.2).",
2024-05-20 11:51:07 +08:00
"vlucas/phpdotenv": "Required to use the Env class and env helper (^5.4.1)."
},
"type": "library",
"extra": {
"branch-alias": {
2024-05-21 14:33:56 +08:00
"dev-master": "10.x-dev"
2024-05-20 11:51:07 +08:00
}
},
"autoload": {
"files": [
"helpers.php"
],
"psr-4": {
"Illuminate\\Support\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"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"
},
2024-05-21 14:33:56 +08:00
"time": "2024-04-07T17:47:33+00:00"
2024-05-20 11:51:07 +08:00
},
{
"name": "laravel/serializable-closure",
"version": "v1.3.3",
"source": {
"type": "git",
"url": "https://github.com/laravel/serializable-closure.git",
"reference": "3dbf8a8e914634c48d389c1234552666b3d43754"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/3dbf8a8e914634c48d389c1234552666b3d43754",
"reference": "3dbf8a8e914634c48d389c1234552666b3d43754",
"shasum": ""
},
"require": {
"php": "^7.3|^8.0"
},
"require-dev": {
"nesbot/carbon": "^2.61",
"pestphp/pest": "^1.21.3",
"phpstan/phpstan": "^1.8.2",
"symfony/var-dumper": "^5.4.11"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Laravel\\SerializableClosure\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"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": "2023-11-08T14:08:06+00:00"
},
{
"name": "nesbot/carbon",
2024-05-21 14:33:56 +08:00
"version": "2.72.3",
2024-05-20 11:51:07 +08:00
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
2024-05-21 14:33:56 +08:00
"reference": "0c6fd108360c562f6e4fd1dedb8233b423e91c83"
2024-05-20 11:51:07 +08:00
},
"dist": {
"type": "zip",
2024-05-21 14:33:56 +08:00
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/0c6fd108360c562f6e4fd1dedb8233b423e91c83",
"reference": "0c6fd108360c562f6e4fd1dedb8233b423e91c83",
2024-05-20 11:51:07 +08:00
"shasum": ""
},
"require": {
"carbonphp/carbon-doctrine-types": "*",
"ext-json": "*",
2024-05-21 14:33:56 +08:00
"php": "^7.1.8 || ^8.0",
2024-05-20 11:51:07 +08:00
"psr/clock": "^1.0",
"symfony/polyfill-mbstring": "^1.0",
2024-05-21 14:33:56 +08:00
"symfony/polyfill-php80": "^1.16",
"symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
2024-05-20 11:51:07 +08:00
},
"provide": {
"psr/clock-implementation": "1.0"
},
"require-dev": {
2024-05-21 14:33:56 +08:00
"doctrine/dbal": "^2.0 || ^3.1.4 || ^4.0",
"doctrine/orm": "^2.7 || ^3.0",
"friendsofphp/php-cs-fixer": "^3.0",
"kylekatarnls/multi-tester": "^2.0",
"ondrejmirtes/better-reflection": "*",
"phpmd/phpmd": "^2.9",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12.99 || ^1.7.14",
"phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
"phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
"squizlabs/php_codesniffer": "^3.4"
2024-05-20 11:51:07 +08:00
},
"bin": [
"bin/carbon"
],
"type": "library",
"extra": {
"branch-alias": {
2024-05-21 14:33:56 +08:00
"dev-3.x": "3.x-dev",
"dev-master": "2.x-dev"
2024-05-20 11:51:07 +08:00
},
"laravel": {
"providers": [
"Carbon\\Laravel\\ServiceProvider"
]
},
"phpstan": {
"includes": [
"extension.neon"
]
}
},
"autoload": {
"psr-4": {
"Carbon\\": "src/Carbon/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Brian Nesbitt",
"email": "brian@nesbot.com",
"homepage": "https://markido.com"
},
{
"name": "kylekatarnls",
"homepage": "https://github.com/kylekatarnls"
}
],
"description": "An API extension for DateTime that supports 281 different languages.",
"homepage": "https://carbon.nesbot.com",
"keywords": [
"date",
"datetime",
"time"
],
"support": {
"docs": "https://carbon.nesbot.com/docs",
"issues": "https://github.com/briannesbitt/Carbon/issues",
"source": "https://github.com/briannesbitt/Carbon"
},
"funding": [
{
"url": "https://github.com/sponsors/kylekatarnls",
"type": "github"
},
{
"url": "https://opencollective.com/Carbon#sponsor",
"type": "opencollective"
},
{
"url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
"type": "tidelift"
}
],
2024-05-21 14:33:56 +08:00
"time": "2024-01-25T10:35:09+00:00"
2024-05-20 11:51:07 +08:00
},
{
"name": "nikic/fast-route",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/FastRoute.git",
"reference": "181d480e08d9476e61381e04a71b34dc0432e812"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
"reference": "181d480e08d9476e61381e04a71b34dc0432e812",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35|~5.7"
},
"type": "library",
"autoload": {
"files": [
"src/functions.php"
],
"psr-4": {
"FastRoute\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"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/master"
},
"time": "2018-02-13T20:26:39+00:00"
},
{
"name": "php-di/invoker",
"version": "2.3.4",
"source": {
"type": "git",
"url": "https://github.com/PHP-DI/Invoker.git",
"reference": "33234b32dafa8eb69202f950a1fc92055ed76a86"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/33234b32dafa8eb69202f950a1fc92055ed76a86",
"reference": "33234b32dafa8eb69202f950a1fc92055ed76a86",
"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"
},
"type": "library",
"autoload": {
"psr-4": {
"Invoker\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"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.4"
},
"funding": [
{
"url": "https://github.com/mnapoli",
"type": "github"
}
],
"time": "2023-09-08T09:24:21+00:00"
},
{
"name": "php-di/php-di",
"version": "7.0.6",
"source": {
"type": "git",
"url": "https://github.com/PHP-DI/PHP-DI.git",
"reference": "8097948a89f6ec782839b3e958432f427cac37fd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/8097948a89f6ec782839b3e958432f427cac37fd",
"reference": "8097948a89f6ec782839b3e958432f427cac37fd",
"shasum": ""
},
"require": {
"laravel/serializable-closure": "^1.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.5",
"vimeo/psalm": "^4.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/"
}
},
"notification-url": "https://packagist.org/downloads/",
"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.0.6"
},
"funding": [
{
"url": "https://github.com/mnapoli",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/php-di/php-di",
"type": "tidelift"
}
],
"time": "2023-11-02T10:04:50+00:00"
},
{
"name": "psr/cache",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/cache.git",
"reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
"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/"
}
},
"notification-url": "https://packagist.org/downloads/",
"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",
"source": {
"type": "git",
"url": "https://github.com/php-fig/clock.git",
"reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
"reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Psr\\Clock\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"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",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
"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/"
}
},
"notification-url": "https://packagist.org/downloads/",
"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"
},
2024-05-31 14:57:01 +08:00
{
"name": "psr/event-dispatcher",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/event-dispatcher.git",
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\EventDispatcher\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Standard interfaces for event handling.",
"keywords": [
"events",
"psr",
"psr-14"
],
"support": {
"issues": "https://github.com/php-fig/event-dispatcher/issues",
"source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
},
"time": "2019-01-08T18:20:26+00:00"
},
2024-05-20 11:51:07 +08:00
{
"name": "psr/simple-cache",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
"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/"
}
},
"notification-url": "https://packagist.org/downloads/",
"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"
},
{
2024-05-21 14:33:56 +08:00
"name": "symfony/deprecation-contracts",
"version": "v3.5.0",
2024-05-20 11:51:07 +08:00
"source": {
"type": "git",
2024-05-21 14:33:56 +08:00
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
2024-05-20 11:51:07 +08:00
},
"dist": {
"type": "zip",
2024-05-21 14:33:56 +08:00
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
"reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
2024-05-20 11:51:07 +08:00
"shasum": ""
},
"require": {
2024-05-21 14:33:56 +08:00
"php": ">=8.1"
2024-05-20 11:51:07 +08:00
},
"type": "library",
2024-05-21 14:33:56 +08:00
"extra": {
"branch-alias": {
"dev-main": "3.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
2024-05-20 11:51:07 +08:00
"autoload": {
"files": [
2024-05-21 14:33:56 +08:00
"function.php"
2024-05-20 11:51:07 +08:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2024-05-21 14:33:56 +08:00
"description": "A generic function and convention to trigger deprecation notices",
2024-05-20 11:51:07 +08:00
"homepage": "https://symfony.com",
"support": {
2024-05-21 14:33:56 +08:00
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0"
2024-05-20 11:51:07 +08:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-05-21 14:33:56 +08:00
"time": "2024-04-18T09:32:20+00:00"
2024-05-20 11:51:07 +08:00
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.29.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
"reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"provide": {
"ext-mbstring": "*"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"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.29.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-01-29T20:11:03+00:00"
},
{
"name": "symfony/polyfill-php80",
"version": "v1.29.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
"reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
"reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"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.29.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-01-29T20:11:03+00:00"
},
{
"name": "symfony/translation",
2024-05-21 14:33:56 +08:00
"version": "v6.4.7",
2024-05-20 11:51:07 +08:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
2024-05-21 14:33:56 +08:00
"reference": "7495687c58bfd88b7883823747b0656d90679123"
2024-05-20 11:51:07 +08:00
},
"dist": {
"type": "zip",
2024-05-21 14:33:56 +08:00
"url": "https://api.github.com/repos/symfony/translation/zipball/7495687c58bfd88b7883823747b0656d90679123",
"reference": "7495687c58bfd88b7883823747b0656d90679123",
2024-05-20 11:51:07 +08:00
"shasum": ""
},
"require": {
2024-05-21 14:33:56 +08:00
"php": ">=8.1",
"symfony/deprecation-contracts": "^2.5|^3",
2024-05-20 11:51:07 +08:00
"symfony/polyfill-mbstring": "~1.0",
"symfony/translation-contracts": "^2.5|^3.0"
},
"conflict": {
2024-05-21 14:33:56 +08:00
"symfony/config": "<5.4",
"symfony/console": "<5.4",
"symfony/dependency-injection": "<5.4",
2024-05-20 11:51:07 +08:00
"symfony/http-client-contracts": "<2.5",
2024-05-21 14:33:56 +08:00
"symfony/http-kernel": "<5.4",
2024-05-20 11:51:07 +08:00
"symfony/service-contracts": "<2.5",
2024-05-21 14:33:56 +08:00
"symfony/twig-bundle": "<5.4",
"symfony/yaml": "<5.4"
2024-05-20 11:51:07 +08:00
},
"provide": {
"symfony/translation-implementation": "2.3|3.0"
},
"require-dev": {
"nikic/php-parser": "^4.18|^5.0",
"psr/log": "^1|^2|^3",
2024-05-21 14:33:56 +08:00
"symfony/config": "^5.4|^6.0|^7.0",
"symfony/console": "^5.4|^6.0|^7.0",
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
"symfony/finder": "^5.4|^6.0|^7.0",
2024-05-20 11:51:07 +08:00
"symfony/http-client-contracts": "^2.5|^3.0",
2024-05-21 14:33:56 +08:00
"symfony/http-kernel": "^5.4|^6.0|^7.0",
"symfony/intl": "^5.4|^6.0|^7.0",
2024-05-20 11:51:07 +08:00
"symfony/polyfill-intl-icu": "^1.21",
2024-05-21 14:33:56 +08:00
"symfony/routing": "^5.4|^6.0|^7.0",
2024-05-20 11:51:07 +08:00
"symfony/service-contracts": "^2.5|^3",
2024-05-21 14:33:56 +08:00
"symfony/yaml": "^5.4|^6.0|^7.0"
2024-05-20 11:51:07 +08:00
},
"type": "library",
"autoload": {
"files": [
"Resources/functions.php"
],
"psr-4": {
"Symfony\\Component\\Translation\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com",
"support": {
2024-05-21 14:33:56 +08:00
"source": "https://github.com/symfony/translation/tree/v6.4.7"
2024-05-20 11:51:07 +08:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-05-21 14:33:56 +08:00
"time": "2024-04-18T09:22:46+00:00"
2024-05-20 11:51:07 +08:00
},
{
"name": "symfony/translation-contracts",
"version": "v3.5.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
"reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/b9d2189887bb6b2e0367a9fc7136c5239ab9b05a",
"reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a",
"shasum": ""
},
"require": {
"php": ">=8.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Translation\\": ""
},
"exclude-from-classmap": [
"/Test/"
]
},
"notification-url": "https://packagist.org/downloads/",
"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.5.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-04-18T09:32:20+00:00"
},
{
"name": "voku/portable-ascii",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/voku/portable-ascii.git",
"reference": "b56450eed252f6801410d810c8e1727224ae0743"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
"reference": "b56450eed252f6801410d810c8e1727224ae0743",
"shasum": ""
},
"require": {
"php": ">=7.0.0"
},
"require-dev": {
"phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
},
"suggest": {
"ext-intl": "Use Intl for transliterator_transliterate() support"
},
"type": "library",
"autoload": {
"psr-4": {
"voku\\": "src/voku/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Lars Moelleken",
"homepage": "http://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.0.1"
},
"funding": [
{
"url": "https://www.paypal.me/moelleken",
"type": "custom"
},
{
"url": "https://github.com/voku",
"type": "github"
},
{
"url": "https://opencollective.com/portable-ascii",
"type": "open_collective"
},
{
"url": "https://www.patreon.com/voku",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
"type": "tidelift"
}
],
"time": "2022-03-08T17:03:00+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.6.0"
}