1
0
mirror of synced 2024-11-22 11:56:03 +03:00
mg-bot-api-client-php/composer.lock

4390 lines
154 KiB
Plaintext
Raw Normal View History

2019-06-10 16:24:22 +03:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2019-07-16 15:04:54 +03:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2019-06-10 16:24:22 +03:00
"This file is @generated automatically"
],
2021-12-13 10:48:18 +03:00
"content-hash": "c0d97db2706c5b6e482a7b757cccd926",
2019-06-10 16:24:22 +03:00
"packages": [
{
"name": "doctrine/annotations",
2021-12-13 10:48:18 +03:00
"version": "1.13.2",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
2021-12-13 10:48:18 +03:00
"reference": "5b668aef16090008790395c02c893b1ba13f7e08"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08",
"reference": "5b668aef16090008790395c02c893b1ba13f7e08",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
"doctrine/lexer": "1.*",
"ext-tokenizer": "*",
2021-12-13 10:48:18 +03:00
"php": "^7.1 || ^8.0",
"psr/cache": "^1 || ^2 || ^3"
2019-06-10 16:24:22 +03:00
},
"require-dev": {
2021-12-13 10:48:18 +03:00
"doctrine/cache": "^1.11 || ^2.0",
"doctrine/coding-standard": "^6.0 || ^8.1",
"phpstan/phpstan": "^0.12.20",
2021-12-13 10:48:18 +03:00
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
"symfony/cache": "^4.4 || ^5.2"
2019-06-10 16:24:22 +03:00
},
"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"
},
2019-06-10 16:24:22 +03:00
{
"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",
2019-06-10 16:24:22 +03:00
"keywords": [
"annotations",
"docblock",
"parser"
],
2021-12-13 10:48:18 +03:00
"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"
2019-06-10 16:24:22 +03:00
},
{
"name": "doctrine/cache",
2021-12-13 10:48:18 +03:00
"version": "1.11.3",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
2021-12-13 10:48:18 +03:00
"reference": "3bb5588cec00a0268829cc4a518490df6741af9d"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/doctrine/cache/zipball/3bb5588cec00a0268829cc4a518490df6741af9d",
"reference": "3bb5588cec00a0268829cc4a518490df6741af9d",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
"php": "~7.1 || ^8.0"
2019-06-10 16:24:22 +03:00
},
"conflict": {
"doctrine/common": ">2.2,<2.4",
"psr/cache": ">=3"
2019-06-10 16:24:22 +03:00
},
"require-dev": {
"alcaeus/mongo-php-adapter": "^1.1",
"cache/integration-tests": "dev-master",
"doctrine/coding-standard": "^8.0",
"mongodb/mongodb": "^1.1",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"predis/predis": "~1.0",
"psr/cache": "^1.0 || ^2.0",
"symfony/cache": "^4.4 || ^5.2"
2019-06-10 16:24:22 +03:00
},
"suggest": {
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
2019-06-10 16:24:22 +03:00
},
"type": "library",
2019-06-10 16:24:22 +03:00
"autoload": {
"psr-4": {
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-06-10 16:24:22 +03:00
{
"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 Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
"homepage": "https://www.doctrine-project.org/projects/cache.html",
2019-06-10 16:24:22 +03:00
"keywords": [
"abstraction",
"apcu",
2019-06-10 16:24:22 +03:00
"cache",
"caching",
"couchdb",
"memcached",
"php",
"redis",
"xcache"
2019-06-10 16:24:22 +03:00
],
2021-12-13 10:48:18 +03:00
"support": {
"issues": "https://github.com/doctrine/cache/issues",
"source": "https://github.com/doctrine/cache/tree/1.11.3"
},
"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%2Fcache",
"type": "tidelift"
}
],
"time": "2021-05-25T09:01:55+00:00"
},
{
"name": "doctrine/instantiator",
2021-12-13 10:48:18 +03:00
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
2021-12-13 10:48:18 +03:00
"reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
"reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": "^7.1 || ^8.0"
},
"require-dev": {
2021-12-13 10:48:18 +03:00
"doctrine/coding-standard": "^8.0",
"ext-pdo": "*",
"ext-phar": "*",
2021-12-13 10:48:18 +03:00
"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",
2021-12-13 10:48:18 +03:00
"homepage": "https://ocramius.github.io/"
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2019-07-16 15:04:54 +03:00
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
"keywords": [
"constructor",
"instantiate"
],
2021-12-13 10:48:18 +03:00
"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"
2019-06-10 16:24:22 +03:00
},
{
"name": "doctrine/lexer",
2021-12-13 10:48:18 +03:00
"version": "1.2.1",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
2021-12-13 10:48:18 +03:00
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": "^7.2 || ^8.0"
2019-06-10 16:24:22 +03:00
},
2019-06-21 16:42:04 +03:00
"require-dev": {
2021-12-13 10:48:18 +03:00
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan": "^0.11.8",
"phpunit/phpunit": "^8.2"
2019-06-21 16:42:04 +03:00
},
2019-06-10 16:24:22 +03:00
"type": "library",
"extra": {
"branch-alias": {
2021-12-13 10:48:18 +03:00
"dev-master": "1.2.x-dev"
2019-06-10 16:24:22 +03:00
}
},
"autoload": {
2019-06-21 16:42:04 +03:00
"psr-4": {
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
2019-06-10 16:24:22 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2021-12-13 10:48:18 +03:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
2019-06-10 16:24:22 +03:00
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2019-06-21 16:42:04 +03:00
"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",
2019-06-10 16:24:22 +03:00
"keywords": [
2019-06-21 16:42:04 +03:00
"annotations",
"docblock",
2019-06-10 16:24:22 +03:00
"lexer",
2019-06-21 16:42:04 +03:00
"parser",
"php"
2019-06-10 16:24:22 +03:00
],
2021-12-13 10:48:18 +03:00
"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"
2019-06-10 16:24:22 +03:00
},
2019-06-14 08:56:11 +03:00
{
"name": "guzzlehttp/guzzle",
2021-12-13 10:48:18 +03:00
"version": "6.5.5",
2019-06-14 08:56:11 +03:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2021-12-13 10:48:18 +03:00
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
2019-06-14 08:56:11 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
2019-06-14 08:56:11 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"ext-json": "*",
2019-06-19 13:30:40 +03:00
"guzzlehttp/promises": "^1.0",
2021-12-13 10:48:18 +03:00
"guzzlehttp/psr7": "^1.6.1",
"php": ">=5.5",
"symfony/polyfill-intl-idn": "^1.17.0"
2019-06-14 08:56:11 +03:00
},
"require-dev": {
"ext-curl": "*",
2019-06-19 13:30:40 +03:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
2021-12-13 10:48:18 +03:00
"psr/log": "^1.1"
2019-06-14 08:56:11 +03:00
},
2019-06-19 13:30:40 +03:00
"suggest": {
"psr/log": "Required for using the Log middleware"
},
2019-06-14 08:56:11 +03:00
"type": "library",
"extra": {
"branch-alias": {
2021-12-13 10:48:18 +03:00
"dev-master": "6.5-dev"
2019-06-14 08:56:11 +03:00
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\": "src/"
2021-12-13 10:48:18 +03:00
},
"files": [
"src/functions_include.php"
]
2019-06-14 08:56:11 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle is a PHP HTTP client library",
"homepage": "http://guzzlephp.org/",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"rest",
"web service"
],
2021-12-13 10:48:18 +03:00
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
"source": "https://github.com/guzzle/guzzle/tree/6.5"
},
"time": "2020-06-16T21:01:06+00:00"
2019-06-14 08:56:11 +03:00
},
{
"name": "guzzlehttp/promises",
2021-12-13 10:48:18 +03:00
"version": "1.5.1",
2019-06-14 08:56:11 +03:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
2021-12-13 10:48:18 +03:00
"reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
2019-06-14 08:56:11 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
"reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
2019-06-14 08:56:11 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": ">=5.5"
2019-06-14 08:56:11 +03:00
},
"require-dev": {
2021-12-13 10:48:18 +03:00
"symfony/phpunit-bridge": "^4.4 || ^5.1"
2019-06-14 08:56:11 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-12-13 10:48:18 +03:00
"dev-master": "1.5-dev"
2019-06-14 08:56:11 +03:00
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2021-12-13 10:48:18 +03:00
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
2019-06-14 08:56:11 +03:00
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2021-12-13 10:48:18 +03:00
},
{
"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"
2019-06-14 08:56:11 +03:00
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
2021-12-13 10:48:18 +03:00
"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"
2019-06-14 08:56:11 +03:00
},
{
"name": "guzzlehttp/psr7",
2021-12-13 10:48:18 +03:00
"version": "1.8.3",
2019-06-14 08:56:11 +03:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
2021-12-13 10:48:18 +03:00
"reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85"
2019-06-14 08:56:11 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/1afdd860a2566ed3c2b0b4a3de6e23434a79ec85",
"reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85",
2019-06-14 08:56:11 +03:00
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"psr/http-message": "~1.0",
2021-12-13 10:48:18 +03:00
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
2019-06-14 08:56:11 +03:00
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
2021-12-13 10:48:18 +03:00
"ext-zlib": "*",
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
2019-06-14 08:56:11 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-12-13 10:48:18 +03:00
"dev-master": "1.7-dev"
2019-06-14 08:56:11 +03:00
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2021-12-13 10:48:18 +03:00
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
2019-06-14 08:56:11 +03:00
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
2021-12-13 10:48:18 +03:00
{
"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"
},
2019-06-14 08:56:11 +03:00
{
"name": "Tobias Schultze",
2021-12-13 10:48:18 +03:00
"email": "webmaster@tubo-world.de",
2019-06-14 08:56:11 +03:00
"homepage": "https://github.com/Tobion"
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
"http",
"message",
"psr-7",
"request",
"response",
"stream",
"uri",
"url"
],
2021-12-13 10:48:18 +03:00
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/1.8.3"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
"type": "tidelift"
}
],
"time": "2021-10-05T13:56:00+00:00"
2019-06-14 08:56:11 +03:00
},
2019-06-14 12:48:13 +03:00
{
"name": "jms/metadata",
2021-12-13 10:48:18 +03:00
"version": "2.6.1",
2019-06-14 12:48:13 +03:00
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/metadata.git",
2021-12-13 10:48:18 +03:00
"reference": "c3a3214354b5a765a19875f7b7c5ebcd94e462e5"
2019-06-14 12:48:13 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/schmittjoh/metadata/zipball/c3a3214354b5a765a19875f7b7c5ebcd94e462e5",
"reference": "c3a3214354b5a765a19875f7b7c5ebcd94e462e5",
2019-06-14 12:48:13 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": "^7.2|^8.0"
2019-06-14 12:48:13 +03:00
},
"require-dev": {
2021-12-13 10:48:18 +03:00
"doctrine/cache": "^1.0",
"doctrine/coding-standard": "^8.0",
"mikey179/vfsstream": "^1.6.7",
"phpunit/phpunit": "^8.5|^9.0",
"psr/container": "^1.0",
"symfony/cache": "^3.1|^4.0|^5.0",
"symfony/dependency-injection": "^3.1|^4.0|^5.0"
2019-06-14 12:48:13 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-12-13 10:48:18 +03:00
"dev-master": "2.x-dev"
}
},
"autoload": {
2021-12-13 10:48:18 +03:00
"psr-4": {
"Metadata\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2019-06-14 12:48:13 +03:00
],
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com"
2021-12-13 10:48:18 +03:00
},
{
"name": "Asmir Mustafic",
"email": "goetas@gmail.com"
}
],
"description": "Class/method/property metadata management in PHP",
"keywords": [
"annotations",
"metadata",
"xml",
"yaml"
],
2021-12-13 10:48:18 +03:00
"support": {
"issues": "https://github.com/schmittjoh/metadata/issues",
"source": "https://github.com/schmittjoh/metadata/tree/2.6.1"
},
2021-12-13 10:48:18 +03:00
"time": "2021-11-22T12:27:42+00:00"
},
{
"name": "jms/serializer",
2021-12-13 10:48:18 +03:00
"version": "3.16.0",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/serializer.git",
2021-12-13 10:48:18 +03:00
"reference": "9b0b5208a6edb20b979c7d95bdda53a46098a7d9"
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/schmittjoh/serializer/zipball/9b0b5208a6edb20b979c7d95bdda53a46098a7d9",
"reference": "9b0b5208a6edb20b979c7d95bdda53a46098a7d9",
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"doctrine/annotations": "^1.13",
"doctrine/instantiator": "^1.0.3",
2021-12-13 10:48:18 +03:00
"doctrine/lexer": "^1.1",
"jms/metadata": "^2.6",
"php": "^7.2||^8.0",
"phpstan/phpdoc-parser": "^0.4 || ^0.5 || ^1.0"
},
"require-dev": {
2021-12-13 10:48:18 +03:00
"doctrine/coding-standard": "^8.1",
"doctrine/orm": "~2.1",
2021-12-13 10:48:18 +03:00
"doctrine/persistence": "^1.3.3|^2.0|^3.0",
"doctrine/phpcr-odm": "^1.3|^2.0",
"ext-pdo_sqlite": "*",
"jackalope/jackalope-doctrine-dbal": "^1.1.5",
2021-12-13 10:48:18 +03:00
"ocramius/proxy-manager": "^1.0|^2.0",
"phpbench/phpbench": "^1.0",
"phpstan/phpstan": "^1.0.2",
"phpunit/phpunit": "^8.0||^9.0",
"psr/container": "^1.0",
2021-12-13 10:48:18 +03:00
"symfony/dependency-injection": "^3.0|^4.0|^5.0|^6.0",
"symfony/expression-language": "^3.2|^4.0|^5.0|^6.0",
"symfony/filesystem": "^3.0|^4.0|^5.0|^6.0",
"symfony/form": "^3.0|^4.0|^5.0|^6.0",
"symfony/translation": "^3.0|^4.0|^5.0|^6.0",
"symfony/validator": "^3.1.9|^4.0|^5.0|^6.0",
"symfony/yaml": "^3.3|^4.0|^5.0|^6.0",
"twig/twig": "~1.34|~2.4|^3.0"
},
"suggest": {
"doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
2021-12-13 10:48:18 +03:00
"symfony/cache": "Required if you like to use cache functionality.",
"symfony/yaml": "Required if you'd like to use the YAML metadata format."
},
"type": "library",
"extra": {
"branch-alias": {
2021-12-13 10:48:18 +03:00
"dev-master": "3.x-dev"
}
},
"autoload": {
2021-12-13 10:48:18 +03:00
"psr-4": {
"JMS\\Serializer\\": "src/"
2019-06-14 12:48:13 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2019-06-14 12:48:13 +03:00
],
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com"
2021-12-13 10:48:18 +03:00
},
{
"name": "Asmir Mustafic",
"email": "goetas@gmail.com"
}
],
"description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
"homepage": "http://jmsyst.com/libs/serializer",
"keywords": [
"deserialization",
"jaxb",
"json",
"serialization",
"xml"
],
2021-12-13 10:48:18 +03:00
"support": {
"issues": "https://github.com/schmittjoh/serializer/issues",
"source": "https://github.com/schmittjoh/serializer/tree/3.16.0"
},
"funding": [
{
"url": "https://github.com/goetas",
"type": "github"
}
],
"time": "2021-11-22T07:03:41+00:00"
},
{
2021-12-13 10:48:18 +03:00
"name": "phpstan/phpdoc-parser",
"version": "1.2.0",
"source": {
"type": "git",
2021-12-13 10:48:18 +03:00
"url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "dbc093d7af60eff5cd575d2ed761b15ed40bd08e"
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/dbc093d7af60eff5cd575d2ed761b15ed40bd08e",
"reference": "dbc093d7af60eff5cd575d2ed761b15ed40bd08e",
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": "^7.1 || ^8.0"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-strict-rules": "^1.0",
"phpunit/phpunit": "^9.5",
"symfony/process": "^5.2"
},
"type": "library",
"extra": {
"branch-alias": {
2021-12-13 10:48:18 +03:00
"dev-master": "1.0-dev"
}
},
"autoload": {
2021-12-13 10:48:18 +03:00
"psr-4": {
"PHPStan\\PhpDocParser\\": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-12-13 10:48:18 +03:00
"MIT"
2019-06-14 12:48:13 +03:00
],
2021-12-13 10:48:18 +03:00
"description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.2.0"
},
"time": "2021-09-16T20:46:02+00:00"
},
{
2021-12-13 10:48:18 +03:00
"name": "psr/cache",
"version": "1.0.1",
"source": {
"type": "git",
2021-12-13 10:48:18 +03:00
"url": "https://github.com/php-fig/cache.git",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
2021-12-13 10:48:18 +03:00
"dev-master": "1.0.x-dev"
}
},
"autoload": {
2021-12-13 10:48:18 +03:00
"psr-4": {
"Psr\\Cache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-12-13 10:48:18 +03:00
"MIT"
],
"authors": [
{
2021-12-13 10:48:18 +03:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
2021-12-13 10:48:18 +03:00
"description": "Common interface for caching libraries",
"keywords": [
2021-12-13 10:48:18 +03:00
"cache",
"psr",
"psr-6"
],
2021-12-13 10:48:18 +03:00
"support": {
"source": "https://github.com/php-fig/cache/tree/master"
},
"time": "2016-08-06T20:24:11+00:00"
2019-06-14 12:48:13 +03:00
},
2019-06-14 08:56:11 +03: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"
],
2021-12-13 10:48:18 +03:00
"support": {
"source": "https://github.com/php-fig/http-message/tree/master"
},
2019-06-14 08:56:11 +03:00
"time": "2016-08-06T14:39:51+00:00"
},
{
"name": "ralouphie/getallheaders",
2021-12-13 10:48:18 +03:00
"version": "3.0.3",
2019-06-14 08:56:11 +03:00
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
2021-12-13 10:48:18 +03:00
"reference": "120b605dfeb996808c31b6477290a714d356e822"
2019-06-14 08:56:11 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
2019-06-14 08:56:11 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": ">=5.6"
2019-06-14 08:56:11 +03:00
},
"require-dev": {
2021-12-13 10:48:18 +03:00
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5 || ^6.5"
2019-06-14 08:56:11 +03:00
},
"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.",
2021-12-13 10:48:18 +03:00
"support": {
"issues": "https://github.com/ralouphie/getallheaders/issues",
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
},
"time": "2019-03-08T08:55:37+00:00"
2019-06-14 08:56:11 +03:00
},
2019-06-10 16:24:22 +03:00
{
2021-12-13 10:48:18 +03:00
"name": "symfony/deprecation-contracts",
"version": "v2.5.0",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
2021-12-13 10:48:18 +03:00
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8",
"reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": ">=7.1"
2019-06-10 16:24:22 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-12-13 10:48:18 +03:00
"dev-main": "2.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2019-06-10 16:24:22 +03:00
}
},
"autoload": {
2019-06-21 16:42:04 +03:00
"files": [
2021-12-13 10:48:18 +03:00
"function.php"
2019-06-10 16:24:22 +03:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-12-13 10:48:18 +03:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2019-06-21 16:42:04 +03:00
},
{
2021-12-13 10:48:18 +03:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2019-06-10 16:24:22 +03:00
}
],
2021-12-13 10:48:18 +03:00
"description": "A generic function and convention to trigger deprecation notices",
2019-06-10 16:24:22 +03:00
"homepage": "https://symfony.com",
2021-12-13 10:48:18 +03:00
"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"
}
2019-06-10 16:24:22 +03:00
],
2021-12-13 10:48:18 +03:00
"time": "2021-07-12T14:48:14+00:00"
2019-06-18 17:52:58 +03:00
},
2019-06-10 16:24:22 +03:00
{
2021-12-13 10:48:18 +03:00
"name": "symfony/intl",
"version": "v5.4.0",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
2021-12-13 10:48:18 +03:00
"url": "https://github.com/symfony/intl.git",
"reference": "01b11a038293916ad52aab9ac7bd6b4e711d1f3e"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/symfony/intl/zipball/01b11a038293916ad52aab9ac7bd6b4e711d1f3e",
"reference": "01b11a038293916ad52aab9ac7bd6b4e711d1f3e",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php80": "^1.16"
2019-06-10 16:24:22 +03:00
},
2021-12-13 10:48:18 +03:00
"require-dev": {
"symfony/filesystem": "^4.4|^5.0|^6.0"
2019-06-10 16:24:22 +03:00
},
"type": "library",
"autoload": {
"psr-4": {
2021-12-13 10:48:18 +03:00
"Symfony\\Component\\Intl\\": ""
2019-06-10 16:24:22 +03:00
},
2021-12-13 10:48:18 +03:00
"classmap": [
"Resources/stubs"
],
2019-06-10 16:24:22 +03:00
"files": [
2021-12-13 10:48:18 +03:00
"Resources/functions.php"
],
"exclude-from-classmap": [
"/Tests/"
2019-06-10 16:24:22 +03:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-12-13 10:48:18 +03:00
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
},
{
"name": "Eriksen Costa",
"email": "eriksen.costa@infranology.com.br"
},
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
2019-06-10 16:24:22 +03:00
},
{
2019-06-21 16:42:04 +03:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2019-06-10 16:24:22 +03:00
}
],
2021-12-13 10:48:18 +03:00
"description": "Provides a PHP replacement layer for the C intl extension that includes additional data from the ICU library",
2019-06-10 16:24:22 +03:00
"homepage": "https://symfony.com",
"keywords": [
2021-12-13 10:48:18 +03:00
"i18n",
"icu",
"internationalization",
"intl",
"l10n",
"localization"
2019-06-10 16:24:22 +03:00
],
2021-12-13 10:48:18 +03:00
"support": {
"source": "https://github.com/symfony/intl/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"
2019-06-10 16:24:22 +03:00
},
{
2021-12-13 10:48:18 +03:00
"name": "symfony/polyfill-ctype",
"version": "v1.23.0",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
2021-12-13 10:48:18 +03:00
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
"reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": ">=7.1"
2019-06-10 16:24:22 +03:00
},
"suggest": {
2021-12-13 10:48:18 +03:00
"ext-ctype": "For best performance"
2019-06-10 16:24:22 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-12-13 10:48:18 +03:00
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2019-06-10 16:24:22 +03:00
}
},
"autoload": {
"psr-4": {
2021-12-13 10:48:18 +03:00
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
2019-06-10 16:24:22 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-12-13 10:48:18 +03:00
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
2019-06-10 16:24:22 +03:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-12-13 10:48:18 +03:00
"description": "Symfony polyfill for ctype functions",
2019-06-10 16:24:22 +03:00
"homepage": "https://symfony.com",
2019-07-16 15:04:54 +03:00
"keywords": [
2021-12-13 10:48:18 +03:00
"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"
}
2019-07-16 15:04:54 +03:00
],
2021-12-13 10:48:18 +03:00
"time": "2021-02-19T12:13:01+00:00"
2019-06-10 16:24:22 +03:00
},
2019-06-18 17:52:58 +03:00
{
2021-12-13 10:48:18 +03:00
"name": "symfony/polyfill-intl-idn",
"version": "v1.23.0",
2019-06-18 17:52:58 +03:00
"source": {
"type": "git",
2021-12-13 10:48:18 +03:00
"url": "https://github.com/symfony/polyfill-intl-idn.git",
"reference": "65bd267525e82759e7d8c4e8ceea44f398838e65"
2019-06-18 17:52:58 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65",
"reference": "65bd267525e82759e7d8c4e8ceea44f398838e65",
2019-06-18 17:52:58 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": ">=7.1",
"symfony/polyfill-intl-normalizer": "^1.10",
"symfony/polyfill-php72": "^1.10"
2019-06-18 17:52:58 +03:00
},
2019-06-10 16:24:22 +03:00
"suggest": {
2021-12-13 10:48:18 +03:00
"ext-intl": "For best performance"
2019-06-10 16:24:22 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-12-13 10:48:18 +03:00
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2019-06-10 16:24:22 +03:00
}
},
"autoload": {
"psr-4": {
2021-12-13 10:48:18 +03:00
"Symfony\\Polyfill\\Intl\\Idn\\": ""
2019-07-16 15:04:54 +03:00
},
2021-12-13 10:48:18 +03:00
"files": [
"bootstrap.php"
2019-07-16 15:04:54 +03:00
]
2019-06-10 16:24:22 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-12-13 10:48:18 +03:00
"name": "Laurent Bassin",
"email": "laurent@bassin.info"
},
{
"name": "Trevor Rowbotham",
"email": "trevor.rowbotham@pm.me"
2019-06-10 16:24:22 +03:00
},
{
2019-07-16 15:04:54 +03:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2019-06-10 16:24:22 +03:00
}
],
2021-12-13 10:48:18 +03:00
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
2019-07-16 15:04:54 +03:00
"homepage": "https://symfony.com",
2021-12-13 10:48:18 +03:00
"keywords": [
"compatibility",
"idn",
"intl",
"polyfill",
"portable",
"shim"
2019-06-10 16:24:22 +03:00
],
2021-12-13 10:48:18 +03:00
"support": {
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.23.0"
},
"funding": [
2019-06-10 16:24:22 +03:00
{
2021-12-13 10:48:18 +03:00
"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"
2019-06-10 16:24:22 +03:00
}
],
2021-12-13 10:48:18 +03:00
"time": "2021-05-27T09:27:20+00:00"
2019-06-10 16:24:22 +03:00
},
{
2021-12-13 10:48:18 +03:00
"name": "symfony/polyfill-intl-normalizer",
"version": "v1.23.0",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
2021-12-13 10:48:18 +03:00
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
"reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
"reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": ">=7.1"
2019-06-10 16:24:22 +03:00
},
2021-12-13 10:48:18 +03:00
"suggest": {
"ext-intl": "For best performance"
2019-06-10 16:24:22 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-12-13 10:48:18 +03:00
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2019-06-10 16:24:22 +03:00
}
},
"autoload": {
"psr-4": {
2021-12-13 10:48:18 +03:00
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
2019-06-10 16:24:22 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-12-13 10:48:18 +03:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2019-06-10 16:24:22 +03:00
}
],
2021-12-13 10:48:18 +03:00
"description": "Symfony polyfill for intl's Normalizer class and related functions",
"homepage": "https://symfony.com",
2019-06-10 16:24:22 +03:00
"keywords": [
2021-12-13 10:48:18 +03:00
"compatibility",
"intl",
"normalizer",
"polyfill",
"portable",
"shim"
2019-06-10 16:24:22 +03:00
],
2021-12-13 10:48:18 +03:00
"support": {
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0"
2019-06-10 16:24:22 +03:00
},
2021-12-13 10:48:18 +03:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
2019-07-16 15:04:54 +03:00
},
2021-12-13 10:48:18 +03:00
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
2019-06-10 16:24:22 +03:00
],
2021-12-13 10:48:18 +03:00
"time": "2021-02-19T12:13:01+00:00"
2019-06-10 16:24:22 +03:00
},
{
2021-12-13 10:48:18 +03:00
"name": "symfony/polyfill-mbstring",
"version": "v1.23.1",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
2021-12-13 10:48:18 +03:00
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
"reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2019-07-16 15:04:54 +03:00
"php": ">=7.1"
2019-06-10 16:24:22 +03:00
},
"suggest": {
2021-12-13 10:48:18 +03:00
"ext-mbstring": "For best performance"
2019-06-10 16:24:22 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-12-13 10:48:18 +03:00
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2019-06-10 16:24:22 +03:00
}
},
"autoload": {
2021-12-13 10:48:18 +03:00
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.php"
2019-06-10 16:24:22 +03:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-12-13 10:48:18 +03:00
"MIT"
2019-06-10 16:24:22 +03:00
],
"authors": [
{
2021-12-13 10:48:18 +03:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2019-06-10 16:24:22 +03:00
},
{
2021-12-13 10:48:18 +03:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2019-06-10 16:24:22 +03:00
}
],
2021-12-13 10:48:18 +03:00
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
2019-06-10 16:24:22 +03:00
"keywords": [
2021-12-13 10:48:18 +03:00
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
2019-06-10 16:24:22 +03:00
],
2021-12-13 10:48:18 +03:00
"support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1"
2019-06-10 16:24:22 +03:00
},
2021-12-13 10:48:18 +03:00
"funding": [
2019-06-10 16:24:22 +03:00
{
2021-12-13 10:48:18 +03:00
"url": "https://symfony.com/sponsor",
"type": "custom"
2019-06-10 16:24:22 +03:00
},
{
2021-12-13 10:48:18 +03:00
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2019-06-10 16:24:22 +03:00
}
],
2021-12-13 10:48:18 +03:00
"time": "2021-05-27T12:26:48+00:00"
2019-06-10 16:24:22 +03:00
},
{
2021-12-13 10:48:18 +03:00
"name": "symfony/polyfill-php72",
"version": "v1.23.0",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
2021-12-13 10:48:18 +03:00
"url": "https://github.com/symfony/polyfill-php72.git",
"reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
"reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2019-07-16 15:04:54 +03:00
"php": ">=7.1"
2019-06-10 16:24:22 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-12-13 10:48:18 +03:00
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2019-06-10 16:24:22 +03:00
}
},
"autoload": {
2021-12-13 10:48:18 +03:00
"psr-4": {
"Symfony\\Polyfill\\Php72\\": ""
},
"files": [
"bootstrap.php"
2019-06-10 16:24:22 +03:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-12-13 10:48:18 +03:00
"MIT"
2019-06-10 16:24:22 +03:00
],
"authors": [
{
2021-12-13 10:48:18 +03:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2019-06-10 16:24:22 +03:00
},
{
2021-12-13 10:48:18 +03:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2019-06-10 16:24:22 +03:00
}
],
2021-12-13 10:48:18 +03:00
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
"homepage": "https://symfony.com",
2019-06-10 16:24:22 +03:00
"keywords": [
2021-12-13 10:48:18 +03:00
"compatibility",
"polyfill",
"portable",
"shim"
2019-06-10 16:24:22 +03:00
],
2021-12-13 10:48:18 +03:00
"support": {
"source": "https://github.com/symfony/polyfill-php72/tree/v1.23.0"
2019-06-10 16:24:22 +03:00
},
2021-12-13 10:48:18 +03:00
"funding": [
2019-06-10 16:24:22 +03:00
{
2021-12-13 10:48:18 +03:00
"url": "https://symfony.com/sponsor",
"type": "custom"
2019-06-10 16:24:22 +03:00
},
{
2021-12-13 10:48:18 +03:00
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2019-06-10 16:24:22 +03:00
}
],
2021-12-13 10:48:18 +03:00
"time": "2021-05-27T09:17:38+00:00"
2019-06-10 16:24:22 +03:00
},
{
2021-12-13 10:48:18 +03:00
"name": "symfony/polyfill-php73",
"version": "v1.23.0",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
2021-12-13 10:48:18 +03:00
"url": "https://github.com/symfony/polyfill-php73.git",
"reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
"reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2019-07-16 15:04:54 +03:00
"php": ">=7.1"
2019-06-10 16:24:22 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-12-13 10:48:18 +03:00
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2019-06-10 16:24:22 +03:00
}
},
"autoload": {
2021-12-13 10:48:18 +03:00
"psr-4": {
"Symfony\\Polyfill\\Php73\\": ""
},
"files": [
"bootstrap.php"
],
2019-06-10 16:24:22 +03:00
"classmap": [
2021-12-13 10:48:18 +03:00
"Resources/stubs"
2019-06-10 16:24:22 +03:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-12-13 10:48:18 +03:00
"MIT"
2019-06-10 16:24:22 +03:00
],
"authors": [
{
2021-12-13 10:48:18 +03:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2019-06-10 16:24:22 +03:00
},
{
2021-12-13 10:48:18 +03:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2019-06-10 16:24:22 +03:00
}
],
2021-12-13 10:48:18 +03:00
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
"homepage": "https://symfony.com",
2019-06-10 16:24:22 +03:00
"keywords": [
2021-12-13 10:48:18 +03:00
"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"
}
2019-06-10 16:24:22 +03:00
],
2021-12-13 10:48:18 +03:00
"time": "2021-02-19T12:13:01+00:00"
2019-06-10 16:24:22 +03:00
},
{
2021-12-13 10:48:18 +03:00
"name": "symfony/polyfill-php80",
"version": "v1.23.1",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
2021-12-13 10:48:18 +03:00
"url": "https://github.com/symfony/polyfill-php80.git",
"reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
"reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2019-07-16 15:04:54 +03:00
"php": ">=7.1"
2019-06-10 16:24:22 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-12-13 10:48:18 +03:00
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2019-06-10 16:24:22 +03:00
}
},
"autoload": {
2021-12-13 10:48:18 +03:00
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
"files": [
"bootstrap.php"
],
2019-06-10 16:24:22 +03:00
"classmap": [
2021-12-13 10:48:18 +03:00
"Resources/stubs"
2019-06-10 16:24:22 +03:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-12-13 10:48:18 +03:00
"MIT"
2019-06-10 16:24:22 +03:00
],
"authors": [
{
2021-12-13 10:48:18 +03:00
"name": "Ion Bazan",
"email": "ion.bazan@gmail.com"
},
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2019-06-10 16:24:22 +03:00
},
{
2021-12-13 10:48:18 +03:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2019-06-10 16:24:22 +03:00
}
],
2021-12-13 10:48:18 +03:00
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
2019-06-10 16:24:22 +03:00
"keywords": [
2021-12-13 10:48:18 +03:00
"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"
}
2019-06-10 16:24:22 +03:00
],
2021-12-13 10:48:18 +03:00
"time": "2021-07-28T13:41:28+00:00"
2019-07-16 15:04:54 +03:00
},
{
2021-12-13 10:48:18 +03:00
"name": "symfony/translation-contracts",
"version": "v2.5.0",
2019-07-16 15:04:54 +03:00
"source": {
"type": "git",
2021-12-13 10:48:18 +03:00
"url": "https://github.com/symfony/translation-contracts.git",
"reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e"
2019-07-16 15:04:54 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/d28150f0f44ce854e942b671fc2620a98aae1b1e",
"reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e",
2019-07-16 15:04:54 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": ">=7.2.5"
2019-07-16 15:04:54 +03:00
},
2021-12-13 10:48:18 +03:00
"suggest": {
"symfony/translation-implementation": ""
2019-07-16 15:04:54 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-12-13 10:48:18 +03:00
"dev-main": "2.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2019-07-16 15:04:54 +03:00
}
},
"autoload": {
2021-12-13 10:48:18 +03:00
"psr-4": {
"Symfony\\Contracts\\Translation\\": ""
}
2019-07-16 15:04:54 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-12-13 10:48:18 +03:00
"MIT"
2019-07-16 15:04:54 +03:00
],
"authors": [
{
2021-12-13 10:48:18 +03:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2019-07-16 15:04:54 +03:00
},
{
2021-12-13 10:48:18 +03:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2019-07-16 15:04:54 +03:00
}
],
2021-12-13 10:48:18 +03:00
"description": "Generic abstractions related to translation",
"homepage": "https://symfony.com",
2019-07-16 15:04:54 +03:00
"keywords": [
2021-12-13 10:48:18 +03:00
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
"source": "https://github.com/symfony/translation-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"
}
2019-07-16 15:04:54 +03:00
],
2021-12-13 10:48:18 +03:00
"time": "2021-08-17T14:20:01+00:00"
2019-06-10 16:24:22 +03:00
},
{
2021-12-13 10:48:18 +03:00
"name": "symfony/validator",
"version": "v5.4.0",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
2021-12-13 10:48:18 +03:00
"url": "https://github.com/symfony/validator.git",
"reference": "68db3401621f75b285cf54ac83e3b89066e08f8d"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/symfony/validator/zipball/68db3401621f75b285cf54ac83e3b89066e08f8d",
"reference": "68db3401621f75b285cf54ac83e3b89066e08f8d",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "~1.0",
"symfony/polyfill-php80": "^1.16",
"symfony/translation-contracts": "^1.1|^2|^3"
},
"conflict": {
"doctrine/annotations": "<1.13",
"doctrine/cache": "<1.11",
"doctrine/lexer": "<1.0.2",
"phpunit/phpunit": "<5.4.3",
"symfony/dependency-injection": "<4.4",
"symfony/expression-language": "<5.1",
"symfony/http-kernel": "<4.4",
"symfony/intl": "<4.4",
"symfony/property-info": "<5.3",
"symfony/translation": "<4.4",
"symfony/yaml": "<4.4"
2019-06-10 16:24:22 +03:00
},
"require-dev": {
2021-12-13 10:48:18 +03:00
"doctrine/annotations": "^1.13",
"doctrine/cache": "^1.11|^2.0",
"egulias/email-validator": "^2.1.10|^3",
"symfony/cache": "^4.4|^5.0|^6.0",
"symfony/config": "^4.4|^5.0|^6.0",
"symfony/console": "^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/expression-language": "^5.1|^6.0",
"symfony/finder": "^4.4|^5.0|^6.0",
"symfony/http-client": "^4.4|^5.0|^6.0",
"symfony/http-foundation": "^4.4|^5.0|^6.0",
"symfony/http-kernel": "^4.4|^5.0|^6.0",
"symfony/intl": "^4.4|^5.0|^6.0",
"symfony/mime": "^4.4|^5.0|^6.0",
"symfony/property-access": "^4.4|^5.0|^6.0",
"symfony/property-info": "^5.3|^6.0",
"symfony/translation": "^4.4|^5.0|^6.0",
"symfony/yaml": "^4.4|^5.0|^6.0"
2019-06-10 16:24:22 +03:00
},
"suggest": {
2021-12-13 10:48:18 +03:00
"egulias/email-validator": "Strict (RFC compliant) email validation",
"psr/cache-implementation": "For using the mapping cache.",
"symfony/config": "",
"symfony/expression-language": "For using the Expression validator and the ExpressionLanguageSyntax constraints",
"symfony/http-foundation": "",
"symfony/intl": "",
"symfony/property-access": "For accessing properties within comparison constraints",
"symfony/property-info": "To automatically add NotNull and Type constraints",
"symfony/translation": "For translating validation errors.",
"symfony/yaml": ""
2019-06-10 16:24:22 +03:00
},
"type": "library",
"autoload": {
2021-12-13 10:48:18 +03:00
"psr-4": {
"Symfony\\Component\\Validator\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2019-06-10 16:24:22 +03:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-12-13 10:48:18 +03:00
"MIT"
2019-06-10 16:24:22 +03:00
],
"authors": [
{
2021-12-13 10:48:18 +03:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides tools to validate values",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/validator/tree/v5.4.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
2019-06-10 16:24:22 +03:00
},
{
2021-12-13 10:48:18 +03:00
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2019-06-10 16:24:22 +03:00
}
],
2021-12-13 10:48:18 +03:00
"time": "2021-11-29T15:30:56+00:00"
}
],
"packages-dev": [
2019-06-10 16:24:22 +03:00
{
2021-12-13 10:48:18 +03:00
"name": "composer/xdebug-handler",
"version": "2.0.2",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
2021-12-13 10:48:18 +03:00
"url": "https://github.com/composer/xdebug-handler.git",
"reference": "84674dd3a7575ba617f5a76d7e9e29a7d3891339"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/84674dd3a7575ba617f5a76d7e9e29a7d3891339",
"reference": "84674dd3a7575ba617f5a76d7e9e29a7d3891339",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": "^5.3.2 || ^7.0 || ^8.0",
"psr/log": "^1 || ^2 || ^3"
2019-06-10 16:24:22 +03:00
},
"require-dev": {
2021-12-13 10:48:18 +03:00
"phpstan/phpstan": "^0.12.55",
"symfony/phpunit-bridge": "^4.2 || ^5"
2019-06-10 16:24:22 +03:00
},
"type": "library",
"autoload": {
"psr-4": {
2021-12-13 10:48:18 +03:00
"Composer\\XdebugHandler\\": "src"
2019-06-10 16:24:22 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-12-13 10:48:18 +03:00
"MIT"
2019-06-10 16:24:22 +03:00
],
"authors": [
{
2021-12-13 10:48:18 +03:00
"name": "John Stevenson",
"email": "john-stevenson@blueyonder.co.uk"
2019-06-10 16:24:22 +03:00
}
],
2021-12-13 10:48:18 +03:00
"description": "Restarts a process without Xdebug.",
2019-06-10 16:24:22 +03:00
"keywords": [
2021-12-13 10:48:18 +03:00
"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.2"
},
"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"
}
2019-06-10 16:24:22 +03:00
],
2021-12-13 10:48:18 +03:00
"time": "2021-07-31T17:03:58+00:00"
2019-06-10 16:24:22 +03:00
},
{
2021-12-13 10:48:18 +03:00
"name": "myclabs/deep-copy",
"version": "1.10.2",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
2021-12-13 10:48:18 +03:00
"url": "https://github.com/myclabs/DeepCopy.git",
"reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
"reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": "^7.1 || ^8.0"
2019-06-10 16:24:22 +03:00
},
2021-12-13 10:48:18 +03:00
"replace": {
"myclabs/deep-copy": "self.version"
2019-06-10 16:24:22 +03:00
},
2021-12-13 10:48:18 +03:00
"require-dev": {
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
"phpunit/phpunit": "^7.1"
2019-06-10 16:24:22 +03:00
},
2021-12-13 10:48:18 +03:00
"type": "library",
2019-06-10 16:24:22 +03:00
"autoload": {
"psr-4": {
2021-12-13 10:48:18 +03:00
"DeepCopy\\": "src/DeepCopy/"
},
"files": [
"src/DeepCopy/deep_copy.php"
]
2019-06-10 16:24:22 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2021-12-13 10:48:18 +03:00
"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": [
2019-06-10 16:24:22 +03:00
{
2021-12-13 10:48:18 +03:00
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
"type": "tidelift"
2019-06-10 16:24:22 +03:00
}
],
2021-12-13 10:48:18 +03:00
"time": "2020-11-13T09:40:50+00:00"
2019-06-10 16:24:22 +03:00
},
{
"name": "pdepend/pdepend",
2021-12-13 10:48:18 +03:00
"version": "2.10.2",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
"url": "https://github.com/pdepend/pdepend.git",
2021-12-13 10:48:18 +03:00
"reference": "c8c1d2af43fb8c2b5387d50e9c42a9c56de13686"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/pdepend/pdepend/zipball/c8c1d2af43fb8c2b5387d50e9c42a9c56de13686",
"reference": "c8c1d2af43fb8c2b5387d50e9c42a9c56de13686",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.7",
2021-12-13 10:48:18 +03:00
"symfony/config": "^2.3.0|^3|^4|^5",
"symfony/dependency-injection": "^2.3.0|^3|^4|^5",
"symfony/filesystem": "^2.3.0|^3|^4|^5"
2019-06-10 16:24:22 +03:00
},
"require-dev": {
2021-12-13 10:48:18 +03:00
"easy-doc/easy-doc": "0.0.0|^1.2.3",
"gregwar/rst": "^1.0",
"phpunit/phpunit": "^4.8.36|^5.7.27",
2019-06-10 16:24:22 +03:00
"squizlabs/php_codesniffer": "^2.0.0"
},
"bin": [
"src/bin/pdepend"
],
"type": "library",
2021-12-13 10:48:18 +03:00
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
2019-06-10 16:24:22 +03:00
"autoload": {
"psr-4": {
"PDepend\\": "src/main/php/PDepend"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Official version of pdepend to be handled with Composer",
2021-12-13 10:48:18 +03:00
"support": {
"issues": "https://github.com/pdepend/pdepend/issues",
"source": "https://github.com/pdepend/pdepend/tree/2.10.2"
},
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/pdepend/pdepend",
"type": "tidelift"
}
],
"time": "2021-11-16T20:05:32+00:00"
2019-06-10 16:24:22 +03:00
},
{
"name": "phar-io/manifest",
2021-12-13 10:48:18 +03:00
"version": "2.0.3",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
2021-12-13 10:48:18 +03:00
"reference": "97803eca37d319dfa7826cc2437fc020857acb53"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
"reference": "97803eca37d319dfa7826cc2437fc020857acb53",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-phar": "*",
2021-12-13 10:48:18 +03:00
"ext-xmlwriter": "*",
"phar-io/version": "^3.0.1",
"php": "^7.2 || ^8.0"
2019-06-10 16:24:22 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-12-13 10:48:18 +03:00
"dev-master": "2.0.x-dev"
2019-06-10 16:24:22 +03:00
}
},
"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)",
2021-12-13 10:48:18 +03:00
"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"
2019-06-10 16:24:22 +03:00
},
{
"name": "phar-io/version",
2021-12-13 10:48:18 +03:00
"version": "3.1.0",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
2021-12-13 10:48:18 +03:00
"reference": "bae7c545bef187884426f042434e561ab1ddb182"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/phar-io/version/zipball/bae7c545bef187884426f042434e561ab1ddb182",
"reference": "bae7c545bef187884426f042434e561ab1ddb182",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": "^7.2 || ^8.0"
2019-06-10 16:24:22 +03:00
},
"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",
2021-12-13 10:48:18 +03:00
"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"
2019-06-10 16:24:22 +03:00
},
{
"name": "phpdocumentor/reflection-common",
2021-12-13 10:48:18 +03:00
"version": "2.2.0",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2021-12-13 10:48:18 +03:00
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": "^7.2 || ^8.0"
2019-06-10 16:24:22 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-12-13 10:48:18 +03:00
"dev-2.x": "2.x-dev"
2019-06-10 16:24:22 +03:00
}
},
"autoload": {
"psr-4": {
2021-12-13 10:48:18 +03:00
"phpDocumentor\\Reflection\\": "src/"
2019-06-10 16:24:22 +03:00
}
},
"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"
],
2021-12-13 10:48:18 +03:00
"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"
2019-06-10 16:24:22 +03:00
},
{
"name": "phpdocumentor/reflection-docblock",
2021-12-13 10:48:18 +03:00
"version": "5.3.0",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2021-12-13 10:48:18 +03:00
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"ext-filter": "*",
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.2",
"phpdocumentor/type-resolver": "^1.3",
"webmozart/assert": "^1.9.1"
2019-06-10 16:24:22 +03:00
},
"require-dev": {
2021-12-13 10:48:18 +03:00
"mockery/mockery": "~1.3.2",
"psalm/phar": "^4.8"
2019-06-10 16:24:22 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-12-13 10:48:18 +03:00
"dev-master": "5.x-dev"
2019-06-10 16:24:22 +03:00
}
},
"autoload": {
"psr-4": {
2021-12-13 10:48:18 +03:00
"phpDocumentor\\Reflection\\": "src"
2019-06-10 16:24:22 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
2021-12-13 10:48:18 +03:00
},
{
"name": "Jaap van Otterdijk",
"email": "account@ijaap.nl"
2019-06-10 16:24:22 +03:00
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2021-12-13 10:48:18 +03:00
"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"
2019-06-10 16:24:22 +03:00
},
{
"name": "phpdocumentor/type-resolver",
2021-12-13 10:48:18 +03:00
"version": "1.5.1",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2021-12-13 10:48:18 +03:00
"reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/a12f7e301eb7258bb68acd89d4aefa05c2906cae",
"reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.0"
2019-06-10 16:24:22 +03:00
},
"require-dev": {
2021-12-13 10:48:18 +03:00
"ext-tokenizer": "*",
"psalm/phar": "^4.8"
2019-06-10 16:24:22 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-12-13 10:48:18 +03:00
"dev-1.x": "1.x-dev"
2019-06-10 16:24:22 +03:00
}
},
"autoload": {
"psr-4": {
2021-12-13 10:48:18 +03:00
"phpDocumentor\\Reflection\\": "src"
2019-06-10 16:24:22 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
2021-12-13 10:48:18 +03:00
"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"
2019-06-10 16:24:22 +03:00
},
{
"name": "phpmd/phpmd",
2021-12-13 10:48:18 +03:00
"version": "2.11.0",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
"url": "https://github.com/phpmd/phpmd.git",
2021-12-13 10:48:18 +03:00
"reference": "3637949092e6471aeaeca66bc6c016f45e459e24"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/phpmd/phpmd/zipball/3637949092e6471aeaeca66bc6c016f45e459e24",
"reference": "3637949092e6471aeaeca66bc6c016f45e459e24",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"composer/xdebug-handler": "^1.0 || ^2.0",
2019-06-10 16:24:22 +03:00
"ext-xml": "*",
2021-12-13 10:48:18 +03:00
"pdepend/pdepend": "^2.10.2",
2019-06-10 16:24:22 +03:00
"php": ">=5.3.9"
},
"require-dev": {
2021-12-13 10:48:18 +03:00
"easy-doc/easy-doc": "0.0.0 || ^1.3.2",
"ext-json": "*",
"ext-simplexml": "*",
"gregwar/rst": "^1.0",
"mikey179/vfsstream": "^1.6.8",
"phpunit/phpunit": "^4.8.36 || ^5.7.27",
2019-06-10 16:24:22 +03:00
"squizlabs/php_codesniffer": "^2.0"
},
"bin": [
"src/bin/phpmd"
],
2021-12-13 10:48:18 +03:00
"type": "library",
2019-06-10 16:24:22 +03:00
"autoload": {
"psr-0": {
"PHPMD\\": "src/main/php"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Manuel Pichler",
"email": "github@manuel-pichler.de",
"homepage": "https://github.com/manuelpichler",
"role": "Project Founder"
},
{
"name": "Marc Würth",
"email": "ravage@bluewin.ch",
"homepage": "https://github.com/ravage84",
"role": "Project Maintainer"
2021-12-13 10:48:18 +03:00
},
{
"name": "Other contributors",
"homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
"role": "Contributors"
2019-06-10 16:24:22 +03:00
}
],
"description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
2021-12-13 10:48:18 +03:00
"homepage": "https://phpmd.org/",
2019-06-10 16:24:22 +03:00
"keywords": [
"mess detection",
"mess detector",
"pdepend",
"phpmd",
"pmd"
],
2021-12-13 10:48:18 +03:00
"support": {
"irc": "irc://irc.freenode.org/phpmd",
"issues": "https://github.com/phpmd/phpmd/issues",
"source": "https://github.com/phpmd/phpmd/tree/2.11.0"
},
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/phpmd/phpmd",
"type": "tidelift"
}
],
"time": "2021-11-29T14:05:52+00:00"
2019-06-10 16:24:22 +03:00
},
{
"name": "phpspec/prophecy",
2021-12-13 10:48:18 +03:00
"version": "1.14.0",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
2021-12-13 10:48:18 +03:00
"reference": "d86dfc2e2a3cd366cee475e52c6bb3bbc371aa0e"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/d86dfc2e2a3cd366cee475e52c6bb3bbc371aa0e",
"reference": "d86dfc2e2a3cd366cee475e52c6bb3bbc371aa0e",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"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"
2019-06-10 16:24:22 +03:00
},
"require-dev": {
2021-12-13 10:48:18 +03:00
"phpspec/phpspec": "^6.0 || ^7.0",
"phpunit/phpunit": "^8.0 || ^9.0"
2019-06-10 16:24:22 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-12-13 10:48:18 +03:00
"dev-master": "1.x-dev"
2019-06-10 16:24:22 +03:00
}
},
"autoload": {
2019-06-21 16:42:04 +03:00
"psr-4": {
"Prophecy\\": "src/Prophecy"
2019-06-10 16:24:22 +03:00
}
},
"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"
],
2021-12-13 10:48:18 +03:00
"support": {
"issues": "https://github.com/phpspec/prophecy/issues",
"source": "https://github.com/phpspec/prophecy/tree/1.14.0"
2019-06-10 16:24:22 +03:00
},
2021-12-13 10:48:18 +03:00
"time": "2021-09-10T09:02:12+00:00"
2019-06-10 16:24:22 +03:00
},
{
"name": "phpstan/phpstan",
2021-12-13 10:48:18 +03:00
"version": "0.12.99",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
2021-12-13 10:48:18 +03:00
"reference": "b4d40f1d759942f523be267a1bab6884f46ca3f7"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/b4d40f1d759942f523be267a1bab6884f46ca3f7",
"reference": "b4d40f1d759942f523be267a1bab6884f46ca3f7",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": "^7.1|^8.0"
2019-06-10 16:24:22 +03:00
},
2019-07-16 15:04:54 +03:00
"conflict": {
2021-12-13 10:48:18 +03:00
"phpstan/phpstan-shim": "*"
2019-06-10 16:24:22 +03:00
},
"bin": [
2021-12-13 10:48:18 +03:00
"phpstan",
"phpstan.phar"
2019-06-10 16:24:22 +03:00
],
"type": "library",
"extra": {
"branch-alias": {
2021-12-13 10:48:18 +03:00
"dev-master": "0.12-dev"
2019-06-10 16:24:22 +03:00
}
},
"autoload": {
2021-12-13 10:48:18 +03:00
"files": [
"bootstrap.php"
]
2019-06-10 16:24:22 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPStan - PHP Static Analysis Tool",
2021-12-13 10:48:18 +03:00
"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"
2019-06-10 16:24:22 +03:00
},
{
"name": "phpunit/php-code-coverage",
2021-12-13 10:48:18 +03:00
"version": "7.0.15",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2021-12-13 10:48:18 +03:00
"reference": "819f92bba8b001d4363065928088de22f25a3a48"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/819f92bba8b001d4363065928088de22f25a3a48",
"reference": "819f92bba8b001d4363065928088de22f25a3a48",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-xmlwriter": "*",
2021-12-13 10:48:18 +03:00
"php": ">=7.2",
"phpunit/php-file-iterator": "^2.0.2",
2019-06-10 16:24:22 +03:00
"phpunit/php-text-template": "^1.2.1",
2021-12-13 10:48:18 +03:00
"phpunit/php-token-stream": "^3.1.3 || ^4.0",
2019-06-10 16:24:22 +03:00
"sebastian/code-unit-reverse-lookup": "^1.0.1",
2021-12-13 10:48:18 +03:00
"sebastian/environment": "^4.2.2",
2019-06-10 16:24:22 +03:00
"sebastian/version": "^2.0.1",
2021-12-13 10:48:18 +03:00
"theseer/tokenizer": "^1.1.3"
2019-06-10 16:24:22 +03:00
},
"require-dev": {
2021-12-13 10:48:18 +03:00
"phpunit/phpunit": "^8.2.2"
2019-06-10 16:24:22 +03:00
},
"suggest": {
2021-12-13 10:48:18 +03:00
"ext-xdebug": "^2.7.2"
2019-06-10 16:24:22 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-12-13 10:48:18 +03:00
"dev-master": "7.0-dev"
2019-06-10 16:24:22 +03:00
}
},
"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"
],
2021-12-13 10:48:18 +03:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/7.0.15"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2021-07-26T12:20:09+00:00"
2019-06-10 16:24:22 +03:00
},
{
"name": "phpunit/php-file-iterator",
2021-12-13 10:48:18 +03:00
"version": "2.0.4",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2021-12-13 10:48:18 +03:00
"reference": "28af674ff175d0768a5a978e6de83f697d4a7f05"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/28af674ff175d0768a5a978e6de83f697d4a7f05",
"reference": "28af674ff175d0768a5a978e6de83f697d4a7f05",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": ">=7.1"
2019-07-16 15:04:54 +03:00
},
"require-dev": {
2021-12-13 10:48:18 +03:00
"phpunit/phpunit": "^8.5"
2019-06-10 16:24:22 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-16 15:04:54 +03:00
"dev-master": "2.0.x-dev"
2019-06-10 16:24:22 +03:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2019-07-16 15:04:54 +03:00
"email": "sebastian@phpunit.de",
2019-06-10 16:24:22 +03:00
"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"
],
2021-12-13 10:48:18 +03:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2021-07-19T06:46:01+00:00"
2019-06-10 16:24:22 +03:00
},
{
"name": "phpunit/php-text-template",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"shasum": ""
},
"require": {
"php": ">=5.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",
"role": "lead"
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],
2021-12-13 10:48:18 +03:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
"source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
},
2019-06-10 16:24:22 +03:00
"time": "2015-06-21T13:50:34+00:00"
},
{
"name": "phpunit/php-timer",
2021-12-13 10:48:18 +03:00
"version": "2.1.3",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
2021-12-13 10:48:18 +03:00
"reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/2454ae1765516d20c4ffe103d85a58a9a3bd5662",
"reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": ">=7.1"
2019-06-10 16:24:22 +03:00
},
"require-dev": {
2021-12-13 10:48:18 +03:00
"phpunit/phpunit": "^8.5"
2019-06-10 16:24:22 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-16 15:04:54 +03:00
"dev-master": "2.1-dev"
2019-06-10 16:24:22 +03:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2019-07-16 15:04:54 +03:00
"email": "sebastian@phpunit.de",
2019-06-10 16:24:22 +03:00
"role": "lead"
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
2021-12-13 10:48:18 +03:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
"source": "https://github.com/sebastianbergmann/php-timer/tree/2.1.3"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T08:20:02+00:00"
2019-06-10 16:24:22 +03:00
},
{
"name": "phpunit/php-token-stream",
2021-12-13 10:48:18 +03:00
"version": "3.1.3",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
2021-12-13 10:48:18 +03:00
"reference": "9c1da83261628cb24b6a6df371b6e312b3954768"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9c1da83261628cb24b6a6df371b6e312b3954768",
"reference": "9c1da83261628cb24b6a6df371b6e312b3954768",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
2021-12-13 10:48:18 +03:00
"php": ">=7.1"
2019-06-10 16:24:22 +03:00
},
"require-dev": {
2019-07-16 15:04:54 +03:00
"phpunit/phpunit": "^7.0"
2019-06-10 16:24:22 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-12-13 10:48:18 +03:00
"dev-master": "3.1-dev"
2019-06-10 16:24:22 +03:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Wrapper around PHP's tokenizer extension.",
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
"keywords": [
"tokenizer"
],
2021-12-13 10:48:18 +03:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
"source": "https://github.com/sebastianbergmann/php-token-stream/tree/3.1.3"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"abandoned": true,
2021-12-13 10:48:18 +03:00
"time": "2021-07-26T12:15:06+00:00"
2019-06-10 16:24:22 +03:00
},
{
"name": "phpunit/phpunit",
2021-12-13 10:48:18 +03:00
"version": "8.5.21",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2021-12-13 10:48:18 +03:00
"reference": "50a58a60b85947b0bee4c8ecfe0f4bbdcf20e984"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/50a58a60b85947b0bee4c8ecfe0f4bbdcf20e984",
"reference": "50a58a60b85947b0bee4c8ecfe0f4bbdcf20e984",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"doctrine/instantiator": "^1.3.1",
2019-06-10 16:24:22 +03:00
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
2021-12-13 10:48:18 +03:00
"ext-xmlwriter": "*",
"myclabs/deep-copy": "^1.10.0",
"phar-io/manifest": "^2.0.3",
"phar-io/version": "^3.0.2",
"php": ">=7.2",
"phpspec/prophecy": "^1.10.3",
"phpunit/php-code-coverage": "^7.0.12",
"phpunit/php-file-iterator": "^2.0.4",
2019-06-10 16:24:22 +03:00
"phpunit/php-text-template": "^1.2.1",
2021-12-13 10:48:18 +03:00
"phpunit/php-timer": "^2.1.2",
"sebastian/comparator": "^3.0.2",
"sebastian/diff": "^3.0.2",
"sebastian/environment": "^4.2.3",
"sebastian/exporter": "^3.1.2",
"sebastian/global-state": "^3.0.0",
2019-06-10 16:24:22 +03:00
"sebastian/object-enumerator": "^3.0.3",
2021-12-13 10:48:18 +03:00
"sebastian/resource-operations": "^2.0.1",
"sebastian/type": "^1.1.3",
2019-06-10 16:24:22 +03:00
"sebastian/version": "^2.0.1"
},
"require-dev": {
"ext-pdo": "*"
},
"suggest": {
2019-07-16 15:04:54 +03:00
"ext-soap": "*",
2019-06-10 16:24:22 +03:00
"ext-xdebug": "*",
2021-12-13 10:48:18 +03:00
"phpunit/php-invoker": "^2.0.0"
2019-06-10 16:24:22 +03:00
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
2021-12-13 10:48:18 +03:00
"dev-master": "8.5-dev"
2019-06-10 16:24:22 +03:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"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"
],
2021-12-13 10:48:18 +03:00
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.21"
},
"funding": [
{
"url": "https://phpunit.de/donate.html",
"type": "custom"
},
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2021-09-25T07:37:20+00:00"
},
{
2019-07-16 15:04:54 +03:00
"name": "psr/container",
2021-12-13 10:48:18 +03:00
"version": "1.1.1",
"source": {
"type": "git",
2019-07-16 15:04:54 +03:00
"url": "https://github.com/php-fig/container.git",
2021-12-13 10:48:18 +03:00
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
"shasum": ""
},
2019-07-16 15:04:54 +03:00
"require": {
2021-12-13 10:48:18 +03:00
"php": ">=7.2.0"
2019-06-10 16:24:22 +03:00
},
"type": "library",
"autoload": {
2019-07-16 15:04:54 +03:00
"psr-4": {
"Psr\\Container\\": "src/"
}
2019-06-10 16:24:22 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-07-16 15:04:54 +03:00
"MIT"
2019-06-10 16:24:22 +03:00
],
"authors": [
{
2019-07-16 15:04:54 +03:00
"name": "PHP-FIG",
2021-12-13 10:48:18 +03:00
"homepage": "https://www.php-fig.org/"
2019-06-10 16:24:22 +03:00
}
],
2019-07-16 15:04:54 +03:00
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
2019-06-10 16:24:22 +03:00
"keywords": [
2019-07-16 15:04:54 +03:00
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
2019-06-10 16:24:22 +03:00
],
2021-12-13 10:48:18 +03:00
"support": {
"issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/1.1.1"
},
"time": "2021-03-05T17:36:06+00:00"
2019-06-10 16:24:22 +03:00
},
{
"name": "psr/log",
2021-12-13 10:48:18 +03:00
"version": "1.1.4",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2021-12-13 10:48:18 +03:00
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
2021-12-13 10:48:18 +03:00
"dev-master": "1.1.x-dev"
2019-06-10 16:24:22 +03:00
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2021-12-13 10:48:18 +03:00
"homepage": "https://www.php-fig.org/"
2019-06-10 16:24:22 +03:00
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
2021-12-13 10:48:18 +03:00
"support": {
"source": "https://github.com/php-fig/log/tree/1.1.4"
},
"time": "2021-05-03T11:20:27+00:00"
2019-06-10 16:24:22 +03:00
},
{
"name": "sebastian/code-unit-reverse-lookup",
2021-12-13 10:48:18 +03:00
"version": "1.0.2",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2021-12-13 10:48:18 +03:00
"reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
"reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": ">=5.6"
2019-06-10 16:24:22 +03:00
},
"require-dev": {
2021-12-13 10:48:18 +03:00
"phpunit/phpunit": "^8.5"
2019-06-10 16:24:22 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-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/",
2021-12-13 10:48:18 +03:00
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T08:15:22+00:00"
2019-06-10 16:24:22 +03:00
},
{
"name": "sebastian/comparator",
2021-12-13 10:48:18 +03:00
"version": "3.0.3",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
2021-12-13 10:48:18 +03:00
"reference": "1071dfcef776a57013124ff35e1fc41ccd294758"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1071dfcef776a57013124ff35e1fc41ccd294758",
"reference": "1071dfcef776a57013124ff35e1fc41ccd294758",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": ">=7.1",
2019-07-16 15:04:54 +03:00
"sebastian/diff": "^3.0",
2019-06-10 16:24:22 +03:00
"sebastian/exporter": "^3.1"
},
"require-dev": {
2021-12-13 10:48:18 +03:00
"phpunit/phpunit": "^8.5"
2019-06-10 16:24:22 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-16 15:04:54 +03:00
"dev-master": "3.0-dev"
2019-06-10 16:24:22 +03:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2021-12-13 10:48:18 +03:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
2019-06-10 16:24:22 +03:00
{
"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"
],
2021-12-13 10:48:18 +03:00
"support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues",
"source": "https://github.com/sebastianbergmann/comparator/tree/3.0.3"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T08:04:30+00:00"
2019-06-10 16:24:22 +03:00
},
{
"name": "sebastian/diff",
2021-12-13 10:48:18 +03:00
"version": "3.0.3",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
2021-12-13 10:48:18 +03:00
"reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
"reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": ">=7.1"
2019-06-10 16:24:22 +03:00
},
"require-dev": {
2019-07-16 15:04:54 +03:00
"phpunit/phpunit": "^7.5 || ^8.0",
"symfony/process": "^2 || ^3.3 || ^4"
2019-06-10 16:24:22 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-16 15:04:54 +03:00
"dev-master": "3.0-dev"
2019-06-10 16:24:22 +03:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2021-12-13 10:48:18 +03:00
},
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
2019-06-10 16:24:22 +03:00
}
],
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [
2019-07-16 15:04:54 +03:00
"diff",
"udiff",
"unidiff",
"unified diff"
2019-06-10 16:24:22 +03:00
],
2021-12-13 10:48:18 +03:00
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
"source": "https://github.com/sebastianbergmann/diff/tree/3.0.3"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T07:59:04+00:00"
2019-06-10 16:24:22 +03:00
},
{
"name": "sebastian/environment",
2021-12-13 10:48:18 +03:00
"version": "4.2.4",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
2021-12-13 10:48:18 +03:00
"reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
"reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": ">=7.1"
2019-06-10 16:24:22 +03:00
},
"require-dev": {
2019-07-16 15:04:54 +03:00
"phpunit/phpunit": "^7.5"
},
"suggest": {
"ext-posix": "*"
2019-06-10 16:24:22 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-16 15:04:54 +03:00
"dev-master": "4.2-dev"
2019-06-10 16:24:22 +03:00
}
},
"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"
],
2021-12-13 10:48:18 +03:00
"support": {
"issues": "https://github.com/sebastianbergmann/environment/issues",
"source": "https://github.com/sebastianbergmann/environment/tree/4.2.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T07:53:42+00:00"
2019-06-10 16:24:22 +03:00
},
{
"name": "sebastian/exporter",
2021-12-13 10:48:18 +03:00
"version": "3.1.4",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
2021-12-13 10:48:18 +03:00
"reference": "0c32ea2e40dbf59de29f3b49bf375176ce7dd8db"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/0c32ea2e40dbf59de29f3b49bf375176ce7dd8db",
"reference": "0c32ea2e40dbf59de29f3b49bf375176ce7dd8db",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": ">=7.0",
2019-06-10 16:24:22 +03:00
"sebastian/recursion-context": "^3.0"
},
"require-dev": {
"ext-mbstring": "*",
2021-12-13 10:48:18 +03:00
"phpunit/phpunit": "^8.5"
2019-06-10 16:24:22 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2021-12-13 10:48:18 +03:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
2019-06-10 16:24:22 +03:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
2021-12-13 10:48:18 +03:00
},
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
2019-06-10 16:24:22 +03:00
}
],
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
2021-12-13 10:48:18 +03:00
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
"source": "https://github.com/sebastianbergmann/exporter/tree/3.1.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2021-11-11T13:51:24+00:00"
2019-06-10 16:24:22 +03:00
},
{
"name": "sebastian/global-state",
2021-12-13 10:48:18 +03:00
"version": "3.0.1",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
2021-12-13 10:48:18 +03:00
"reference": "474fb9edb7ab891665d3bfc6317f42a0a150454b"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/474fb9edb7ab891665d3bfc6317f42a0a150454b",
"reference": "474fb9edb7ab891665d3bfc6317f42a0a150454b",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": ">=7.2",
"sebastian/object-reflector": "^1.1.1",
"sebastian/recursion-context": "^3.0"
2019-06-10 16:24:22 +03:00
},
"require-dev": {
2021-12-13 10:48:18 +03:00
"ext-dom": "*",
"phpunit/phpunit": "^8.0"
2019-06-10 16:24:22 +03:00
},
"suggest": {
"ext-uopz": "*"
},
"type": "library",
"extra": {
"branch-alias": {
2021-12-13 10:48:18 +03:00
"dev-master": "3.0-dev"
2019-06-10 16:24:22 +03:00
}
},
"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"
],
2021-12-13 10:48:18 +03:00
"support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues",
"source": "https://github.com/sebastianbergmann/global-state/tree/3.0.1"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T07:43:24+00:00"
2019-06-10 16:24:22 +03:00
},
{
"name": "sebastian/object-enumerator",
2021-12-13 10:48:18 +03:00
"version": "3.0.4",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
2021-12-13 10:48:18 +03:00
"reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
"reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": ">=7.0",
2019-06-10 16:24:22 +03:00
"sebastian/object-reflector": "^1.1.1",
"sebastian/recursion-context": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-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/",
2021-12-13 10:48:18 +03:00
"support": {
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
"source": "https://github.com/sebastianbergmann/object-enumerator/tree/3.0.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T07:40:27+00:00"
2019-06-10 16:24:22 +03:00
},
{
"name": "sebastian/object-reflector",
2021-12-13 10:48:18 +03:00
"version": "1.1.2",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
2021-12-13 10:48:18 +03:00
"reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
"reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": ">=7.0"
2019-06-10 16:24:22 +03:00
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-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/",
2021-12-13 10:48:18 +03:00
"support": {
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
"source": "https://github.com/sebastianbergmann/object-reflector/tree/1.1.2"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T07:37:18+00:00"
2019-06-10 16:24:22 +03:00
},
{
"name": "sebastian/recursion-context",
2021-12-13 10:48:18 +03:00
"version": "3.0.1",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
2021-12-13 10:48:18 +03:00
"reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb",
"reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": ">=7.0"
2019-06-10 16:24:22 +03:00
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
2021-12-13 10:48:18 +03:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
2019-06-10 16:24:22 +03:00
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2021-12-13 10:48:18 +03:00
"support": {
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
"source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.1"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T07:34:24+00:00"
2019-06-10 16:24:22 +03:00
},
{
"name": "sebastian/resource-operations",
2021-12-13 10:48:18 +03:00
"version": "2.0.2",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
2021-12-13 10:48:18 +03:00
"reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/31d35ca87926450c44eae7e2611d45a7a65ea8b3",
"reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": ">=7.1"
2019-06-10 16:24:22 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-16 15:04:54 +03:00
"dev-master": "2.0-dev"
2019-06-10 16:24:22 +03:00
}
},
"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",
2021-12-13 10:48:18 +03:00
"support": {
"issues": "https://github.com/sebastianbergmann/resource-operations/issues",
"source": "https://github.com/sebastianbergmann/resource-operations/tree/2.0.2"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T07:30:19+00:00"
},
{
"name": "sebastian/type",
"version": "1.1.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
"reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/0150cfbc4495ed2df3872fb31b26781e4e077eb4",
"reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4",
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"require-dev": {
"phpunit/phpunit": "^8.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.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": "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/1.1.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T07:25:11+00:00"
2019-06-10 16:24:22 +03:00
},
{
"name": "sebastian/version",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"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": "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",
2021-12-13 10:48:18 +03:00
"support": {
"issues": "https://github.com/sebastianbergmann/version/issues",
"source": "https://github.com/sebastianbergmann/version/tree/master"
},
2019-06-10 16:24:22 +03:00
"time": "2016-10-03T07:35:21+00:00"
},
{
"name": "squizlabs/php_codesniffer",
2019-06-21 16:42:04 +03:00
"version": "3.4.2",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2019-06-21 16:42:04 +03:00
"reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2019-06-21 16:42:04 +03:00
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8",
"reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
"ext-simplexml": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"bin": [
"bin/phpcs",
"bin/phpcbf"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Greg Sherwood",
"role": "lead"
}
],
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
"homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
"keywords": [
"phpcs",
"standards"
],
2021-12-13 10:48:18 +03:00
"support": {
"issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
"source": "https://github.com/squizlabs/PHP_CodeSniffer",
"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
},
2019-06-21 16:42:04 +03:00
"time": "2019-04-10T23:49:02+00:00"
2019-06-10 16:24:22 +03:00
},
{
2019-07-16 15:04:54 +03:00
"name": "symfony/config",
2021-12-13 10:48:18 +03:00
"version": "v5.4.0",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
2019-07-16 15:04:54 +03:00
"url": "https://github.com/symfony/config.git",
2021-12-13 10:48:18 +03:00
"reference": "e39cf688c80fd79ab0a6a2d05a9facac9b2d534b"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/symfony/config/zipball/e39cf688c80fd79ab0a6a2d05a9facac9b2d534b",
"reference": "e39cf688c80fd79ab0a6a2d05a9facac9b2d534b",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/filesystem": "^4.4|^5.0|^6.0",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-php80": "^1.16",
"symfony/polyfill-php81": "^1.22"
2019-06-10 16:24:22 +03:00
},
"conflict": {
2021-12-13 10:48:18 +03:00
"symfony/finder": "<4.4"
2019-06-10 16:24:22 +03:00
},
"require-dev": {
2021-12-13 10:48:18 +03:00
"symfony/event-dispatcher": "^4.4|^5.0|^6.0",
"symfony/finder": "^4.4|^5.0|^6.0",
"symfony/messenger": "^4.4|^5.0|^6.0",
"symfony/service-contracts": "^1.1|^2|^3",
"symfony/yaml": "^4.4|^5.0|^6.0"
2019-06-10 16:24:22 +03:00
},
"suggest": {
2019-07-16 15:04:54 +03:00
"symfony/yaml": "To use the yaml reference dumper"
2019-06-10 16:24:22 +03:00
},
"type": "library",
"autoload": {
"psr-4": {
2019-07-16 15:04:54 +03:00
"Symfony\\Component\\Config\\": ""
2019-06-10 16:24:22 +03:00
},
"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"
}
],
2021-12-13 10:48:18 +03:00
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
2019-06-10 16:24:22 +03:00
"homepage": "https://symfony.com",
2021-12-13 10:48:18 +03:00
"support": {
"source": "https://github.com/symfony/config/tree/v5.4.0"
},
2021-12-13 10:48:18 +03:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
2021-12-13 10:48:18 +03:00
"url": "https://github.com/fabpot",
"type": "github"
},
{
2021-12-13 10:48:18 +03:00
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2021-12-13 10:48:18 +03:00
"time": "2021-11-28T15:25:38+00:00"
},
2019-06-10 16:24:22 +03:00
{
2019-07-16 15:04:54 +03:00
"name": "symfony/dependency-injection",
2021-12-13 10:48:18 +03:00
"version": "v5.4.0",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
2019-07-16 15:04:54 +03:00
"url": "https://github.com/symfony/dependency-injection.git",
2021-12-13 10:48:18 +03:00
"reference": "69c398723857bb19fdea78496cedea0f756decab"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/69c398723857bb19fdea78496cedea0f756decab",
"reference": "69c398723857bb19fdea78496cedea0f756decab",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": ">=7.2.5",
"psr/container": "^1.1.1",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php80": "^1.16",
"symfony/polyfill-php81": "^1.22",
"symfony/service-contracts": "^1.1.6|^2"
2019-06-10 16:24:22 +03:00
},
"conflict": {
2021-12-13 10:48:18 +03:00
"ext-psr": "<1.1|>=2",
"symfony/config": "<5.3",
"symfony/finder": "<4.4",
"symfony/proxy-manager-bridge": "<4.4",
"symfony/yaml": "<4.4"
2019-07-16 15:04:54 +03:00
},
"provide": {
"psr/container-implementation": "1.0",
2021-12-13 10:48:18 +03:00
"symfony/service-implementation": "1.0|2.0"
2019-06-21 16:42:04 +03:00
},
2019-06-10 16:24:22 +03:00
"require-dev": {
2021-12-13 10:48:18 +03:00
"symfony/config": "^5.3|^6.0",
"symfony/expression-language": "^4.4|^5.0|^6.0",
"symfony/yaml": "^4.4|^5.0|^6.0"
2019-06-10 16:24:22 +03:00
},
"suggest": {
2019-07-16 15:04:54 +03:00
"symfony/config": "",
"symfony/expression-language": "For using expressions in service container configuration",
"symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
"symfony/yaml": ""
2019-06-10 16:24:22 +03:00
},
"type": "library",
"autoload": {
"psr-4": {
2019-07-16 15:04:54 +03:00
"Symfony\\Component\\DependencyInjection\\": ""
2019-06-10 16:24:22 +03:00
},
"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"
}
],
2021-12-13 10:48:18 +03:00
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
2019-06-10 16:24:22 +03:00
"homepage": "https://symfony.com",
2021-12-13 10:48:18 +03:00
"support": {
"source": "https://github.com/symfony/dependency-injection/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-29T15:30:56+00:00"
2019-06-21 16:42:04 +03:00
},
2019-06-10 16:24:22 +03:00
{
2019-07-16 15:04:54 +03:00
"name": "symfony/dotenv",
2021-12-13 10:48:18 +03:00
"version": "v5.4.0",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
2019-07-16 15:04:54 +03:00
"url": "https://github.com/symfony/dotenv.git",
2021-12-13 10:48:18 +03:00
"reference": "9bd173ff68fa90d39c59d91a42ae42b7f11713a0"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/symfony/dotenv/zipball/9bd173ff68fa90d39c59d91a42ae42b7f11713a0",
"reference": "9bd173ff68fa90d39c59d91a42ae42b7f11713a0",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1|^3"
2019-07-16 15:04:54 +03:00
},
"require-dev": {
2021-12-13 10:48:18 +03:00
"symfony/console": "^4.4|^5.0|^6.0",
"symfony/process": "^4.4|^5.0|^6.0"
2019-06-10 16:24:22 +03:00
},
"type": "library",
"autoload": {
"psr-4": {
2019-07-16 15:04:54 +03:00
"Symfony\\Component\\Dotenv\\": ""
2019-06-10 16:24:22 +03:00
},
"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"
}
],
2019-07-16 15:04:54 +03:00
"description": "Registers environment variables from a .env file",
2019-06-10 16:24:22 +03:00
"homepage": "https://symfony.com",
"keywords": [
2019-07-16 15:04:54 +03:00
"dotenv",
"env",
"environment"
2019-06-10 16:24:22 +03:00
],
2021-12-13 10:48:18 +03:00
"support": {
"source": "https://github.com/symfony/dotenv/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"
2019-06-10 16:24:22 +03:00
},
{
2019-07-16 15:04:54 +03:00
"name": "symfony/filesystem",
2021-12-13 10:48:18 +03:00
"version": "v5.4.0",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
2019-07-16 15:04:54 +03:00
"url": "https://github.com/symfony/filesystem.git",
2021-12-13 10:48:18 +03:00
"reference": "731f917dc31edcffec2c6a777f3698c33bea8f01"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/731f917dc31edcffec2c6a777f3698c33bea8f01",
"reference": "731f917dc31edcffec2c6a777f3698c33bea8f01",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": ">=7.2.5",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.8",
"symfony/polyfill-php80": "^1.16"
2019-06-10 16:24:22 +03:00
},
"type": "library",
"autoload": {
"psr-4": {
2019-07-16 15:04:54 +03:00
"Symfony\\Component\\Filesystem\\": ""
2019-06-10 16:24:22 +03:00
},
2019-07-16 15:04:54 +03:00
"exclude-from-classmap": [
"/Tests/"
2019-06-10 16:24:22 +03:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-07-16 15:04:54 +03:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2019-06-10 16:24:22 +03:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-12-13 10:48:18 +03:00
"description": "Provides basic utilities for the filesystem",
2019-06-10 16:24:22 +03:00
"homepage": "https://symfony.com",
2021-12-13 10:48:18 +03:00
"support": {
"source": "https://github.com/symfony/filesystem/tree/v5.4.0"
2019-06-10 16:24:22 +03:00
},
2021-12-13 10:48:18 +03:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
2019-06-10 16:24:22 +03:00
},
{
2021-12-13 10:48:18 +03:00
"url": "https://github.com/fabpot",
"type": "github"
2019-06-10 16:24:22 +03:00
},
{
2021-12-13 10:48:18 +03:00
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2019-06-10 16:24:22 +03:00
}
],
2021-12-13 10:48:18 +03:00
"time": "2021-10-28T13:39:27+00:00"
2019-06-10 16:24:22 +03:00
},
2019-06-21 16:42:04 +03:00
{
2021-12-13 10:48:18 +03:00
"name": "symfony/polyfill-php81",
"version": "v1.23.0",
2019-06-21 16:42:04 +03:00
"source": {
"type": "git",
2021-12-13 10:48:18 +03:00
"url": "https://github.com/symfony/polyfill-php81.git",
"reference": "e66119f3de95efc359483f810c4c3e6436279436"
2019-06-21 16:42:04 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436",
"reference": "e66119f3de95efc359483f810c4c3e6436279436",
2019-06-21 16:42:04 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": ">=7.1"
2019-06-21 16:42:04 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-12-13 10:48:18 +03:00
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2019-06-21 16:42:04 +03:00
}
},
"autoload": {
"psr-4": {
2021-12-13 10:48:18 +03:00
"Symfony\\Polyfill\\Php81\\": ""
2019-06-21 16:42:04 +03:00
},
"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"
}
],
2021-12-13 10:48:18 +03:00
"description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
2019-06-21 16:42:04 +03:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2021-12-13 10:48:18 +03:00
"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"
2019-06-21 16:42:04 +03:00
},
2019-06-10 16:24:22 +03:00
{
2019-07-16 15:04:54 +03:00
"name": "symfony/service-contracts",
2021-12-13 10:48:18 +03:00
"version": "v2.5.0",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
2019-07-16 15:04:54 +03:00
"url": "https://github.com/symfony/service-contracts.git",
2021-12-13 10:48:18 +03:00
"reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
"reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": ">=7.2.5",
"psr/container": "^1.1",
"symfony/deprecation-contracts": "^2.1"
},
"conflict": {
"ext-psr": "<1.1|>=2"
2019-06-10 16:24:22 +03:00
},
2019-07-16 15:04:54 +03:00
"suggest": {
"symfony/service-implementation": ""
2019-06-10 16:24:22 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-12-13 10:48:18 +03:00
"dev-main": "2.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2019-06-10 16:24:22 +03:00
}
},
"autoload": {
"psr-4": {
2019-07-16 15:04:54 +03:00
"Symfony\\Contracts\\Service\\": ""
}
2019-06-10 16:24:22 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-07-16 15:04:54 +03:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2019-06-10 16:24:22 +03:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2019-07-16 15:04:54 +03:00
"description": "Generic abstractions related to writing services",
2019-06-10 16:24:22 +03:00
"homepage": "https://symfony.com",
2019-07-16 15:04:54 +03:00
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2021-12-13 10:48:18 +03:00
"support": {
"source": "https://github.com/symfony/service-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-11-04T16:48:04+00:00"
2019-06-10 16:24:22 +03:00
},
{
"name": "theseer/tokenizer",
2021-12-13 10:48:18 +03:00
"version": "1.2.1",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
2021-12-13 10:48:18 +03:00
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
2021-12-13 10:48:18 +03:00
"php": "^7.2 || ^8.0"
2019-06-10 16:24:22 +03:00
},
"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",
2021-12-13 10:48:18 +03:00
"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"
2019-06-10 16:24:22 +03:00
},
{
"name": "webmozart/assert",
2021-12-13 10:48:18 +03:00
"version": "1.10.0",
2019-06-10 16:24:22 +03:00
"source": {
"type": "git",
"url": "https://github.com/webmozarts/assert.git",
2021-12-13 10:48:18 +03:00
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
2019-06-10 16:24:22 +03:00
},
"dist": {
"type": "zip",
2021-12-13 10:48:18 +03:00
"url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
2019-06-10 16:24:22 +03:00
"shasum": ""
},
"require": {
2021-12-13 10:48:18 +03:00
"php": "^7.2 || ^8.0",
2019-06-10 16:24:22 +03:00
"symfony/polyfill-ctype": "^1.8"
},
2021-12-13 10:48:18 +03:00
"conflict": {
"phpstan/phpstan": "<0.12.20",
"vimeo/psalm": "<4.6.1 || 4.6.2"
},
2019-06-10 16:24:22 +03:00
"require-dev": {
2021-12-13 10:48:18 +03:00
"phpunit/phpunit": "^8.5.13"
2019-06-10 16:24:22 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-12-13 10:48:18 +03:00
"dev-master": "1.10-dev"
2019-06-10 16:24:22 +03:00
}
},
"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"
],
2021-12-13 10:48:18 +03:00
"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"
2019-06-10 16:24:22 +03:00
}
],
"aliases": [],
"minimum-stability": "stable",
2019-06-10 16:24:22 +03:00
"stability-flags": [],
"prefer-stable": false,
2019-06-10 16:24:22 +03:00
"prefer-lowest": false,
"platform": {
2019-07-16 15:04:54 +03:00
"php": ">=7.1",
2019-06-10 16:24:22 +03:00
"ext-curl": "*",
"ext-json": "*"
},
2021-12-13 10:48:18 +03:00
"platform-dev": [],
"plugin-api-version": "2.1.0"
2019-06-10 16:24:22 +03:00
}