3454 lines
123 KiB
Plaintext
3454 lines
123 KiB
Plaintext
|
{
|
|||
|
"_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": "52d695876d3aab5f8bbb94127721553f",
|
|||
|
"packages": [
|
|||
|
{
|
|||
|
"name": "doctrine/inflector",
|
|||
|
"version": "2.0.4",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/doctrine/inflector.git",
|
|||
|
"reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/doctrine/inflector/zipball/8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89",
|
|||
|
"reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": "^7.2 || ^8.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"doctrine/coding-standard": "^8.2",
|
|||
|
"phpstan/phpstan": "^0.12",
|
|||
|
"phpstan/phpstan-phpunit": "^0.12",
|
|||
|
"phpstan/phpstan-strict-rules": "^0.12",
|
|||
|
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
|
|||
|
"vimeo/psalm": "^4.10"
|
|||
|
},
|
|||
|
"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.4"
|
|||
|
},
|
|||
|
"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": "2021-10-22T20:16:43+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "graham-campbell/result-type",
|
|||
|
"version": "v1.0.4",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/GrahamCampbell/Result-Type.git",
|
|||
|
"reference": "0690bde05318336c7221785f2a932467f98b64ca"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/0690bde05318336c7221785f2a932467f98b64ca",
|
|||
|
"reference": "0690bde05318336c7221785f2a932467f98b64ca",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": "^7.0 || ^8.0",
|
|||
|
"phpoption/phpoption": "^1.8"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"GrahamCampbell\\ResultType\\": "src/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"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.0.4"
|
|||
|
},
|
|||
|
"funding": [
|
|||
|
{
|
|||
|
"url": "https://github.com/GrahamCampbell",
|
|||
|
"type": "github"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
|
|||
|
"type": "tidelift"
|
|||
|
}
|
|||
|
],
|
|||
|
"time": "2021-11-21T21:41:47+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "guzzlehttp/guzzle",
|
|||
|
"version": "7.5.0",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/guzzle/guzzle.git",
|
|||
|
"reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/b50a2a1251152e43f6a37f0fa053e730a67d25ba",
|
|||
|
"reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"ext-json": "*",
|
|||
|
"guzzlehttp/promises": "^1.5",
|
|||
|
"guzzlehttp/psr7": "^1.9 || ^2.4",
|
|||
|
"php": "^7.2.5 || ^8.0",
|
|||
|
"psr/http-client": "^1.0",
|
|||
|
"symfony/deprecation-contracts": "^2.2 || ^3.0"
|
|||
|
},
|
|||
|
"provide": {
|
|||
|
"psr/http-client-implementation": "1.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"bamarni/composer-bin-plugin": "^1.8.1",
|
|||
|
"ext-curl": "*",
|
|||
|
"php-http/client-integration-tests": "^3.0",
|
|||
|
"phpunit/phpunit": "^8.5.29 || ^9.5.23",
|
|||
|
"psr/log": "^1.1 || ^2.0 || ^3.0"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"ext-curl": "Required for CURL handler support",
|
|||
|
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
|
|||
|
"psr/log": "Required for using the Log middleware"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"bamarni-bin": {
|
|||
|
"bin-links": true,
|
|||
|
"forward-command": false
|
|||
|
},
|
|||
|
"branch-alias": {
|
|||
|
"dev-master": "7.5-dev"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"files": [
|
|||
|
"src/functions_include.php"
|
|||
|
],
|
|||
|
"psr-4": {
|
|||
|
"GuzzleHttp\\": "src/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"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.5.0"
|
|||
|
},
|
|||
|
"funding": [
|
|||
|
{
|
|||
|
"url": "https://github.com/GrahamCampbell",
|
|||
|
"type": "github"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://github.com/Nyholm",
|
|||
|
"type": "github"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
|
|||
|
"type": "tidelift"
|
|||
|
}
|
|||
|
],
|
|||
|
"time": "2022-08-28T15:39:27+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "guzzlehttp/promises",
|
|||
|
"version": "1.5.2",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/guzzle/promises.git",
|
|||
|
"reference": "b94b2807d85443f9719887892882d0329d1e2598"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598",
|
|||
|
"reference": "b94b2807d85443f9719887892882d0329d1e2598",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=5.5"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"symfony/phpunit-bridge": "^4.4 || ^5.1"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-master": "1.5-dev"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"files": [
|
|||
|
"src/functions_include.php"
|
|||
|
],
|
|||
|
"psr-4": {
|
|||
|
"GuzzleHttp\\Promise\\": "src/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"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/1.5.2"
|
|||
|
},
|
|||
|
"funding": [
|
|||
|
{
|
|||
|
"url": "https://github.com/GrahamCampbell",
|
|||
|
"type": "github"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://github.com/Nyholm",
|
|||
|
"type": "github"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
|
|||
|
"type": "tidelift"
|
|||
|
}
|
|||
|
],
|
|||
|
"time": "2022-08-28T14:55:35+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "guzzlehttp/psr7",
|
|||
|
"version": "2.4.3",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/guzzle/psr7.git",
|
|||
|
"reference": "67c26b443f348a51926030c83481b85718457d3d"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/67c26b443f348a51926030c83481b85718457d3d",
|
|||
|
"reference": "67c26b443f348a51926030c83481b85718457d3d",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": "^7.2.5 || ^8.0",
|
|||
|
"psr/http-factory": "^1.0",
|
|||
|
"psr/http-message": "^1.0",
|
|||
|
"ralouphie/getallheaders": "^3.0"
|
|||
|
},
|
|||
|
"provide": {
|
|||
|
"psr/http-factory-implementation": "1.0",
|
|||
|
"psr/http-message-implementation": "1.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"bamarni/composer-bin-plugin": "^1.8.1",
|
|||
|
"http-interop/http-factory-tests": "^0.9",
|
|||
|
"phpunit/phpunit": "^8.5.29 || ^9.5.23"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"bamarni-bin": {
|
|||
|
"bin-links": true,
|
|||
|
"forward-command": false
|
|||
|
},
|
|||
|
"branch-alias": {
|
|||
|
"dev-master": "2.4-dev"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"GuzzleHttp\\Psr7\\": "src/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"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.4.3"
|
|||
|
},
|
|||
|
"funding": [
|
|||
|
{
|
|||
|
"url": "https://github.com/GrahamCampbell",
|
|||
|
"type": "github"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://github.com/Nyholm",
|
|||
|
"type": "github"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
|
|||
|
"type": "tidelift"
|
|||
|
}
|
|||
|
],
|
|||
|
"time": "2022-10-26T14:07:24+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "illuminate/bus",
|
|||
|
"version": "v9.45.1",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/illuminate/bus.git",
|
|||
|
"reference": "c7f09872054f2b361f8ed9e9e988b3c9be06c596"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/illuminate/bus/zipball/c7f09872054f2b361f8ed9e9e988b3c9be06c596",
|
|||
|
"reference": "c7f09872054f2b361f8ed9e9e988b3c9be06c596",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"illuminate/collections": "^9.0",
|
|||
|
"illuminate/contracts": "^9.0",
|
|||
|
"illuminate/pipeline": "^9.0",
|
|||
|
"illuminate/support": "^9.0",
|
|||
|
"php": "^8.0.2"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"illuminate/queue": "Required to use closures when chaining jobs (^7.0)."
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-master": "9.x-dev"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Illuminate\\Bus\\": ""
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"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": "2022-11-25T07:56:47+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "illuminate/collections",
|
|||
|
"version": "v9.45.0",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/illuminate/collections.git",
|
|||
|
"reference": "7a8afa0875d7de162f30865d9fae33c8fb235fa2"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/illuminate/collections/zipball/7a8afa0875d7de162f30865d9fae33c8fb235fa2",
|
|||
|
"reference": "7a8afa0875d7de162f30865d9fae33c8fb235fa2",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"illuminate/conditionable": "^9.0",
|
|||
|
"illuminate/contracts": "^9.0",
|
|||
|
"illuminate/macroable": "^9.0",
|
|||
|
"php": "^8.0.2"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"symfony/var-dumper": "Required to use the dump method (^6.0)."
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-master": "9.x-dev"
|
|||
|
}
|
|||
|
},
|
|||
|
"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"
|
|||
|
},
|
|||
|
"time": "2022-12-02T18:48:05+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "illuminate/conditionable",
|
|||
|
"version": "v9.45.0",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/illuminate/conditionable.git",
|
|||
|
"reference": "5b40f51ccb07e0e7b1ec5559d8db9e0e2dc51883"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/illuminate/conditionable/zipball/5b40f51ccb07e0e7b1ec5559d8db9e0e2dc51883",
|
|||
|
"reference": "5b40f51ccb07e0e7b1ec5559d8db9e0e2dc51883",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": "^8.0.2"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-master": "9.x-dev"
|
|||
|
}
|
|||
|
},
|
|||
|
"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"
|
|||
|
},
|
|||
|
"time": "2022-07-29T19:44:19+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "illuminate/container",
|
|||
|
"version": "v9.45.1",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/illuminate/container.git",
|
|||
|
"reference": "8ca3036459e26dc7cdedaf0f882b625757cc341e"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/illuminate/container/zipball/8ca3036459e26dc7cdedaf0f882b625757cc341e",
|
|||
|
"reference": "8ca3036459e26dc7cdedaf0f882b625757cc341e",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"illuminate/contracts": "^9.0",
|
|||
|
"php": "^8.0.2",
|
|||
|
"psr/container": "^1.1.1|^2.0.1"
|
|||
|
},
|
|||
|
"provide": {
|
|||
|
"psr/container-implementation": "1.1|2.0"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-master": "9.x-dev"
|
|||
|
}
|
|||
|
},
|
|||
|
"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"
|
|||
|
},
|
|||
|
"time": "2022-09-05T15:58:42+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "illuminate/contracts",
|
|||
|
"version": "v9.45.1",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/illuminate/contracts.git",
|
|||
|
"reference": "c7cc6e6198cac6dfdead111f9758de25413188b7"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/illuminate/contracts/zipball/c7cc6e6198cac6dfdead111f9758de25413188b7",
|
|||
|
"reference": "c7cc6e6198cac6dfdead111f9758de25413188b7",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": "^8.0.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": "9.x-dev"
|
|||
|
}
|
|||
|
},
|
|||
|
"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"
|
|||
|
},
|
|||
|
"time": "2022-10-31T22:25:40+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "illuminate/events",
|
|||
|
"version": "v9.45.1",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/illuminate/events.git",
|
|||
|
"reference": "8e534676bac23bc17925f5c74c128f9c09b98f69"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/illuminate/events/zipball/8e534676bac23bc17925f5c74c128f9c09b98f69",
|
|||
|
"reference": "8e534676bac23bc17925f5c74c128f9c09b98f69",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"illuminate/bus": "^9.0",
|
|||
|
"illuminate/collections": "^9.0",
|
|||
|
"illuminate/container": "^9.0",
|
|||
|
"illuminate/contracts": "^9.0",
|
|||
|
"illuminate/macroable": "^9.0",
|
|||
|
"illuminate/support": "^9.0",
|
|||
|
"php": "^8.0.2"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-master": "9.x-dev"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"files": [
|
|||
|
"functions.php"
|
|||
|
],
|
|||
|
"psr-4": {
|
|||
|
"Illuminate\\Events\\": ""
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"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": "2022-09-15T13:14:12+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "illuminate/macroable",
|
|||
|
"version": "v9.45.1",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/illuminate/macroable.git",
|
|||
|
"reference": "e3bfaf6401742a9c6abca61b9b10e998e5b6449a"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/illuminate/macroable/zipball/e3bfaf6401742a9c6abca61b9b10e998e5b6449a",
|
|||
|
"reference": "e3bfaf6401742a9c6abca61b9b10e998e5b6449a",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": "^8.0.2"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-master": "9.x-dev"
|
|||
|
}
|
|||
|
},
|
|||
|
"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"
|
|||
|
},
|
|||
|
"time": "2022-08-09T13:29:29+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "illuminate/pipeline",
|
|||
|
"version": "v9.45.1",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/illuminate/pipeline.git",
|
|||
|
"reference": "e0be3f3f79f8235ad7334919ca4094d5074e02f6"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/illuminate/pipeline/zipball/e0be3f3f79f8235ad7334919ca4094d5074e02f6",
|
|||
|
"reference": "e0be3f3f79f8235ad7334919ca4094d5074e02f6",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"illuminate/contracts": "^9.0",
|
|||
|
"illuminate/support": "^9.0",
|
|||
|
"php": "^8.0.2"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-master": "9.x-dev"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Illuminate\\Pipeline\\": ""
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"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": "2022-06-09T14:13:53+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "illuminate/redis",
|
|||
|
"version": "v9.45.1",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/illuminate/redis.git",
|
|||
|
"reference": "0684a40c7f820b274acdc57e19dc691609de9097"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/illuminate/redis/zipball/0684a40c7f820b274acdc57e19dc691609de9097",
|
|||
|
"reference": "0684a40c7f820b274acdc57e19dc691609de9097",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"illuminate/collections": "^9.0",
|
|||
|
"illuminate/contracts": "^9.0",
|
|||
|
"illuminate/macroable": "^9.0",
|
|||
|
"illuminate/support": "^9.0",
|
|||
|
"php": "^8.0.2"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"ext-redis": "Required to use the phpredis connector (^4.0|^5.0).",
|
|||
|
"predis/predis": "Required to use the predis connector (^1.1.9|^2.0.2)."
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-master": "9.x-dev"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Illuminate\\Redis\\": ""
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"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": "2022-12-19T10:26:22+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "illuminate/support",
|
|||
|
"version": "v9.45.1",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/illuminate/support.git",
|
|||
|
"reference": "d7f7c07e35a2c09cbeeddc0168826cf05a2eeb84"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/illuminate/support/zipball/d7f7c07e35a2c09cbeeddc0168826cf05a2eeb84",
|
|||
|
"reference": "d7f7c07e35a2c09cbeeddc0168826cf05a2eeb84",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"doctrine/inflector": "^2.0",
|
|||
|
"ext-json": "*",
|
|||
|
"ext-mbstring": "*",
|
|||
|
"illuminate/collections": "^9.0",
|
|||
|
"illuminate/conditionable": "^9.0",
|
|||
|
"illuminate/contracts": "^9.0",
|
|||
|
"illuminate/macroable": "^9.0",
|
|||
|
"nesbot/carbon": "^2.62.1",
|
|||
|
"php": "^8.0.2",
|
|||
|
"voku/portable-ascii": "^2.0"
|
|||
|
},
|
|||
|
"conflict": {
|
|||
|
"tightenco/collect": "<5.5.33"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"illuminate/filesystem": "Required to use the composer class (^9.0).",
|
|||
|
"league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.0.2).",
|
|||
|
"ramsey/uuid": "Required to use Str::uuid() (^4.7).",
|
|||
|
"symfony/process": "Required to use the composer class (^6.0).",
|
|||
|
"symfony/uid": "Required to use Str::ulid() (^6.0).",
|
|||
|
"symfony/var-dumper": "Required to use the dd function (^6.0).",
|
|||
|
"vlucas/phpdotenv": "Required to use the Env class and env helper (^5.4.1)."
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-master": "9.x-dev"
|
|||
|
}
|
|||
|
},
|
|||
|
"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"
|
|||
|
},
|
|||
|
"time": "2022-12-20T14:03:34+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "monolog/monolog",
|
|||
|
"version": "2.8.0",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/Seldaek/monolog.git",
|
|||
|
"reference": "720488632c590286b88b80e62aa3d3d551ad4a50"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/720488632c590286b88b80e62aa3d3d551ad4a50",
|
|||
|
"reference": "720488632c590286b88b80e62aa3d3d551ad4a50",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"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",
|
|||
|
"guzzlehttp/guzzle": "^7.4",
|
|||
|
"guzzlehttp/psr7": "^2.2",
|
|||
|
"mongodb/mongodb": "^1.8",
|
|||
|
"php-amqplib/php-amqplib": "~2.4 || ^3",
|
|||
|
"phpspec/prophecy": "^1.15",
|
|||
|
"phpstan/phpstan": "^0.12.91",
|
|||
|
"phpunit/phpunit": "^8.5.14",
|
|||
|
"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"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"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.8.0"
|
|||
|
},
|
|||
|
"funding": [
|
|||
|
{
|
|||
|
"url": "https://github.com/Seldaek",
|
|||
|
"type": "github"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
|
|||
|
"type": "tidelift"
|
|||
|
}
|
|||
|
],
|
|||
|
"time": "2022-07-24T11:55:47+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "nesbot/carbon",
|
|||
|
"version": "2.64.0",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/briannesbitt/Carbon.git",
|
|||
|
"reference": "889546413c97de2d05063b8cb7b193c2531ea211"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/889546413c97de2d05063b8cb7b193c2531ea211",
|
|||
|
"reference": "889546413c97de2d05063b8cb7b193c2531ea211",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"ext-json": "*",
|
|||
|
"php": "^7.1.8 || ^8.0",
|
|||
|
"symfony/polyfill-mbstring": "^1.0",
|
|||
|
"symfony/polyfill-php80": "^1.16",
|
|||
|
"symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"doctrine/dbal": "^2.0 || ^3.1.4",
|
|||
|
"doctrine/orm": "^2.7",
|
|||
|
"friendsofphp/php-cs-fixer": "^3.0",
|
|||
|
"kylekatarnls/multi-tester": "^2.0",
|
|||
|
"ondrejmirtes/better-reflection": "*",
|
|||
|
"phpmd/phpmd": "^2.9",
|
|||
|
"phpstan/extension-installer": "^1.0",
|
|||
|
"phpstan/phpstan": "^0.12.99 || ^1.7.14",
|
|||
|
"phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
|
|||
|
"phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
|
|||
|
"squizlabs/php_codesniffer": "^3.4"
|
|||
|
},
|
|||
|
"bin": [
|
|||
|
"bin/carbon"
|
|||
|
],
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-3.x": "3.x-dev",
|
|||
|
"dev-master": "2.x-dev"
|
|||
|
},
|
|||
|
"laravel": {
|
|||
|
"providers": [
|
|||
|
"Carbon\\Laravel\\ServiceProvider"
|
|||
|
]
|
|||
|
},
|
|||
|
"phpstan": {
|
|||
|
"includes": [
|
|||
|
"extension.neon"
|
|||
|
]
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Carbon\\": "src/Carbon/"
|
|||
|
}
|
|||
|
},
|
|||
|
"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"
|
|||
|
}
|
|||
|
],
|
|||
|
"time": "2022-11-26T17:36:00+00: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": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"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": "nsp-team/webman-throttler",
|
|||
|
"version": "v1.0.1",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/nsp-team/webman-throttler.git",
|
|||
|
"reference": "5572496db0ea5b04bb313fb7479332126fde46a7"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/nsp-team/webman-throttler/zipball/5572496db0ea5b04bb313fb7479332126fde46a7",
|
|||
|
"reference": "5572496db0ea5b04bb313fb7479332126fde46a7",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.2",
|
|||
|
"workerman/webman-framework": "^1.2.1"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"NspTeam\\WebmanThrottler\\": "src/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "maoxp",
|
|||
|
"email": "maoxingpei8686@163.com"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "very Very easy to use a current limiting component, the code is very simple, based on the webman framework.",
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/nsp-team/webman-throttler/issues",
|
|||
|
"source": "https://github.com/nsp-team/webman-throttler/tree/v1.0.1"
|
|||
|
},
|
|||
|
"time": "2022-04-06T00:53:55+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "phpoption/phpoption",
|
|||
|
"version": "1.8.1",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/schmittjoh/php-option.git",
|
|||
|
"reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15",
|
|||
|
"reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": "^7.0 || ^8.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"bamarni/composer-bin-plugin": "^1.4.1",
|
|||
|
"phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-master": "1.8-dev"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"PhpOption\\": "src/PhpOption/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"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.8.1"
|
|||
|
},
|
|||
|
"funding": [
|
|||
|
{
|
|||
|
"url": "https://github.com/GrahamCampbell",
|
|||
|
"type": "github"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
|
|||
|
"type": "tidelift"
|
|||
|
}
|
|||
|
],
|
|||
|
"time": "2021-12-04T23:24:31+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": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"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/container",
|
|||
|
"version": "1.1.2",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/php-fig/container.git",
|
|||
|
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
|
|||
|
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.4.0"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"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/1.1.2"
|
|||
|
},
|
|||
|
"time": "2021-11-05T16:50:12+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "psr/http-client",
|
|||
|
"version": "1.0.1",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/php-fig/http-client.git",
|
|||
|
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
|||
|
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": "^7.0 || ^8.0",
|
|||
|
"psr/http-message": "^1.0"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-master": "1.0.x-dev"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Psr\\Http\\Client\\": "src/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "PHP-FIG",
|
|||
|
"homepage": "http://www.php-fig.org/"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "Common interface for HTTP clients",
|
|||
|
"homepage": "https://github.com/php-fig/http-client",
|
|||
|
"keywords": [
|
|||
|
"http",
|
|||
|
"http-client",
|
|||
|
"psr",
|
|||
|
"psr-18"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/php-fig/http-client/tree/master"
|
|||
|
},
|
|||
|
"time": "2020-06-29T06:28:15+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "psr/http-factory",
|
|||
|
"version": "1.0.1",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/php-fig/http-factory.git",
|
|||
|
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
|||
|
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.0.0",
|
|||
|
"psr/http-message": "^1.0"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-master": "1.0.x-dev"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Psr\\Http\\Message\\": "src/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "PHP-FIG",
|
|||
|
"homepage": "http://www.php-fig.org/"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "Common interfaces for PSR-7 HTTP message factories",
|
|||
|
"keywords": [
|
|||
|
"factory",
|
|||
|
"http",
|
|||
|
"message",
|
|||
|
"psr",
|
|||
|
"psr-17",
|
|||
|
"psr-7",
|
|||
|
"request",
|
|||
|
"response"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/php-fig/http-factory/tree/master"
|
|||
|
},
|
|||
|
"time": "2019-04-30T12:38:16+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "psr/http-message",
|
|||
|
"version": "1.0.1",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/php-fig/http-message.git",
|
|||
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|||
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=5.3.0"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-master": "1.0.x-dev"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Psr\\Http\\Message\\": "src/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "PHP-FIG",
|
|||
|
"homepage": "http://www.php-fig.org/"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "Common interface for HTTP messages",
|
|||
|
"homepage": "https://github.com/php-fig/http-message",
|
|||
|
"keywords": [
|
|||
|
"http",
|
|||
|
"http-message",
|
|||
|
"psr",
|
|||
|
"psr-7",
|
|||
|
"request",
|
|||
|
"response"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/php-fig/http-message/tree/master"
|
|||
|
},
|
|||
|
"time": "2016-08-06T14:39:51+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "psr/log",
|
|||
|
"version": "3.0.0",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/php-fig/log.git",
|
|||
|
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
|
|||
|
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=8.0.0"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-master": "3.x-dev"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Psr\\Log\\": "src"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"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.0"
|
|||
|
},
|
|||
|
"time": "2021-07-14T16:46:02+00: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": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"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"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "ralouphie/getallheaders",
|
|||
|
"version": "3.0.3",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/ralouphie/getallheaders.git",
|
|||
|
"reference": "120b605dfeb996808c31b6477290a714d356e822"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
|||
|
"reference": "120b605dfeb996808c31b6477290a714d356e822",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=5.6"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"php-coveralls/php-coveralls": "^2.1",
|
|||
|
"phpunit/phpunit": "^5 || ^6.5"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"files": [
|
|||
|
"src/getallheaders.php"
|
|||
|
]
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"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": "respect/stringifier",
|
|||
|
"version": "0.2.0",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/Respect/Stringifier.git",
|
|||
|
"reference": "e55af3c8aeaeaa2abb5fa47a58a8e9688cc23b59"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/Respect/Stringifier/zipball/e55af3c8aeaeaa2abb5fa47a58a8e9688cc23b59",
|
|||
|
"reference": "e55af3c8aeaeaa2abb5fa47a58a8e9688cc23b59",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.1"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"friendsofphp/php-cs-fixer": "^2.8",
|
|||
|
"malukenho/docheader": "^0.1.7",
|
|||
|
"phpunit/phpunit": "^6.4"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"files": [
|
|||
|
"src/stringify.php"
|
|||
|
],
|
|||
|
"psr-4": {
|
|||
|
"Respect\\Stringifier\\": "src/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "Respect/Stringifier Contributors",
|
|||
|
"homepage": "https://github.com/Respect/Stringifier/graphs/contributors"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "Converts any value to a string",
|
|||
|
"homepage": "http://respect.github.io/Stringifier/",
|
|||
|
"keywords": [
|
|||
|
"respect",
|
|||
|
"stringifier",
|
|||
|
"stringify"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/Respect/Stringifier/issues",
|
|||
|
"source": "https://github.com/Respect/Stringifier/tree/0.2.0"
|
|||
|
},
|
|||
|
"time": "2017-12-29T19:39:25+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "symfony/cache",
|
|||
|
"version": "v6.0.18",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/symfony/cache.git",
|
|||
|
"reference": "079ec0afe323fdcd5ac1f16e3ffdb4991fb5d4c9"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/symfony/cache/zipball/079ec0afe323fdcd5ac1f16e3ffdb4991fb5d4c9",
|
|||
|
"reference": "079ec0afe323fdcd5ac1f16e3ffdb4991fb5d4c9",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=8.0.2",
|
|||
|
"psr/cache": "^2.0|^3.0",
|
|||
|
"psr/log": "^1.1|^2|^3",
|
|||
|
"symfony/cache-contracts": "^1.1.7|^2|^3",
|
|||
|
"symfony/service-contracts": "^1.1|^2|^3",
|
|||
|
"symfony/var-exporter": "^5.4|^6.0"
|
|||
|
},
|
|||
|
"conflict": {
|
|||
|
"doctrine/dbal": "<2.13.1",
|
|||
|
"symfony/dependency-injection": "<5.4",
|
|||
|
"symfony/http-kernel": "<5.4",
|
|||
|
"symfony/var-dumper": "<5.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": "^2.13.1|^3.0",
|
|||
|
"predis/predis": "^1.1",
|
|||
|
"psr/simple-cache": "^1.0|^2.0|^3.0",
|
|||
|
"symfony/config": "^5.4|^6.0",
|
|||
|
"symfony/dependency-injection": "^5.4|^6.0",
|
|||
|
"symfony/filesystem": "^5.4|^6.0",
|
|||
|
"symfony/http-kernel": "^5.4|^6.0",
|
|||
|
"symfony/messenger": "^5.4|^6.0",
|
|||
|
"symfony/var-dumper": "^5.4|^6.0"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Symfony\\Component\\Cache\\": ""
|
|||
|
},
|
|||
|
"exclude-from-classmap": [
|
|||
|
"/Tests/"
|
|||
|
]
|
|||
|
},
|
|||
|
"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": "Provides extended PSR-6, PSR-16 (and tags) implementations",
|
|||
|
"homepage": "https://symfony.com",
|
|||
|
"keywords": [
|
|||
|
"caching",
|
|||
|
"psr6"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/symfony/cache/tree/v6.0.18"
|
|||
|
},
|
|||
|
"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": "2022-12-29T16:27:58+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "symfony/cache-contracts",
|
|||
|
"version": "v3.0.2",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/symfony/cache-contracts.git",
|
|||
|
"reference": "1c0a181c9ee221afe4fa55b2d13fc63c5ae14348"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/1c0a181c9ee221afe4fa55b2d13fc63c5ae14348",
|
|||
|
"reference": "1c0a181c9ee221afe4fa55b2d13fc63c5ae14348",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=8.0.2",
|
|||
|
"psr/cache": "^3.0"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"symfony/cache-implementation": ""
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-main": "3.0-dev"
|
|||
|
},
|
|||
|
"thanks": {
|
|||
|
"name": "symfony/contracts",
|
|||
|
"url": "https://github.com/symfony/contracts"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Symfony\\Contracts\\Cache\\": ""
|
|||
|
}
|
|||
|
},
|
|||
|
"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 caching",
|
|||
|
"homepage": "https://symfony.com",
|
|||
|
"keywords": [
|
|||
|
"abstractions",
|
|||
|
"contracts",
|
|||
|
"decoupling",
|
|||
|
"interfaces",
|
|||
|
"interoperability",
|
|||
|
"standards"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/symfony/cache-contracts/tree/v3.0.2"
|
|||
|
},
|
|||
|
"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": "2022-01-02T09:55:41+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "symfony/deprecation-contracts",
|
|||
|
"version": "v3.0.2",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
|||
|
"reference": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/26954b3d62a6c5fd0ea8a2a00c0353a14978d05c",
|
|||
|
"reference": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=8.0.2"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-main": "3.0-dev"
|
|||
|
},
|
|||
|
"thanks": {
|
|||
|
"name": "symfony/contracts",
|
|||
|
"url": "https://github.com/symfony/contracts"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"files": [
|
|||
|
"function.php"
|
|||
|
]
|
|||
|
},
|
|||
|
"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": "A generic function and convention to trigger deprecation notices",
|
|||
|
"homepage": "https://symfony.com",
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.0.2"
|
|||
|
},
|
|||
|
"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": "2022-01-02T09:55:41+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "symfony/polyfill-ctype",
|
|||
|
"version": "v1.27.0",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
|||
|
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
|
|||
|
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.1"
|
|||
|
},
|
|||
|
"provide": {
|
|||
|
"ext-ctype": "*"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"ext-ctype": "For best performance"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-main": "1.27-dev"
|
|||
|
},
|
|||
|
"thanks": {
|
|||
|
"name": "symfony/polyfill",
|
|||
|
"url": "https://github.com/symfony/polyfill"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"files": [
|
|||
|
"bootstrap.php"
|
|||
|
],
|
|||
|
"psr-4": {
|
|||
|
"Symfony\\Polyfill\\Ctype\\": ""
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"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.27.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": "2022-11-03T14:55:06+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "symfony/polyfill-mbstring",
|
|||
|
"version": "v1.27.0",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|||
|
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
|
|||
|
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.1"
|
|||
|
},
|
|||
|
"provide": {
|
|||
|
"ext-mbstring": "*"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"ext-mbstring": "For best performance"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-main": "1.27-dev"
|
|||
|
},
|
|||
|
"thanks": {
|
|||
|
"name": "symfony/polyfill",
|
|||
|
"url": "https://github.com/symfony/polyfill"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"files": [
|
|||
|
"bootstrap.php"
|
|||
|
],
|
|||
|
"psr-4": {
|
|||
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
|||
|
}
|
|||
|
},
|
|||
|
"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.27.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": "2022-11-03T14:55:06+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "symfony/polyfill-php80",
|
|||
|
"version": "v1.27.0",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
|||
|
"reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
|
|||
|
"reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.1"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-main": "1.27-dev"
|
|||
|
},
|
|||
|
"thanks": {
|
|||
|
"name": "symfony/polyfill",
|
|||
|
"url": "https://github.com/symfony/polyfill"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"files": [
|
|||
|
"bootstrap.php"
|
|||
|
],
|
|||
|
"psr-4": {
|
|||
|
"Symfony\\Polyfill\\Php80\\": ""
|
|||
|
},
|
|||
|
"classmap": [
|
|||
|
"Resources/stubs"
|
|||
|
]
|
|||
|
},
|
|||
|
"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.27.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": "2022-11-03T14:55:06+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "symfony/service-contracts",
|
|||
|
"version": "v2.5.2",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/symfony/service-contracts.git",
|
|||
|
"reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
|
|||
|
"reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.2.5",
|
|||
|
"psr/container": "^1.1",
|
|||
|
"symfony/deprecation-contracts": "^2.1|^3"
|
|||
|
},
|
|||
|
"conflict": {
|
|||
|
"ext-psr": "<1.1|>=2"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"symfony/service-implementation": ""
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-main": "2.5-dev"
|
|||
|
},
|
|||
|
"thanks": {
|
|||
|
"name": "symfony/contracts",
|
|||
|
"url": "https://github.com/symfony/contracts"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Symfony\\Contracts\\Service\\": ""
|
|||
|
}
|
|||
|
},
|
|||
|
"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 writing services",
|
|||
|
"homepage": "https://symfony.com",
|
|||
|
"keywords": [
|
|||
|
"abstractions",
|
|||
|
"contracts",
|
|||
|
"decoupling",
|
|||
|
"interfaces",
|
|||
|
"interoperability",
|
|||
|
"standards"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
|
|||
|
},
|
|||
|
"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": "2022-05-30T19:17:29+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "symfony/translation",
|
|||
|
"version": "v6.0.14",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/symfony/translation.git",
|
|||
|
"reference": "6f99eb179aee4652c0a7cd7c11f2a870d904330c"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/symfony/translation/zipball/6f99eb179aee4652c0a7cd7c11f2a870d904330c",
|
|||
|
"reference": "6f99eb179aee4652c0a7cd7c11f2a870d904330c",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=8.0.2",
|
|||
|
"symfony/polyfill-mbstring": "~1.0",
|
|||
|
"symfony/translation-contracts": "^2.3|^3.0"
|
|||
|
},
|
|||
|
"conflict": {
|
|||
|
"symfony/config": "<5.4",
|
|||
|
"symfony/console": "<5.4",
|
|||
|
"symfony/dependency-injection": "<5.4",
|
|||
|
"symfony/http-kernel": "<5.4",
|
|||
|
"symfony/twig-bundle": "<5.4",
|
|||
|
"symfony/yaml": "<5.4"
|
|||
|
},
|
|||
|
"provide": {
|
|||
|
"symfony/translation-implementation": "2.3|3.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"psr/log": "^1|^2|^3",
|
|||
|
"symfony/config": "^5.4|^6.0",
|
|||
|
"symfony/console": "^5.4|^6.0",
|
|||
|
"symfony/dependency-injection": "^5.4|^6.0",
|
|||
|
"symfony/finder": "^5.4|^6.0",
|
|||
|
"symfony/http-client-contracts": "^1.1|^2.0|^3.0",
|
|||
|
"symfony/http-kernel": "^5.4|^6.0",
|
|||
|
"symfony/intl": "^5.4|^6.0",
|
|||
|
"symfony/polyfill-intl-icu": "^1.21",
|
|||
|
"symfony/service-contracts": "^1.1.2|^2|^3",
|
|||
|
"symfony/yaml": "^5.4|^6.0"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"psr/log-implementation": "To use logging capability in translator",
|
|||
|
"symfony/config": "",
|
|||
|
"symfony/yaml": ""
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"files": [
|
|||
|
"Resources/functions.php"
|
|||
|
],
|
|||
|
"psr-4": {
|
|||
|
"Symfony\\Component\\Translation\\": ""
|
|||
|
},
|
|||
|
"exclude-from-classmap": [
|
|||
|
"/Tests/"
|
|||
|
]
|
|||
|
},
|
|||
|
"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": {
|
|||
|
"source": "https://github.com/symfony/translation/tree/v6.0.14"
|
|||
|
},
|
|||
|
"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": "2022-10-07T08:02:12+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "symfony/translation-contracts",
|
|||
|
"version": "v3.0.2",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/symfony/translation-contracts.git",
|
|||
|
"reference": "acbfbb274e730e5a0236f619b6168d9dedb3e282"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/acbfbb274e730e5a0236f619b6168d9dedb3e282",
|
|||
|
"reference": "acbfbb274e730e5a0236f619b6168d9dedb3e282",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=8.0.2"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"symfony/translation-implementation": ""
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-main": "3.0-dev"
|
|||
|
},
|
|||
|
"thanks": {
|
|||
|
"name": "symfony/contracts",
|
|||
|
"url": "https://github.com/symfony/contracts"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Symfony\\Contracts\\Translation\\": ""
|
|||
|
}
|
|||
|
},
|
|||
|
"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.0.2"
|
|||
|
},
|
|||
|
"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": "2022-06-27T17:10:44+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "symfony/var-exporter",
|
|||
|
"version": "v6.0.17",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/symfony/var-exporter.git",
|
|||
|
"reference": "d87c15d59421d38fe5eb4f6724eb75891479e3da"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/d87c15d59421d38fe5eb4f6724eb75891479e3da",
|
|||
|
"reference": "d87c15d59421d38fe5eb4f6724eb75891479e3da",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=8.0.2"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"symfony/var-dumper": "^5.4|^6.0"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Symfony\\Component\\VarExporter\\": ""
|
|||
|
},
|
|||
|
"exclude-from-classmap": [
|
|||
|
"/Tests/"
|
|||
|
]
|
|||
|
},
|
|||
|
"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": "Allows exporting any serializable PHP data structure to plain PHP code",
|
|||
|
"homepage": "https://symfony.com",
|
|||
|
"keywords": [
|
|||
|
"clone",
|
|||
|
"construct",
|
|||
|
"export",
|
|||
|
"hydrate",
|
|||
|
"instantiate",
|
|||
|
"serialize"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/symfony/var-exporter/tree/v6.0.17"
|
|||
|
},
|
|||
|
"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": "2022-12-22T17:53:58+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "vlucas/phpdotenv",
|
|||
|
"version": "v5.4.1",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/vlucas/phpdotenv.git",
|
|||
|
"reference": "264dce589e7ce37a7ba99cb901eed8249fbec92f"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/264dce589e7ce37a7ba99cb901eed8249fbec92f",
|
|||
|
"reference": "264dce589e7ce37a7ba99cb901eed8249fbec92f",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"ext-pcre": "*",
|
|||
|
"graham-campbell/result-type": "^1.0.2",
|
|||
|
"php": "^7.1.3 || ^8.0",
|
|||
|
"phpoption/phpoption": "^1.8",
|
|||
|
"symfony/polyfill-ctype": "^1.23",
|
|||
|
"symfony/polyfill-mbstring": "^1.23.1",
|
|||
|
"symfony/polyfill-php80": "^1.23.1"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"bamarni/composer-bin-plugin": "^1.4.1",
|
|||
|
"ext-filter": "*",
|
|||
|
"phpunit/phpunit": "^7.5.20 || ^8.5.21 || ^9.5.10"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"ext-filter": "Required to use the boolean validator."
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-master": "5.4-dev"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Dotenv\\": "src/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"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.4.1"
|
|||
|
},
|
|||
|
"funding": [
|
|||
|
{
|
|||
|
"url": "https://github.com/GrahamCampbell",
|
|||
|
"type": "github"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
|
|||
|
"type": "tidelift"
|
|||
|
}
|
|||
|
],
|
|||
|
"time": "2021-12-12T23:22:04+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": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"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"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "webman/captcha",
|
|||
|
"version": "v1.0.0",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/webman-php/captcha.git",
|
|||
|
"reference": "7a78f861d40c326575112d6698c7d47c5f326be9"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/webman-php/captcha/zipball/7a78f861d40c326575112d6698c7d47c5f326be9",
|
|||
|
"reference": "7a78f861d40c326575112d6698c7d47c5f326be9",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"ext-gd": "*",
|
|||
|
"ext-mbstring": "*",
|
|||
|
"php": ">=5.3.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"phpunit/phpunit": "^6.4"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Webman\\Captcha\\": "src"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "walkor",
|
|||
|
"email": "walkor@workerman.net"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Grégoire Passault",
|
|||
|
"email": "g.passault@gmail.com",
|
|||
|
"homepage": "http://www.gregwar.com/"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Jeremy Livingston",
|
|||
|
"email": "jeremy.j.livingston@gmail.com"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "Captcha generator",
|
|||
|
"keywords": [
|
|||
|
"bot",
|
|||
|
"captcha",
|
|||
|
"spam"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/webman-php/captcha/tree/v1.0.0"
|
|||
|
},
|
|||
|
"time": "2022-09-28T11:55:22+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "workerman/validation",
|
|||
|
"version": "v3.0.2",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/walkor/validation.git",
|
|||
|
"reference": "49387fff74acb63277ea7ed9a476ffe339348772"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/walkor/validation/zipball/49387fff74acb63277ea7ed9a476ffe339348772",
|
|||
|
"reference": "49387fff74acb63277ea7ed9a476ffe339348772",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.2",
|
|||
|
"respect/stringifier": "^0.2.0",
|
|||
|
"symfony/polyfill-mbstring": "^1.2"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"egulias/email-validator": "^2.1",
|
|||
|
"malukenho/docheader": "^0.1",
|
|||
|
"mikey179/vfsstream": "^1.6",
|
|||
|
"phpstan/phpstan": "^0.12",
|
|||
|
"phpstan/phpstan-deprecation-rules": "^0.12",
|
|||
|
"phpstan/phpstan-phpunit": "^0.12",
|
|||
|
"phpunit/phpunit": "^7.5",
|
|||
|
"respect/coding-standard": "^2.1",
|
|||
|
"squizlabs/php_codesniffer": "^3.5",
|
|||
|
"symfony/validator": "^3.0||^4.0",
|
|||
|
"zendframework/zend-validator": "^2.1"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"egulias/email-validator": "Strict (RFC compliant) email validation",
|
|||
|
"ext-bcmath": "Arbitrary Precision Mathematics",
|
|||
|
"ext-fileinfo": "File Information",
|
|||
|
"ext-mbstring": "Multibyte String Functions",
|
|||
|
"symfony/validator": "Use Symfony validator through Respect\\Validation",
|
|||
|
"zendframework/zend-validator": "Use Zend Framework validator through Respect\\Validation"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Respect\\Validation\\": "library/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "Respect/Validation Contributors",
|
|||
|
"homepage": "https://github.com/Respect/Validation/graphs/contributors"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "The most awesome validation engine ever created for PHP. Respect/Validation 汉化版本",
|
|||
|
"homepage": "http://respect.github.io/Validation/",
|
|||
|
"keywords": [
|
|||
|
"respect",
|
|||
|
"validation",
|
|||
|
"validator"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/walkor/validation/tree/v3.0.2"
|
|||
|
},
|
|||
|
"time": "2022-04-19T03:49:38+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "workerman/webman-framework",
|
|||
|
"version": "v1.4.10",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/walkor/webman-framework.git",
|
|||
|
"reference": "d9d6a5317f1f11486e37bf5613aa0d1601b83edd"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/walkor/webman-framework/zipball/d9d6a5317f1f11486e37bf5613aa0d1601b83edd",
|
|||
|
"reference": "d9d6a5317f1f11486e37bf5613aa0d1601b83edd",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"nikic/fast-route": "^1.3",
|
|||
|
"php": ">=7.2",
|
|||
|
"psr/container": ">=1.0",
|
|||
|
"workerman/workerman": "^4.0.4"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"ext-event": "For better performance. "
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"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"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"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": "2022-12-12T07:54:21+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "workerman/workerman",
|
|||
|
"version": "v4.1.5",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/walkor/workerman.git",
|
|||
|
"reference": "16bcfc2c7574feea46cdadaaa8ae73f14d464b21"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/walkor/workerman/zipball/16bcfc2c7574feea46cdadaaa8ae73f14d464b21",
|
|||
|
"reference": "16bcfc2c7574feea46cdadaaa8ae73f14d464b21",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.0"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"ext-event": "For better performance. "
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Workerman\\": "./"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "walkor",
|
|||
|
"email": "walkor@workerman.net",
|
|||
|
"homepage": "http://www.workerman.net",
|
|||
|
"role": "Developer"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.",
|
|||
|
"homepage": "http://www.workerman.net",
|
|||
|
"keywords": [
|
|||
|
"asynchronous",
|
|||
|
"event-loop"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"email": "walkor@workerman.net",
|
|||
|
"forum": "http://wenda.workerman.net/",
|
|||
|
"issues": "https://github.com/walkor/workerman/issues",
|
|||
|
"source": "https://github.com/walkor/workerman",
|
|||
|
"wiki": "http://doc.workerman.net/"
|
|||
|
},
|
|||
|
"funding": [
|
|||
|
{
|
|||
|
"url": "https://opencollective.com/workerman",
|
|||
|
"type": "open_collective"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://www.patreon.com/walkor",
|
|||
|
"type": "patreon"
|
|||
|
}
|
|||
|
],
|
|||
|
"time": "2022-12-14T11:58:06+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "yzh52521/easyhttp",
|
|||
|
"version": "v1.0.5",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/yzh52521/easyhttp.git",
|
|||
|
"reference": "a74fa5a1d4f701bd20e581b0731e885aac3daf9f"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/yzh52521/easyhttp/zipball/a74fa5a1d4f701bd20e581b0731e885aac3daf9f",
|
|||
|
"reference": "a74fa5a1d4f701bd20e581b0731e885aac3daf9f",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"guzzlehttp/guzzle": "^6.0|^7.0",
|
|||
|
"php": "^7.2.5|^8.0",
|
|||
|
"psr/log": "^1.0|^2.0|^3.0"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"yzh52521\\EasyHttp\\": "src/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"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/yzh52521/easyhttp/issues",
|
|||
|
"source": "https://github.com/yzh52521/easyhttp/tree/v1.0.5"
|
|||
|
},
|
|||
|
"time": "2022-12-05T12:18:34+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "yzh52521/webman-throttle",
|
|||
|
"version": "v1.0.10",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/yzh52521/webman-throttle.git",
|
|||
|
"reference": "66c69086bd98f3ccb5fc2bf9a59b9f02516384a5"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/yzh52521/webman-throttle/zipball/66c69086bd98f3ccb5fc2bf9a59b9f02516384a5",
|
|||
|
"reference": "66c69086bd98f3ccb5fc2bf9a59b9f02516384a5",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.2",
|
|||
|
"workerman/webman-framework": "^1.2.1"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"yzh52521\\middleware\\": "src"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "yzh52521",
|
|||
|
"email": "396751927@qq.com"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "Webman框架限流中间件",
|
|||
|
"keywords": [
|
|||
|
"middleware",
|
|||
|
"php",
|
|||
|
"throttle",
|
|||
|
"webman"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/yzh52521/webman-throttle/issues",
|
|||
|
"source": "https://github.com/yzh52521/webman-throttle/tree/v1.0.10"
|
|||
|
},
|
|||
|
"time": "2022-09-13T07:37:11+00:00"
|
|||
|
}
|
|||
|
],
|
|||
|
"packages-dev": [],
|
|||
|
"aliases": [],
|
|||
|
"minimum-stability": "stable",
|
|||
|
"stability-flags": [],
|
|||
|
"prefer-stable": false,
|
|||
|
"prefer-lowest": false,
|
|||
|
"platform": {
|
|||
|
"php": ">=7.2"
|
|||
|
},
|
|||
|
"platform-dev": [],
|
|||
|
"plugin-api-version": "2.3.0"
|
|||
|
}
|