{
|
"_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": "d77fe9d75f0110c1f8eef2addafdad9e",
|
"packages": [
|
{
|
"name": "doctrine/annotations",
|
"version": "1.13.2",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/doctrine/annotations.git",
|
"reference": "5b668aef16090008790395c02c893b1ba13f7e08"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08",
|
"reference": "5b668aef16090008790395c02c893b1ba13f7e08",
|
"shasum": ""
|
},
|
"require": {
|
"doctrine/lexer": "1.*",
|
"ext-tokenizer": "*",
|
"php": "^7.1 || ^8.0",
|
"psr/cache": "^1 || ^2 || ^3"
|
},
|
"require-dev": {
|
"doctrine/cache": "^1.11 || ^2.0",
|
"doctrine/coding-standard": "^6.0 || ^8.1",
|
"phpstan/phpstan": "^0.12.20",
|
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
|
"symfony/cache": "^4.4 || ^5.2"
|
},
|
"type": "library",
|
"autoload": {
|
"psr-4": {
|
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"authors": [
|
{
|
"name": "Guilherme Blanco",
|
"email": "guilhermeblanco@gmail.com"
|
},
|
{
|
"name": "Roman Borschel",
|
"email": "roman@code-factory.org"
|
},
|
{
|
"name": "Benjamin Eberlei",
|
"email": "kontakt@beberlei.de"
|
},
|
{
|
"name": "Jonathan Wage",
|
"email": "jonwage@gmail.com"
|
},
|
{
|
"name": "Johannes Schmitt",
|
"email": "schmittjoh@gmail.com"
|
}
|
],
|
"description": "Docblock Annotations Parser",
|
"homepage": "https://www.doctrine-project.org/projects/annotations.html",
|
"keywords": [
|
"annotations",
|
"docblock",
|
"parser"
|
],
|
"support": {
|
"issues": "https://github.com/doctrine/annotations/issues",
|
"source": "https://github.com/doctrine/annotations/tree/1.13.2"
|
},
|
"time": "2021-08-05T19:00:23+00:00"
|
},
|
{
|
"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": ""
|
},
|
"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": "doctrine/instantiator",
|
"version": "1.4.0",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/doctrine/instantiator.git",
|
"reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
|
"reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
|
"shasum": ""
|
},
|
"require": {
|
"php": "^7.1 || ^8.0"
|
},
|
"require-dev": {
|
"doctrine/coding-standard": "^8.0",
|
"ext-pdo": "*",
|
"ext-phar": "*",
|
"phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
|
"phpstan/phpstan": "^0.12",
|
"phpstan/phpstan-phpunit": "^0.12",
|
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
|
},
|
"type": "library",
|
"autoload": {
|
"psr-4": {
|
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"authors": [
|
{
|
"name": "Marco Pivetta",
|
"email": "ocramius@gmail.com",
|
"homepage": "https://ocramius.github.io/"
|
}
|
],
|
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
|
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
|
"keywords": [
|
"constructor",
|
"instantiate"
|
],
|
"support": {
|
"issues": "https://github.com/doctrine/instantiator/issues",
|
"source": "https://github.com/doctrine/instantiator/tree/1.4.0"
|
},
|
"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%2Finstantiator",
|
"type": "tidelift"
|
}
|
],
|
"time": "2020-11-10T18:47:58+00:00"
|
},
|
{
|
"name": "doctrine/lexer",
|
"version": "1.2.1",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/doctrine/lexer.git",
|
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
|
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
|
"shasum": ""
|
},
|
"require": {
|
"php": "^7.2 || ^8.0"
|
},
|
"require-dev": {
|
"doctrine/coding-standard": "^6.0",
|
"phpstan/phpstan": "^0.11.8",
|
"phpunit/phpunit": "^8.2"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "1.2.x-dev"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"authors": [
|
{
|
"name": "Guilherme Blanco",
|
"email": "guilhermeblanco@gmail.com"
|
},
|
{
|
"name": "Roman Borschel",
|
"email": "roman@code-factory.org"
|
},
|
{
|
"name": "Johannes Schmitt",
|
"email": "schmittjoh@gmail.com"
|
}
|
],
|
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
|
"homepage": "https://www.doctrine-project.org/projects/lexer.html",
|
"keywords": [
|
"annotations",
|
"docblock",
|
"lexer",
|
"parser",
|
"php"
|
],
|
"support": {
|
"issues": "https://github.com/doctrine/lexer/issues",
|
"source": "https://github.com/doctrine/lexer/tree/1.2.1"
|
},
|
"funding": [
|
{
|
"url": "https://www.doctrine-project.org/sponsorship.html",
|
"type": "custom"
|
},
|
{
|
"url": "https://www.patreon.com/phpdoctrine",
|
"type": "patreon"
|
},
|
{
|
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
|
"type": "tidelift"
|
}
|
],
|
"time": "2020-05-25T17:44:05+00:00"
|
},
|
{
|
"name": "fig/http-message-util",
|
"version": "1.1.5",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/php-fig/http-message-util.git",
|
"reference": "9d94dc0154230ac39e5bf89398b324a86f63f765"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/php-fig/http-message-util/zipball/9d94dc0154230ac39e5bf89398b324a86f63f765",
|
"reference": "9d94dc0154230ac39e5bf89398b324a86f63f765",
|
"shasum": ""
|
},
|
"require": {
|
"php": "^5.3 || ^7.0 || ^8.0"
|
},
|
"suggest": {
|
"psr/http-message": "The package containing the PSR-7 interfaces"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "1.1.x-dev"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Fig\\Http\\Message\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"authors": [
|
{
|
"name": "PHP-FIG",
|
"homepage": "https://www.php-fig.org/"
|
}
|
],
|
"description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
|
"keywords": [
|
"http",
|
"http-message",
|
"psr",
|
"psr-7",
|
"request",
|
"response"
|
],
|
"support": {
|
"issues": "https://github.com/php-fig/http-message-util/issues",
|
"source": "https://github.com/php-fig/http-message-util/tree/1.1.5"
|
},
|
"time": "2020-11-24T22:02:12+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": ""
|
},
|
"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.4.1",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/guzzle/guzzle.git",
|
"reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/ee0a041b1760e6a53d2a39c8c34115adc2af2c79",
|
"reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79",
|
"shasum": ""
|
},
|
"require": {
|
"ext-json": "*",
|
"guzzlehttp/promises": "^1.5",
|
"guzzlehttp/psr7": "^1.8.3 || ^2.1",
|
"php": "^7.2.5 || ^8.0",
|
"psr/http-client": "^1.0",
|
"symfony/deprecation-contracts": "^2.2 || ^3.0"
|
},
|
"provide": {
|
"psr/http-client-implementation": "1.0"
|
},
|
"require-dev": {
|
"bamarni/composer-bin-plugin": "^1.4.1",
|
"ext-curl": "*",
|
"php-http/client-integration-tests": "^3.0",
|
"phpunit/phpunit": "^8.5.5 || ^9.3.5",
|
"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": {
|
"branch-alias": {
|
"dev-master": "7.4-dev"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"GuzzleHttp\\": "src/"
|
},
|
"files": [
|
"src/functions_include.php"
|
]
|
},
|
"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.4.1"
|
},
|
"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": "2021-12-06T18:43:05+00:00"
|
},
|
{
|
"name": "guzzlehttp/promises",
|
"version": "1.5.1",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/guzzle/promises.git",
|
"reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
|
"reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=5.5"
|
},
|
"require-dev": {
|
"symfony/phpunit-bridge": "^4.4 || ^5.1"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "1.5-dev"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"GuzzleHttp\\Promise\\": "src/"
|
},
|
"files": [
|
"src/functions_include.php"
|
]
|
},
|
"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.1"
|
},
|
"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": "2021-10-22T20:56:57+00:00"
|
},
|
{
|
"name": "guzzlehttp/psr7",
|
"version": "2.1.0",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/guzzle/psr7.git",
|
"reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/089edd38f5b8abba6cb01567c2a8aaa47cec4c72",
|
"reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72",
|
"shasum": ""
|
},
|
"require": {
|
"php": "^7.2.5 || ^8.0",
|
"psr/http-factory": "^1.0",
|
"psr/http-message": "^1.0",
|
"ralouphie/getallheaders": "^3.0"
|
},
|
"provide": {
|
"psr/http-factory-implementation": "1.0",
|
"psr/http-message-implementation": "1.0"
|
},
|
"require-dev": {
|
"bamarni/composer-bin-plugin": "^1.4.1",
|
"http-interop/http-factory-tests": "^0.9",
|
"phpunit/phpunit": "^8.5.8 || ^9.3.10"
|
},
|
"suggest": {
|
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "2.1-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.1.0"
|
},
|
"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": "2021-10-06T17:43:30+00:00"
|
},
|
{
|
"name": "hyperf/cache",
|
"version": "v2.2.15",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/hyperf/cache.git",
|
"reference": "3bafd85dae6f333567231339a9019cea35457379"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/hyperf/cache/zipball/3bafd85dae6f333567231339a9019cea35457379",
|
"reference": "3bafd85dae6f333567231339a9019cea35457379",
|
"shasum": ""
|
},
|
"require": {
|
"hyperf/contract": "~2.2.0",
|
"hyperf/utils": "~2.2.0",
|
"php": ">=7.2",
|
"psr/container": "^1.0|^2.0",
|
"psr/simple-cache": "^1.0"
|
},
|
"suggest": {
|
"hyperf/di": "Use cache annotations.",
|
"hyperf/event": "Use listener to delete annotation cache."
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "2.2-dev"
|
},
|
"hyperf": {
|
"config": "Hyperf\\Cache\\ConfigProvider"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Hyperf\\Cache\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"description": "A cache component for hyperf.",
|
"homepage": "https://hyperf.io",
|
"keywords": [
|
"cache",
|
"hyperf",
|
"php"
|
],
|
"support": {
|
"docs": "https://hyperf.wiki",
|
"issues": "https://github.com/hyperf/hyperf/issues",
|
"pull-request": "https://github.com/hyperf/hyperf/pulls",
|
"source": "https://github.com/hyperf/hyperf"
|
},
|
"time": "2021-11-02T10:34:27+00:00"
|
},
|
{
|
"name": "hyperf/command",
|
"version": "v2.2.9",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/hyperf/command.git",
|
"reference": "eb15924c33532e9eced5c7401f94e064324ed03e"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/hyperf/command/zipball/eb15924c33532e9eced5c7401f94e064324ed03e",
|
"reference": "eb15924c33532e9eced5c7401f94e064324ed03e",
|
"shasum": ""
|
},
|
"require": {
|
"hyperf/utils": "~2.2.0",
|
"php": ">=7.2",
|
"psr/event-dispatcher": "^1.0",
|
"symfony/console": "^5.0"
|
},
|
"suggest": {
|
"hyperf/di": "Required to use annotations."
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "2.2-dev"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Hyperf\\Command\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"description": "Command for hyperf",
|
"keywords": [
|
"command",
|
"php",
|
"swoole"
|
],
|
"support": {
|
"issues": "https://github.com/hyperf/command/issues",
|
"source": "https://github.com/hyperf/command/tree/v2.2.9"
|
},
|
"time": "2021-09-16T07:20:30+00:00"
|
},
|
{
|
"name": "hyperf/config",
|
"version": "v2.2.0",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/hyperf/config.git",
|
"reference": "ccdcc79ec244612c04f186e65b222ad778db75e9"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/hyperf/config/zipball/ccdcc79ec244612c04f186e65b222ad778db75e9",
|
"reference": "ccdcc79ec244612c04f186e65b222ad778db75e9",
|
"shasum": ""
|
},
|
"require": {
|
"hyperf/contract": "~2.2.0",
|
"hyperf/utils": "~2.2.0",
|
"php": ">=7.2",
|
"psr/container": "^1.0|^2.0",
|
"symfony/finder": "^5.0"
|
},
|
"suggest": {
|
"hyperf/di": "Allows using @Value annotation",
|
"hyperf/event": "Allows using @Value annotation",
|
"hyperf/framework": "Allows using @Value annotation",
|
"vlucas/phpdotenv": "Allows using enviroment value to override the config"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "2.2-dev"
|
},
|
"hyperf": {
|
"config": "Hyperf\\Config\\ConfigProvider"
|
}
|
},
|
"autoload": {
|
"files": [
|
"./src/Functions.php"
|
],
|
"psr-4": {
|
"Hyperf\\Config\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"description": "An independent component that provides configuration container.",
|
"homepage": "https://hyperf.io",
|
"keywords": [
|
"config",
|
"configuration",
|
"hyperf",
|
"php",
|
"swoole"
|
],
|
"support": {
|
"docs": "https://hyperf.wiki",
|
"issues": "https://github.com/hyperf/hyperf/issues",
|
"pull-request": "https://github.com/hyperf/hyperf/pulls",
|
"source": "https://github.com/hyperf/hyperf"
|
},
|
"time": "2021-07-18T06:50:14+00:00"
|
},
|
{
|
"name": "hyperf/contract",
|
"version": "v2.2.8",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/hyperf/contract.git",
|
"reference": "6fe18888f8f868a7dad78fefe9397e45a39f3b2e"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/hyperf/contract/zipball/6fe18888f8f868a7dad78fefe9397e45a39f3b2e",
|
"reference": "6fe18888f8f868a7dad78fefe9397e45a39f3b2e",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.2"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "2.2-dev"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Hyperf\\Contract\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"description": "The contracts of Hyperf.",
|
"homepage": "https://hyperf.io",
|
"keywords": [
|
"hyperf",
|
"php",
|
"swoole"
|
],
|
"support": {
|
"docs": "https://hyperf.wiki",
|
"issues": "https://github.com/hyperf/hyperf/issues",
|
"pull-request": "https://github.com/hyperf/hyperf/pulls",
|
"source": "https://github.com/hyperf/hyperf"
|
},
|
"time": "2021-09-08T04:11:54+00:00"
|
},
|
{
|
"name": "hyperf/di",
|
"version": "v2.2.20",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/hyperf/di.git",
|
"reference": "9efb9451d0df5d9a7636b0eb768f9c36d674a077"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/hyperf/di/zipball/9efb9451d0df5d9a7636b0eb768f9c36d674a077",
|
"reference": "9efb9451d0df5d9a7636b0eb768f9c36d674a077",
|
"shasum": ""
|
},
|
"require": {
|
"doctrine/annotations": "^1.6",
|
"doctrine/instantiator": "^1.0",
|
"nikic/php-parser": "^4.1",
|
"php": ">=7.3",
|
"php-di/phpdoc-reader": "^2.2",
|
"psr/container": "^1.0|^2.0",
|
"symfony/finder": "^5.0",
|
"vlucas/phpdotenv": "^5.0"
|
},
|
"suggest": {
|
"ext-pcntl": "Required to scan annotations.",
|
"hyperf/config": "Require this component for annotation scan progress to retrieve the scan path."
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "2.2-dev"
|
},
|
"hyperf": {
|
"config": "Hyperf\\Di\\ConfigProvider"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Hyperf\\Di\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"description": "A DI for Hyperf.",
|
"homepage": "https://hyperf.io",
|
"keywords": [
|
"annotation",
|
"di",
|
"hyperf",
|
"php",
|
"swoole"
|
],
|
"support": {
|
"docs": "https://hyperf.wiki",
|
"issues": "https://github.com/hyperf/hyperf/issues",
|
"pull-request": "https://github.com/hyperf/hyperf/pulls",
|
"source": "https://github.com/hyperf/hyperf"
|
},
|
"time": "2021-12-10T07:57:48+00:00"
|
},
|
{
|
"name": "hyperf/dispatcher",
|
"version": "v2.2.0",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/hyperf/dispatcher.git",
|
"reference": "fdd464fe5fac01c60732eddc2da7c3184e93995c"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/hyperf/dispatcher/zipball/fdd464fe5fac01c60732eddc2da7c3184e93995c",
|
"reference": "fdd464fe5fac01c60732eddc2da7c3184e93995c",
|
"shasum": ""
|
},
|
"require": {
|
"hyperf/contract": "~2.2.0",
|
"php": ">=7.2",
|
"psr/container": "^1.0|^2.0",
|
"psr/http-message": "^1.0",
|
"psr/http-server-middleware": "^1.0"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "2.2-dev"
|
},
|
"hyperf": {
|
"config": "Hyperf\\Dispatcher\\ConfigProvider"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Hyperf\\Dispatcher\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"description": "A HTTP Server for Hyperf.",
|
"homepage": "https://hyperf.io",
|
"keywords": [
|
"dispatcher",
|
"filter",
|
"hyperf",
|
"middleware",
|
"php",
|
"swoole"
|
],
|
"support": {
|
"docs": "https://hyperf.wiki",
|
"issues": "https://github.com/hyperf/hyperf/issues",
|
"pull-request": "https://github.com/hyperf/hyperf/pulls",
|
"source": "https://github.com/hyperf/hyperf"
|
},
|
"time": "2021-07-18T06:50:14+00:00"
|
},
|
{
|
"name": "hyperf/engine",
|
"version": "v1.1.6",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/hyperf/engine.git",
|
"reference": "f583f01f458f8c69080e06e6dce715c86edc9f86"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/hyperf/engine/zipball/f583f01f458f8c69080e06e6dce715c86edc9f86",
|
"reference": "f583f01f458f8c69080e06e6dce715c86edc9f86",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.3"
|
},
|
"require-dev": {
|
"friendsofphp/php-cs-fixer": "^3.0",
|
"phpstan/phpstan": "^0.12",
|
"phpunit/phpunit": "^9.4",
|
"swoole/ide-helper": "dev-master"
|
},
|
"suggest": {
|
"ext-swoole": ">=4.5"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "1.0-dev"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Hyperf\\Engine\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"keywords": [
|
"hyperf",
|
"php"
|
],
|
"support": {
|
"issues": "https://github.com/hyperf/engine/issues",
|
"source": "https://github.com/hyperf/engine/tree/v1.1.6"
|
},
|
"time": "2021-07-11T10:22:13+00:00"
|
},
|
{
|
"name": "hyperf/event",
|
"version": "v2.2.0",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/hyperf/event.git",
|
"reference": "9c2ab56737d080d799b9b1f905716c7bf0d61ef6"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/hyperf/event/zipball/9c2ab56737d080d799b9b1f905716c7bf0d61ef6",
|
"reference": "9c2ab56737d080d799b9b1f905716c7bf0d61ef6",
|
"shasum": ""
|
},
|
"require": {
|
"hyperf/contract": "~2.2.0",
|
"php": ">=7.2",
|
"psr/event-dispatcher": "^1.0"
|
},
|
"suggest": {
|
"hyperf/di": "Required to use annotatioins."
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "2.2-dev"
|
},
|
"hyperf": {
|
"config": "Hyperf\\Event\\ConfigProvider"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Hyperf\\Event\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"description": "an event manager that implements PSR-14.",
|
"homepage": "https://hyperf.io",
|
"keywords": [
|
"event",
|
"hyperf",
|
"php",
|
"swoole"
|
],
|
"support": {
|
"docs": "https://hyperf.wiki",
|
"issues": "https://github.com/hyperf/hyperf/issues",
|
"pull-request": "https://github.com/hyperf/hyperf/pulls",
|
"source": "https://github.com/hyperf/hyperf"
|
},
|
"time": "2021-07-18T06:50:14+00:00"
|
},
|
{
|
"name": "hyperf/exception-handler",
|
"version": "v2.2.0",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/hyperf/exception-handler.git",
|
"reference": "4e10fc994e06940a91704b248e389bf96f70ca10"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/hyperf/exception-handler/zipball/4e10fc994e06940a91704b248e389bf96f70ca10",
|
"reference": "4e10fc994e06940a91704b248e389bf96f70ca10",
|
"shasum": ""
|
},
|
"require": {
|
"hyperf/contract": "~2.2.0",
|
"hyperf/dispatcher": "~2.2.0",
|
"hyperf/utils": "~2.2.0",
|
"php": ">=7.2",
|
"psr/container": "^1.0|^2.0",
|
"psr/http-message": "^1.0"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "2.2-dev"
|
},
|
"hyperf": {
|
"config": "Hyperf\\ExceptionHandler\\ConfigProvider"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Hyperf\\ExceptionHandler\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"description": "Exception handler for hyperf",
|
"homepage": "https://hyperf.io",
|
"keywords": [
|
"exception-handler",
|
"php",
|
"swoole"
|
],
|
"support": {
|
"docs": "https://hyperf.wiki",
|
"issues": "https://github.com/hyperf/hyperf/issues",
|
"pull-request": "https://github.com/hyperf/hyperf/pulls",
|
"source": "https://github.com/hyperf/hyperf"
|
},
|
"time": "2021-07-18T06:50:14+00:00"
|
},
|
{
|
"name": "hyperf/framework",
|
"version": "v2.2.14",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/hyperf/framework.git",
|
"reference": "9210ea3e922914813b290b42b2548bf6ff14f537"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/hyperf/framework/zipball/9210ea3e922914813b290b42b2548bf6ff14f537",
|
"reference": "9210ea3e922914813b290b42b2548bf6ff14f537",
|
"shasum": ""
|
},
|
"require": {
|
"fig/http-message-util": "^1.1.2",
|
"hyperf/contract": "~2.2.0",
|
"hyperf/utils": "~2.2.0",
|
"php": ">=7.2",
|
"psr/container": "^1.0|^2.0",
|
"psr/event-dispatcher": "^1.0",
|
"psr/log": "^1.0|^2.0|^3.0"
|
},
|
"suggest": {
|
"ext-swoole": "Required to use swoole engine.",
|
"hyperf/command": "Required to use Command annotation.",
|
"hyperf/di": "Required to use Command annotation.",
|
"hyperf/dispatcher": "Required to use BootApplication event.",
|
"symfony/event-dispatcher": "Required to use symfony event dispatcher (^5.0)."
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "2.2-dev"
|
},
|
"hyperf": {
|
"config": "Hyperf\\Framework\\ConfigProvider"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Hyperf\\Framework\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"description": "A coroutine framework that focuses on hyperspeed and flexible, specifically use for build microservices and middlewares.",
|
"homepage": "https://hyperf.io",
|
"keywords": [
|
"Microservice",
|
"framework",
|
"hyperf",
|
"middleware",
|
"php",
|
"swoole"
|
],
|
"support": {
|
"docs": "https://hyperf.wiki",
|
"issues": "https://github.com/hyperf/hyperf/issues",
|
"pull-request": "https://github.com/hyperf/hyperf/pulls",
|
"source": "https://github.com/hyperf/hyperf"
|
},
|
"time": "2021-10-28T10:13:44+00:00"
|
},
|
{
|
"name": "hyperf/guzzle",
|
"version": "v2.2.0",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/hyperf/guzzle.git",
|
"reference": "cae5b639bf41db207618c09d9e227de3bf5efed8"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/hyperf/guzzle/zipball/cae5b639bf41db207618c09d9e227de3bf5efed8",
|
"reference": "cae5b639bf41db207618c09d9e227de3bf5efed8",
|
"shasum": ""
|
},
|
"require": {
|
"guzzlehttp/guzzle": "^6.3|^7.0",
|
"hyperf/utils": "~2.2.0",
|
"php": ">=7.0",
|
"psr/container": "^1.0|^2.0",
|
"psr/http-message": "^1.0"
|
},
|
"suggest": {
|
"hyperf/pool": "Required to use pool handler."
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "2.2-dev"
|
},
|
"hyperf": {
|
"config": "Hyperf\\Guzzle\\ConfigProvider"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Hyperf\\Guzzle\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"description": "Swoole coroutine handler for guzzle",
|
"keywords": [
|
"Guzzle",
|
"handler",
|
"php",
|
"swoole"
|
],
|
"support": {
|
"issues": "https://github.com/hyperf/guzzle/issues",
|
"source": "https://github.com/hyperf/guzzle/tree/v2.2.0"
|
},
|
"time": "2021-07-18T06:50:14+00:00"
|
},
|
{
|
"name": "hyperf/http-message",
|
"version": "v2.2.19",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/hyperf/http-message.git",
|
"reference": "eddcfe8242a2ddf635a497e02445cb9a43143f79"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/hyperf/http-message/zipball/eddcfe8242a2ddf635a497e02445cb9a43143f79",
|
"reference": "eddcfe8242a2ddf635a497e02445cb9a43143f79",
|
"shasum": ""
|
},
|
"require": {
|
"hyperf/utils": "~2.2.0",
|
"laminas/laminas-mime": "^2.7",
|
"psr/http-message": "^1.0"
|
},
|
"suggest": {
|
"psr/container": "Required to replace RequestParserInterface."
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "2.2-dev"
|
},
|
"hyperf": {
|
"config": "Hyperf\\HttpMessage\\ConfigProvider"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Hyperf\\HttpMessage\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"description": "microservice framework base on swoole",
|
"keywords": [
|
"http-message",
|
"hyperf",
|
"php",
|
"swoole"
|
],
|
"support": {
|
"issues": "https://github.com/hyperf/http-message/issues",
|
"source": "https://github.com/hyperf/http-message/tree/v2.2.19"
|
},
|
"time": "2021-12-06T02:15:59+00:00"
|
},
|
{
|
"name": "hyperf/http-server",
|
"version": "v2.2.19",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/hyperf/http-server.git",
|
"reference": "6d4ef300be1e17d53bad79f45cffff805537b9e6"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/hyperf/http-server/zipball/6d4ef300be1e17d53bad79f45cffff805537b9e6",
|
"reference": "6d4ef300be1e17d53bad79f45cffff805537b9e6",
|
"shasum": ""
|
},
|
"require": {
|
"hyperf/contract": "~2.2.0",
|
"hyperf/dispatcher": "~2.2.0",
|
"hyperf/event": "~2.2.0",
|
"hyperf/exception-handler": "~2.2.0",
|
"hyperf/http-message": "~2.2.0",
|
"hyperf/macroable": "~2.2.0",
|
"hyperf/server": "~2.2.0",
|
"hyperf/utils": "~2.2.0",
|
"nikic/fast-route": "^1.3",
|
"php": ">=7.2",
|
"psr/container": "^1.0|^2.0"
|
},
|
"suggest": {
|
"hyperf/di": "Required to use annotations."
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "2.2-dev"
|
},
|
"hyperf": {
|
"config": "Hyperf\\HttpServer\\ConfigProvider"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Hyperf\\HttpServer\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"description": "A HTTP Server for Hyperf.",
|
"homepage": "https://hyperf.io",
|
"keywords": [
|
"http",
|
"http-server",
|
"hyperf",
|
"php",
|
"swoole"
|
],
|
"support": {
|
"docs": "https://hyperf.wiki",
|
"issues": "https://github.com/hyperf/hyperf/issues",
|
"pull-request": "https://github.com/hyperf/hyperf/pulls",
|
"source": "https://github.com/hyperf/hyperf"
|
},
|
"time": "2021-12-06T02:42:11+00:00"
|
},
|
{
|
"name": "hyperf/logger",
|
"version": "v2.2.14",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/hyperf/logger.git",
|
"reference": "7474e7cb4a8d3ec237771b3023707d6da7bdc02b"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/hyperf/logger/zipball/7474e7cb4a8d3ec237771b3023707d6da7bdc02b",
|
"reference": "7474e7cb4a8d3ec237771b3023707d6da7bdc02b",
|
"shasum": ""
|
},
|
"require": {
|
"hyperf/contract": "~2.2.0",
|
"hyperf/utils": "~2.2.0",
|
"monolog/monolog": "^2.0",
|
"php": ">=7.2",
|
"psr/container": "^1.0|^2.0",
|
"psr/log": "^1.0|^2.0|^3.0"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "2.2-dev"
|
},
|
"hyperf": {
|
"config": "Hyperf\\Logger\\ConfigProvider"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Hyperf\\Logger\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"description": "A logger component for hyperf.",
|
"homepage": "https://hyperf.io",
|
"keywords": [
|
"hyperf",
|
"logger",
|
"php"
|
],
|
"support": {
|
"docs": "https://hyperf.wiki",
|
"issues": "https://github.com/hyperf/hyperf/issues",
|
"pull-request": "https://github.com/hyperf/hyperf/pulls",
|
"source": "https://github.com/hyperf/hyperf"
|
},
|
"time": "2021-10-28T10:13:44+00:00"
|
},
|
{
|
"name": "hyperf/macroable",
|
"version": "v2.2.13",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/hyperf/macroable.git",
|
"reference": "e82df0983d43b2c8c4a801172ca2190ba8c2e0cf"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/hyperf/macroable/zipball/e82df0983d43b2c8c4a801172ca2190ba8c2e0cf",
|
"reference": "e82df0983d43b2c8c4a801172ca2190ba8c2e0cf",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.3"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "2.2-dev"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Hyperf\\Macroable\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"description": "Hyperf Macroable package which come from illuminate/macroable",
|
"homepage": "https://hyperf.io",
|
"keywords": [
|
"hyperf",
|
"macroable",
|
"php",
|
"swoole"
|
],
|
"support": {
|
"docs": "https://hyperf.wiki",
|
"issues": "https://github.com/hyperf/hyperf/issues",
|
"pull-request": "https://github.com/hyperf/hyperf/pulls",
|
"source": "https://github.com/hyperf/hyperf"
|
},
|
"time": "2021-10-25T01:29:21+00:00"
|
},
|
{
|
"name": "hyperf/memory",
|
"version": "v2.2.0",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/hyperf/memory.git",
|
"reference": "e26bfea8c73af4604b217a1b449fbc64a06985d3"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/hyperf/memory/zipball/e26bfea8c73af4604b217a1b449fbc64a06985d3",
|
"reference": "e26bfea8c73af4604b217a1b449fbc64a06985d3",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.2"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "2.2-dev"
|
},
|
"hyperf": {
|
"config": "Hyperf\\Memory\\ConfigProvider"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Hyperf\\Memory\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"description": "An independent component that use to operate and manage memory.",
|
"homepage": "https://hyperf.io",
|
"keywords": [
|
"hyperf",
|
"memory",
|
"php",
|
"swoole"
|
],
|
"support": {
|
"docs": "https://hyperf.wiki",
|
"issues": "https://github.com/hyperf/hyperf/issues",
|
"pull-request": "https://github.com/hyperf/hyperf/pulls",
|
"source": "https://github.com/hyperf/hyperf"
|
},
|
"time": "2021-07-18T06:50:14+00:00"
|
},
|
{
|
"name": "hyperf/pool",
|
"version": "v2.2.0",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/hyperf/pool.git",
|
"reference": "80c02966b9cb8ac939b8c52f6d4981206d69c57d"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/hyperf/pool/zipball/80c02966b9cb8ac939b8c52f6d4981206d69c57d",
|
"reference": "80c02966b9cb8ac939b8c52f6d4981206d69c57d",
|
"shasum": ""
|
},
|
"require": {
|
"hyperf/contract": "~2.2.0",
|
"hyperf/utils": "~2.2.0",
|
"php": ">=7.2",
|
"psr/container": "^1.0|^2.0"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "2.2-dev"
|
},
|
"hyperf": {
|
"config": "Hyperf\\Pool\\ConfigProvider"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Hyperf\\Pool\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"description": "An independent universal connection pool component.",
|
"homepage": "https://hyperf.io",
|
"keywords": [
|
"connection-pool",
|
"hyperf",
|
"php",
|
"swoole"
|
],
|
"support": {
|
"docs": "https://hyperf.wiki",
|
"issues": "https://github.com/hyperf/hyperf/issues",
|
"pull-request": "https://github.com/hyperf/hyperf/pulls",
|
"source": "https://github.com/hyperf/hyperf"
|
},
|
"time": "2021-07-18T06:50:14+00:00"
|
},
|
{
|
"name": "hyperf/process",
|
"version": "v2.2.20",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/hyperf/process.git",
|
"reference": "a7c1f79e5b870352c58e3055c79553ccee707066"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/hyperf/process/zipball/a7c1f79e5b870352c58e3055c79553ccee707066",
|
"reference": "a7c1f79e5b870352c58e3055c79553ccee707066",
|
"shasum": ""
|
},
|
"require": {
|
"hyperf/contract": "~2.2.0",
|
"hyperf/utils": "~2.2.0",
|
"php": ">=7.2",
|
"psr/container": "^1.0|^2.0",
|
"psr/event-dispatcher": "^1.0"
|
},
|
"suggest": {
|
"hyperf/di": "Required to use annotations.",
|
"hyperf/event": "Required to dump the message before and after process.",
|
"hyperf/framework": "Required to use BootProcessListener."
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "2.2-dev"
|
},
|
"hyperf": {
|
"config": "Hyperf\\Process\\ConfigProvider"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Hyperf\\Process\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"description": "A process component for hyperf.",
|
"homepage": "https://hyperf.io",
|
"keywords": [
|
"hyperf",
|
"php",
|
"process"
|
],
|
"support": {
|
"docs": "https://hyperf.wiki",
|
"issues": "https://github.com/hyperf/hyperf/issues",
|
"pull-request": "https://github.com/hyperf/hyperf/pulls",
|
"source": "https://github.com/hyperf/hyperf"
|
},
|
"time": "2021-12-06T03:17:19+00:00"
|
},
|
{
|
"name": "hyperf/redis",
|
"version": "v2.2.9",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/hyperf/redis.git",
|
"reference": "8f49d3911d14b60cbb15bad3dc09b7a892051430"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/hyperf/redis/zipball/8f49d3911d14b60cbb15bad3dc09b7a892051430",
|
"reference": "8f49d3911d14b60cbb15bad3dc09b7a892051430",
|
"shasum": ""
|
},
|
"require": {
|
"ext-redis": "*",
|
"hyperf/contract": "~2.2.0",
|
"hyperf/pool": "~2.2.0",
|
"hyperf/utils": "~2.2.0",
|
"php": ">=7.2",
|
"psr/container": "^1.0|^2.0"
|
},
|
"suggest": {
|
"ext-redis": "Required to use sentinel mode (>=5.2).",
|
"hyperf/di": "Create the RedisPool via dependency injection."
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "2.2-dev"
|
},
|
"hyperf": {
|
"config": "Hyperf\\Redis\\ConfigProvider"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Hyperf\\Redis\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"description": "A redis component for hyperf.",
|
"homepage": "https://hyperf.io",
|
"keywords": [
|
"hyperf",
|
"php",
|
"pool",
|
"redis"
|
],
|
"support": {
|
"docs": "https://hyperf.wiki",
|
"issues": "https://github.com/hyperf/hyperf/issues",
|
"pull-request": "https://github.com/hyperf/hyperf/pulls",
|
"source": "https://github.com/hyperf/hyperf"
|
},
|
"time": "2021-09-22T01:46:38+00:00"
|
},
|
{
|
"name": "hyperf/server",
|
"version": "v2.2.21",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/hyperf/server.git",
|
"reference": "ea4278425e30780dab48058112d799032dff8f7a"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/hyperf/server/zipball/ea4278425e30780dab48058112d799032dff8f7a",
|
"reference": "ea4278425e30780dab48058112d799032dff8f7a",
|
"shasum": ""
|
},
|
"require": {
|
"hyperf/contract": "~2.2.0",
|
"hyperf/utils": "~2.2.0",
|
"php": ">=7.2",
|
"psr/container": "^1.0|^2.0",
|
"psr/event-dispatcher": "^1.0",
|
"psr/log": "^1.0|^2.0|^3.0",
|
"symfony/console": "^5.0"
|
},
|
"suggest": {
|
"hyperf/event": "Dump the info after server start.",
|
"hyperf/framework": "Dump the info after server start."
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "2.2-dev"
|
},
|
"hyperf": {
|
"config": "Hyperf\\Server\\ConfigProvider"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Hyperf\\Server\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"description": "A base server library for Hyperf.",
|
"homepage": "https://hyperf.io",
|
"keywords": [
|
"hyperf",
|
"php",
|
"server",
|
"swoole"
|
],
|
"support": {
|
"docs": "https://hyperf.wiki",
|
"issues": "https://github.com/hyperf/hyperf/issues",
|
"pull-request": "https://github.com/hyperf/hyperf/pulls",
|
"source": "https://github.com/hyperf/hyperf"
|
},
|
"time": "2021-12-13T08:49:35+00:00"
|
},
|
{
|
"name": "hyperf/utils",
|
"version": "v2.2.19",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/hyperf/utils.git",
|
"reference": "28b7658046270e8f869846262d2a2143dda770bb"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/hyperf/utils/zipball/28b7658046270e8f869846262d2a2143dda770bb",
|
"reference": "28b7658046270e8f869846262d2a2143dda770bb",
|
"shasum": ""
|
},
|
"require": {
|
"doctrine/inflector": "^2.0",
|
"hyperf/contract": "~2.2.0",
|
"hyperf/engine": "^1.1",
|
"hyperf/macroable": "~2.2.0",
|
"php": ">=7.2"
|
},
|
"suggest": {
|
"ext-swoole": "Required to use methods related to swoole (>=4.5).",
|
"hyperf/di": "Required to use ExceptionNormalizer",
|
"nikic/php-parser": "Required to use PhpParser. (^4.0)",
|
"symfony/property-access": "Required to use SymfonyNormalizer (^5.0)",
|
"symfony/serializer": "Required to use SymfonyNormalizer (^5.0)",
|
"symfony/var-dumper": "Required to use the dd function (^5.0)."
|
},
|
"type": "library",
|
"extra": {
|
"hyperf": {
|
"config": "Hyperf\\Utils\\ConfigProvider"
|
},
|
"branch-alias": {
|
"dev-master": "2.2-dev"
|
}
|
},
|
"autoload": {
|
"files": [
|
"src/Functions.php"
|
],
|
"psr-4": {
|
"Hyperf\\Utils\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"description": "A tools package that could help developer solved the problem quickly.",
|
"homepage": "https://hyperf.io",
|
"keywords": [
|
"hyperf",
|
"php",
|
"swoole",
|
"utils"
|
],
|
"support": {
|
"docs": "https://hyperf.wiki",
|
"issues": "https://github.com/hyperf/hyperf/issues",
|
"pull-request": "https://github.com/hyperf/hyperf/pulls",
|
"source": "https://github.com/hyperf/hyperf"
|
},
|
"time": "2021-12-06T01:44:39+00:00"
|
},
|
{
|
"name": "hyperf/websocket-server",
|
"version": "v2.2.14",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/hyperf/websocket-server.git",
|
"reference": "367b5deb365306e4ee45f8a84cfa2992f57795b3"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/hyperf/websocket-server/zipball/367b5deb365306e4ee45f8a84cfa2992f57795b3",
|
"reference": "367b5deb365306e4ee45f8a84cfa2992f57795b3",
|
"shasum": ""
|
},
|
"require": {
|
"hyperf/contract": "~2.2.0",
|
"hyperf/exception-handler": "~2.2.0",
|
"hyperf/http-server": "~2.2.0",
|
"hyperf/utils": "~2.2.0",
|
"php": ">=7.2",
|
"psr/container": "^1.0|^2.0",
|
"psr/event-dispatcher": "^1.0"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "2.2-dev"
|
},
|
"hyperf": {
|
"config": "Hyperf\\WebSocketServer\\ConfigProvider"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Hyperf\\WebSocketServer\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"description": "A websocket server library for Hyperf.",
|
"homepage": "https://hyperf.io",
|
"keywords": [
|
"hyperf",
|
"php",
|
"swoole",
|
"websocket"
|
],
|
"support": {
|
"docs": "https://hyperf.wiki",
|
"issues": "https://github.com/hyperf/hyperf/issues",
|
"pull-request": "https://github.com/hyperf/hyperf/pulls",
|
"source": "https://github.com/hyperf/hyperf"
|
},
|
"time": "2021-10-28T10:13:44+00:00"
|
},
|
{
|
"name": "laminas/laminas-mime",
|
"version": "2.9.1",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/laminas/laminas-mime.git",
|
"reference": "72d21a1b4bb7086d4a4d7058c0abca180b209184"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/laminas/laminas-mime/zipball/72d21a1b4bb7086d4a4d7058c0abca180b209184",
|
"reference": "72d21a1b4bb7086d4a4d7058c0abca180b209184",
|
"shasum": ""
|
},
|
"require": {
|
"laminas/laminas-stdlib": "^2.7 || ^3.0",
|
"php": "^7.3 || ~8.0.0 || ~8.1.0"
|
},
|
"conflict": {
|
"zendframework/zend-mime": "*"
|
},
|
"require-dev": {
|
"laminas/laminas-coding-standard": "~2.2.1",
|
"laminas/laminas-mail": "^2.12",
|
"phpunit/phpunit": "^9.3"
|
},
|
"suggest": {
|
"laminas/laminas-mail": "Laminas\\Mail component"
|
},
|
"type": "library",
|
"autoload": {
|
"psr-4": {
|
"Laminas\\Mime\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"BSD-3-Clause"
|
],
|
"description": "Create and parse MIME messages and parts",
|
"homepage": "https://laminas.dev",
|
"keywords": [
|
"laminas",
|
"mime"
|
],
|
"support": {
|
"chat": "https://laminas.dev/chat",
|
"docs": "https://docs.laminas.dev/laminas-mime/",
|
"forum": "https://discourse.laminas.dev",
|
"issues": "https://github.com/laminas/laminas-mime/issues",
|
"rss": "https://github.com/laminas/laminas-mime/releases.atom",
|
"source": "https://github.com/laminas/laminas-mime"
|
},
|
"funding": [
|
{
|
"url": "https://funding.communitybridge.org/projects/laminas-project",
|
"type": "community_bridge"
|
}
|
],
|
"time": "2021-09-20T21:19:24+00:00"
|
},
|
{
|
"name": "laminas/laminas-stdlib",
|
"version": "3.6.2",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/laminas/laminas-stdlib.git",
|
"reference": "6fe0842909638ca6bea8401b7e8168fb154bffb5"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/6fe0842909638ca6bea8401b7e8168fb154bffb5",
|
"reference": "6fe0842909638ca6bea8401b7e8168fb154bffb5",
|
"shasum": ""
|
},
|
"require": {
|
"php": "^7.3 || ~8.0.0 || ~8.1.0"
|
},
|
"conflict": {
|
"zendframework/zend-stdlib": "*"
|
},
|
"require-dev": {
|
"laminas/laminas-coding-standard": "~2.3.0",
|
"phpbench/phpbench": "^0.17.1",
|
"phpunit/phpunit": "~9.3.7",
|
"psalm/plugin-phpunit": "^0.16.0",
|
"vimeo/psalm": "^4.7"
|
},
|
"type": "library",
|
"autoload": {
|
"psr-4": {
|
"Laminas\\Stdlib\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"BSD-3-Clause"
|
],
|
"description": "SPL extensions, array utilities, error handlers, and more",
|
"homepage": "https://laminas.dev",
|
"keywords": [
|
"laminas",
|
"stdlib"
|
],
|
"support": {
|
"chat": "https://laminas.dev/chat",
|
"docs": "https://docs.laminas.dev/laminas-stdlib/",
|
"forum": "https://discourse.laminas.dev",
|
"issues": "https://github.com/laminas/laminas-stdlib/issues",
|
"rss": "https://github.com/laminas/laminas-stdlib/releases.atom",
|
"source": "https://github.com/laminas/laminas-stdlib"
|
},
|
"funding": [
|
{
|
"url": "https://funding.communitybridge.org/projects/laminas-project",
|
"type": "community_bridge"
|
}
|
],
|
"time": "2021-12-07T21:06:58+00:00"
|
},
|
{
|
"name": "monolog/monolog",
|
"version": "2.3.5",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/Seldaek/monolog.git",
|
"reference": "fd4380d6fc37626e2f799f29d91195040137eba9"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd4380d6fc37626e2f799f29d91195040137eba9",
|
"reference": "fd4380d6fc37626e2f799f29d91195040137eba9",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.2",
|
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
|
},
|
"provide": {
|
"psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
|
},
|
"require-dev": {
|
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
|
"doctrine/couchdb": "~1.0@dev",
|
"elasticsearch/elasticsearch": "^7",
|
"graylog2/gelf-php": "^1.4.2",
|
"mongodb/mongodb": "^1.8",
|
"php-amqplib/php-amqplib": "~2.4 || ^3",
|
"php-console/php-console": "^3.1.3",
|
"phpspec/prophecy": "^1.6.1",
|
"phpstan/phpstan": "^0.12.91",
|
"phpunit/phpunit": "^8.5",
|
"predis/predis": "^1.1",
|
"rollbar/rollbar": "^1.3",
|
"ruflin/elastica": ">=0.90@dev",
|
"swiftmailer/swiftmailer": "^5.3|^6.0"
|
},
|
"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",
|
"php-console/php-console": "Allow sending log messages to Google Chrome",
|
"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.3.5"
|
},
|
"funding": [
|
{
|
"url": "https://github.com/Seldaek",
|
"type": "github"
|
},
|
{
|
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
|
"type": "tidelift"
|
}
|
],
|
"time": "2021-10-01T21:08:31+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": ""
|
},
|
"require": {
|
"php": ">=5.4.0"
|
},
|
"require-dev": {
|
"phpunit/phpunit": "^4.8.35|~5.7"
|
},
|
"type": "library",
|
"autoload": {
|
"psr-4": {
|
"FastRoute\\": "src/"
|
},
|
"files": [
|
"src/functions.php"
|
]
|
},
|
"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": "nikic/php-parser",
|
"version": "v4.13.2",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/nikic/PHP-Parser.git",
|
"reference": "210577fe3cf7badcc5814d99455df46564f3c077"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/210577fe3cf7badcc5814d99455df46564f3c077",
|
"reference": "210577fe3cf7badcc5814d99455df46564f3c077",
|
"shasum": ""
|
},
|
"require": {
|
"ext-tokenizer": "*",
|
"php": ">=7.0"
|
},
|
"require-dev": {
|
"ircmaxell/php-yacc": "^0.0.7",
|
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
|
},
|
"bin": [
|
"bin/php-parse"
|
],
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "4.9-dev"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"PhpParser\\": "lib/PhpParser"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"BSD-3-Clause"
|
],
|
"authors": [
|
{
|
"name": "Nikita Popov"
|
}
|
],
|
"description": "A PHP parser written in PHP",
|
"keywords": [
|
"parser",
|
"php"
|
],
|
"support": {
|
"issues": "https://github.com/nikic/PHP-Parser/issues",
|
"source": "https://github.com/nikic/PHP-Parser/tree/v4.13.2"
|
},
|
"time": "2021-11-30T19:35:32+00:00"
|
},
|
{
|
"name": "php-di/phpdoc-reader",
|
"version": "2.2.1",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/PHP-DI/PhpDocReader.git",
|
"reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/66daff34cbd2627740ffec9469ffbac9f8c8185c",
|
"reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.2.0"
|
},
|
"require-dev": {
|
"mnapoli/hard-mode": "~0.3.0",
|
"phpunit/phpunit": "^8.5|^9.0"
|
},
|
"type": "library",
|
"autoload": {
|
"psr-4": {
|
"PhpDocReader\\": "src/PhpDocReader"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)",
|
"keywords": [
|
"phpdoc",
|
"reflection"
|
],
|
"support": {
|
"issues": "https://github.com/PHP-DI/PhpDocReader/issues",
|
"source": "https://github.com/PHP-DI/PhpDocReader/tree/2.2.1"
|
},
|
"time": "2020-10-12T12:39:22+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": ""
|
},
|
"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": "1.0.1",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/php-fig/cache.git",
|
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
|
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=5.3.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": "http://www.php-fig.org/"
|
}
|
],
|
"description": "Common interface for caching libraries",
|
"keywords": [
|
"cache",
|
"psr",
|
"psr-6"
|
],
|
"support": {
|
"source": "https://github.com/php-fig/cache/tree/master"
|
},
|
"time": "2016-08-06T20:24:11+00:00"
|
},
|
{
|
"name": "psr/container",
|
"version": "2.0.2",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/php-fig/container.git",
|
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
|
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.4.0"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "2.0.x-dev"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Psr\\Container\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"authors": [
|
{
|
"name": "PHP-FIG",
|
"homepage": "https://www.php-fig.org/"
|
}
|
],
|
"description": "Common Container Interface (PHP FIG PSR-11)",
|
"homepage": "https://github.com/php-fig/container",
|
"keywords": [
|
"PSR-11",
|
"container",
|
"container-interface",
|
"container-interop",
|
"psr"
|
],
|
"support": {
|
"issues": "https://github.com/php-fig/container/issues",
|
"source": "https://github.com/php-fig/container/tree/2.0.2"
|
},
|
"time": "2021-11-05T16:47:00+00:00"
|
},
|
{
|
"name": "psr/event-dispatcher",
|
"version": "1.0.0",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/php-fig/event-dispatcher.git",
|
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
|
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.2.0"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "1.0.x-dev"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Psr\\EventDispatcher\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"authors": [
|
{
|
"name": "PHP-FIG",
|
"homepage": "http://www.php-fig.org/"
|
}
|
],
|
"description": "Standard interfaces for event handling.",
|
"keywords": [
|
"events",
|
"psr",
|
"psr-14"
|
],
|
"support": {
|
"issues": "https://github.com/php-fig/event-dispatcher/issues",
|
"source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
|
},
|
"time": "2019-01-08T18:20:26+00:00"
|
},
|
{
|
"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": ""
|
},
|
"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": ""
|
},
|
"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": ""
|
},
|
"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/http-server-handler",
|
"version": "1.0.1",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/php-fig/http-server-handler.git",
|
"reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
|
"reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.0",
|
"psr/http-message": "^1.0"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "1.0.x-dev"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Psr\\Http\\Server\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"authors": [
|
{
|
"name": "PHP-FIG",
|
"homepage": "http://www.php-fig.org/"
|
}
|
],
|
"description": "Common interface for HTTP server-side request handler",
|
"keywords": [
|
"handler",
|
"http",
|
"http-interop",
|
"psr",
|
"psr-15",
|
"psr-7",
|
"request",
|
"response",
|
"server"
|
],
|
"support": {
|
"issues": "https://github.com/php-fig/http-server-handler/issues",
|
"source": "https://github.com/php-fig/http-server-handler/tree/master"
|
},
|
"time": "2018-10-30T16:46:14+00:00"
|
},
|
{
|
"name": "psr/http-server-middleware",
|
"version": "1.0.1",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/php-fig/http-server-middleware.git",
|
"reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5",
|
"reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.0",
|
"psr/http-message": "^1.0",
|
"psr/http-server-handler": "^1.0"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "1.0.x-dev"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Psr\\Http\\Server\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"authors": [
|
{
|
"name": "PHP-FIG",
|
"homepage": "http://www.php-fig.org/"
|
}
|
],
|
"description": "Common interface for HTTP server-side middleware",
|
"keywords": [
|
"http",
|
"http-interop",
|
"middleware",
|
"psr",
|
"psr-15",
|
"psr-7",
|
"request",
|
"response"
|
],
|
"support": {
|
"issues": "https://github.com/php-fig/http-server-middleware/issues",
|
"source": "https://github.com/php-fig/http-server-middleware/tree/master"
|
},
|
"time": "2018-10-30T17:12:04+00:00"
|
},
|
{
|
"name": "psr/log",
|
"version": "1.1.4",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/php-fig/log.git",
|
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
|
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=5.3.0"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "1.1.x-dev"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Psr\\Log\\": "Psr/Log/"
|
}
|
},
|
"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/1.1.4"
|
},
|
"time": "2021-05-03T11:20:27+00:00"
|
},
|
{
|
"name": "psr/simple-cache",
|
"version": "1.0.1",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/php-fig/simple-cache.git",
|
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=5.3.0"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "1.0.x-dev"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Psr\\SimpleCache\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"authors": [
|
{
|
"name": "PHP-FIG",
|
"homepage": "http://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/master"
|
},
|
"time": "2017-10-23T01:57:42+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": ""
|
},
|
"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": "symfony/console",
|
"version": "v5.4.1",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/symfony/console.git",
|
"reference": "9130e1a0fc93cb0faadca4ee917171bd2ca9e5f4"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/symfony/console/zipball/9130e1a0fc93cb0faadca4ee917171bd2ca9e5f4",
|
"reference": "9130e1a0fc93cb0faadca4ee917171bd2ca9e5f4",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.2.5",
|
"symfony/deprecation-contracts": "^2.1|^3",
|
"symfony/polyfill-mbstring": "~1.0",
|
"symfony/polyfill-php73": "^1.9",
|
"symfony/polyfill-php80": "^1.16",
|
"symfony/service-contracts": "^1.1|^2|^3",
|
"symfony/string": "^5.1|^6.0"
|
},
|
"conflict": {
|
"psr/log": ">=3",
|
"symfony/dependency-injection": "<4.4",
|
"symfony/dotenv": "<5.1",
|
"symfony/event-dispatcher": "<4.4",
|
"symfony/lock": "<4.4",
|
"symfony/process": "<4.4"
|
},
|
"provide": {
|
"psr/log-implementation": "1.0|2.0"
|
},
|
"require-dev": {
|
"psr/log": "^1|^2",
|
"symfony/config": "^4.4|^5.0|^6.0",
|
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
|
"symfony/event-dispatcher": "^4.4|^5.0|^6.0",
|
"symfony/lock": "^4.4|^5.0|^6.0",
|
"symfony/process": "^4.4|^5.0|^6.0",
|
"symfony/var-dumper": "^4.4|^5.0|^6.0"
|
},
|
"suggest": {
|
"psr/log": "For using the console logger",
|
"symfony/event-dispatcher": "",
|
"symfony/lock": "",
|
"symfony/process": ""
|
},
|
"type": "library",
|
"autoload": {
|
"psr-4": {
|
"Symfony\\Component\\Console\\": ""
|
},
|
"exclude-from-classmap": [
|
"/Tests/"
|
]
|
},
|
"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": "Eases the creation of beautiful and testable command line interfaces",
|
"homepage": "https://symfony.com",
|
"keywords": [
|
"cli",
|
"command line",
|
"console",
|
"terminal"
|
],
|
"support": {
|
"source": "https://github.com/symfony/console/tree/v5.4.1"
|
},
|
"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": "2021-12-09T11:22:43+00:00"
|
},
|
{
|
"name": "symfony/deprecation-contracts",
|
"version": "v2.5.0",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
"reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8",
|
"reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.1"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-main": "2.5-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/v2.5.0"
|
},
|
"funding": [
|
{
|
"url": "https://symfony.com/sponsor",
|
"type": "custom"
|
},
|
{
|
"url": "https://github.com/fabpot",
|
"type": "github"
|
},
|
{
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
"type": "tidelift"
|
}
|
],
|
"time": "2021-07-12T14:48:14+00:00"
|
},
|
{
|
"name": "symfony/finder",
|
"version": "v5.4.0",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/symfony/finder.git",
|
"reference": "d2f29dac98e96a98be467627bd49c2efb1bc2590"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/symfony/finder/zipball/d2f29dac98e96a98be467627bd49c2efb1bc2590",
|
"reference": "d2f29dac98e96a98be467627bd49c2efb1bc2590",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.2.5",
|
"symfony/deprecation-contracts": "^2.1|^3",
|
"symfony/polyfill-php80": "^1.16"
|
},
|
"type": "library",
|
"autoload": {
|
"psr-4": {
|
"Symfony\\Component\\Finder\\": ""
|
},
|
"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": "Finds files and directories via an intuitive fluent interface",
|
"homepage": "https://symfony.com",
|
"support": {
|
"source": "https://github.com/symfony/finder/tree/v5.4.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": "2021-11-28T15:25:38+00:00"
|
},
|
{
|
"name": "symfony/polyfill-ctype",
|
"version": "v1.23.0",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
"reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
|
"reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.1"
|
},
|
"suggest": {
|
"ext-ctype": "For best performance"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-main": "1.23-dev"
|
},
|
"thanks": {
|
"name": "symfony/polyfill",
|
"url": "https://github.com/symfony/polyfill"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Symfony\\Polyfill\\Ctype\\": ""
|
},
|
"files": [
|
"bootstrap.php"
|
]
|
},
|
"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.23.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": "2021-02-19T12:13:01+00:00"
|
},
|
{
|
"name": "symfony/polyfill-intl-grapheme",
|
"version": "v1.23.1",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
|
"reference": "16880ba9c5ebe3642d1995ab866db29270b36535"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/16880ba9c5ebe3642d1995ab866db29270b36535",
|
"reference": "16880ba9c5ebe3642d1995ab866db29270b36535",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.1"
|
},
|
"suggest": {
|
"ext-intl": "For best performance"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-main": "1.23-dev"
|
},
|
"thanks": {
|
"name": "symfony/polyfill",
|
"url": "https://github.com/symfony/polyfill"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
|
},
|
"files": [
|
"bootstrap.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": "Symfony polyfill for intl's grapheme_* functions",
|
"homepage": "https://symfony.com",
|
"keywords": [
|
"compatibility",
|
"grapheme",
|
"intl",
|
"polyfill",
|
"portable",
|
"shim"
|
],
|
"support": {
|
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.23.1"
|
},
|
"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": "2021-05-27T12:26:48+00:00"
|
},
|
{
|
"name": "symfony/polyfill-intl-normalizer",
|
"version": "v1.23.0",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
"reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
|
"reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.1"
|
},
|
"suggest": {
|
"ext-intl": "For best performance"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-main": "1.23-dev"
|
},
|
"thanks": {
|
"name": "symfony/polyfill",
|
"url": "https://github.com/symfony/polyfill"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
|
},
|
"files": [
|
"bootstrap.php"
|
],
|
"classmap": [
|
"Resources/stubs"
|
]
|
},
|
"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 intl's Normalizer class and related functions",
|
"homepage": "https://symfony.com",
|
"keywords": [
|
"compatibility",
|
"intl",
|
"normalizer",
|
"polyfill",
|
"portable",
|
"shim"
|
],
|
"support": {
|
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.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": "2021-02-19T12:13:01+00:00"
|
},
|
{
|
"name": "symfony/polyfill-mbstring",
|
"version": "v1.23.1",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
"reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
|
"reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.1"
|
},
|
"suggest": {
|
"ext-mbstring": "For best performance"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-main": "1.23-dev"
|
},
|
"thanks": {
|
"name": "symfony/polyfill",
|
"url": "https://github.com/symfony/polyfill"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
},
|
"files": [
|
"bootstrap.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": "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.23.1"
|
},
|
"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": "2021-05-27T12:26:48+00:00"
|
},
|
{
|
"name": "symfony/polyfill-php73",
|
"version": "v1.23.0",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/symfony/polyfill-php73.git",
|
"reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
|
"reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.1"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-main": "1.23-dev"
|
},
|
"thanks": {
|
"name": "symfony/polyfill",
|
"url": "https://github.com/symfony/polyfill"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Symfony\\Polyfill\\Php73\\": ""
|
},
|
"files": [
|
"bootstrap.php"
|
],
|
"classmap": [
|
"Resources/stubs"
|
]
|
},
|
"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 backporting some PHP 7.3+ features to lower PHP versions",
|
"homepage": "https://symfony.com",
|
"keywords": [
|
"compatibility",
|
"polyfill",
|
"portable",
|
"shim"
|
],
|
"support": {
|
"source": "https://github.com/symfony/polyfill-php73/tree/v1.23.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": "2021-02-19T12:13:01+00:00"
|
},
|
{
|
"name": "symfony/polyfill-php80",
|
"version": "v1.23.1",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
"reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
|
"reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.1"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-main": "1.23-dev"
|
},
|
"thanks": {
|
"name": "symfony/polyfill",
|
"url": "https://github.com/symfony/polyfill"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Symfony\\Polyfill\\Php80\\": ""
|
},
|
"files": [
|
"bootstrap.php"
|
],
|
"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.23.1"
|
},
|
"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": "2021-07-28T13:41:28+00:00"
|
},
|
{
|
"name": "symfony/service-contracts",
|
"version": "v1.1.2",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/symfony/service-contracts.git",
|
"reference": "191afdcb5804db960d26d8566b7e9a2843cab3a0"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/191afdcb5804db960d26d8566b7e9a2843cab3a0",
|
"reference": "191afdcb5804db960d26d8566b7e9a2843cab3a0",
|
"shasum": ""
|
},
|
"require": {
|
"php": "^7.1.3"
|
},
|
"suggest": {
|
"psr/container": "",
|
"symfony/service-implementation": ""
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "1.1-dev"
|
}
|
},
|
"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/v1.1.2"
|
},
|
"time": "2019-05-28T07:50:59+00:00"
|
},
|
{
|
"name": "symfony/string",
|
"version": "v5.4.0",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/symfony/string.git",
|
"reference": "9ffaaba53c61ba75a3c7a3a779051d1e9ec4fd2d"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/symfony/string/zipball/9ffaaba53c61ba75a3c7a3a779051d1e9ec4fd2d",
|
"reference": "9ffaaba53c61ba75a3c7a3a779051d1e9ec4fd2d",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.2.5",
|
"symfony/polyfill-ctype": "~1.8",
|
"symfony/polyfill-intl-grapheme": "~1.0",
|
"symfony/polyfill-intl-normalizer": "~1.0",
|
"symfony/polyfill-mbstring": "~1.0",
|
"symfony/polyfill-php80": "~1.15"
|
},
|
"conflict": {
|
"symfony/translation-contracts": ">=3.0"
|
},
|
"require-dev": {
|
"symfony/error-handler": "^4.4|^5.0|^6.0",
|
"symfony/http-client": "^4.4|^5.0|^6.0",
|
"symfony/translation-contracts": "^1.1|^2",
|
"symfony/var-exporter": "^4.4|^5.0|^6.0"
|
},
|
"type": "library",
|
"autoload": {
|
"psr-4": {
|
"Symfony\\Component\\String\\": ""
|
},
|
"files": [
|
"Resources/functions.php"
|
],
|
"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 an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
|
"homepage": "https://symfony.com",
|
"keywords": [
|
"grapheme",
|
"i18n",
|
"string",
|
"unicode",
|
"utf-8",
|
"utf8"
|
],
|
"support": {
|
"source": "https://github.com/symfony/string/tree/v5.4.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": "2021-11-24T10:02:00+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": ""
|
},
|
"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"
|
}
|
],
|
"packages-dev": [
|
{
|
"name": "composer/pcre",
|
"version": "1.0.0",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/composer/pcre.git",
|
"reference": "3d322d715c43a1ac36c7fe215fa59336265500f2"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/composer/pcre/zipball/3d322d715c43a1ac36c7fe215fa59336265500f2",
|
"reference": "3d322d715c43a1ac36c7fe215fa59336265500f2",
|
"shasum": ""
|
},
|
"require": {
|
"php": "^5.3.2 || ^7.0 || ^8.0"
|
},
|
"require-dev": {
|
"phpstan/phpstan": "^1",
|
"phpstan/phpstan-strict-rules": "^1.1",
|
"symfony/phpunit-bridge": "^4.2 || ^5"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-main": "1.x-dev"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Composer\\Pcre\\": "src"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"authors": [
|
{
|
"name": "Jordi Boggiano",
|
"email": "j.boggiano@seld.be",
|
"homepage": "http://seld.be"
|
}
|
],
|
"description": "PCRE wrapping library that offers type-safe preg_* replacements.",
|
"keywords": [
|
"PCRE",
|
"preg",
|
"regex",
|
"regular expression"
|
],
|
"support": {
|
"issues": "https://github.com/composer/pcre/issues",
|
"source": "https://github.com/composer/pcre/tree/1.0.0"
|
},
|
"funding": [
|
{
|
"url": "https://packagist.com",
|
"type": "custom"
|
},
|
{
|
"url": "https://github.com/composer",
|
"type": "github"
|
},
|
{
|
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
"type": "tidelift"
|
}
|
],
|
"time": "2021-12-06T15:17:27+00:00"
|
},
|
{
|
"name": "composer/semver",
|
"version": "3.2.6",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/composer/semver.git",
|
"reference": "83e511e247de329283478496f7a1e114c9517506"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/composer/semver/zipball/83e511e247de329283478496f7a1e114c9517506",
|
"reference": "83e511e247de329283478496f7a1e114c9517506",
|
"shasum": ""
|
},
|
"require": {
|
"php": "^5.3.2 || ^7.0 || ^8.0"
|
},
|
"require-dev": {
|
"phpstan/phpstan": "^0.12.54",
|
"symfony/phpunit-bridge": "^4.2 || ^5"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-main": "3.x-dev"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Composer\\Semver\\": "src"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"authors": [
|
{
|
"name": "Nils Adermann",
|
"email": "naderman@naderman.de",
|
"homepage": "http://www.naderman.de"
|
},
|
{
|
"name": "Jordi Boggiano",
|
"email": "j.boggiano@seld.be",
|
"homepage": "http://seld.be"
|
},
|
{
|
"name": "Rob Bast",
|
"email": "rob.bast@gmail.com",
|
"homepage": "http://robbast.nl"
|
}
|
],
|
"description": "Semver library that offers utilities, version constraint parsing and validation.",
|
"keywords": [
|
"semantic",
|
"semver",
|
"validation",
|
"versioning"
|
],
|
"support": {
|
"irc": "irc://irc.freenode.org/composer",
|
"issues": "https://github.com/composer/semver/issues",
|
"source": "https://github.com/composer/semver/tree/3.2.6"
|
},
|
"funding": [
|
{
|
"url": "https://packagist.com",
|
"type": "custom"
|
},
|
{
|
"url": "https://github.com/composer",
|
"type": "github"
|
},
|
{
|
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
"type": "tidelift"
|
}
|
],
|
"time": "2021-10-25T11:34:17+00:00"
|
},
|
{
|
"name": "composer/xdebug-handler",
|
"version": "2.0.3",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/composer/xdebug-handler.git",
|
"reference": "6555461e76962fd0379c444c46fd558a0fcfb65e"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6555461e76962fd0379c444c46fd558a0fcfb65e",
|
"reference": "6555461e76962fd0379c444c46fd558a0fcfb65e",
|
"shasum": ""
|
},
|
"require": {
|
"composer/pcre": "^1",
|
"php": "^5.3.2 || ^7.0 || ^8.0",
|
"psr/log": "^1 || ^2 || ^3"
|
},
|
"require-dev": {
|
"phpstan/phpstan": "^1.0",
|
"phpstan/phpstan-strict-rules": "^1.1",
|
"symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0"
|
},
|
"type": "library",
|
"autoload": {
|
"psr-4": {
|
"Composer\\XdebugHandler\\": "src"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"authors": [
|
{
|
"name": "John Stevenson",
|
"email": "john-stevenson@blueyonder.co.uk"
|
}
|
],
|
"description": "Restarts a process without Xdebug.",
|
"keywords": [
|
"Xdebug",
|
"performance"
|
],
|
"support": {
|
"irc": "irc://irc.freenode.org/composer",
|
"issues": "https://github.com/composer/xdebug-handler/issues",
|
"source": "https://github.com/composer/xdebug-handler/tree/2.0.3"
|
},
|
"funding": [
|
{
|
"url": "https://packagist.com",
|
"type": "custom"
|
},
|
{
|
"url": "https://github.com/composer",
|
"type": "github"
|
},
|
{
|
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
"type": "tidelift"
|
}
|
],
|
"time": "2021-12-08T13:07:32+00:00"
|
},
|
{
|
"name": "friendsofphp/php-cs-fixer",
|
"version": "v3.4.0",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
|
"reference": "47177af1cfb9dab5d1cc4daf91b7179c2efe7fad"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/47177af1cfb9dab5d1cc4daf91b7179c2efe7fad",
|
"reference": "47177af1cfb9dab5d1cc4daf91b7179c2efe7fad",
|
"shasum": ""
|
},
|
"require": {
|
"composer/semver": "^3.2",
|
"composer/xdebug-handler": "^2.0",
|
"doctrine/annotations": "^1.12",
|
"ext-json": "*",
|
"ext-tokenizer": "*",
|
"php": "^7.2.5 || ^8.0",
|
"php-cs-fixer/diff": "^2.0",
|
"symfony/console": "^4.4.20 || ^5.1.3 || ^6.0",
|
"symfony/event-dispatcher": "^4.4.20 || ^5.0 || ^6.0",
|
"symfony/filesystem": "^4.4.20 || ^5.0 || ^6.0",
|
"symfony/finder": "^4.4.20 || ^5.0 || ^6.0",
|
"symfony/options-resolver": "^4.4.20 || ^5.0 || ^6.0",
|
"symfony/polyfill-mbstring": "^1.23",
|
"symfony/polyfill-php80": "^1.23",
|
"symfony/polyfill-php81": "^1.23",
|
"symfony/process": "^4.4.20 || ^5.0 || ^6.0",
|
"symfony/stopwatch": "^4.4.20 || ^5.0 || ^6.0"
|
},
|
"require-dev": {
|
"justinrainbow/json-schema": "^5.2",
|
"keradus/cli-executor": "^1.5",
|
"mikey179/vfsstream": "^1.6.8",
|
"php-coveralls/php-coveralls": "^2.5.2",
|
"php-cs-fixer/accessible-object": "^1.1",
|
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
|
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1",
|
"phpspec/prophecy": "^1.15",
|
"phpspec/prophecy-phpunit": "^1.1 || ^2.0",
|
"phpunit/phpunit": "^8.5.21 || ^9.5",
|
"phpunitgoodpractices/polyfill": "^1.5",
|
"phpunitgoodpractices/traits": "^1.9.1",
|
"symfony/phpunit-bridge": "^5.2.4 || ^6.0",
|
"symfony/yaml": "^4.4.20 || ^5.0 || ^6.0"
|
},
|
"suggest": {
|
"ext-dom": "For handling output formats in XML",
|
"ext-mbstring": "For handling non-UTF8 characters."
|
},
|
"bin": [
|
"php-cs-fixer"
|
],
|
"type": "application",
|
"autoload": {
|
"psr-4": {
|
"PhpCsFixer\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"authors": [
|
{
|
"name": "Fabien Potencier",
|
"email": "fabien@symfony.com"
|
},
|
{
|
"name": "Dariusz Rumiński",
|
"email": "dariusz.ruminski@gmail.com"
|
}
|
],
|
"description": "A tool to automatically fix PHP code style",
|
"support": {
|
"issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues",
|
"source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.4.0"
|
},
|
"funding": [
|
{
|
"url": "https://github.com/keradus",
|
"type": "github"
|
}
|
],
|
"time": "2021-12-11T16:25:08+00:00"
|
},
|
{
|
"name": "hamcrest/hamcrest-php",
|
"version": "v2.0.1",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/hamcrest/hamcrest-php.git",
|
"reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
|
"reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
|
"shasum": ""
|
},
|
"require": {
|
"php": "^5.3|^7.0|^8.0"
|
},
|
"replace": {
|
"cordoval/hamcrest-php": "*",
|
"davedevelopment/hamcrest-php": "*",
|
"kodova/hamcrest-php": "*"
|
},
|
"require-dev": {
|
"phpunit/php-file-iterator": "^1.4 || ^2.0",
|
"phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "2.1-dev"
|
}
|
},
|
"autoload": {
|
"classmap": [
|
"hamcrest"
|
]
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"BSD-3-Clause"
|
],
|
"description": "This is the PHP port of Hamcrest Matchers",
|
"keywords": [
|
"test"
|
],
|
"support": {
|
"issues": "https://github.com/hamcrest/hamcrest-php/issues",
|
"source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
|
},
|
"time": "2020-07-09T08:09:16+00:00"
|
},
|
{
|
"name": "hyperf/devtool",
|
"version": "v2.2.21",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/hyperf/devtool.git",
|
"reference": "275298f34f752a45cfd258288230e60f7fcd5d4a"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/hyperf/devtool/zipball/275298f34f752a45cfd258288230e60f7fcd5d4a",
|
"reference": "275298f34f752a45cfd258288230e60f7fcd5d4a",
|
"shasum": ""
|
},
|
"require": {
|
"hyperf/command": "~2.2.0",
|
"hyperf/contract": "~2.2.0",
|
"hyperf/di": "~2.2.0",
|
"hyperf/utils": "~2.2.0",
|
"php": ">=7.2"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "2.2-dev"
|
},
|
"hyperf": {
|
"config": "Hyperf\\Devtool\\ConfigProvider"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Hyperf\\Devtool\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"description": "A Devtool for Hyperf.",
|
"homepage": "https://hyperf.io",
|
"keywords": [
|
"devtool",
|
"hyperf",
|
"php",
|
"swoole"
|
],
|
"support": {
|
"docs": "https://hyperf.wiki",
|
"issues": "https://github.com/hyperf/hyperf/issues",
|
"pull-request": "https://github.com/hyperf/hyperf/pulls",
|
"source": "https://github.com/hyperf/hyperf"
|
},
|
"time": "2021-12-13T06:53:24+00:00"
|
},
|
{
|
"name": "hyperf/ide-helper",
|
"version": "v2.2.5",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/hyperf/ide-helper.git",
|
"reference": "f03e9f03e9f3cf392c7bee43d40d978528c5e116"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/hyperf/ide-helper/zipball/f03e9f03e9f3cf392c7bee43d40d978528c5e116",
|
"reference": "f03e9f03e9f3cf392c7bee43d40d978528c5e116",
|
"shasum": ""
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "2.2-dev"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"description": "IDE help files for Hyperf.",
|
"homepage": "https://hyperf.io",
|
"keywords": [
|
"hyperf",
|
"ide-helper",
|
"php",
|
"swoole"
|
],
|
"support": {
|
"docs": "https://hyperf.wiki",
|
"issues": "https://github.com/hyperf/hyperf/issues",
|
"pull-request": "https://github.com/hyperf/hyperf/pulls",
|
"source": "https://github.com/hyperf/hyperf"
|
},
|
"time": "2021-08-23T03:09:11+00:00"
|
},
|
{
|
"name": "hyperf/testing",
|
"version": "v2.2.20",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/hyperf/testing.git",
|
"reference": "b279d339b3cf56e3afef9ae3da7aaea9b3478885"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/hyperf/testing/zipball/b279d339b3cf56e3afef9ae3da7aaea9b3478885",
|
"reference": "b279d339b3cf56e3afef9ae3da7aaea9b3478885",
|
"shasum": ""
|
},
|
"require": {
|
"hyperf/contract": "~2.2.0",
|
"hyperf/http-message": "~2.2.0",
|
"hyperf/http-server": "~2.2.0",
|
"hyperf/utils": "~2.2.0",
|
"php": ">=7.2",
|
"phpunit/phpunit": "^9.5",
|
"psr/container": "^1.0|^2.0"
|
},
|
"bin": [
|
"co-phpunit"
|
],
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "2.2-dev"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Hyperf\\Testing\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"description": "Testing for hyperf",
|
"keywords": [
|
"php",
|
"swoole",
|
"testing"
|
],
|
"support": {
|
"source": "https://github.com/hyperf/testing/tree/v2.2.20"
|
},
|
"time": "2021-12-11T09:45:51+00:00"
|
},
|
{
|
"name": "mockery/mockery",
|
"version": "1.4.4",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/mockery/mockery.git",
|
"reference": "e01123a0e847d52d186c5eb4b9bf58b0c6d00346"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/mockery/mockery/zipball/e01123a0e847d52d186c5eb4b9bf58b0c6d00346",
|
"reference": "e01123a0e847d52d186c5eb4b9bf58b0c6d00346",
|
"shasum": ""
|
},
|
"require": {
|
"hamcrest/hamcrest-php": "^2.0.1",
|
"lib-pcre": ">=7.0",
|
"php": "^7.3 || ^8.0"
|
},
|
"conflict": {
|
"phpunit/phpunit": "<8.0"
|
},
|
"require-dev": {
|
"phpunit/phpunit": "^8.5 || ^9.3"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "1.4.x-dev"
|
}
|
},
|
"autoload": {
|
"psr-0": {
|
"Mockery": "library/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"BSD-3-Clause"
|
],
|
"authors": [
|
{
|
"name": "Pádraic Brady",
|
"email": "padraic.brady@gmail.com",
|
"homepage": "http://blog.astrumfutura.com"
|
},
|
{
|
"name": "Dave Marshall",
|
"email": "dave.marshall@atstsolutions.co.uk",
|
"homepage": "http://davedevelopment.co.uk"
|
}
|
],
|
"description": "Mockery is a simple yet flexible PHP mock object framework",
|
"homepage": "https://github.com/mockery/mockery",
|
"keywords": [
|
"BDD",
|
"TDD",
|
"library",
|
"mock",
|
"mock objects",
|
"mockery",
|
"stub",
|
"test",
|
"test double",
|
"testing"
|
],
|
"support": {
|
"issues": "https://github.com/mockery/mockery/issues",
|
"source": "https://github.com/mockery/mockery/tree/1.4.4"
|
},
|
"time": "2021-09-13T15:28:59+00:00"
|
},
|
{
|
"name": "myclabs/deep-copy",
|
"version": "1.10.2",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/myclabs/DeepCopy.git",
|
"reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
|
"reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
|
"shasum": ""
|
},
|
"require": {
|
"php": "^7.1 || ^8.0"
|
},
|
"replace": {
|
"myclabs/deep-copy": "self.version"
|
},
|
"require-dev": {
|
"doctrine/collections": "^1.0",
|
"doctrine/common": "^2.6",
|
"phpunit/phpunit": "^7.1"
|
},
|
"type": "library",
|
"autoload": {
|
"psr-4": {
|
"DeepCopy\\": "src/DeepCopy/"
|
},
|
"files": [
|
"src/DeepCopy/deep_copy.php"
|
]
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"description": "Create deep copies (clones) of your objects",
|
"keywords": [
|
"clone",
|
"copy",
|
"duplicate",
|
"object",
|
"object graph"
|
],
|
"support": {
|
"issues": "https://github.com/myclabs/DeepCopy/issues",
|
"source": "https://github.com/myclabs/DeepCopy/tree/1.10.2"
|
},
|
"funding": [
|
{
|
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
|
"type": "tidelift"
|
}
|
],
|
"time": "2020-11-13T09:40:50+00:00"
|
},
|
{
|
"name": "phar-io/manifest",
|
"version": "2.0.3",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/phar-io/manifest.git",
|
"reference": "97803eca37d319dfa7826cc2437fc020857acb53"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
|
"reference": "97803eca37d319dfa7826cc2437fc020857acb53",
|
"shasum": ""
|
},
|
"require": {
|
"ext-dom": "*",
|
"ext-phar": "*",
|
"ext-xmlwriter": "*",
|
"phar-io/version": "^3.0.1",
|
"php": "^7.2 || ^8.0"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "2.0.x-dev"
|
}
|
},
|
"autoload": {
|
"classmap": [
|
"src/"
|
]
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"BSD-3-Clause"
|
],
|
"authors": [
|
{
|
"name": "Arne Blankerts",
|
"email": "arne@blankerts.de",
|
"role": "Developer"
|
},
|
{
|
"name": "Sebastian Heuer",
|
"email": "sebastian@phpeople.de",
|
"role": "Developer"
|
},
|
{
|
"name": "Sebastian Bergmann",
|
"email": "sebastian@phpunit.de",
|
"role": "Developer"
|
}
|
],
|
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
|
"support": {
|
"issues": "https://github.com/phar-io/manifest/issues",
|
"source": "https://github.com/phar-io/manifest/tree/2.0.3"
|
},
|
"time": "2021-07-20T11:28:43+00:00"
|
},
|
{
|
"name": "phar-io/version",
|
"version": "3.1.0",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/phar-io/version.git",
|
"reference": "bae7c545bef187884426f042434e561ab1ddb182"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/phar-io/version/zipball/bae7c545bef187884426f042434e561ab1ddb182",
|
"reference": "bae7c545bef187884426f042434e561ab1ddb182",
|
"shasum": ""
|
},
|
"require": {
|
"php": "^7.2 || ^8.0"
|
},
|
"type": "library",
|
"autoload": {
|
"classmap": [
|
"src/"
|
]
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"BSD-3-Clause"
|
],
|
"authors": [
|
{
|
"name": "Arne Blankerts",
|
"email": "arne@blankerts.de",
|
"role": "Developer"
|
},
|
{
|
"name": "Sebastian Heuer",
|
"email": "sebastian@phpeople.de",
|
"role": "Developer"
|
},
|
{
|
"name": "Sebastian Bergmann",
|
"email": "sebastian@phpunit.de",
|
"role": "Developer"
|
}
|
],
|
"description": "Library for handling version information and constraints",
|
"support": {
|
"issues": "https://github.com/phar-io/version/issues",
|
"source": "https://github.com/phar-io/version/tree/3.1.0"
|
},
|
"time": "2021-02-23T14:00:09+00:00"
|
},
|
{
|
"name": "php-cs-fixer/diff",
|
"version": "v2.0.2",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/PHP-CS-Fixer/diff.git",
|
"reference": "29dc0d507e838c4580d018bd8b5cb412474f7ec3"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/29dc0d507e838c4580d018bd8b5cb412474f7ec3",
|
"reference": "29dc0d507e838c4580d018bd8b5cb412474f7ec3",
|
"shasum": ""
|
},
|
"require": {
|
"php": "^5.6 || ^7.0 || ^8.0"
|
},
|
"require-dev": {
|
"phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0",
|
"symfony/process": "^3.3"
|
},
|
"type": "library",
|
"autoload": {
|
"classmap": [
|
"src/"
|
]
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"BSD-3-Clause"
|
],
|
"authors": [
|
{
|
"name": "Sebastian Bergmann",
|
"email": "sebastian@phpunit.de"
|
},
|
{
|
"name": "Kore Nordmann",
|
"email": "mail@kore-nordmann.de"
|
}
|
],
|
"description": "sebastian/diff v3 backport support for PHP 5.6+",
|
"homepage": "https://github.com/PHP-CS-Fixer",
|
"keywords": [
|
"diff"
|
],
|
"support": {
|
"issues": "https://github.com/PHP-CS-Fixer/diff/issues",
|
"source": "https://github.com/PHP-CS-Fixer/diff/tree/v2.0.2"
|
},
|
"time": "2020-10-14T08:32:19+00:00"
|
},
|
{
|
"name": "phpdocumentor/reflection-common",
|
"version": "2.2.0",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
|
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
|
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
|
"shasum": ""
|
},
|
"require": {
|
"php": "^7.2 || ^8.0"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-2.x": "2.x-dev"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"phpDocumentor\\Reflection\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"authors": [
|
{
|
"name": "Jaap van Otterdijk",
|
"email": "opensource@ijaap.nl"
|
}
|
],
|
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
|
"homepage": "http://www.phpdoc.org",
|
"keywords": [
|
"FQSEN",
|
"phpDocumentor",
|
"phpdoc",
|
"reflection",
|
"static analysis"
|
],
|
"support": {
|
"issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
|
"source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
|
},
|
"time": "2020-06-27T09:03:43+00:00"
|
},
|
{
|
"name": "phpdocumentor/reflection-docblock",
|
"version": "5.3.0",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
|
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
|
"shasum": ""
|
},
|
"require": {
|
"ext-filter": "*",
|
"php": "^7.2 || ^8.0",
|
"phpdocumentor/reflection-common": "^2.2",
|
"phpdocumentor/type-resolver": "^1.3",
|
"webmozart/assert": "^1.9.1"
|
},
|
"require-dev": {
|
"mockery/mockery": "~1.3.2",
|
"psalm/phar": "^4.8"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "5.x-dev"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"phpDocumentor\\Reflection\\": "src"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"authors": [
|
{
|
"name": "Mike van Riel",
|
"email": "me@mikevanriel.com"
|
},
|
{
|
"name": "Jaap van Otterdijk",
|
"email": "account@ijaap.nl"
|
}
|
],
|
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
|
"support": {
|
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
|
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
|
},
|
"time": "2021-10-19T17:43:47+00:00"
|
},
|
{
|
"name": "phpdocumentor/type-resolver",
|
"version": "1.5.1",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/phpDocumentor/TypeResolver.git",
|
"reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/a12f7e301eb7258bb68acd89d4aefa05c2906cae",
|
"reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae",
|
"shasum": ""
|
},
|
"require": {
|
"php": "^7.2 || ^8.0",
|
"phpdocumentor/reflection-common": "^2.0"
|
},
|
"require-dev": {
|
"ext-tokenizer": "*",
|
"psalm/phar": "^4.8"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-1.x": "1.x-dev"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"phpDocumentor\\Reflection\\": "src"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"authors": [
|
{
|
"name": "Mike van Riel",
|
"email": "me@mikevanriel.com"
|
}
|
],
|
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
|
"support": {
|
"issues": "https://github.com/phpDocumentor/TypeResolver/issues",
|
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.5.1"
|
},
|
"time": "2021-10-02T14:08:47+00:00"
|
},
|
{
|
"name": "phpspec/prophecy",
|
"version": "v1.15.0",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/phpspec/prophecy.git",
|
"reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
|
"reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
|
"shasum": ""
|
},
|
"require": {
|
"doctrine/instantiator": "^1.2",
|
"php": "^7.2 || ~8.0, <8.2",
|
"phpdocumentor/reflection-docblock": "^5.2",
|
"sebastian/comparator": "^3.0 || ^4.0",
|
"sebastian/recursion-context": "^3.0 || ^4.0"
|
},
|
"require-dev": {
|
"phpspec/phpspec": "^6.0 || ^7.0",
|
"phpunit/phpunit": "^8.0 || ^9.0"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "1.x-dev"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Prophecy\\": "src/Prophecy"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"authors": [
|
{
|
"name": "Konstantin Kudryashov",
|
"email": "ever.zet@gmail.com",
|
"homepage": "http://everzet.com"
|
},
|
{
|
"name": "Marcello Duarte",
|
"email": "marcello.duarte@gmail.com"
|
}
|
],
|
"description": "Highly opinionated mocking framework for PHP 5.3+",
|
"homepage": "https://github.com/phpspec/prophecy",
|
"keywords": [
|
"Double",
|
"Dummy",
|
"fake",
|
"mock",
|
"spy",
|
"stub"
|
],
|
"support": {
|
"issues": "https://github.com/phpspec/prophecy/issues",
|
"source": "https://github.com/phpspec/prophecy/tree/v1.15.0"
|
},
|
"time": "2021-12-08T12:19:24+00:00"
|
},
|
{
|
"name": "phpstan/phpstan",
|
"version": "0.12.99",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/phpstan/phpstan.git",
|
"reference": "b4d40f1d759942f523be267a1bab6884f46ca3f7"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/b4d40f1d759942f523be267a1bab6884f46ca3f7",
|
"reference": "b4d40f1d759942f523be267a1bab6884f46ca3f7",
|
"shasum": ""
|
},
|
"require": {
|
"php": "^7.1|^8.0"
|
},
|
"conflict": {
|
"phpstan/phpstan-shim": "*"
|
},
|
"bin": [
|
"phpstan",
|
"phpstan.phar"
|
],
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "0.12-dev"
|
}
|
},
|
"autoload": {
|
"files": [
|
"bootstrap.php"
|
]
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"description": "PHPStan - PHP Static Analysis Tool",
|
"support": {
|
"issues": "https://github.com/phpstan/phpstan/issues",
|
"source": "https://github.com/phpstan/phpstan/tree/0.12.99"
|
},
|
"funding": [
|
{
|
"url": "https://github.com/ondrejmirtes",
|
"type": "github"
|
},
|
{
|
"url": "https://github.com/phpstan",
|
"type": "github"
|
},
|
{
|
"url": "https://www.patreon.com/phpstan",
|
"type": "patreon"
|
},
|
{
|
"url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
|
"type": "tidelift"
|
}
|
],
|
"time": "2021-09-12T20:09:55+00:00"
|
},
|
{
|
"name": "phpunit/php-code-coverage",
|
"version": "9.2.10",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
"reference": "d5850aaf931743067f4bfc1ae4cbd06468400687"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/d5850aaf931743067f4bfc1ae4cbd06468400687",
|
"reference": "d5850aaf931743067f4bfc1ae4cbd06468400687",
|
"shasum": ""
|
},
|
"require": {
|
"ext-dom": "*",
|
"ext-libxml": "*",
|
"ext-xmlwriter": "*",
|
"nikic/php-parser": "^4.13.0",
|
"php": ">=7.3",
|
"phpunit/php-file-iterator": "^3.0.3",
|
"phpunit/php-text-template": "^2.0.2",
|
"sebastian/code-unit-reverse-lookup": "^2.0.2",
|
"sebastian/complexity": "^2.0",
|
"sebastian/environment": "^5.1.2",
|
"sebastian/lines-of-code": "^1.0.3",
|
"sebastian/version": "^3.0.1",
|
"theseer/tokenizer": "^1.2.0"
|
},
|
"require-dev": {
|
"phpunit/phpunit": "^9.3"
|
},
|
"suggest": {
|
"ext-pcov": "*",
|
"ext-xdebug": "*"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "9.2-dev"
|
}
|
},
|
"autoload": {
|
"classmap": [
|
"src/"
|
]
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"BSD-3-Clause"
|
],
|
"authors": [
|
{
|
"name": "Sebastian Bergmann",
|
"email": "sebastian@phpunit.de",
|
"role": "lead"
|
}
|
],
|
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
|
"keywords": [
|
"coverage",
|
"testing",
|
"xunit"
|
],
|
"support": {
|
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.10"
|
},
|
"funding": [
|
{
|
"url": "https://github.com/sebastianbergmann",
|
"type": "github"
|
}
|
],
|
"time": "2021-12-05T09:12:13+00:00"
|
},
|
{
|
"name": "phpunit/php-file-iterator",
|
"version": "3.0.6",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
"reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
|
"reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.3"
|
},
|
"require-dev": {
|
"phpunit/phpunit": "^9.3"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "3.0-dev"
|
}
|
},
|
"autoload": {
|
"classmap": [
|
"src/"
|
]
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"BSD-3-Clause"
|
],
|
"authors": [
|
{
|
"name": "Sebastian Bergmann",
|
"email": "sebastian@phpunit.de",
|
"role": "lead"
|
}
|
],
|
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
|
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
|
"keywords": [
|
"filesystem",
|
"iterator"
|
],
|
"support": {
|
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
|
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
|
},
|
"funding": [
|
{
|
"url": "https://github.com/sebastianbergmann",
|
"type": "github"
|
}
|
],
|
"time": "2021-12-02T12:48:52+00:00"
|
},
|
{
|
"name": "phpunit/php-invoker",
|
"version": "3.1.1",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/sebastianbergmann/php-invoker.git",
|
"reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
|
"reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.3"
|
},
|
"require-dev": {
|
"ext-pcntl": "*",
|
"phpunit/phpunit": "^9.3"
|
},
|
"suggest": {
|
"ext-pcntl": "*"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "3.1-dev"
|
}
|
},
|
"autoload": {
|
"classmap": [
|
"src/"
|
]
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"BSD-3-Clause"
|
],
|
"authors": [
|
{
|
"name": "Sebastian Bergmann",
|
"email": "sebastian@phpunit.de",
|
"role": "lead"
|
}
|
],
|
"description": "Invoke callables with a timeout",
|
"homepage": "https://github.com/sebastianbergmann/php-invoker/",
|
"keywords": [
|
"process"
|
],
|
"support": {
|
"issues": "https://github.com/sebastianbergmann/php-invoker/issues",
|
"source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
|
},
|
"funding": [
|
{
|
"url": "https://github.com/sebastianbergmann",
|
"type": "github"
|
}
|
],
|
"time": "2020-09-28T05:58:55+00:00"
|
},
|
{
|
"name": "phpunit/php-text-template",
|
"version": "2.0.4",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/sebastianbergmann/php-text-template.git",
|
"reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
|
"reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.3"
|
},
|
"require-dev": {
|
"phpunit/phpunit": "^9.3"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "2.0-dev"
|
}
|
},
|
"autoload": {
|
"classmap": [
|
"src/"
|
]
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"BSD-3-Clause"
|
],
|
"authors": [
|
{
|
"name": "Sebastian Bergmann",
|
"email": "sebastian@phpunit.de",
|
"role": "lead"
|
}
|
],
|
"description": "Simple template engine.",
|
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
"keywords": [
|
"template"
|
],
|
"support": {
|
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
|
"source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
|
},
|
"funding": [
|
{
|
"url": "https://github.com/sebastianbergmann",
|
"type": "github"
|
}
|
],
|
"time": "2020-10-26T05:33:50+00:00"
|
},
|
{
|
"name": "phpunit/php-timer",
|
"version": "5.0.3",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
"reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
|
"reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.3"
|
},
|
"require-dev": {
|
"phpunit/phpunit": "^9.3"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "5.0-dev"
|
}
|
},
|
"autoload": {
|
"classmap": [
|
"src/"
|
]
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"BSD-3-Clause"
|
],
|
"authors": [
|
{
|
"name": "Sebastian Bergmann",
|
"email": "sebastian@phpunit.de",
|
"role": "lead"
|
}
|
],
|
"description": "Utility class for timing",
|
"homepage": "https://github.com/sebastianbergmann/php-timer/",
|
"keywords": [
|
"timer"
|
],
|
"support": {
|
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
|
"source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
|
},
|
"funding": [
|
{
|
"url": "https://github.com/sebastianbergmann",
|
"type": "github"
|
}
|
],
|
"time": "2020-10-26T13:16:10+00:00"
|
},
|
{
|
"name": "phpunit/phpunit",
|
"version": "9.5.10",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
"reference": "c814a05837f2edb0d1471d6e3f4ab3501ca3899a"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c814a05837f2edb0d1471d6e3f4ab3501ca3899a",
|
"reference": "c814a05837f2edb0d1471d6e3f4ab3501ca3899a",
|
"shasum": ""
|
},
|
"require": {
|
"doctrine/instantiator": "^1.3.1",
|
"ext-dom": "*",
|
"ext-json": "*",
|
"ext-libxml": "*",
|
"ext-mbstring": "*",
|
"ext-xml": "*",
|
"ext-xmlwriter": "*",
|
"myclabs/deep-copy": "^1.10.1",
|
"phar-io/manifest": "^2.0.3",
|
"phar-io/version": "^3.0.2",
|
"php": ">=7.3",
|
"phpspec/prophecy": "^1.12.1",
|
"phpunit/php-code-coverage": "^9.2.7",
|
"phpunit/php-file-iterator": "^3.0.5",
|
"phpunit/php-invoker": "^3.1.1",
|
"phpunit/php-text-template": "^2.0.3",
|
"phpunit/php-timer": "^5.0.2",
|
"sebastian/cli-parser": "^1.0.1",
|
"sebastian/code-unit": "^1.0.6",
|
"sebastian/comparator": "^4.0.5",
|
"sebastian/diff": "^4.0.3",
|
"sebastian/environment": "^5.1.3",
|
"sebastian/exporter": "^4.0.3",
|
"sebastian/global-state": "^5.0.1",
|
"sebastian/object-enumerator": "^4.0.3",
|
"sebastian/resource-operations": "^3.0.3",
|
"sebastian/type": "^2.3.4",
|
"sebastian/version": "^3.0.2"
|
},
|
"require-dev": {
|
"ext-pdo": "*",
|
"phpspec/prophecy-phpunit": "^2.0.1"
|
},
|
"suggest": {
|
"ext-soap": "*",
|
"ext-xdebug": "*"
|
},
|
"bin": [
|
"phpunit"
|
],
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "9.5-dev"
|
}
|
},
|
"autoload": {
|
"classmap": [
|
"src/"
|
],
|
"files": [
|
"src/Framework/Assert/Functions.php"
|
]
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"BSD-3-Clause"
|
],
|
"authors": [
|
{
|
"name": "Sebastian Bergmann",
|
"email": "sebastian@phpunit.de",
|
"role": "lead"
|
}
|
],
|
"description": "The PHP Unit Testing framework.",
|
"homepage": "https://phpunit.de/",
|
"keywords": [
|
"phpunit",
|
"testing",
|
"xunit"
|
],
|
"support": {
|
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.10"
|
},
|
"funding": [
|
{
|
"url": "https://phpunit.de/donate.html",
|
"type": "custom"
|
},
|
{
|
"url": "https://github.com/sebastianbergmann",
|
"type": "github"
|
}
|
],
|
"time": "2021-09-25T07:38:51+00:00"
|
},
|
{
|
"name": "sebastian/cli-parser",
|
"version": "1.0.1",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/sebastianbergmann/cli-parser.git",
|
"reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
|
"reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.3"
|
},
|
"require-dev": {
|
"phpunit/phpunit": "^9.3"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "1.0-dev"
|
}
|
},
|
"autoload": {
|
"classmap": [
|
"src/"
|
]
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"BSD-3-Clause"
|
],
|
"authors": [
|
{
|
"name": "Sebastian Bergmann",
|
"email": "sebastian@phpunit.de",
|
"role": "lead"
|
}
|
],
|
"description": "Library for parsing CLI options",
|
"homepage": "https://github.com/sebastianbergmann/cli-parser",
|
"support": {
|
"issues": "https://github.com/sebastianbergmann/cli-parser/issues",
|
"source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
|
},
|
"funding": [
|
{
|
"url": "https://github.com/sebastianbergmann",
|
"type": "github"
|
}
|
],
|
"time": "2020-09-28T06:08:49+00:00"
|
},
|
{
|
"name": "sebastian/code-unit",
|
"version": "1.0.8",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/sebastianbergmann/code-unit.git",
|
"reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
|
"reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.3"
|
},
|
"require-dev": {
|
"phpunit/phpunit": "^9.3"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "1.0-dev"
|
}
|
},
|
"autoload": {
|
"classmap": [
|
"src/"
|
]
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"BSD-3-Clause"
|
],
|
"authors": [
|
{
|
"name": "Sebastian Bergmann",
|
"email": "sebastian@phpunit.de",
|
"role": "lead"
|
}
|
],
|
"description": "Collection of value objects that represent the PHP code units",
|
"homepage": "https://github.com/sebastianbergmann/code-unit",
|
"support": {
|
"issues": "https://github.com/sebastianbergmann/code-unit/issues",
|
"source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
|
},
|
"funding": [
|
{
|
"url": "https://github.com/sebastianbergmann",
|
"type": "github"
|
}
|
],
|
"time": "2020-10-26T13:08:54+00:00"
|
},
|
{
|
"name": "sebastian/code-unit-reverse-lookup",
|
"version": "2.0.3",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
|
"reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
|
"reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.3"
|
},
|
"require-dev": {
|
"phpunit/phpunit": "^9.3"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "2.0-dev"
|
}
|
},
|
"autoload": {
|
"classmap": [
|
"src/"
|
]
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"BSD-3-Clause"
|
],
|
"authors": [
|
{
|
"name": "Sebastian Bergmann",
|
"email": "sebastian@phpunit.de"
|
}
|
],
|
"description": "Looks up which function or method a line of code belongs to",
|
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
|
"support": {
|
"issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
|
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
|
},
|
"funding": [
|
{
|
"url": "https://github.com/sebastianbergmann",
|
"type": "github"
|
}
|
],
|
"time": "2020-09-28T05:30:19+00:00"
|
},
|
{
|
"name": "sebastian/comparator",
|
"version": "4.0.6",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/sebastianbergmann/comparator.git",
|
"reference": "55f4261989e546dc112258c7a75935a81a7ce382"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382",
|
"reference": "55f4261989e546dc112258c7a75935a81a7ce382",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.3",
|
"sebastian/diff": "^4.0",
|
"sebastian/exporter": "^4.0"
|
},
|
"require-dev": {
|
"phpunit/phpunit": "^9.3"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "4.0-dev"
|
}
|
},
|
"autoload": {
|
"classmap": [
|
"src/"
|
]
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"BSD-3-Clause"
|
],
|
"authors": [
|
{
|
"name": "Sebastian Bergmann",
|
"email": "sebastian@phpunit.de"
|
},
|
{
|
"name": "Jeff Welch",
|
"email": "whatthejeff@gmail.com"
|
},
|
{
|
"name": "Volker Dusch",
|
"email": "github@wallbash.com"
|
},
|
{
|
"name": "Bernhard Schussek",
|
"email": "bschussek@2bepublished.at"
|
}
|
],
|
"description": "Provides the functionality to compare PHP values for equality",
|
"homepage": "https://github.com/sebastianbergmann/comparator",
|
"keywords": [
|
"comparator",
|
"compare",
|
"equality"
|
],
|
"support": {
|
"issues": "https://github.com/sebastianbergmann/comparator/issues",
|
"source": "https://github.com/sebastianbergmann/comparator/tree/4.0.6"
|
},
|
"funding": [
|
{
|
"url": "https://github.com/sebastianbergmann",
|
"type": "github"
|
}
|
],
|
"time": "2020-10-26T15:49:45+00:00"
|
},
|
{
|
"name": "sebastian/complexity",
|
"version": "2.0.2",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/sebastianbergmann/complexity.git",
|
"reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
|
"reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
|
"shasum": ""
|
},
|
"require": {
|
"nikic/php-parser": "^4.7",
|
"php": ">=7.3"
|
},
|
"require-dev": {
|
"phpunit/phpunit": "^9.3"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "2.0-dev"
|
}
|
},
|
"autoload": {
|
"classmap": [
|
"src/"
|
]
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"BSD-3-Clause"
|
],
|
"authors": [
|
{
|
"name": "Sebastian Bergmann",
|
"email": "sebastian@phpunit.de",
|
"role": "lead"
|
}
|
],
|
"description": "Library for calculating the complexity of PHP code units",
|
"homepage": "https://github.com/sebastianbergmann/complexity",
|
"support": {
|
"issues": "https://github.com/sebastianbergmann/complexity/issues",
|
"source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
|
},
|
"funding": [
|
{
|
"url": "https://github.com/sebastianbergmann",
|
"type": "github"
|
}
|
],
|
"time": "2020-10-26T15:52:27+00:00"
|
},
|
{
|
"name": "sebastian/diff",
|
"version": "4.0.4",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/sebastianbergmann/diff.git",
|
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
|
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.3"
|
},
|
"require-dev": {
|
"phpunit/phpunit": "^9.3",
|
"symfony/process": "^4.2 || ^5"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "4.0-dev"
|
}
|
},
|
"autoload": {
|
"classmap": [
|
"src/"
|
]
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"BSD-3-Clause"
|
],
|
"authors": [
|
{
|
"name": "Sebastian Bergmann",
|
"email": "sebastian@phpunit.de"
|
},
|
{
|
"name": "Kore Nordmann",
|
"email": "mail@kore-nordmann.de"
|
}
|
],
|
"description": "Diff implementation",
|
"homepage": "https://github.com/sebastianbergmann/diff",
|
"keywords": [
|
"diff",
|
"udiff",
|
"unidiff",
|
"unified diff"
|
],
|
"support": {
|
"issues": "https://github.com/sebastianbergmann/diff/issues",
|
"source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
|
},
|
"funding": [
|
{
|
"url": "https://github.com/sebastianbergmann",
|
"type": "github"
|
}
|
],
|
"time": "2020-10-26T13:10:38+00:00"
|
},
|
{
|
"name": "sebastian/environment",
|
"version": "5.1.3",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/sebastianbergmann/environment.git",
|
"reference": "388b6ced16caa751030f6a69e588299fa09200ac"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/388b6ced16caa751030f6a69e588299fa09200ac",
|
"reference": "388b6ced16caa751030f6a69e588299fa09200ac",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.3"
|
},
|
"require-dev": {
|
"phpunit/phpunit": "^9.3"
|
},
|
"suggest": {
|
"ext-posix": "*"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "5.1-dev"
|
}
|
},
|
"autoload": {
|
"classmap": [
|
"src/"
|
]
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"BSD-3-Clause"
|
],
|
"authors": [
|
{
|
"name": "Sebastian Bergmann",
|
"email": "sebastian@phpunit.de"
|
}
|
],
|
"description": "Provides functionality to handle HHVM/PHP environments",
|
"homepage": "http://www.github.com/sebastianbergmann/environment",
|
"keywords": [
|
"Xdebug",
|
"environment",
|
"hhvm"
|
],
|
"support": {
|
"issues": "https://github.com/sebastianbergmann/environment/issues",
|
"source": "https://github.com/sebastianbergmann/environment/tree/5.1.3"
|
},
|
"funding": [
|
{
|
"url": "https://github.com/sebastianbergmann",
|
"type": "github"
|
}
|
],
|
"time": "2020-09-28T05:52:38+00:00"
|
},
|
{
|
"name": "sebastian/exporter",
|
"version": "4.0.4",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/sebastianbergmann/exporter.git",
|
"reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/65e8b7db476c5dd267e65eea9cab77584d3cfff9",
|
"reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.3",
|
"sebastian/recursion-context": "^4.0"
|
},
|
"require-dev": {
|
"ext-mbstring": "*",
|
"phpunit/phpunit": "^9.3"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "4.0-dev"
|
}
|
},
|
"autoload": {
|
"classmap": [
|
"src/"
|
]
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"BSD-3-Clause"
|
],
|
"authors": [
|
{
|
"name": "Sebastian Bergmann",
|
"email": "sebastian@phpunit.de"
|
},
|
{
|
"name": "Jeff Welch",
|
"email": "whatthejeff@gmail.com"
|
},
|
{
|
"name": "Volker Dusch",
|
"email": "github@wallbash.com"
|
},
|
{
|
"name": "Adam Harvey",
|
"email": "aharvey@php.net"
|
},
|
{
|
"name": "Bernhard Schussek",
|
"email": "bschussek@gmail.com"
|
}
|
],
|
"description": "Provides the functionality to export PHP variables for visualization",
|
"homepage": "https://www.github.com/sebastianbergmann/exporter",
|
"keywords": [
|
"export",
|
"exporter"
|
],
|
"support": {
|
"issues": "https://github.com/sebastianbergmann/exporter/issues",
|
"source": "https://github.com/sebastianbergmann/exporter/tree/4.0.4"
|
},
|
"funding": [
|
{
|
"url": "https://github.com/sebastianbergmann",
|
"type": "github"
|
}
|
],
|
"time": "2021-11-11T14:18:36+00:00"
|
},
|
{
|
"name": "sebastian/global-state",
|
"version": "5.0.3",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/sebastianbergmann/global-state.git",
|
"reference": "23bd5951f7ff26f12d4e3242864df3e08dec4e49"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/23bd5951f7ff26f12d4e3242864df3e08dec4e49",
|
"reference": "23bd5951f7ff26f12d4e3242864df3e08dec4e49",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.3",
|
"sebastian/object-reflector": "^2.0",
|
"sebastian/recursion-context": "^4.0"
|
},
|
"require-dev": {
|
"ext-dom": "*",
|
"phpunit/phpunit": "^9.3"
|
},
|
"suggest": {
|
"ext-uopz": "*"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "5.0-dev"
|
}
|
},
|
"autoload": {
|
"classmap": [
|
"src/"
|
]
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"BSD-3-Clause"
|
],
|
"authors": [
|
{
|
"name": "Sebastian Bergmann",
|
"email": "sebastian@phpunit.de"
|
}
|
],
|
"description": "Snapshotting of global state",
|
"homepage": "http://www.github.com/sebastianbergmann/global-state",
|
"keywords": [
|
"global state"
|
],
|
"support": {
|
"issues": "https://github.com/sebastianbergmann/global-state/issues",
|
"source": "https://github.com/sebastianbergmann/global-state/tree/5.0.3"
|
},
|
"funding": [
|
{
|
"url": "https://github.com/sebastianbergmann",
|
"type": "github"
|
}
|
],
|
"time": "2021-06-11T13:31:12+00:00"
|
},
|
{
|
"name": "sebastian/lines-of-code",
|
"version": "1.0.3",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
|
"reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
|
"reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
|
"shasum": ""
|
},
|
"require": {
|
"nikic/php-parser": "^4.6",
|
"php": ">=7.3"
|
},
|
"require-dev": {
|
"phpunit/phpunit": "^9.3"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "1.0-dev"
|
}
|
},
|
"autoload": {
|
"classmap": [
|
"src/"
|
]
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"BSD-3-Clause"
|
],
|
"authors": [
|
{
|
"name": "Sebastian Bergmann",
|
"email": "sebastian@phpunit.de",
|
"role": "lead"
|
}
|
],
|
"description": "Library for counting the lines of code in PHP source code",
|
"homepage": "https://github.com/sebastianbergmann/lines-of-code",
|
"support": {
|
"issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
|
"source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
|
},
|
"funding": [
|
{
|
"url": "https://github.com/sebastianbergmann",
|
"type": "github"
|
}
|
],
|
"time": "2020-11-28T06:42:11+00:00"
|
},
|
{
|
"name": "sebastian/object-enumerator",
|
"version": "4.0.4",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
|
"reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
|
"reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.3",
|
"sebastian/object-reflector": "^2.0",
|
"sebastian/recursion-context": "^4.0"
|
},
|
"require-dev": {
|
"phpunit/phpunit": "^9.3"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "4.0-dev"
|
}
|
},
|
"autoload": {
|
"classmap": [
|
"src/"
|
]
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"BSD-3-Clause"
|
],
|
"authors": [
|
{
|
"name": "Sebastian Bergmann",
|
"email": "sebastian@phpunit.de"
|
}
|
],
|
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
|
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
|
"support": {
|
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
|
"source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
|
},
|
"funding": [
|
{
|
"url": "https://github.com/sebastianbergmann",
|
"type": "github"
|
}
|
],
|
"time": "2020-10-26T13:12:34+00:00"
|
},
|
{
|
"name": "sebastian/object-reflector",
|
"version": "2.0.4",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/sebastianbergmann/object-reflector.git",
|
"reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
|
"reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.3"
|
},
|
"require-dev": {
|
"phpunit/phpunit": "^9.3"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "2.0-dev"
|
}
|
},
|
"autoload": {
|
"classmap": [
|
"src/"
|
]
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"BSD-3-Clause"
|
],
|
"authors": [
|
{
|
"name": "Sebastian Bergmann",
|
"email": "sebastian@phpunit.de"
|
}
|
],
|
"description": "Allows reflection of object attributes, including inherited and non-public ones",
|
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
|
"support": {
|
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
|
"source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
|
},
|
"funding": [
|
{
|
"url": "https://github.com/sebastianbergmann",
|
"type": "github"
|
}
|
],
|
"time": "2020-10-26T13:14:26+00:00"
|
},
|
{
|
"name": "sebastian/recursion-context",
|
"version": "4.0.4",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
"reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
|
"reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.3"
|
},
|
"require-dev": {
|
"phpunit/phpunit": "^9.3"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "4.0-dev"
|
}
|
},
|
"autoload": {
|
"classmap": [
|
"src/"
|
]
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"BSD-3-Clause"
|
],
|
"authors": [
|
{
|
"name": "Sebastian Bergmann",
|
"email": "sebastian@phpunit.de"
|
},
|
{
|
"name": "Jeff Welch",
|
"email": "whatthejeff@gmail.com"
|
},
|
{
|
"name": "Adam Harvey",
|
"email": "aharvey@php.net"
|
}
|
],
|
"description": "Provides functionality to recursively process PHP variables",
|
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
"support": {
|
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
|
"source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
|
},
|
"funding": [
|
{
|
"url": "https://github.com/sebastianbergmann",
|
"type": "github"
|
}
|
],
|
"time": "2020-10-26T13:17:30+00:00"
|
},
|
{
|
"name": "sebastian/resource-operations",
|
"version": "3.0.3",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/sebastianbergmann/resource-operations.git",
|
"reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
|
"reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.3"
|
},
|
"require-dev": {
|
"phpunit/phpunit": "^9.0"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "3.0-dev"
|
}
|
},
|
"autoload": {
|
"classmap": [
|
"src/"
|
]
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"BSD-3-Clause"
|
],
|
"authors": [
|
{
|
"name": "Sebastian Bergmann",
|
"email": "sebastian@phpunit.de"
|
}
|
],
|
"description": "Provides a list of PHP built-in functions that operate on resources",
|
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
|
"support": {
|
"issues": "https://github.com/sebastianbergmann/resource-operations/issues",
|
"source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
|
},
|
"funding": [
|
{
|
"url": "https://github.com/sebastianbergmann",
|
"type": "github"
|
}
|
],
|
"time": "2020-09-28T06:45:17+00:00"
|
},
|
{
|
"name": "sebastian/type",
|
"version": "2.3.4",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/sebastianbergmann/type.git",
|
"reference": "b8cd8a1c753c90bc1a0f5372170e3e489136f914"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b8cd8a1c753c90bc1a0f5372170e3e489136f914",
|
"reference": "b8cd8a1c753c90bc1a0f5372170e3e489136f914",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.3"
|
},
|
"require-dev": {
|
"phpunit/phpunit": "^9.3"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "2.3-dev"
|
}
|
},
|
"autoload": {
|
"classmap": [
|
"src/"
|
]
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"BSD-3-Clause"
|
],
|
"authors": [
|
{
|
"name": "Sebastian Bergmann",
|
"email": "sebastian@phpunit.de",
|
"role": "lead"
|
}
|
],
|
"description": "Collection of value objects that represent the types of the PHP type system",
|
"homepage": "https://github.com/sebastianbergmann/type",
|
"support": {
|
"issues": "https://github.com/sebastianbergmann/type/issues",
|
"source": "https://github.com/sebastianbergmann/type/tree/2.3.4"
|
},
|
"funding": [
|
{
|
"url": "https://github.com/sebastianbergmann",
|
"type": "github"
|
}
|
],
|
"time": "2021-06-15T12:49:02+00:00"
|
},
|
{
|
"name": "sebastian/version",
|
"version": "3.0.2",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/sebastianbergmann/version.git",
|
"reference": "c6c1022351a901512170118436c764e473f6de8c"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
|
"reference": "c6c1022351a901512170118436c764e473f6de8c",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.3"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "3.0-dev"
|
}
|
},
|
"autoload": {
|
"classmap": [
|
"src/"
|
]
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"BSD-3-Clause"
|
],
|
"authors": [
|
{
|
"name": "Sebastian Bergmann",
|
"email": "sebastian@phpunit.de",
|
"role": "lead"
|
}
|
],
|
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
"homepage": "https://github.com/sebastianbergmann/version",
|
"support": {
|
"issues": "https://github.com/sebastianbergmann/version/issues",
|
"source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
|
},
|
"funding": [
|
{
|
"url": "https://github.com/sebastianbergmann",
|
"type": "github"
|
}
|
],
|
"time": "2020-09-28T06:39:44+00:00"
|
},
|
{
|
"name": "swoole/ide-helper",
|
"version": "4.8.4",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/swoole/ide-helper.git",
|
"reference": "feff48c90c87674ee7f1d40dd055edf9a212ad88"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/swoole/ide-helper/zipball/feff48c90c87674ee7f1d40dd055edf9a212ad88",
|
"reference": "feff48c90c87674ee7f1d40dd055edf9a212ad88",
|
"shasum": ""
|
},
|
"type": "library",
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"Apache-2.0"
|
],
|
"authors": [
|
{
|
"name": "Team Swoole",
|
"email": "team@swoole.com"
|
}
|
],
|
"description": "IDE help files for Swoole.",
|
"support": {
|
"issues": "https://github.com/swoole/ide-helper/issues",
|
"source": "https://github.com/swoole/ide-helper/tree/4.8.4"
|
},
|
"funding": [
|
{
|
"url": "https://gitee.com/swoole/swoole?donate=true",
|
"type": "custom"
|
},
|
{
|
"url": "https://github.com/swoole",
|
"type": "github"
|
}
|
],
|
"time": "2021-12-17T05:37:49+00:00"
|
},
|
{
|
"name": "symfony/event-dispatcher",
|
"version": "v5.4.0",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
"reference": "27d39ae126352b9fa3be5e196ccf4617897be3eb"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/27d39ae126352b9fa3be5e196ccf4617897be3eb",
|
"reference": "27d39ae126352b9fa3be5e196ccf4617897be3eb",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.2.5",
|
"symfony/deprecation-contracts": "^2.1|^3",
|
"symfony/event-dispatcher-contracts": "^2|^3",
|
"symfony/polyfill-php80": "^1.16"
|
},
|
"conflict": {
|
"symfony/dependency-injection": "<4.4"
|
},
|
"provide": {
|
"psr/event-dispatcher-implementation": "1.0",
|
"symfony/event-dispatcher-implementation": "2.0"
|
},
|
"require-dev": {
|
"psr/log": "^1|^2|^3",
|
"symfony/config": "^4.4|^5.0|^6.0",
|
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
|
"symfony/error-handler": "^4.4|^5.0|^6.0",
|
"symfony/expression-language": "^4.4|^5.0|^6.0",
|
"symfony/http-foundation": "^4.4|^5.0|^6.0",
|
"symfony/service-contracts": "^1.1|^2|^3",
|
"symfony/stopwatch": "^4.4|^5.0|^6.0"
|
},
|
"suggest": {
|
"symfony/dependency-injection": "",
|
"symfony/http-kernel": ""
|
},
|
"type": "library",
|
"autoload": {
|
"psr-4": {
|
"Symfony\\Component\\EventDispatcher\\": ""
|
},
|
"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 that allow your application components to communicate with each other by dispatching events and listening to them",
|
"homepage": "https://symfony.com",
|
"support": {
|
"source": "https://github.com/symfony/event-dispatcher/tree/v5.4.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": "2021-11-23T10:19:22+00:00"
|
},
|
{
|
"name": "symfony/event-dispatcher-contracts",
|
"version": "v2.5.0",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
|
"reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/66bea3b09be61613cd3b4043a65a8ec48cfa6d2a",
|
"reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.2.5",
|
"psr/event-dispatcher": "^1"
|
},
|
"suggest": {
|
"symfony/event-dispatcher-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\\EventDispatcher\\": ""
|
}
|
},
|
"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 dispatching event",
|
"homepage": "https://symfony.com",
|
"keywords": [
|
"abstractions",
|
"contracts",
|
"decoupling",
|
"interfaces",
|
"interoperability",
|
"standards"
|
],
|
"support": {
|
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.0"
|
},
|
"funding": [
|
{
|
"url": "https://symfony.com/sponsor",
|
"type": "custom"
|
},
|
{
|
"url": "https://github.com/fabpot",
|
"type": "github"
|
},
|
{
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
"type": "tidelift"
|
}
|
],
|
"time": "2021-07-12T14:48:14+00:00"
|
},
|
{
|
"name": "symfony/filesystem",
|
"version": "v5.4.0",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/symfony/filesystem.git",
|
"reference": "731f917dc31edcffec2c6a777f3698c33bea8f01"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/731f917dc31edcffec2c6a777f3698c33bea8f01",
|
"reference": "731f917dc31edcffec2c6a777f3698c33bea8f01",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.2.5",
|
"symfony/polyfill-ctype": "~1.8",
|
"symfony/polyfill-mbstring": "~1.8",
|
"symfony/polyfill-php80": "^1.16"
|
},
|
"type": "library",
|
"autoload": {
|
"psr-4": {
|
"Symfony\\Component\\Filesystem\\": ""
|
},
|
"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 basic utilities for the filesystem",
|
"homepage": "https://symfony.com",
|
"support": {
|
"source": "https://github.com/symfony/filesystem/tree/v5.4.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": "2021-10-28T13:39:27+00:00"
|
},
|
{
|
"name": "symfony/options-resolver",
|
"version": "v5.4.0",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/symfony/options-resolver.git",
|
"reference": "b0fb78576487af19c500aaddb269fd36701d4847"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/b0fb78576487af19c500aaddb269fd36701d4847",
|
"reference": "b0fb78576487af19c500aaddb269fd36701d4847",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.2.5",
|
"symfony/deprecation-contracts": "^2.1|^3",
|
"symfony/polyfill-php73": "~1.0",
|
"symfony/polyfill-php80": "^1.16"
|
},
|
"type": "library",
|
"autoload": {
|
"psr-4": {
|
"Symfony\\Component\\OptionsResolver\\": ""
|
},
|
"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 an improved replacement for the array_replace PHP function",
|
"homepage": "https://symfony.com",
|
"keywords": [
|
"config",
|
"configuration",
|
"options"
|
],
|
"support": {
|
"source": "https://github.com/symfony/options-resolver/tree/v5.4.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": "2021-11-23T10:19:22+00:00"
|
},
|
{
|
"name": "symfony/polyfill-php81",
|
"version": "v1.23.0",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/symfony/polyfill-php81.git",
|
"reference": "e66119f3de95efc359483f810c4c3e6436279436"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436",
|
"reference": "e66119f3de95efc359483f810c4c3e6436279436",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.1"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-main": "1.23-dev"
|
},
|
"thanks": {
|
"name": "symfony/polyfill",
|
"url": "https://github.com/symfony/polyfill"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Symfony\\Polyfill\\Php81\\": ""
|
},
|
"files": [
|
"bootstrap.php"
|
],
|
"classmap": [
|
"Resources/stubs"
|
]
|
},
|
"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 backporting some PHP 8.1+ features to lower PHP versions",
|
"homepage": "https://symfony.com",
|
"keywords": [
|
"compatibility",
|
"polyfill",
|
"portable",
|
"shim"
|
],
|
"support": {
|
"source": "https://github.com/symfony/polyfill-php81/tree/v1.23.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": "2021-05-21T13:25:03+00:00"
|
},
|
{
|
"name": "symfony/process",
|
"version": "v5.4.0",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/symfony/process.git",
|
"reference": "5be20b3830f726e019162b26223110c8f47cf274"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/symfony/process/zipball/5be20b3830f726e019162b26223110c8f47cf274",
|
"reference": "5be20b3830f726e019162b26223110c8f47cf274",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.2.5",
|
"symfony/polyfill-php80": "^1.16"
|
},
|
"type": "library",
|
"autoload": {
|
"psr-4": {
|
"Symfony\\Component\\Process\\": ""
|
},
|
"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": "Executes commands in sub-processes",
|
"homepage": "https://symfony.com",
|
"support": {
|
"source": "https://github.com/symfony/process/tree/v5.4.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": "2021-11-28T15:25:38+00:00"
|
},
|
{
|
"name": "symfony/stopwatch",
|
"version": "v5.4.0",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/symfony/stopwatch.git",
|
"reference": "208ef96122bfed82a8f3a61458a07113a08bdcfe"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/208ef96122bfed82a8f3a61458a07113a08bdcfe",
|
"reference": "208ef96122bfed82a8f3a61458a07113a08bdcfe",
|
"shasum": ""
|
},
|
"require": {
|
"php": ">=7.2.5",
|
"symfony/service-contracts": "^1|^2|^3"
|
},
|
"type": "library",
|
"autoload": {
|
"psr-4": {
|
"Symfony\\Component\\Stopwatch\\": ""
|
},
|
"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 a way to profile code",
|
"homepage": "https://symfony.com",
|
"support": {
|
"source": "https://github.com/symfony/stopwatch/tree/v5.4.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": "2021-11-23T10:19:22+00:00"
|
},
|
{
|
"name": "theseer/tokenizer",
|
"version": "1.2.1",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/theseer/tokenizer.git",
|
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
|
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
|
"shasum": ""
|
},
|
"require": {
|
"ext-dom": "*",
|
"ext-tokenizer": "*",
|
"ext-xmlwriter": "*",
|
"php": "^7.2 || ^8.0"
|
},
|
"type": "library",
|
"autoload": {
|
"classmap": [
|
"src/"
|
]
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"BSD-3-Clause"
|
],
|
"authors": [
|
{
|
"name": "Arne Blankerts",
|
"email": "arne@blankerts.de",
|
"role": "Developer"
|
}
|
],
|
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
|
"support": {
|
"issues": "https://github.com/theseer/tokenizer/issues",
|
"source": "https://github.com/theseer/tokenizer/tree/1.2.1"
|
},
|
"funding": [
|
{
|
"url": "https://github.com/theseer",
|
"type": "github"
|
}
|
],
|
"time": "2021-07-28T10:34:58+00:00"
|
},
|
{
|
"name": "webmozart/assert",
|
"version": "1.10.0",
|
"source": {
|
"type": "git",
|
"url": "https://github.com/webmozarts/assert.git",
|
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
|
},
|
"dist": {
|
"type": "zip",
|
"url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
|
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
|
"shasum": ""
|
},
|
"require": {
|
"php": "^7.2 || ^8.0",
|
"symfony/polyfill-ctype": "^1.8"
|
},
|
"conflict": {
|
"phpstan/phpstan": "<0.12.20",
|
"vimeo/psalm": "<4.6.1 || 4.6.2"
|
},
|
"require-dev": {
|
"phpunit/phpunit": "^8.5.13"
|
},
|
"type": "library",
|
"extra": {
|
"branch-alias": {
|
"dev-master": "1.10-dev"
|
}
|
},
|
"autoload": {
|
"psr-4": {
|
"Webmozart\\Assert\\": "src/"
|
}
|
},
|
"notification-url": "https://packagist.org/downloads/",
|
"license": [
|
"MIT"
|
],
|
"authors": [
|
{
|
"name": "Bernhard Schussek",
|
"email": "bschussek@gmail.com"
|
}
|
],
|
"description": "Assertions to validate method input/output with nice error messages.",
|
"keywords": [
|
"assert",
|
"check",
|
"validate"
|
],
|
"support": {
|
"issues": "https://github.com/webmozarts/assert/issues",
|
"source": "https://github.com/webmozarts/assert/tree/1.10.0"
|
},
|
"time": "2021-03-09T10:59:23+00:00"
|
}
|
],
|
"aliases": [],
|
"minimum-stability": "dev",
|
"stability-flags": [],
|
"prefer-stable": true,
|
"prefer-lowest": false,
|
"platform": {
|
"php": ">=7.3"
|
},
|
"platform-dev": [],
|
"plugin-api-version": "2.1.0"
|
}
|