Verzeichnisstruktur phpBB-3.3.15
- Veröffentlicht
- 28.08.2024
So funktioniert es
|
Auf das letzte Element klicken. Dies geht jeweils ein Schritt zurück |
Auf das Icon klicken, dies öffnet das Verzeichnis. Nochmal klicken schließt das Verzeichnis. |
|
(Beispiel Datei-Icons)
|
Auf das Icon klicken um den Quellcode anzuzeigen |
composer.lock
0001 {
0002 "_readme": [
0003 "This file locks the dependencies of your project to a known state",
0004 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
0005 "This file is @generated automatically"
0006 ],
0007 "content-hash": "38fd0f69650a5d919c2195cfafb13a9d",
0008 "packages": [],
0009 "packages-dev": [
0010 {
0011 "name": "composer/semver",
0012 "version": "3.2.5",
0013 "source": {
0014 "type": "git",
0015 "url": "https://github.com/composer/semver.git",
0016 "reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9"
0017 },
0018 "dist": {
0019 "type": "zip",
0020 "url": "https://api.github.com/repos/composer/semver/zipball/31f3ea725711245195f62e54ffa402d8ef2fdba9",
0021 "reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9",
0022 "shasum": ""
0023 },
0024 "require": {
0025 "php": "^5.3.2 || ^7.0 || ^8.0"
0026 },
0027 "require-dev": {
0028 "phpstan/phpstan": "^0.12.54",
0029 "symfony/phpunit-bridge": "^4.2 || ^5"
0030 },
0031 "type": "library",
0032 "extra": {
0033 "branch-alias": {
0034 "dev-main": "3.x-dev"
0035 }
0036 },
0037 "autoload": {
0038 "psr-4": {
0039 "Composer\\Semver\\": "src"
0040 }
0041 },
0042 "notification-url": "https://packagist.org/downloads/",
0043 "license": [
0044 "MIT"
0045 ],
0046 "authors": [
0047 {
0048 "name": "Nils Adermann",
0049 "email": "naderman@naderman.de",
0050 "homepage": "http://www.naderman.de"
0051 },
0052 {
0053 "name": "Jordi Boggiano",
0054 "email": "j.boggiano@seld.be",
0055 "homepage": "http://seld.be"
0056 },
0057 {
0058 "name": "Rob Bast",
0059 "email": "rob.bast@gmail.com",
0060 "homepage": "http://robbast.nl"
0061 }
0062 ],
0063 "description": "Semver library that offers utilities, version constraint parsing and validation.",
0064 "keywords": [
0065 "semantic",
0066 "semver",
0067 "validation",
0068 "versioning"
0069 ],
0070 "support": {
0071 "irc": "irc://irc.freenode.org/composer",
0072 "issues": "https://github.com/composer/semver/issues",
0073 "source": "https://github.com/composer/semver/tree/3.2.5"
0074 },
0075 "funding": [
0076 {
0077 "url": "https://packagist.com",
0078 "type": "custom"
0079 },
0080 {
0081 "url": "https://github.com/composer",
0082 "type": "github"
0083 },
0084 {
0085 "url": "https://tidelift.com/funding/github/packagist/composer/composer",
0086 "type": "tidelift"
0087 }
0088 ],
0089 "time": "2021-05-24T12:41:47+00:00"
0090 },
0091 {
0092 "name": "composer/xdebug-handler",
0093 "version": "2.0.2",
0094 "source": {
0095 "type": "git",
0096 "url": "https://github.com/composer/xdebug-handler.git",
0097 "reference": "84674dd3a7575ba617f5a76d7e9e29a7d3891339"
0098 },
0099 "dist": {
0100 "type": "zip",
0101 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/84674dd3a7575ba617f5a76d7e9e29a7d3891339",
0102 "reference": "84674dd3a7575ba617f5a76d7e9e29a7d3891339",
0103 "shasum": ""
0104 },
0105 "require": {
0106 "php": "^5.3.2 || ^7.0 || ^8.0",
0107 "psr/log": "^1 || ^2 || ^3"
0108 },
0109 "require-dev": {
0110 "phpstan/phpstan": "^0.12.55",
0111 "symfony/phpunit-bridge": "^4.2 || ^5"
0112 },
0113 "type": "library",
0114 "autoload": {
0115 "psr-4": {
0116 "Composer\\XdebugHandler\\": "src"
0117 }
0118 },
0119 "notification-url": "https://packagist.org/downloads/",
0120 "license": [
0121 "MIT"
0122 ],
0123 "authors": [
0124 {
0125 "name": "John Stevenson",
0126 "email": "john-stevenson@blueyonder.co.uk"
0127 }
0128 ],
0129 "description": "Restarts a process without Xdebug.",
0130 "keywords": [
0131 "Xdebug",
0132 "performance"
0133 ],
0134 "support": {
0135 "irc": "irc://irc.freenode.org/composer",
0136 "issues": "https://github.com/composer/xdebug-handler/issues",
0137 "source": "https://github.com/composer/xdebug-handler/tree/2.0.2"
0138 },
0139 "funding": [
0140 {
0141 "url": "https://packagist.com",
0142 "type": "custom"
0143 },
0144 {
0145 "url": "https://github.com/composer",
0146 "type": "github"
0147 },
0148 {
0149 "url": "https://tidelift.com/funding/github/packagist/composer/composer",
0150 "type": "tidelift"
0151 }
0152 ],
0153 "time": "2021-07-31T17:03:58+00:00"
0154 },
0155 {
0156 "name": "doctrine/annotations",
0157 "version": "1.13.2",
0158 "source": {
0159 "type": "git",
0160 "url": "https://github.com/doctrine/annotations.git",
0161 "reference": "5b668aef16090008790395c02c893b1ba13f7e08"
0162 },
0163 "dist": {
0164 "type": "zip",
0165 "url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08",
0166 "reference": "5b668aef16090008790395c02c893b1ba13f7e08",
0167 "shasum": ""
0168 },
0169 "require": {
0170 "doctrine/lexer": "1.*",
0171 "ext-tokenizer": "*",
0172 "php": "^7.1 || ^8.0",
0173 "psr/cache": "^1 || ^2 || ^3"
0174 },
0175 "require-dev": {
0176 "doctrine/cache": "^1.11 || ^2.0",
0177 "doctrine/coding-standard": "^6.0 || ^8.1",
0178 "phpstan/phpstan": "^0.12.20",
0179 "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
0180 "symfony/cache": "^4.4 || ^5.2"
0181 },
0182 "type": "library",
0183 "autoload": {
0184 "psr-4": {
0185 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
0186 }
0187 },
0188 "notification-url": "https://packagist.org/downloads/",
0189 "license": [
0190 "MIT"
0191 ],
0192 "authors": [
0193 {
0194 "name": "Guilherme Blanco",
0195 "email": "guilhermeblanco@gmail.com"
0196 },
0197 {
0198 "name": "Roman Borschel",
0199 "email": "roman@code-factory.org"
0200 },
0201 {
0202 "name": "Benjamin Eberlei",
0203 "email": "kontakt@beberlei.de"
0204 },
0205 {
0206 "name": "Jonathan Wage",
0207 "email": "jonwage@gmail.com"
0208 },
0209 {
0210 "name": "Johannes Schmitt",
0211 "email": "schmittjoh@gmail.com"
0212 }
0213 ],
0214 "description": "Docblock Annotations Parser",
0215 "homepage": "https://www.doctrine-project.org/projects/annotations.html",
0216 "keywords": [
0217 "annotations",
0218 "docblock",
0219 "parser"
0220 ],
0221 "support": {
0222 "issues": "https://github.com/doctrine/annotations/issues",
0223 "source": "https://github.com/doctrine/annotations/tree/1.13.2"
0224 },
0225 "time": "2021-08-05T19:00:23+00:00"
0226 },
0227 {
0228 "name": "doctrine/instantiator",
0229 "version": "1.4.0",
0230 "source": {
0231 "type": "git",
0232 "url": "https://github.com/doctrine/instantiator.git",
0233 "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
0234 },
0235 "dist": {
0236 "type": "zip",
0237 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
0238 "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
0239 "shasum": ""
0240 },
0241 "require": {
0242 "php": "^7.1 || ^8.0"
0243 },
0244 "require-dev": {
0245 "doctrine/coding-standard": "^8.0",
0246 "ext-pdo": "*",
0247 "ext-phar": "*",
0248 "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
0249 "phpstan/phpstan": "^0.12",
0250 "phpstan/phpstan-phpunit": "^0.12",
0251 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
0252 },
0253 "type": "library",
0254 "autoload": {
0255 "psr-4": {
0256 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
0257 }
0258 },
0259 "notification-url": "https://packagist.org/downloads/",
0260 "license": [
0261 "MIT"
0262 ],
0263 "authors": [
0264 {
0265 "name": "Marco Pivetta",
0266 "email": "ocramius@gmail.com",
0267 "homepage": "https://ocramius.github.io/"
0268 }
0269 ],
0270 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
0271 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
0272 "keywords": [
0273 "constructor",
0274 "instantiate"
0275 ],
0276 "support": {
0277 "issues": "https://github.com/doctrine/instantiator/issues",
0278 "source": "https://github.com/doctrine/instantiator/tree/1.4.0"
0279 },
0280 "funding": [
0281 {
0282 "url": "https://www.doctrine-project.org/sponsorship.html",
0283 "type": "custom"
0284 },
0285 {
0286 "url": "https://www.patreon.com/phpdoctrine",
0287 "type": "patreon"
0288 },
0289 {
0290 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
0291 "type": "tidelift"
0292 }
0293 ],
0294 "time": "2020-11-10T18:47:58+00:00"
0295 },
0296 {
0297 "name": "doctrine/lexer",
0298 "version": "1.2.1",
0299 "source": {
0300 "type": "git",
0301 "url": "https://github.com/doctrine/lexer.git",
0302 "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
0303 },
0304 "dist": {
0305 "type": "zip",
0306 "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
0307 "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
0308 "shasum": ""
0309 },
0310 "require": {
0311 "php": "^7.2 || ^8.0"
0312 },
0313 "require-dev": {
0314 "doctrine/coding-standard": "^6.0",
0315 "phpstan/phpstan": "^0.11.8",
0316 "phpunit/phpunit": "^8.2"
0317 },
0318 "type": "library",
0319 "extra": {
0320 "branch-alias": {
0321 "dev-master": "1.2.x-dev"
0322 }
0323 },
0324 "autoload": {
0325 "psr-4": {
0326 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
0327 }
0328 },
0329 "notification-url": "https://packagist.org/downloads/",
0330 "license": [
0331 "MIT"
0332 ],
0333 "authors": [
0334 {
0335 "name": "Guilherme Blanco",
0336 "email": "guilhermeblanco@gmail.com"
0337 },
0338 {
0339 "name": "Roman Borschel",
0340 "email": "roman@code-factory.org"
0341 },
0342 {
0343 "name": "Johannes Schmitt",
0344 "email": "schmittjoh@gmail.com"
0345 }
0346 ],
0347 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
0348 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
0349 "keywords": [
0350 "annotations",
0351 "docblock",
0352 "lexer",
0353 "parser",
0354 "php"
0355 ],
0356 "support": {
0357 "issues": "https://github.com/doctrine/lexer/issues",
0358 "source": "https://github.com/doctrine/lexer/tree/1.2.1"
0359 },
0360 "funding": [
0361 {
0362 "url": "https://www.doctrine-project.org/sponsorship.html",
0363 "type": "custom"
0364 },
0365 {
0366 "url": "https://www.patreon.com/phpdoctrine",
0367 "type": "patreon"
0368 },
0369 {
0370 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
0371 "type": "tidelift"
0372 }
0373 ],
0374 "time": "2020-05-25T17:44:05+00:00"
0375 },
0376 {
0377 "name": "friendsofphp/php-cs-fixer",
0378 "version": "v3.0.2",
0379 "source": {
0380 "type": "git",
0381 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
0382 "reference": "990b979379502feb7f393d6c9aa36cc9b9765f24"
0383 },
0384 "dist": {
0385 "type": "zip",
0386 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/990b979379502feb7f393d6c9aa36cc9b9765f24",
0387 "reference": "990b979379502feb7f393d6c9aa36cc9b9765f24",
0388 "shasum": ""
0389 },
0390 "require": {
0391 "composer/semver": "^3.2",
0392 "composer/xdebug-handler": "^2.0",
0393 "doctrine/annotations": "^1.12",
0394 "ext-json": "*",
0395 "ext-tokenizer": "*",
0396 "php": "^7.1.3 || ^8.0",
0397 "php-cs-fixer/diff": "^2.0",
0398 "symfony/console": "^4.4.20 || ^5.1.3",
0399 "symfony/event-dispatcher": "^4.4.20 || ^5.0",
0400 "symfony/filesystem": "^4.4.20 || ^5.0",
0401 "symfony/finder": "^4.4.20 || ^5.0",
0402 "symfony/options-resolver": "^4.4.20 || ^5.0",
0403 "symfony/polyfill-php72": "^1.22",
0404 "symfony/process": "^4.4.20 || ^5.0",
0405 "symfony/stopwatch": "^4.4.20 || ^5.0"
0406 },
0407 "require-dev": {
0408 "justinrainbow/json-schema": "^5.2",
0409 "keradus/cli-executor": "^1.4",
0410 "mikey179/vfsstream": "^1.6.8",
0411 "php-coveralls/php-coveralls": "^2.4.3",
0412 "php-cs-fixer/accessible-object": "^1.1",
0413 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
0414 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1",
0415 "phpspec/prophecy": "^1.10.3",
0416 "phpspec/prophecy-phpunit": "^1.1 || ^2.0",
0417 "phpunit/phpunit": "^7.5.20 || ^8.5.14 || ^9.5",
0418 "phpunitgoodpractices/polyfill": "^1.5",
0419 "phpunitgoodpractices/traits": "^1.9.1",
0420 "symfony/phpunit-bridge": "^5.2.4",
0421 "symfony/yaml": "^4.4.20 || ^5.0"
0422 },
0423 "suggest": {
0424 "ext-dom": "For handling output formats in XML",
0425 "ext-mbstring": "For handling non-UTF8 characters.",
0426 "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
0427 },
0428 "bin": [
0429 "php-cs-fixer"
0430 ],
0431 "type": "application",
0432 "autoload": {
0433 "psr-4": {
0434 "PhpCsFixer\\": "src/"
0435 }
0436 },
0437 "notification-url": "https://packagist.org/downloads/",
0438 "license": [
0439 "MIT"
0440 ],
0441 "authors": [
0442 {
0443 "name": "Fabien Potencier",
0444 "email": "fabien@symfony.com"
0445 },
0446 {
0447 "name": "Dariusz Rumiński",
0448 "email": "dariusz.ruminski@gmail.com"
0449 }
0450 ],
0451 "description": "A tool to automatically fix PHP code style",
0452 "support": {
0453 "issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues",
0454 "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.0.2"
0455 },
0456 "funding": [
0457 {
0458 "url": "https://github.com/keradus",
0459 "type": "github"
0460 }
0461 ],
0462 "time": "2021-08-04T19:28:19+00:00"
0463 },
0464 {
0465 "name": "myclabs/deep-copy",
0466 "version": "1.10.2",
0467 "source": {
0468 "type": "git",
0469 "url": "https://github.com/myclabs/DeepCopy.git",
0470 "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
0471 },
0472 "dist": {
0473 "type": "zip",
0474 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
0475 "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
0476 "shasum": ""
0477 },
0478 "require": {
0479 "php": "^7.1 || ^8.0"
0480 },
0481 "replace": {
0482 "myclabs/deep-copy": "self.version"
0483 },
0484 "require-dev": {
0485 "doctrine/collections": "^1.0",
0486 "doctrine/common": "^2.6",
0487 "phpunit/phpunit": "^7.1"
0488 },
0489 "type": "library",
0490 "autoload": {
0491 "psr-4": {
0492 "DeepCopy\\": "src/DeepCopy/"
0493 },
0494 "files": [
0495 "src/DeepCopy/deep_copy.php"
0496 ]
0497 },
0498 "notification-url": "https://packagist.org/downloads/",
0499 "license": [
0500 "MIT"
0501 ],
0502 "description": "Create deep copies (clones) of your objects",
0503 "keywords": [
0504 "clone",
0505 "copy",
0506 "duplicate",
0507 "object",
0508 "object graph"
0509 ],
0510 "support": {
0511 "issues": "https://github.com/myclabs/DeepCopy/issues",
0512 "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2"
0513 },
0514 "funding": [
0515 {
0516 "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
0517 "type": "tidelift"
0518 }
0519 ],
0520 "time": "2020-11-13T09:40:50+00:00"
0521 },
0522 {
0523 "name": "phar-io/manifest",
0524 "version": "2.0.3",
0525 "source": {
0526 "type": "git",
0527 "url": "https://github.com/phar-io/manifest.git",
0528 "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
0529 },
0530 "dist": {
0531 "type": "zip",
0532 "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
0533 "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
0534 "shasum": ""
0535 },
0536 "require": {
0537 "ext-dom": "*",
0538 "ext-phar": "*",
0539 "ext-xmlwriter": "*",
0540 "phar-io/version": "^3.0.1",
0541 "php": "^7.2 || ^8.0"
0542 },
0543 "type": "library",
0544 "extra": {
0545 "branch-alias": {
0546 "dev-master": "2.0.x-dev"
0547 }
0548 },
0549 "autoload": {
0550 "classmap": [
0551 "src/"
0552 ]
0553 },
0554 "notification-url": "https://packagist.org/downloads/",
0555 "license": [
0556 "BSD-3-Clause"
0557 ],
0558 "authors": [
0559 {
0560 "name": "Arne Blankerts",
0561 "email": "arne@blankerts.de",
0562 "role": "Developer"
0563 },
0564 {
0565 "name": "Sebastian Heuer",
0566 "email": "sebastian@phpeople.de",
0567 "role": "Developer"
0568 },
0569 {
0570 "name": "Sebastian Bergmann",
0571 "email": "sebastian@phpunit.de",
0572 "role": "Developer"
0573 }
0574 ],
0575 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
0576 "support": {
0577 "issues": "https://github.com/phar-io/manifest/issues",
0578 "source": "https://github.com/phar-io/manifest/tree/2.0.3"
0579 },
0580 "time": "2021-07-20T11:28:43+00:00"
0581 },
0582 {
0583 "name": "phar-io/version",
0584 "version": "3.1.0",
0585 "source": {
0586 "type": "git",
0587 "url": "https://github.com/phar-io/version.git",
0588 "reference": "bae7c545bef187884426f042434e561ab1ddb182"
0589 },
0590 "dist": {
0591 "type": "zip",
0592 "url": "https://api.github.com/repos/phar-io/version/zipball/bae7c545bef187884426f042434e561ab1ddb182",
0593 "reference": "bae7c545bef187884426f042434e561ab1ddb182",
0594 "shasum": ""
0595 },
0596 "require": {
0597 "php": "^7.2 || ^8.0"
0598 },
0599 "type": "library",
0600 "autoload": {
0601 "classmap": [
0602 "src/"
0603 ]
0604 },
0605 "notification-url": "https://packagist.org/downloads/",
0606 "license": [
0607 "BSD-3-Clause"
0608 ],
0609 "authors": [
0610 {
0611 "name": "Arne Blankerts",
0612 "email": "arne@blankerts.de",
0613 "role": "Developer"
0614 },
0615 {
0616 "name": "Sebastian Heuer",
0617 "email": "sebastian@phpeople.de",
0618 "role": "Developer"
0619 },
0620 {
0621 "name": "Sebastian Bergmann",
0622 "email": "sebastian@phpunit.de",
0623 "role": "Developer"
0624 }
0625 ],
0626 "description": "Library for handling version information and constraints",
0627 "support": {
0628 "issues": "https://github.com/phar-io/version/issues",
0629 "source": "https://github.com/phar-io/version/tree/3.1.0"
0630 },
0631 "time": "2021-02-23T14:00:09+00:00"
0632 },
0633 {
0634 "name": "php-cs-fixer/diff",
0635 "version": "v2.0.2",
0636 "source": {
0637 "type": "git",
0638 "url": "https://github.com/PHP-CS-Fixer/diff.git",
0639 "reference": "29dc0d507e838c4580d018bd8b5cb412474f7ec3"
0640 },
0641 "dist": {
0642 "type": "zip",
0643 "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/29dc0d507e838c4580d018bd8b5cb412474f7ec3",
0644 "reference": "29dc0d507e838c4580d018bd8b5cb412474f7ec3",
0645 "shasum": ""
0646 },
0647 "require": {
0648 "php": "^5.6 || ^7.0 || ^8.0"
0649 },
0650 "require-dev": {
0651 "phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0",
0652 "symfony/process": "^3.3"
0653 },
0654 "type": "library",
0655 "autoload": {
0656 "classmap": [
0657 "src/"
0658 ]
0659 },
0660 "notification-url": "https://packagist.org/downloads/",
0661 "license": [
0662 "BSD-3-Clause"
0663 ],
0664 "authors": [
0665 {
0666 "name": "Sebastian Bergmann",
0667 "email": "sebastian@phpunit.de"
0668 },
0669 {
0670 "name": "Kore Nordmann",
0671 "email": "mail@kore-nordmann.de"
0672 }
0673 ],
0674 "description": "sebastian/diff v3 backport support for PHP 5.6+",
0675 "homepage": "https://github.com/PHP-CS-Fixer",
0676 "keywords": [
0677 "diff"
0678 ],
0679 "support": {
0680 "issues": "https://github.com/PHP-CS-Fixer/diff/issues",
0681 "source": "https://github.com/PHP-CS-Fixer/diff/tree/v2.0.2"
0682 },
0683 "time": "2020-10-14T08:32:19+00:00"
0684 },
0685 {
0686 "name": "phpdocumentor/reflection-common",
0687 "version": "2.2.0",
0688 "source": {
0689 "type": "git",
0690 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
0691 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
0692 },
0693 "dist": {
0694 "type": "zip",
0695 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
0696 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
0697 "shasum": ""
0698 },
0699 "require": {
0700 "php": "^7.2 || ^8.0"
0701 },
0702 "type": "library",
0703 "extra": {
0704 "branch-alias": {
0705 "dev-2.x": "2.x-dev"
0706 }
0707 },
0708 "autoload": {
0709 "psr-4": {
0710 "phpDocumentor\\Reflection\\": "src/"
0711 }
0712 },
0713 "notification-url": "https://packagist.org/downloads/",
0714 "license": [
0715 "MIT"
0716 ],
0717 "authors": [
0718 {
0719 "name": "Jaap van Otterdijk",
0720 "email": "opensource@ijaap.nl"
0721 }
0722 ],
0723 "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
0724 "homepage": "http://www.phpdoc.org",
0725 "keywords": [
0726 "FQSEN",
0727 "phpDocumentor",
0728 "phpdoc",
0729 "reflection",
0730 "static analysis"
0731 ],
0732 "support": {
0733 "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
0734 "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
0735 },
0736 "time": "2020-06-27T09:03:43+00:00"
0737 },
0738 {
0739 "name": "phpdocumentor/reflection-docblock",
0740 "version": "5.2.2",
0741 "source": {
0742 "type": "git",
0743 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
0744 "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
0745 },
0746 "dist": {
0747 "type": "zip",
0748 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
0749 "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
0750 "shasum": ""
0751 },
0752 "require": {
0753 "ext-filter": "*",
0754 "php": "^7.2 || ^8.0",
0755 "phpdocumentor/reflection-common": "^2.2",
0756 "phpdocumentor/type-resolver": "^1.3",
0757 "webmozart/assert": "^1.9.1"
0758 },
0759 "require-dev": {
0760 "mockery/mockery": "~1.3.2"
0761 },
0762 "type": "library",
0763 "extra": {
0764 "branch-alias": {
0765 "dev-master": "5.x-dev"
0766 }
0767 },
0768 "autoload": {
0769 "psr-4": {
0770 "phpDocumentor\\Reflection\\": "src"
0771 }
0772 },
0773 "notification-url": "https://packagist.org/downloads/",
0774 "license": [
0775 "MIT"
0776 ],
0777 "authors": [
0778 {
0779 "name": "Mike van Riel",
0780 "email": "me@mikevanriel.com"
0781 },
0782 {
0783 "name": "Jaap van Otterdijk",
0784 "email": "account@ijaap.nl"
0785 }
0786 ],
0787 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
0788 "support": {
0789 "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
0790 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master"
0791 },
0792 "time": "2020-09-03T19:13:55+00:00"
0793 },
0794 {
0795 "name": "phpdocumentor/type-resolver",
0796 "version": "1.4.0",
0797 "source": {
0798 "type": "git",
0799 "url": "https://github.com/phpDocumentor/TypeResolver.git",
0800 "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
0801 },
0802 "dist": {
0803 "type": "zip",
0804 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
0805 "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
0806 "shasum": ""
0807 },
0808 "require": {
0809 "php": "^7.2 || ^8.0",
0810 "phpdocumentor/reflection-common": "^2.0"
0811 },
0812 "require-dev": {
0813 "ext-tokenizer": "*"
0814 },
0815 "type": "library",
0816 "extra": {
0817 "branch-alias": {
0818 "dev-1.x": "1.x-dev"
0819 }
0820 },
0821 "autoload": {
0822 "psr-4": {
0823 "phpDocumentor\\Reflection\\": "src"
0824 }
0825 },
0826 "notification-url": "https://packagist.org/downloads/",
0827 "license": [
0828 "MIT"
0829 ],
0830 "authors": [
0831 {
0832 "name": "Mike van Riel",
0833 "email": "me@mikevanriel.com"
0834 }
0835 ],
0836 "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
0837 "support": {
0838 "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
0839 "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.4.0"
0840 },
0841 "time": "2020-09-17T18:55:26+00:00"
0842 },
0843 {
0844 "name": "phpspec/prophecy",
0845 "version": "1.13.0",
0846 "source": {
0847 "type": "git",
0848 "url": "https://github.com/phpspec/prophecy.git",
0849 "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea"
0850 },
0851 "dist": {
0852 "type": "zip",
0853 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/be1996ed8adc35c3fd795488a653f4b518be70ea",
0854 "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea",
0855 "shasum": ""
0856 },
0857 "require": {
0858 "doctrine/instantiator": "^1.2",
0859 "php": "^7.2 || ~8.0, <8.1",
0860 "phpdocumentor/reflection-docblock": "^5.2",
0861 "sebastian/comparator": "^3.0 || ^4.0",
0862 "sebastian/recursion-context": "^3.0 || ^4.0"
0863 },
0864 "require-dev": {
0865 "phpspec/phpspec": "^6.0",
0866 "phpunit/phpunit": "^8.0 || ^9.0"
0867 },
0868 "type": "library",
0869 "extra": {
0870 "branch-alias": {
0871 "dev-master": "1.11.x-dev"
0872 }
0873 },
0874 "autoload": {
0875 "psr-4": {
0876 "Prophecy\\": "src/Prophecy"
0877 }
0878 },
0879 "notification-url": "https://packagist.org/downloads/",
0880 "license": [
0881 "MIT"
0882 ],
0883 "authors": [
0884 {
0885 "name": "Konstantin Kudryashov",
0886 "email": "ever.zet@gmail.com",
0887 "homepage": "http://everzet.com"
0888 },
0889 {
0890 "name": "Marcello Duarte",
0891 "email": "marcello.duarte@gmail.com"
0892 }
0893 ],
0894 "description": "Highly opinionated mocking framework for PHP 5.3+",
0895 "homepage": "https://github.com/phpspec/prophecy",
0896 "keywords": [
0897 "Double",
0898 "Dummy",
0899 "fake",
0900 "mock",
0901 "spy",
0902 "stub"
0903 ],
0904 "support": {
0905 "issues": "https://github.com/phpspec/prophecy/issues",
0906 "source": "https://github.com/phpspec/prophecy/tree/1.13.0"
0907 },
0908 "time": "2021-03-17T13:42:18+00:00"
0909 },
0910 {
0911 "name": "phpunit/php-code-coverage",
0912 "version": "7.0.15",
0913 "source": {
0914 "type": "git",
0915 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
0916 "reference": "819f92bba8b001d4363065928088de22f25a3a48"
0917 },
0918 "dist": {
0919 "type": "zip",
0920 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/819f92bba8b001d4363065928088de22f25a3a48",
0921 "reference": "819f92bba8b001d4363065928088de22f25a3a48",
0922 "shasum": ""
0923 },
0924 "require": {
0925 "ext-dom": "*",
0926 "ext-xmlwriter": "*",
0927 "php": ">=7.2",
0928 "phpunit/php-file-iterator": "^2.0.2",
0929 "phpunit/php-text-template": "^1.2.1",
0930 "phpunit/php-token-stream": "^3.1.3 || ^4.0",
0931 "sebastian/code-unit-reverse-lookup": "^1.0.1",
0932 "sebastian/environment": "^4.2.2",
0933 "sebastian/version": "^2.0.1",
0934 "theseer/tokenizer": "^1.1.3"
0935 },
0936 "require-dev": {
0937 "phpunit/phpunit": "^8.2.2"
0938 },
0939 "suggest": {
0940 "ext-xdebug": "^2.7.2"
0941 },
0942 "type": "library",
0943 "extra": {
0944 "branch-alias": {
0945 "dev-master": "7.0-dev"
0946 }
0947 },
0948 "autoload": {
0949 "classmap": [
0950 "src/"
0951 ]
0952 },
0953 "notification-url": "https://packagist.org/downloads/",
0954 "license": [
0955 "BSD-3-Clause"
0956 ],
0957 "authors": [
0958 {
0959 "name": "Sebastian Bergmann",
0960 "email": "sebastian@phpunit.de",
0961 "role": "lead"
0962 }
0963 ],
0964 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
0965 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
0966 "keywords": [
0967 "coverage",
0968 "testing",
0969 "xunit"
0970 ],
0971 "support": {
0972 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
0973 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/7.0.15"
0974 },
0975 "funding": [
0976 {
0977 "url": "https://github.com/sebastianbergmann",
0978 "type": "github"
0979 }
0980 ],
0981 "time": "2021-07-26T12:20:09+00:00"
0982 },
0983 {
0984 "name": "phpunit/php-file-iterator",
0985 "version": "2.0.4",
0986 "source": {
0987 "type": "git",
0988 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
0989 "reference": "28af674ff175d0768a5a978e6de83f697d4a7f05"
0990 },
0991 "dist": {
0992 "type": "zip",
0993 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/28af674ff175d0768a5a978e6de83f697d4a7f05",
0994 "reference": "28af674ff175d0768a5a978e6de83f697d4a7f05",
0995 "shasum": ""
0996 },
0997 "require": {
0998 "php": ">=7.1"
0999 },
1000 "require-dev": {
1001 "phpunit/phpunit": "^8.5"
1002 },
1003 "type": "library",
1004 "extra": {
1005 "branch-alias": {
1006 "dev-master": "2.0.x-dev"
1007 }
1008 },
1009 "autoload": {
1010 "classmap": [
1011 "src/"
1012 ]
1013 },
1014 "notification-url": "https://packagist.org/downloads/",
1015 "license": [
1016 "BSD-3-Clause"
1017 ],
1018 "authors": [
1019 {
1020 "name": "Sebastian Bergmann",
1021 "email": "sebastian@phpunit.de",
1022 "role": "lead"
1023 }
1024 ],
1025 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1026 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1027 "keywords": [
1028 "filesystem",
1029 "iterator"
1030 ],
1031 "support": {
1032 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
1033 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.4"
1034 },
1035 "funding": [
1036 {
1037 "url": "https://github.com/sebastianbergmann",
1038 "type": "github"
1039 }
1040 ],
1041 "time": "2021-07-19T06:46:01+00:00"
1042 },
1043 {
1044 "name": "phpunit/php-text-template",
1045 "version": "1.2.1",
1046 "source": {
1047 "type": "git",
1048 "url": "https://github.com/sebastianbergmann/php-text-template.git",
1049 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1050 },
1051 "dist": {
1052 "type": "zip",
1053 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1054 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1055 "shasum": ""
1056 },
1057 "require": {
1058 "php": ">=5.3.3"
1059 },
1060 "type": "library",
1061 "autoload": {
1062 "classmap": [
1063 "src/"
1064 ]
1065 },
1066 "notification-url": "https://packagist.org/downloads/",
1067 "license": [
1068 "BSD-3-Clause"
1069 ],
1070 "authors": [
1071 {
1072 "name": "Sebastian Bergmann",
1073 "email": "sebastian@phpunit.de",
1074 "role": "lead"
1075 }
1076 ],
1077 "description": "Simple template engine.",
1078 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1079 "keywords": [
1080 "template"
1081 ],
1082 "support": {
1083 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
1084 "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
1085 },
1086 "time": "2015-06-21T13:50:34+00:00"
1087 },
1088 {
1089 "name": "phpunit/php-timer",
1090 "version": "2.1.3",
1091 "source": {
1092 "type": "git",
1093 "url": "https://github.com/sebastianbergmann/php-timer.git",
1094 "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662"
1095 },
1096 "dist": {
1097 "type": "zip",
1098 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/2454ae1765516d20c4ffe103d85a58a9a3bd5662",
1099 "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662",
1100 "shasum": ""
1101 },
1102 "require": {
1103 "php": ">=7.1"
1104 },
1105 "require-dev": {
1106 "phpunit/phpunit": "^8.5"
1107 },
1108 "type": "library",
1109 "extra": {
1110 "branch-alias": {
1111 "dev-master": "2.1-dev"
1112 }
1113 },
1114 "autoload": {
1115 "classmap": [
1116 "src/"
1117 ]
1118 },
1119 "notification-url": "https://packagist.org/downloads/",
1120 "license": [
1121 "BSD-3-Clause"
1122 ],
1123 "authors": [
1124 {
1125 "name": "Sebastian Bergmann",
1126 "email": "sebastian@phpunit.de",
1127 "role": "lead"
1128 }
1129 ],
1130 "description": "Utility class for timing",
1131 "homepage": "https://github.com/sebastianbergmann/php-timer/",
1132 "keywords": [
1133 "timer"
1134 ],
1135 "support": {
1136 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
1137 "source": "https://github.com/sebastianbergmann/php-timer/tree/2.1.3"
1138 },
1139 "funding": [
1140 {
1141 "url": "https://github.com/sebastianbergmann",
1142 "type": "github"
1143 }
1144 ],
1145 "time": "2020-11-30T08:20:02+00:00"
1146 },
1147 {
1148 "name": "phpunit/php-token-stream",
1149 "version": "3.1.3",
1150 "source": {
1151 "type": "git",
1152 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1153 "reference": "9c1da83261628cb24b6a6df371b6e312b3954768"
1154 },
1155 "dist": {
1156 "type": "zip",
1157 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9c1da83261628cb24b6a6df371b6e312b3954768",
1158 "reference": "9c1da83261628cb24b6a6df371b6e312b3954768",
1159 "shasum": ""
1160 },
1161 "require": {
1162 "ext-tokenizer": "*",
1163 "php": ">=7.1"
1164 },
1165 "require-dev": {
1166 "phpunit/phpunit": "^7.0"
1167 },
1168 "type": "library",
1169 "extra": {
1170 "branch-alias": {
1171 "dev-master": "3.1-dev"
1172 }
1173 },
1174 "autoload": {
1175 "classmap": [
1176 "src/"
1177 ]
1178 },
1179 "notification-url": "https://packagist.org/downloads/",
1180 "license": [
1181 "BSD-3-Clause"
1182 ],
1183 "authors": [
1184 {
1185 "name": "Sebastian Bergmann",
1186 "email": "sebastian@phpunit.de"
1187 }
1188 ],
1189 "description": "Wrapper around PHP's tokenizer extension.",
1190 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1191 "keywords": [
1192 "tokenizer"
1193 ],
1194 "support": {
1195 "issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
1196 "source": "https://github.com/sebastianbergmann/php-token-stream/tree/3.1.3"
1197 },
1198 "funding": [
1199 {
1200 "url": "https://github.com/sebastianbergmann",
1201 "type": "github"
1202 }
1203 ],
1204 "abandoned": true,
1205 "time": "2021-07-26T12:15:06+00:00"
1206 },
1207 {
1208 "name": "phpunit/phpunit",
1209 "version": "8.5.19",
1210 "source": {
1211 "type": "git",
1212 "url": "https://github.com/sebastianbergmann/phpunit.git",
1213 "reference": "496281b64ec781856ed0a583483b5923b4033722"
1214 },
1215 "dist": {
1216 "type": "zip",
1217 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/496281b64ec781856ed0a583483b5923b4033722",
1218 "reference": "496281b64ec781856ed0a583483b5923b4033722",
1219 "shasum": ""
1220 },
1221 "require": {
1222 "doctrine/instantiator": "^1.3.1",
1223 "ext-dom": "*",
1224 "ext-json": "*",
1225 "ext-libxml": "*",
1226 "ext-mbstring": "*",
1227 "ext-xml": "*",
1228 "ext-xmlwriter": "*",
1229 "myclabs/deep-copy": "^1.10.0",
1230 "phar-io/manifest": "^2.0.3",
1231 "phar-io/version": "^3.0.2",
1232 "php": ">=7.2",
1233 "phpspec/prophecy": "^1.10.3",
1234 "phpunit/php-code-coverage": "^7.0.12",
1235 "phpunit/php-file-iterator": "^2.0.4",
1236 "phpunit/php-text-template": "^1.2.1",
1237 "phpunit/php-timer": "^2.1.2",
1238 "sebastian/comparator": "^3.0.2",
1239 "sebastian/diff": "^3.0.2",
1240 "sebastian/environment": "^4.2.3",
1241 "sebastian/exporter": "^3.1.2",
1242 "sebastian/global-state": "^3.0.0",
1243 "sebastian/object-enumerator": "^3.0.3",
1244 "sebastian/resource-operations": "^2.0.1",
1245 "sebastian/type": "^1.1.3",
1246 "sebastian/version": "^2.0.1"
1247 },
1248 "require-dev": {
1249 "ext-pdo": "*"
1250 },
1251 "suggest": {
1252 "ext-soap": "*",
1253 "ext-xdebug": "*",
1254 "phpunit/php-invoker": "^2.0.0"
1255 },
1256 "bin": [
1257 "phpunit"
1258 ],
1259 "type": "library",
1260 "extra": {
1261 "branch-alias": {
1262 "dev-master": "8.5-dev"
1263 }
1264 },
1265 "autoload": {
1266 "classmap": [
1267 "src/"
1268 ]
1269 },
1270 "notification-url": "https://packagist.org/downloads/",
1271 "license": [
1272 "BSD-3-Clause"
1273 ],
1274 "authors": [
1275 {
1276 "name": "Sebastian Bergmann",
1277 "email": "sebastian@phpunit.de",
1278 "role": "lead"
1279 }
1280 ],
1281 "description": "The PHP Unit Testing framework.",
1282 "homepage": "https://phpunit.de/",
1283 "keywords": [
1284 "phpunit",
1285 "testing",
1286 "xunit"
1287 ],
1288 "support": {
1289 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
1290 "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.19"
1291 },
1292 "funding": [
1293 {
1294 "url": "https://phpunit.de/donate.html",
1295 "type": "custom"
1296 },
1297 {
1298 "url": "https://github.com/sebastianbergmann",
1299 "type": "github"
1300 }
1301 ],
1302 "time": "2021-07-31T15:15:06+00:00"
1303 },
1304 {
1305 "name": "predis/predis",
1306 "version": "0.8.x-dev",
1307 "source": {
1308 "type": "git",
1309 "url": "https://github.com/nrk/predis.git",
1310 "reference": "192dfd61e54c3d32c9526bba03365fff818e17e4"
1311 },
1312 "dist": {
1313 "type": "zip",
1314 "url": "https://api.github.com/repos/nrk/predis/zipball/192dfd61e54c3d32c9526bba03365fff818e17e4",
1315 "reference": "192dfd61e54c3d32c9526bba03365fff818e17e4",
1316 "shasum": ""
1317 },
1318 "require": {
1319 "php": ">=5.3.2"
1320 },
1321 "require-dev": {
1322 "phpunit/phpunit": "~4.0"
1323 },
1324 "suggest": {
1325 "ext-curl": "Allows access to Webdis when paired with phpiredis",
1326 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
1327 },
1328 "type": "library",
1329 "autoload": {
1330 "psr-0": {
1331 "Predis": "lib/"
1332 }
1333 },
1334 "notification-url": "https://packagist.org/downloads/",
1335 "license": [
1336 "MIT"
1337 ],
1338 "authors": [
1339 {
1340 "name": "Daniele Alessandri",
1341 "email": "suppakilla@gmail.com",
1342 "homepage": "http://clorophilla.net"
1343 }
1344 ],
1345 "description": "Flexible and feature-complete PHP client library for Redis",
1346 "homepage": "http://github.com/nrk/predis",
1347 "keywords": [
1348 "nosql",
1349 "predis",
1350 "redis"
1351 ],
1352 "time": "2015-07-07T17:11:00+00:00"
1353 },
1354 {
1355 "name": "psr/cache",
1356 "version": "1.0.1",
1357 "source": {
1358 "type": "git",
1359 "url": "https://github.com/php-fig/cache.git",
1360 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
1361 },
1362 "dist": {
1363 "type": "zip",
1364 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
1365 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
1366 "shasum": ""
1367 },
1368 "require": {
1369 "php": ">=5.3.0"
1370 },
1371 "type": "library",
1372 "extra": {
1373 "branch-alias": {
1374 "dev-master": "1.0.x-dev"
1375 }
1376 },
1377 "autoload": {
1378 "psr-4": {
1379 "Psr\\Cache\\": "src/"
1380 }
1381 },
1382 "notification-url": "https://packagist.org/downloads/",
1383 "license": [
1384 "MIT"
1385 ],
1386 "authors": [
1387 {
1388 "name": "PHP-FIG",
1389 "homepage": "http://www.php-fig.org/"
1390 }
1391 ],
1392 "description": "Common interface for caching libraries",
1393 "keywords": [
1394 "cache",
1395 "psr",
1396 "psr-6"
1397 ],
1398 "support": {
1399 "source": "https://github.com/php-fig/cache/tree/master"
1400 },
1401 "time": "2016-08-06T20:24:11+00:00"
1402 },
1403 {
1404 "name": "psr/container",
1405 "version": "1.1.1",
1406 "source": {
1407 "type": "git",
1408 "url": "https://github.com/php-fig/container.git",
1409 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
1410 },
1411 "dist": {
1412 "type": "zip",
1413 "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
1414 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
1415 "shasum": ""
1416 },
1417 "require": {
1418 "php": ">=7.2.0"
1419 },
1420 "type": "library",
1421 "autoload": {
1422 "psr-4": {
1423 "Psr\\Container\\": "src/"
1424 }
1425 },
1426 "notification-url": "https://packagist.org/downloads/",
1427 "license": [
1428 "MIT"
1429 ],
1430 "authors": [
1431 {
1432 "name": "PHP-FIG",
1433 "homepage": "https://www.php-fig.org/"
1434 }
1435 ],
1436 "description": "Common Container Interface (PHP FIG PSR-11)",
1437 "homepage": "https://github.com/php-fig/container",
1438 "keywords": [
1439 "PSR-11",
1440 "container",
1441 "container-interface",
1442 "container-interop",
1443 "psr"
1444 ],
1445 "support": {
1446 "issues": "https://github.com/php-fig/container/issues",
1447 "source": "https://github.com/php-fig/container/tree/1.1.1"
1448 },
1449 "time": "2021-03-05T17:36:06+00:00"
1450 },
1451 {
1452 "name": "psr/event-dispatcher",
1453 "version": "1.0.0",
1454 "source": {
1455 "type": "git",
1456 "url": "https://github.com/php-fig/event-dispatcher.git",
1457 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
1458 },
1459 "dist": {
1460 "type": "zip",
1461 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
1462 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
1463 "shasum": ""
1464 },
1465 "require": {
1466 "php": ">=7.2.0"
1467 },
1468 "type": "library",
1469 "extra": {
1470 "branch-alias": {
1471 "dev-master": "1.0.x-dev"
1472 }
1473 },
1474 "autoload": {
1475 "psr-4": {
1476 "Psr\\EventDispatcher\\": "src/"
1477 }
1478 },
1479 "notification-url": "https://packagist.org/downloads/",
1480 "license": [
1481 "MIT"
1482 ],
1483 "authors": [
1484 {
1485 "name": "PHP-FIG",
1486 "homepage": "http://www.php-fig.org/"
1487 }
1488 ],
1489 "description": "Standard interfaces for event handling.",
1490 "keywords": [
1491 "events",
1492 "psr",
1493 "psr-14"
1494 ],
1495 "support": {
1496 "issues": "https://github.com/php-fig/event-dispatcher/issues",
1497 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
1498 },
1499 "time": "2019-01-08T18:20:26+00:00"
1500 },
1501 {
1502 "name": "psr/log",
1503 "version": "1.1.4",
1504 "source": {
1505 "type": "git",
1506 "url": "https://github.com/php-fig/log.git",
1507 "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
1508 },
1509 "dist": {
1510 "type": "zip",
1511 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
1512 "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
1513 "shasum": ""
1514 },
1515 "require": {
1516 "php": ">=5.3.0"
1517 },
1518 "type": "library",
1519 "extra": {
1520 "branch-alias": {
1521 "dev-master": "1.1.x-dev"
1522 }
1523 },
1524 "autoload": {
1525 "psr-4": {
1526 "Psr\\Log\\": "Psr/Log/"
1527 }
1528 },
1529 "notification-url": "https://packagist.org/downloads/",
1530 "license": [
1531 "MIT"
1532 ],
1533 "authors": [
1534 {
1535 "name": "PHP-FIG",
1536 "homepage": "https://www.php-fig.org/"
1537 }
1538 ],
1539 "description": "Common interface for logging libraries",
1540 "homepage": "https://github.com/php-fig/log",
1541 "keywords": [
1542 "log",
1543 "psr",
1544 "psr-3"
1545 ],
1546 "support": {
1547 "source": "https://github.com/php-fig/log/tree/1.1.4"
1548 },
1549 "time": "2021-05-03T11:20:27+00:00"
1550 },
1551 {
1552 "name": "sebastian/code-unit-reverse-lookup",
1553 "version": "1.0.2",
1554 "source": {
1555 "type": "git",
1556 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1557 "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
1558 },
1559 "dist": {
1560 "type": "zip",
1561 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
1562 "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
1563 "shasum": ""
1564 },
1565 "require": {
1566 "php": ">=5.6"
1567 },
1568 "require-dev": {
1569 "phpunit/phpunit": "^8.5"
1570 },
1571 "type": "library",
1572 "extra": {
1573 "branch-alias": {
1574 "dev-master": "1.0.x-dev"
1575 }
1576 },
1577 "autoload": {
1578 "classmap": [
1579 "src/"
1580 ]
1581 },
1582 "notification-url": "https://packagist.org/downloads/",
1583 "license": [
1584 "BSD-3-Clause"
1585 ],
1586 "authors": [
1587 {
1588 "name": "Sebastian Bergmann",
1589 "email": "sebastian@phpunit.de"
1590 }
1591 ],
1592 "description": "Looks up which function or method a line of code belongs to",
1593 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1594 "support": {
1595 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
1596 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2"
1597 },
1598 "funding": [
1599 {
1600 "url": "https://github.com/sebastianbergmann",
1601 "type": "github"
1602 }
1603 ],
1604 "time": "2020-11-30T08:15:22+00:00"
1605 },
1606 {
1607 "name": "sebastian/comparator",
1608 "version": "3.0.3",
1609 "source": {
1610 "type": "git",
1611 "url": "https://github.com/sebastianbergmann/comparator.git",
1612 "reference": "1071dfcef776a57013124ff35e1fc41ccd294758"
1613 },
1614 "dist": {
1615 "type": "zip",
1616 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1071dfcef776a57013124ff35e1fc41ccd294758",
1617 "reference": "1071dfcef776a57013124ff35e1fc41ccd294758",
1618 "shasum": ""
1619 },
1620 "require": {
1621 "php": ">=7.1",
1622 "sebastian/diff": "^3.0",
1623 "sebastian/exporter": "^3.1"
1624 },
1625 "require-dev": {
1626 "phpunit/phpunit": "^8.5"
1627 },
1628 "type": "library",
1629 "extra": {
1630 "branch-alias": {
1631 "dev-master": "3.0-dev"
1632 }
1633 },
1634 "autoload": {
1635 "classmap": [
1636 "src/"
1637 ]
1638 },
1639 "notification-url": "https://packagist.org/downloads/",
1640 "license": [
1641 "BSD-3-Clause"
1642 ],
1643 "authors": [
1644 {
1645 "name": "Sebastian Bergmann",
1646 "email": "sebastian@phpunit.de"
1647 },
1648 {
1649 "name": "Jeff Welch",
1650 "email": "whatthejeff@gmail.com"
1651 },
1652 {
1653 "name": "Volker Dusch",
1654 "email": "github@wallbash.com"
1655 },
1656 {
1657 "name": "Bernhard Schussek",
1658 "email": "bschussek@2bepublished.at"
1659 }
1660 ],
1661 "description": "Provides the functionality to compare PHP values for equality",
1662 "homepage": "https://github.com/sebastianbergmann/comparator",
1663 "keywords": [
1664 "comparator",
1665 "compare",
1666 "equality"
1667 ],
1668 "support": {
1669 "issues": "https://github.com/sebastianbergmann/comparator/issues",
1670 "source": "https://github.com/sebastianbergmann/comparator/tree/3.0.3"
1671 },
1672 "funding": [
1673 {
1674 "url": "https://github.com/sebastianbergmann",
1675 "type": "github"
1676 }
1677 ],
1678 "time": "2020-11-30T08:04:30+00:00"
1679 },
1680 {
1681 "name": "sebastian/diff",
1682 "version": "3.0.3",
1683 "source": {
1684 "type": "git",
1685 "url": "https://github.com/sebastianbergmann/diff.git",
1686 "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211"
1687 },
1688 "dist": {
1689 "type": "zip",
1690 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
1691 "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
1692 "shasum": ""
1693 },
1694 "require": {
1695 "php": ">=7.1"
1696 },
1697 "require-dev": {
1698 "phpunit/phpunit": "^7.5 || ^8.0",
1699 "symfony/process": "^2 || ^3.3 || ^4"
1700 },
1701 "type": "library",
1702 "extra": {
1703 "branch-alias": {
1704 "dev-master": "3.0-dev"
1705 }
1706 },
1707 "autoload": {
1708 "classmap": [
1709 "src/"
1710 ]
1711 },
1712 "notification-url": "https://packagist.org/downloads/",
1713 "license": [
1714 "BSD-3-Clause"
1715 ],
1716 "authors": [
1717 {
1718 "name": "Sebastian Bergmann",
1719 "email": "sebastian@phpunit.de"
1720 },
1721 {
1722 "name": "Kore Nordmann",
1723 "email": "mail@kore-nordmann.de"
1724 }
1725 ],
1726 "description": "Diff implementation",
1727 "homepage": "https://github.com/sebastianbergmann/diff",
1728 "keywords": [
1729 "diff",
1730 "udiff",
1731 "unidiff",
1732 "unified diff"
1733 ],
1734 "support": {
1735 "issues": "https://github.com/sebastianbergmann/diff/issues",
1736 "source": "https://github.com/sebastianbergmann/diff/tree/3.0.3"
1737 },
1738 "funding": [
1739 {
1740 "url": "https://github.com/sebastianbergmann",
1741 "type": "github"
1742 }
1743 ],
1744 "time": "2020-11-30T07:59:04+00:00"
1745 },
1746 {
1747 "name": "sebastian/environment",
1748 "version": "4.2.4",
1749 "source": {
1750 "type": "git",
1751 "url": "https://github.com/sebastianbergmann/environment.git",
1752 "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0"
1753 },
1754 "dist": {
1755 "type": "zip",
1756 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
1757 "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
1758 "shasum": ""
1759 },
1760 "require": {
1761 "php": ">=7.1"
1762 },
1763 "require-dev": {
1764 "phpunit/phpunit": "^7.5"
1765 },
1766 "suggest": {
1767 "ext-posix": "*"
1768 },
1769 "type": "library",
1770 "extra": {
1771 "branch-alias": {
1772 "dev-master": "4.2-dev"
1773 }
1774 },
1775 "autoload": {
1776 "classmap": [
1777 "src/"
1778 ]
1779 },
1780 "notification-url": "https://packagist.org/downloads/",
1781 "license": [
1782 "BSD-3-Clause"
1783 ],
1784 "authors": [
1785 {
1786 "name": "Sebastian Bergmann",
1787 "email": "sebastian@phpunit.de"
1788 }
1789 ],
1790 "description": "Provides functionality to handle HHVM/PHP environments",
1791 "homepage": "http://www.github.com/sebastianbergmann/environment",
1792 "keywords": [
1793 "Xdebug",
1794 "environment",
1795 "hhvm"
1796 ],
1797 "support": {
1798 "issues": "https://github.com/sebastianbergmann/environment/issues",
1799 "source": "https://github.com/sebastianbergmann/environment/tree/4.2.4"
1800 },
1801 "funding": [
1802 {
1803 "url": "https://github.com/sebastianbergmann",
1804 "type": "github"
1805 }
1806 ],
1807 "time": "2020-11-30T07:53:42+00:00"
1808 },
1809 {
1810 "name": "sebastian/exporter",
1811 "version": "3.1.3",
1812 "source": {
1813 "type": "git",
1814 "url": "https://github.com/sebastianbergmann/exporter.git",
1815 "reference": "6b853149eab67d4da22291d36f5b0631c0fd856e"
1816 },
1817 "dist": {
1818 "type": "zip",
1819 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/6b853149eab67d4da22291d36f5b0631c0fd856e",
1820 "reference": "6b853149eab67d4da22291d36f5b0631c0fd856e",
1821 "shasum": ""
1822 },
1823 "require": {
1824 "php": ">=7.0",
1825 "sebastian/recursion-context": "^3.0"
1826 },
1827 "require-dev": {
1828 "ext-mbstring": "*",
1829 "phpunit/phpunit": "^6.0"
1830 },
1831 "type": "library",
1832 "extra": {
1833 "branch-alias": {
1834 "dev-master": "3.1.x-dev"
1835 }
1836 },
1837 "autoload": {
1838 "classmap": [
1839 "src/"
1840 ]
1841 },
1842 "notification-url": "https://packagist.org/downloads/",
1843 "license": [
1844 "BSD-3-Clause"
1845 ],
1846 "authors": [
1847 {
1848 "name": "Sebastian Bergmann",
1849 "email": "sebastian@phpunit.de"
1850 },
1851 {
1852 "name": "Jeff Welch",
1853 "email": "whatthejeff@gmail.com"
1854 },
1855 {
1856 "name": "Volker Dusch",
1857 "email": "github@wallbash.com"
1858 },
1859 {
1860 "name": "Adam Harvey",
1861 "email": "aharvey@php.net"
1862 },
1863 {
1864 "name": "Bernhard Schussek",
1865 "email": "bschussek@gmail.com"
1866 }
1867 ],
1868 "description": "Provides the functionality to export PHP variables for visualization",
1869 "homepage": "http://www.github.com/sebastianbergmann/exporter",
1870 "keywords": [
1871 "export",
1872 "exporter"
1873 ],
1874 "support": {
1875 "issues": "https://github.com/sebastianbergmann/exporter/issues",
1876 "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.3"
1877 },
1878 "funding": [
1879 {
1880 "url": "https://github.com/sebastianbergmann",
1881 "type": "github"
1882 }
1883 ],
1884 "time": "2020-11-30T07:47:53+00:00"
1885 },
1886 {
1887 "name": "sebastian/global-state",
1888 "version": "3.0.1",
1889 "source": {
1890 "type": "git",
1891 "url": "https://github.com/sebastianbergmann/global-state.git",
1892 "reference": "474fb9edb7ab891665d3bfc6317f42a0a150454b"
1893 },
1894 "dist": {
1895 "type": "zip",
1896 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/474fb9edb7ab891665d3bfc6317f42a0a150454b",
1897 "reference": "474fb9edb7ab891665d3bfc6317f42a0a150454b",
1898 "shasum": ""
1899 },
1900 "require": {
1901 "php": ">=7.2",
1902 "sebastian/object-reflector": "^1.1.1",
1903 "sebastian/recursion-context": "^3.0"
1904 },
1905 "require-dev": {
1906 "ext-dom": "*",
1907 "phpunit/phpunit": "^8.0"
1908 },
1909 "suggest": {
1910 "ext-uopz": "*"
1911 },
1912 "type": "library",
1913 "extra": {
1914 "branch-alias": {
1915 "dev-master": "3.0-dev"
1916 }
1917 },
1918 "autoload": {
1919 "classmap": [
1920 "src/"
1921 ]
1922 },
1923 "notification-url": "https://packagist.org/downloads/",
1924 "license": [
1925 "BSD-3-Clause"
1926 ],
1927 "authors": [
1928 {
1929 "name": "Sebastian Bergmann",
1930 "email": "sebastian@phpunit.de"
1931 }
1932 ],
1933 "description": "Snapshotting of global state",
1934 "homepage": "http://www.github.com/sebastianbergmann/global-state",
1935 "keywords": [
1936 "global state"
1937 ],
1938 "support": {
1939 "issues": "https://github.com/sebastianbergmann/global-state/issues",
1940 "source": "https://github.com/sebastianbergmann/global-state/tree/3.0.1"
1941 },
1942 "funding": [
1943 {
1944 "url": "https://github.com/sebastianbergmann",
1945 "type": "github"
1946 }
1947 ],
1948 "time": "2020-11-30T07:43:24+00:00"
1949 },
1950 {
1951 "name": "sebastian/object-enumerator",
1952 "version": "3.0.4",
1953 "source": {
1954 "type": "git",
1955 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1956 "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2"
1957 },
1958 "dist": {
1959 "type": "zip",
1960 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
1961 "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
1962 "shasum": ""
1963 },
1964 "require": {
1965 "php": ">=7.0",
1966 "sebastian/object-reflector": "^1.1.1",
1967 "sebastian/recursion-context": "^3.0"
1968 },
1969 "require-dev": {
1970 "phpunit/phpunit": "^6.0"
1971 },
1972 "type": "library",
1973 "extra": {
1974 "branch-alias": {
1975 "dev-master": "3.0.x-dev"
1976 }
1977 },
1978 "autoload": {
1979 "classmap": [
1980 "src/"
1981 ]
1982 },
1983 "notification-url": "https://packagist.org/downloads/",
1984 "license": [
1985 "BSD-3-Clause"
1986 ],
1987 "authors": [
1988 {
1989 "name": "Sebastian Bergmann",
1990 "email": "sebastian@phpunit.de"
1991 }
1992 ],
1993 "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1994 "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1995 "support": {
1996 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
1997 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/3.0.4"
1998 },
1999 "funding": [
2000 {
2001 "url": "https://github.com/sebastianbergmann",
2002 "type": "github"
2003 }
2004 ],
2005 "time": "2020-11-30T07:40:27+00:00"
2006 },
2007 {
2008 "name": "sebastian/object-reflector",
2009 "version": "1.1.2",
2010 "source": {
2011 "type": "git",
2012 "url": "https://github.com/sebastianbergmann/object-reflector.git",
2013 "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d"
2014 },
2015 "dist": {
2016 "type": "zip",
2017 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
2018 "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
2019 "shasum": ""
2020 },
2021 "require": {
2022 "php": ">=7.0"
2023 },
2024 "require-dev": {
2025 "phpunit/phpunit": "^6.0"
2026 },
2027 "type": "library",
2028 "extra": {
2029 "branch-alias": {
2030 "dev-master": "1.1-dev"
2031 }
2032 },
2033 "autoload": {
2034 "classmap": [
2035 "src/"
2036 ]
2037 },
2038 "notification-url": "https://packagist.org/downloads/",
2039 "license": [
2040 "BSD-3-Clause"
2041 ],
2042 "authors": [
2043 {
2044 "name": "Sebastian Bergmann",
2045 "email": "sebastian@phpunit.de"
2046 }
2047 ],
2048 "description": "Allows reflection of object attributes, including inherited and non-public ones",
2049 "homepage": "https://github.com/sebastianbergmann/object-reflector/",
2050 "support": {
2051 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
2052 "source": "https://github.com/sebastianbergmann/object-reflector/tree/1.1.2"
2053 },
2054 "funding": [
2055 {
2056 "url": "https://github.com/sebastianbergmann",
2057 "type": "github"
2058 }
2059 ],
2060 "time": "2020-11-30T07:37:18+00:00"
2061 },
2062 {
2063 "name": "sebastian/recursion-context",
2064 "version": "3.0.1",
2065 "source": {
2066 "type": "git",
2067 "url": "https://github.com/sebastianbergmann/recursion-context.git",
2068 "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb"
2069 },
2070 "dist": {
2071 "type": "zip",
2072 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb",
2073 "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb",
2074 "shasum": ""
2075 },
2076 "require": {
2077 "php": ">=7.0"
2078 },
2079 "require-dev": {
2080 "phpunit/phpunit": "^6.0"
2081 },
2082 "type": "library",
2083 "extra": {
2084 "branch-alias": {
2085 "dev-master": "3.0.x-dev"
2086 }
2087 },
2088 "autoload": {
2089 "classmap": [
2090 "src/"
2091 ]
2092 },
2093 "notification-url": "https://packagist.org/downloads/",
2094 "license": [
2095 "BSD-3-Clause"
2096 ],
2097 "authors": [
2098 {
2099 "name": "Sebastian Bergmann",
2100 "email": "sebastian@phpunit.de"
2101 },
2102 {
2103 "name": "Jeff Welch",
2104 "email": "whatthejeff@gmail.com"
2105 },
2106 {
2107 "name": "Adam Harvey",
2108 "email": "aharvey@php.net"
2109 }
2110 ],
2111 "description": "Provides functionality to recursively process PHP variables",
2112 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2113 "support": {
2114 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
2115 "source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.1"
2116 },
2117 "funding": [
2118 {
2119 "url": "https://github.com/sebastianbergmann",
2120 "type": "github"
2121 }
2122 ],
2123 "time": "2020-11-30T07:34:24+00:00"
2124 },
2125 {
2126 "name": "sebastian/resource-operations",
2127 "version": "2.0.2",
2128 "source": {
2129 "type": "git",
2130 "url": "https://github.com/sebastianbergmann/resource-operations.git",
2131 "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3"
2132 },
2133 "dist": {
2134 "type": "zip",
2135 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/31d35ca87926450c44eae7e2611d45a7a65ea8b3",
2136 "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3",
2137 "shasum": ""
2138 },
2139 "require": {
2140 "php": ">=7.1"
2141 },
2142 "type": "library",
2143 "extra": {
2144 "branch-alias": {
2145 "dev-master": "2.0-dev"
2146 }
2147 },
2148 "autoload": {
2149 "classmap": [
2150 "src/"
2151 ]
2152 },
2153 "notification-url": "https://packagist.org/downloads/",
2154 "license": [
2155 "BSD-3-Clause"
2156 ],
2157 "authors": [
2158 {
2159 "name": "Sebastian Bergmann",
2160 "email": "sebastian@phpunit.de"
2161 }
2162 ],
2163 "description": "Provides a list of PHP built-in functions that operate on resources",
2164 "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2165 "support": {
2166 "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
2167 "source": "https://github.com/sebastianbergmann/resource-operations/tree/2.0.2"
2168 },
2169 "funding": [
2170 {
2171 "url": "https://github.com/sebastianbergmann",
2172 "type": "github"
2173 }
2174 ],
2175 "time": "2020-11-30T07:30:19+00:00"
2176 },
2177 {
2178 "name": "sebastian/type",
2179 "version": "1.1.4",
2180 "source": {
2181 "type": "git",
2182 "url": "https://github.com/sebastianbergmann/type.git",
2183 "reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4"
2184 },
2185 "dist": {
2186 "type": "zip",
2187 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/0150cfbc4495ed2df3872fb31b26781e4e077eb4",
2188 "reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4",
2189 "shasum": ""
2190 },
2191 "require": {
2192 "php": ">=7.2"
2193 },
2194 "require-dev": {
2195 "phpunit/phpunit": "^8.2"
2196 },
2197 "type": "library",
2198 "extra": {
2199 "branch-alias": {
2200 "dev-master": "1.1-dev"
2201 }
2202 },
2203 "autoload": {
2204 "classmap": [
2205 "src/"
2206 ]
2207 },
2208 "notification-url": "https://packagist.org/downloads/",
2209 "license": [
2210 "BSD-3-Clause"
2211 ],
2212 "authors": [
2213 {
2214 "name": "Sebastian Bergmann",
2215 "email": "sebastian@phpunit.de",
2216 "role": "lead"
2217 }
2218 ],
2219 "description": "Collection of value objects that represent the types of the PHP type system",
2220 "homepage": "https://github.com/sebastianbergmann/type",
2221 "support": {
2222 "issues": "https://github.com/sebastianbergmann/type/issues",
2223 "source": "https://github.com/sebastianbergmann/type/tree/1.1.4"
2224 },
2225 "funding": [
2226 {
2227 "url": "https://github.com/sebastianbergmann",
2228 "type": "github"
2229 }
2230 ],
2231 "time": "2020-11-30T07:25:11+00:00"
2232 },
2233 {
2234 "name": "sebastian/version",
2235 "version": "2.0.1",
2236 "source": {
2237 "type": "git",
2238 "url": "https://github.com/sebastianbergmann/version.git",
2239 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2240 },
2241 "dist": {
2242 "type": "zip",
2243 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
2244 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2245 "shasum": ""
2246 },
2247 "require": {
2248 "php": ">=5.6"
2249 },
2250 "type": "library",
2251 "extra": {
2252 "branch-alias": {
2253 "dev-master": "2.0.x-dev"
2254 }
2255 },
2256 "autoload": {
2257 "classmap": [
2258 "src/"
2259 ]
2260 },
2261 "notification-url": "https://packagist.org/downloads/",
2262 "license": [
2263 "BSD-3-Clause"
2264 ],
2265 "authors": [
2266 {
2267 "name": "Sebastian Bergmann",
2268 "email": "sebastian@phpunit.de",
2269 "role": "lead"
2270 }
2271 ],
2272 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2273 "homepage": "https://github.com/sebastianbergmann/version",
2274 "support": {
2275 "issues": "https://github.com/sebastianbergmann/version/issues",
2276 "source": "https://github.com/sebastianbergmann/version/tree/master"
2277 },
2278 "time": "2016-10-03T07:35:21+00:00"
2279 },
2280 {
2281 "name": "squizlabs/php_codesniffer",
2282 "version": "3.5.5",
2283 "source": {
2284 "type": "git",
2285 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2286 "reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6"
2287 },
2288 "dist": {
2289 "type": "zip",
2290 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
2291 "reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
2292 "shasum": ""
2293 },
2294 "require": {
2295 "ext-simplexml": "*",
2296 "ext-tokenizer": "*",
2297 "ext-xmlwriter": "*",
2298 "php": ">=5.4.0"
2299 },
2300 "require-dev": {
2301 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
2302 },
2303 "bin": [
2304 "bin/phpcs",
2305 "bin/phpcbf"
2306 ],
2307 "type": "library",
2308 "extra": {
2309 "branch-alias": {
2310 "dev-master": "3.x-dev"
2311 }
2312 },
2313 "notification-url": "https://packagist.org/downloads/",
2314 "license": [
2315 "BSD-3-Clause"
2316 ],
2317 "authors": [
2318 {
2319 "name": "Greg Sherwood",
2320 "role": "lead"
2321 }
2322 ],
2323 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
2324 "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
2325 "keywords": [
2326 "phpcs",
2327 "standards"
2328 ],
2329 "time": "2020-04-17T01:09:41+00:00"
2330 },
2331 {
2332 "name": "symfony/console",
2333 "version": "v5.3.6",
2334 "source": {
2335 "type": "git",
2336 "url": "https://github.com/symfony/console.git",
2337 "reference": "51b71afd6d2dc8f5063199357b9880cea8d8bfe2"
2338 },
2339 "dist": {
2340 "type": "zip",
2341 "url": "https://api.github.com/repos/symfony/console/zipball/51b71afd6d2dc8f5063199357b9880cea8d8bfe2",
2342 "reference": "51b71afd6d2dc8f5063199357b9880cea8d8bfe2",
2343 "shasum": ""
2344 },
2345 "require": {
2346 "php": ">=7.2.5",
2347 "symfony/deprecation-contracts": "^2.1",
2348 "symfony/polyfill-mbstring": "~1.0",
2349 "symfony/polyfill-php73": "^1.8",
2350 "symfony/polyfill-php80": "^1.16",
2351 "symfony/service-contracts": "^1.1|^2",
2352 "symfony/string": "^5.1"
2353 },
2354 "conflict": {
2355 "psr/log": ">=3",
2356 "symfony/dependency-injection": "<4.4",
2357 "symfony/dotenv": "<5.1",
2358 "symfony/event-dispatcher": "<4.4",
2359 "symfony/lock": "<4.4",
2360 "symfony/process": "<4.4"
2361 },
2362 "provide": {
2363 "psr/log-implementation": "1.0|2.0"
2364 },
2365 "require-dev": {
2366 "psr/log": "^1|^2",
2367 "symfony/config": "^4.4|^5.0",
2368 "symfony/dependency-injection": "^4.4|^5.0",
2369 "symfony/event-dispatcher": "^4.4|^5.0",
2370 "symfony/lock": "^4.4|^5.0",
2371 "symfony/process": "^4.4|^5.0",
2372 "symfony/var-dumper": "^4.4|^5.0"
2373 },
2374 "suggest": {
2375 "psr/log": "For using the console logger",
2376 "symfony/event-dispatcher": "",
2377 "symfony/lock": "",
2378 "symfony/process": ""
2379 },
2380 "type": "library",
2381 "autoload": {
2382 "psr-4": {
2383 "Symfony\\Component\\Console\\": ""
2384 },
2385 "exclude-from-classmap": [
2386 "/Tests/"
2387 ]
2388 },
2389 "notification-url": "https://packagist.org/downloads/",
2390 "license": [
2391 "MIT"
2392 ],
2393 "authors": [
2394 {
2395 "name": "Fabien Potencier",
2396 "email": "fabien@symfony.com"
2397 },
2398 {
2399 "name": "Symfony Community",
2400 "homepage": "https://symfony.com/contributors"
2401 }
2402 ],
2403 "description": "Eases the creation of beautiful and testable command line interfaces",
2404 "homepage": "https://symfony.com",
2405 "keywords": [
2406 "cli",
2407 "command line",
2408 "console",
2409 "terminal"
2410 ],
2411 "support": {
2412 "source": "https://github.com/symfony/console/tree/v5.3.6"
2413 },
2414 "funding": [
2415 {
2416 "url": "https://symfony.com/sponsor",
2417 "type": "custom"
2418 },
2419 {
2420 "url": "https://github.com/fabpot",
2421 "type": "github"
2422 },
2423 {
2424 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2425 "type": "tidelift"
2426 }
2427 ],
2428 "time": "2021-07-27T19:10:22+00:00"
2429 },
2430 {
2431 "name": "symfony/deprecation-contracts",
2432 "version": "v2.4.0",
2433 "source": {
2434 "type": "git",
2435 "url": "https://github.com/symfony/deprecation-contracts.git",
2436 "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
2437 },
2438 "dist": {
2439 "type": "zip",
2440 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627",
2441 "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627",
2442 "shasum": ""
2443 },
2444 "require": {
2445 "php": ">=7.1"
2446 },
2447 "type": "library",
2448 "extra": {
2449 "branch-alias": {
2450 "dev-main": "2.4-dev"
2451 },
2452 "thanks": {
2453 "name": "symfony/contracts",
2454 "url": "https://github.com/symfony/contracts"
2455 }
2456 },
2457 "autoload": {
2458 "files": [
2459 "function.php"
2460 ]
2461 },
2462 "notification-url": "https://packagist.org/downloads/",
2463 "license": [
2464 "MIT"
2465 ],
2466 "authors": [
2467 {
2468 "name": "Nicolas Grekas",
2469 "email": "p@tchwork.com"
2470 },
2471 {
2472 "name": "Symfony Community",
2473 "homepage": "https://symfony.com/contributors"
2474 }
2475 ],
2476 "description": "A generic function and convention to trigger deprecation notices",
2477 "homepage": "https://symfony.com",
2478 "support": {
2479 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.0"
2480 },
2481 "funding": [
2482 {
2483 "url": "https://symfony.com/sponsor",
2484 "type": "custom"
2485 },
2486 {
2487 "url": "https://github.com/fabpot",
2488 "type": "github"
2489 },
2490 {
2491 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2492 "type": "tidelift"
2493 }
2494 ],
2495 "time": "2021-03-23T23:28:01+00:00"
2496 },
2497 {
2498 "name": "symfony/event-dispatcher",
2499 "version": "v5.3.4",
2500 "source": {
2501 "type": "git",
2502 "url": "https://github.com/symfony/event-dispatcher.git",
2503 "reference": "f2fd2208157553874560f3645d4594303058c4bd"
2504 },
2505 "dist": {
2506 "type": "zip",
2507 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f2fd2208157553874560f3645d4594303058c4bd",
2508 "reference": "f2fd2208157553874560f3645d4594303058c4bd",
2509 "shasum": ""
2510 },
2511 "require": {
2512 "php": ">=7.2.5",
2513 "symfony/deprecation-contracts": "^2.1",
2514 "symfony/event-dispatcher-contracts": "^2",
2515 "symfony/polyfill-php80": "^1.16"
2516 },
2517 "conflict": {
2518 "symfony/dependency-injection": "<4.4"
2519 },
2520 "provide": {
2521 "psr/event-dispatcher-implementation": "1.0",
2522 "symfony/event-dispatcher-implementation": "2.0"
2523 },
2524 "require-dev": {
2525 "psr/log": "^1|^2|^3",
2526 "symfony/config": "^4.4|^5.0",
2527 "symfony/dependency-injection": "^4.4|^5.0",
2528 "symfony/error-handler": "^4.4|^5.0",
2529 "symfony/expression-language": "^4.4|^5.0",
2530 "symfony/http-foundation": "^4.4|^5.0",
2531 "symfony/service-contracts": "^1.1|^2",
2532 "symfony/stopwatch": "^4.4|^5.0"
2533 },
2534 "suggest": {
2535 "symfony/dependency-injection": "",
2536 "symfony/http-kernel": ""
2537 },
2538 "type": "library",
2539 "autoload": {
2540 "psr-4": {
2541 "Symfony\\Component\\EventDispatcher\\": ""
2542 },
2543 "exclude-from-classmap": [
2544 "/Tests/"
2545 ]
2546 },
2547 "notification-url": "https://packagist.org/downloads/",
2548 "license": [
2549 "MIT"
2550 ],
2551 "authors": [
2552 {
2553 "name": "Fabien Potencier",
2554 "email": "fabien@symfony.com"
2555 },
2556 {
2557 "name": "Symfony Community",
2558 "homepage": "https://symfony.com/contributors"
2559 }
2560 ],
2561 "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
2562 "homepage": "https://symfony.com",
2563 "support": {
2564 "source": "https://github.com/symfony/event-dispatcher/tree/v5.3.4"
2565 },
2566 "funding": [
2567 {
2568 "url": "https://symfony.com/sponsor",
2569 "type": "custom"
2570 },
2571 {
2572 "url": "https://github.com/fabpot",
2573 "type": "github"
2574 },
2575 {
2576 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2577 "type": "tidelift"
2578 }
2579 ],
2580 "time": "2021-07-23T15:55:36+00:00"
2581 },
2582 {
2583 "name": "symfony/event-dispatcher-contracts",
2584 "version": "v2.4.0",
2585 "source": {
2586 "type": "git",
2587 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
2588 "reference": "69fee1ad2332a7cbab3aca13591953da9cdb7a11"
2589 },
2590 "dist": {
2591 "type": "zip",
2592 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/69fee1ad2332a7cbab3aca13591953da9cdb7a11",
2593 "reference": "69fee1ad2332a7cbab3aca13591953da9cdb7a11",
2594 "shasum": ""
2595 },
2596 "require": {
2597 "php": ">=7.2.5",
2598 "psr/event-dispatcher": "^1"
2599 },
2600 "suggest": {
2601 "symfony/event-dispatcher-implementation": ""
2602 },
2603 "type": "library",
2604 "extra": {
2605 "branch-alias": {
2606 "dev-main": "2.4-dev"
2607 },
2608 "thanks": {
2609 "name": "symfony/contracts",
2610 "url": "https://github.com/symfony/contracts"
2611 }
2612 },
2613 "autoload": {
2614 "psr-4": {
2615 "Symfony\\Contracts\\EventDispatcher\\": ""
2616 }
2617 },
2618 "notification-url": "https://packagist.org/downloads/",
2619 "license": [
2620 "MIT"
2621 ],
2622 "authors": [
2623 {
2624 "name": "Nicolas Grekas",
2625 "email": "p@tchwork.com"
2626 },
2627 {
2628 "name": "Symfony Community",
2629 "homepage": "https://symfony.com/contributors"
2630 }
2631 ],
2632 "description": "Generic abstractions related to dispatching event",
2633 "homepage": "https://symfony.com",
2634 "keywords": [
2635 "abstractions",
2636 "contracts",
2637 "decoupling",
2638 "interfaces",
2639 "interoperability",
2640 "standards"
2641 ],
2642 "support": {
2643 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.4.0"
2644 },
2645 "funding": [
2646 {
2647 "url": "https://symfony.com/sponsor",
2648 "type": "custom"
2649 },
2650 {
2651 "url": "https://github.com/fabpot",
2652 "type": "github"
2653 },
2654 {
2655 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2656 "type": "tidelift"
2657 }
2658 ],
2659 "time": "2021-03-23T23:28:01+00:00"
2660 },
2661 {
2662 "name": "symfony/filesystem",
2663 "version": "v5.3.4",
2664 "source": {
2665 "type": "git",
2666 "url": "https://github.com/symfony/filesystem.git",
2667 "reference": "343f4fe324383ca46792cae728a3b6e2f708fb32"
2668 },
2669 "dist": {
2670 "type": "zip",
2671 "url": "https://api.github.com/repos/symfony/filesystem/zipball/343f4fe324383ca46792cae728a3b6e2f708fb32",
2672 "reference": "343f4fe324383ca46792cae728a3b6e2f708fb32",
2673 "shasum": ""
2674 },
2675 "require": {
2676 "php": ">=7.2.5",
2677 "symfony/polyfill-ctype": "~1.8",
2678 "symfony/polyfill-php80": "^1.16"
2679 },
2680 "type": "library",
2681 "autoload": {
2682 "psr-4": {
2683 "Symfony\\Component\\Filesystem\\": ""
2684 },
2685 "exclude-from-classmap": [
2686 "/Tests/"
2687 ]
2688 },
2689 "notification-url": "https://packagist.org/downloads/",
2690 "license": [
2691 "MIT"
2692 ],
2693 "authors": [
2694 {
2695 "name": "Fabien Potencier",
2696 "email": "fabien@symfony.com"
2697 },
2698 {
2699 "name": "Symfony Community",
2700 "homepage": "https://symfony.com/contributors"
2701 }
2702 ],
2703 "description": "Provides basic utilities for the filesystem",
2704 "homepage": "https://symfony.com",
2705 "support": {
2706 "source": "https://github.com/symfony/filesystem/tree/v5.3.4"
2707 },
2708 "funding": [
2709 {
2710 "url": "https://symfony.com/sponsor",
2711 "type": "custom"
2712 },
2713 {
2714 "url": "https://github.com/fabpot",
2715 "type": "github"
2716 },
2717 {
2718 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2719 "type": "tidelift"
2720 }
2721 ],
2722 "time": "2021-07-21T12:40:44+00:00"
2723 },
2724 {
2725 "name": "symfony/finder",
2726 "version": "v5.1.2",
2727 "source": {
2728 "type": "git",
2729 "url": "https://github.com/symfony/finder.git",
2730 "reference": "4298870062bfc667cb78d2b379be4bf5dec5f187"
2731 },
2732 "dist": {
2733 "type": "zip",
2734 "url": "https://api.github.com/repos/symfony/finder/zipball/4298870062bfc667cb78d2b379be4bf5dec5f187",
2735 "reference": "4298870062bfc667cb78d2b379be4bf5dec5f187",
2736 "shasum": ""
2737 },
2738 "require": {
2739 "php": ">=7.2.5"
2740 },
2741 "type": "library",
2742 "extra": {
2743 "branch-alias": {
2744 "dev-master": "5.1-dev"
2745 }
2746 },
2747 "autoload": {
2748 "psr-4": {
2749 "Symfony\\Component\\Finder\\": ""
2750 },
2751 "exclude-from-classmap": [
2752 "/Tests/"
2753 ]
2754 },
2755 "notification-url": "https://packagist.org/downloads/",
2756 "license": [
2757 "MIT"
2758 ],
2759 "authors": [
2760 {
2761 "name": "Fabien Potencier",
2762 "email": "fabien@symfony.com"
2763 },
2764 {
2765 "name": "Symfony Community",
2766 "homepage": "https://symfony.com/contributors"
2767 }
2768 ],
2769 "description": "Symfony Finder Component",
2770 "homepage": "https://symfony.com",
2771 "time": "2020-05-20T17:43:50+00:00"
2772 },
2773 {
2774 "name": "symfony/http-foundation",
2775 "version": "v2.7.4",
2776 "source": {
2777 "type": "git",
2778 "url": "https://github.com/symfony/http-foundation.git",
2779 "reference": "7253c2041652353e71560bbd300d6256d170ddaf"
2780 },
2781 "dist": {
2782 "type": "zip",
2783 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/7253c2041652353e71560bbd300d6256d170ddaf",
2784 "reference": "7253c2041652353e71560bbd300d6256d170ddaf",
2785 "shasum": ""
2786 },
2787 "require": {
2788 "php": ">=5.3.9"
2789 },
2790 "require-dev": {
2791 "symfony/expression-language": "~2.4",
2792 "symfony/phpunit-bridge": "~2.7"
2793 },
2794 "type": "library",
2795 "extra": {
2796 "branch-alias": {
2797 "dev-master": "2.7-dev"
2798 }
2799 },
2800 "autoload": {
2801 "psr-4": {
2802 "Symfony\\Component\\HttpFoundation\\": ""
2803 },
2804 "classmap": [
2805 "Resources/stubs"
2806 ]
2807 },
2808 "notification-url": "https://packagist.org/downloads/",
2809 "license": [
2810 "MIT"
2811 ],
2812 "authors": [
2813 {
2814 "name": "Fabien Potencier",
2815 "email": "fabien@symfony.com"
2816 },
2817 {
2818 "name": "Symfony Community",
2819 "homepage": "https://symfony.com/contributors"
2820 }
2821 ],
2822 "description": "Symfony HttpFoundation Component",
2823 "homepage": "https://symfony.com",
2824 "time": "2015-08-27T06:45:45+00:00"
2825 },
2826 {
2827 "name": "symfony/options-resolver",
2828 "version": "v5.3.4",
2829 "source": {
2830 "type": "git",
2831 "url": "https://github.com/symfony/options-resolver.git",
2832 "reference": "a603e5701bd6e305cfc777a8b50bf081ef73105e"
2833 },
2834 "dist": {
2835 "type": "zip",
2836 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/a603e5701bd6e305cfc777a8b50bf081ef73105e",
2837 "reference": "a603e5701bd6e305cfc777a8b50bf081ef73105e",
2838 "shasum": ""
2839 },
2840 "require": {
2841 "php": ">=7.2.5",
2842 "symfony/deprecation-contracts": "^2.1",
2843 "symfony/polyfill-php73": "~1.0",
2844 "symfony/polyfill-php80": "^1.16"
2845 },
2846 "type": "library",
2847 "autoload": {
2848 "psr-4": {
2849 "Symfony\\Component\\OptionsResolver\\": ""
2850 },
2851 "exclude-from-classmap": [
2852 "/Tests/"
2853 ]
2854 },
2855 "notification-url": "https://packagist.org/downloads/",
2856 "license": [
2857 "MIT"
2858 ],
2859 "authors": [
2860 {
2861 "name": "Fabien Potencier",
2862 "email": "fabien@symfony.com"
2863 },
2864 {
2865 "name": "Symfony Community",
2866 "homepage": "https://symfony.com/contributors"
2867 }
2868 ],
2869 "description": "Provides an improved replacement for the array_replace PHP function",
2870 "homepage": "https://symfony.com",
2871 "keywords": [
2872 "config",
2873 "configuration",
2874 "options"
2875 ],
2876 "support": {
2877 "source": "https://github.com/symfony/options-resolver/tree/v5.3.4"
2878 },
2879 "funding": [
2880 {
2881 "url": "https://symfony.com/sponsor",
2882 "type": "custom"
2883 },
2884 {
2885 "url": "https://github.com/fabpot",
2886 "type": "github"
2887 },
2888 {
2889 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2890 "type": "tidelift"
2891 }
2892 ],
2893 "time": "2021-07-23T15:55:36+00:00"
2894 },
2895 {
2896 "name": "symfony/polyfill-ctype",
2897 "version": "v1.23.0",
2898 "source": {
2899 "type": "git",
2900 "url": "https://github.com/symfony/polyfill-ctype.git",
2901 "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
2902 },
2903 "dist": {
2904 "type": "zip",
2905 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
2906 "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
2907 "shasum": ""
2908 },
2909 "require": {
2910 "php": ">=7.1"
2911 },
2912 "suggest": {
2913 "ext-ctype": "For best performance"
2914 },
2915 "type": "library",
2916 "extra": {
2917 "branch-alias": {
2918 "dev-main": "1.23-dev"
2919 },
2920 "thanks": {
2921 "name": "symfony/polyfill",
2922 "url": "https://github.com/symfony/polyfill"
2923 }
2924 },
2925 "autoload": {
2926 "psr-4": {
2927 "Symfony\\Polyfill\\Ctype\\": ""
2928 },
2929 "files": [
2930 "bootstrap.php"
2931 ]
2932 },
2933 "notification-url": "https://packagist.org/downloads/",
2934 "license": [
2935 "MIT"
2936 ],
2937 "authors": [
2938 {
2939 "name": "Gert de Pagter",
2940 "email": "BackEndTea@gmail.com"
2941 },
2942 {
2943 "name": "Symfony Community",
2944 "homepage": "https://symfony.com/contributors"
2945 }
2946 ],
2947 "description": "Symfony polyfill for ctype functions",
2948 "homepage": "https://symfony.com",
2949 "keywords": [
2950 "compatibility",
2951 "ctype",
2952 "polyfill",
2953 "portable"
2954 ],
2955 "support": {
2956 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0"
2957 },
2958 "funding": [
2959 {
2960 "url": "https://symfony.com/sponsor",
2961 "type": "custom"
2962 },
2963 {
2964 "url": "https://github.com/fabpot",
2965 "type": "github"
2966 },
2967 {
2968 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2969 "type": "tidelift"
2970 }
2971 ],
2972 "time": "2021-02-19T12:13:01+00:00"
2973 },
2974 {
2975 "name": "symfony/polyfill-intl-grapheme",
2976 "version": "v1.23.1",
2977 "source": {
2978 "type": "git",
2979 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
2980 "reference": "16880ba9c5ebe3642d1995ab866db29270b36535"
2981 },
2982 "dist": {
2983 "type": "zip",
2984 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/16880ba9c5ebe3642d1995ab866db29270b36535",
2985 "reference": "16880ba9c5ebe3642d1995ab866db29270b36535",
2986 "shasum": ""
2987 },
2988 "require": {
2989 "php": ">=7.1"
2990 },
2991 "suggest": {
2992 "ext-intl": "For best performance"
2993 },
2994 "type": "library",
2995 "extra": {
2996 "branch-alias": {
2997 "dev-main": "1.23-dev"
2998 },
2999 "thanks": {
3000 "name": "symfony/polyfill",
3001 "url": "https://github.com/symfony/polyfill"
3002 }
3003 },
3004 "autoload": {
3005 "psr-4": {
3006 "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
3007 },
3008 "files": [
3009 "bootstrap.php"
3010 ]
3011 },
3012 "notification-url": "https://packagist.org/downloads/",
3013 "license": [
3014 "MIT"
3015 ],
3016 "authors": [
3017 {
3018 "name": "Nicolas Grekas",
3019 "email": "p@tchwork.com"
3020 },
3021 {
3022 "name": "Symfony Community",
3023 "homepage": "https://symfony.com/contributors"
3024 }
3025 ],
3026 "description": "Symfony polyfill for intl's grapheme_* functions",
3027 "homepage": "https://symfony.com",
3028 "keywords": [
3029 "compatibility",
3030 "grapheme",
3031 "intl",
3032 "polyfill",
3033 "portable",
3034 "shim"
3035 ],
3036 "support": {
3037 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.23.1"
3038 },
3039 "funding": [
3040 {
3041 "url": "https://symfony.com/sponsor",
3042 "type": "custom"
3043 },
3044 {
3045 "url": "https://github.com/fabpot",
3046 "type": "github"
3047 },
3048 {
3049 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3050 "type": "tidelift"
3051 }
3052 ],
3053 "time": "2021-05-27T12:26:48+00:00"
3054 },
3055 {
3056 "name": "symfony/polyfill-intl-normalizer",
3057 "version": "v1.23.0",
3058 "source": {
3059 "type": "git",
3060 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
3061 "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
3062 },
3063 "dist": {
3064 "type": "zip",
3065 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
3066 "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
3067 "shasum": ""
3068 },
3069 "require": {
3070 "php": ">=7.1"
3071 },
3072 "suggest": {
3073 "ext-intl": "For best performance"
3074 },
3075 "type": "library",
3076 "extra": {
3077 "branch-alias": {
3078 "dev-main": "1.23-dev"
3079 },
3080 "thanks": {
3081 "name": "symfony/polyfill",
3082 "url": "https://github.com/symfony/polyfill"
3083 }
3084 },
3085 "autoload": {
3086 "psr-4": {
3087 "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
3088 },
3089 "files": [
3090 "bootstrap.php"
3091 ],
3092 "classmap": [
3093 "Resources/stubs"
3094 ]
3095 },
3096 "notification-url": "https://packagist.org/downloads/",
3097 "license": [
3098 "MIT"
3099 ],
3100 "authors": [
3101 {
3102 "name": "Nicolas Grekas",
3103 "email": "p@tchwork.com"
3104 },
3105 {
3106 "name": "Symfony Community",
3107 "homepage": "https://symfony.com/contributors"
3108 }
3109 ],
3110 "description": "Symfony polyfill for intl's Normalizer class and related functions",
3111 "homepage": "https://symfony.com",
3112 "keywords": [
3113 "compatibility",
3114 "intl",
3115 "normalizer",
3116 "polyfill",
3117 "portable",
3118 "shim"
3119 ],
3120 "support": {
3121 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0"
3122 },
3123 "funding": [
3124 {
3125 "url": "https://symfony.com/sponsor",
3126 "type": "custom"
3127 },
3128 {
3129 "url": "https://github.com/fabpot",
3130 "type": "github"
3131 },
3132 {
3133 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3134 "type": "tidelift"
3135 }
3136 ],
3137 "time": "2021-02-19T12:13:01+00:00"
3138 },
3139 {
3140 "name": "symfony/polyfill-mbstring",
3141 "version": "v1.17.1",
3142 "source": {
3143 "type": "git",
3144 "url": "https://github.com/symfony/polyfill-mbstring.git",
3145 "reference": "7110338d81ce1cbc3e273136e4574663627037a7"
3146 },
3147 "dist": {
3148 "type": "zip",
3149 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7110338d81ce1cbc3e273136e4574663627037a7",
3150 "reference": "7110338d81ce1cbc3e273136e4574663627037a7",
3151 "shasum": ""
3152 },
3153 "require": {
3154 "php": ">=5.3.3"
3155 },
3156 "suggest": {
3157 "ext-mbstring": "For best performance"
3158 },
3159 "type": "library",
3160 "extra": {
3161 "branch-alias": {
3162 "dev-master": "1.17-dev"
3163 },
3164 "thanks": {
3165 "name": "symfony/polyfill",
3166 "url": "https://github.com/symfony/polyfill"
3167 }
3168 },
3169 "autoload": {
3170 "psr-4": {
3171 "Symfony\\Polyfill\\Mbstring\\": ""
3172 },
3173 "files": [
3174 "bootstrap.php"
3175 ]
3176 },
3177 "notification-url": "https://packagist.org/downloads/",
3178 "license": [
3179 "MIT"
3180 ],
3181 "authors": [
3182 {
3183 "name": "Nicolas Grekas",
3184 "email": "p@tchwork.com"
3185 },
3186 {
3187 "name": "Symfony Community",
3188 "homepage": "https://symfony.com/contributors"
3189 }
3190 ],
3191 "description": "Symfony polyfill for the Mbstring extension",
3192 "homepage": "https://symfony.com",
3193 "keywords": [
3194 "compatibility",
3195 "mbstring",
3196 "polyfill",
3197 "portable",
3198 "shim"
3199 ],
3200 "time": "2020-06-06T08:46:27+00:00"
3201 },
3202 {
3203 "name": "symfony/polyfill-php72",
3204 "version": "v1.23.0",
3205 "source": {
3206 "type": "git",
3207 "url": "https://github.com/symfony/polyfill-php72.git",
3208 "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
3209 },
3210 "dist": {
3211 "type": "zip",
3212 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
3213 "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
3214 "shasum": ""
3215 },
3216 "require": {
3217 "php": ">=7.1"
3218 },
3219 "type": "library",
3220 "extra": {
3221 "branch-alias": {
3222 "dev-main": "1.23-dev"
3223 },
3224 "thanks": {
3225 "name": "symfony/polyfill",
3226 "url": "https://github.com/symfony/polyfill"
3227 }
3228 },
3229 "autoload": {
3230 "psr-4": {
3231 "Symfony\\Polyfill\\Php72\\": ""
3232 },
3233 "files": [
3234 "bootstrap.php"
3235 ]
3236 },
3237 "notification-url": "https://packagist.org/downloads/",
3238 "license": [
3239 "MIT"
3240 ],
3241 "authors": [
3242 {
3243 "name": "Nicolas Grekas",
3244 "email": "p@tchwork.com"
3245 },
3246 {
3247 "name": "Symfony Community",
3248 "homepage": "https://symfony.com/contributors"
3249 }
3250 ],
3251 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
3252 "homepage": "https://symfony.com",
3253 "keywords": [
3254 "compatibility",
3255 "polyfill",
3256 "portable",
3257 "shim"
3258 ],
3259 "support": {
3260 "source": "https://github.com/symfony/polyfill-php72/tree/v1.23.0"
3261 },
3262 "funding": [
3263 {
3264 "url": "https://symfony.com/sponsor",
3265 "type": "custom"
3266 },
3267 {
3268 "url": "https://github.com/fabpot",
3269 "type": "github"
3270 },
3271 {
3272 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3273 "type": "tidelift"
3274 }
3275 ],
3276 "time": "2021-05-27T09:17:38+00:00"
3277 },
3278 {
3279 "name": "symfony/polyfill-php73",
3280 "version": "v1.23.0",
3281 "source": {
3282 "type": "git",
3283 "url": "https://github.com/symfony/polyfill-php73.git",
3284 "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
3285 },
3286 "dist": {
3287 "type": "zip",
3288 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
3289 "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
3290 "shasum": ""
3291 },
3292 "require": {
3293 "php": ">=7.1"
3294 },
3295 "type": "library",
3296 "extra": {
3297 "branch-alias": {
3298 "dev-main": "1.23-dev"
3299 },
3300 "thanks": {
3301 "name": "symfony/polyfill",
3302 "url": "https://github.com/symfony/polyfill"
3303 }
3304 },
3305 "autoload": {
3306 "psr-4": {
3307 "Symfony\\Polyfill\\Php73\\": ""
3308 },
3309 "files": [
3310 "bootstrap.php"
3311 ],
3312 "classmap": [
3313 "Resources/stubs"
3314 ]
3315 },
3316 "notification-url": "https://packagist.org/downloads/",
3317 "license": [
3318 "MIT"
3319 ],
3320 "authors": [
3321 {
3322 "name": "Nicolas Grekas",
3323 "email": "p@tchwork.com"
3324 },
3325 {
3326 "name": "Symfony Community",
3327 "homepage": "https://symfony.com/contributors"
3328 }
3329 ],
3330 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
3331 "homepage": "https://symfony.com",
3332 "keywords": [
3333 "compatibility",
3334 "polyfill",
3335 "portable",
3336 "shim"
3337 ],
3338 "support": {
3339 "source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0"
3340 },
3341 "funding": [
3342 {
3343 "url": "https://symfony.com/sponsor",
3344 "type": "custom"
3345 },
3346 {
3347 "url": "https://github.com/fabpot",
3348 "type": "github"
3349 },
3350 {
3351 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3352 "type": "tidelift"
3353 }
3354 ],
3355 "time": "2021-02-19T12:13:01+00:00"
3356 },
3357 {
3358 "name": "symfony/polyfill-php80",
3359 "version": "v1.17.1",
3360 "source": {
3361 "type": "git",
3362 "url": "https://github.com/symfony/polyfill-php80.git",
3363 "reference": "4a5b6bba3259902e386eb80dd1956181ee90b5b2"
3364 },
3365 "dist": {
3366 "type": "zip",
3367 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4a5b6bba3259902e386eb80dd1956181ee90b5b2",
3368 "reference": "4a5b6bba3259902e386eb80dd1956181ee90b5b2",
3369 "shasum": ""
3370 },
3371 "require": {
3372 "php": ">=7.0.8"
3373 },
3374 "type": "library",
3375 "extra": {
3376 "branch-alias": {
3377 "dev-master": "1.17-dev"
3378 },
3379 "thanks": {
3380 "name": "symfony/polyfill",
3381 "url": "https://github.com/symfony/polyfill"
3382 }
3383 },
3384 "autoload": {
3385 "psr-4": {
3386 "Symfony\\Polyfill\\Php80\\": ""
3387 },
3388 "files": [
3389 "bootstrap.php"
3390 ],
3391 "classmap": [
3392 "Resources/stubs"
3393 ]
3394 },
3395 "notification-url": "https://packagist.org/downloads/",
3396 "license": [
3397 "MIT"
3398 ],
3399 "authors": [
3400 {
3401 "name": "Ion Bazan",
3402 "email": "ion.bazan@gmail.com"
3403 },
3404 {
3405 "name": "Nicolas Grekas",
3406 "email": "p@tchwork.com"
3407 },
3408 {
3409 "name": "Symfony Community",
3410 "homepage": "https://symfony.com/contributors"
3411 }
3412 ],
3413 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
3414 "homepage": "https://symfony.com",
3415 "keywords": [
3416 "compatibility",
3417 "polyfill",
3418 "portable",
3419 "shim"
3420 ],
3421 "time": "2020-06-06T08:46:27+00:00"
3422 },
3423 {
3424 "name": "symfony/process",
3425 "version": "v5.3.4",
3426 "source": {
3427 "type": "git",
3428 "url": "https://github.com/symfony/process.git",
3429 "reference": "d16634ee55b895bd85ec714dadc58e4428ecf030"
3430 },
3431 "dist": {
3432 "type": "zip",
3433 "url": "https://api.github.com/repos/symfony/process/zipball/d16634ee55b895bd85ec714dadc58e4428ecf030",
3434 "reference": "d16634ee55b895bd85ec714dadc58e4428ecf030",
3435 "shasum": ""
3436 },
3437 "require": {
3438 "php": ">=7.2.5",
3439 "symfony/polyfill-php80": "^1.16"
3440 },
3441 "type": "library",
3442 "autoload": {
3443 "psr-4": {
3444 "Symfony\\Component\\Process\\": ""
3445 },
3446 "exclude-from-classmap": [
3447 "/Tests/"
3448 ]
3449 },
3450 "notification-url": "https://packagist.org/downloads/",
3451 "license": [
3452 "MIT"
3453 ],
3454 "authors": [
3455 {
3456 "name": "Fabien Potencier",
3457 "email": "fabien@symfony.com"
3458 },
3459 {
3460 "name": "Symfony Community",
3461 "homepage": "https://symfony.com/contributors"
3462 }
3463 ],
3464 "description": "Executes commands in sub-processes",
3465 "homepage": "https://symfony.com",
3466 "support": {
3467 "source": "https://github.com/symfony/process/tree/v5.3.4"
3468 },
3469 "funding": [
3470 {
3471 "url": "https://symfony.com/sponsor",
3472 "type": "custom"
3473 },
3474 {
3475 "url": "https://github.com/fabpot",
3476 "type": "github"
3477 },
3478 {
3479 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3480 "type": "tidelift"
3481 }
3482 ],
3483 "time": "2021-07-23T15:54:19+00:00"
3484 },
3485 {
3486 "name": "symfony/service-contracts",
3487 "version": "v2.4.0",
3488 "source": {
3489 "type": "git",
3490 "url": "https://github.com/symfony/service-contracts.git",
3491 "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb"
3492 },
3493 "dist": {
3494 "type": "zip",
3495 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
3496 "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
3497 "shasum": ""
3498 },
3499 "require": {
3500 "php": ">=7.2.5",
3501 "psr/container": "^1.1"
3502 },
3503 "suggest": {
3504 "symfony/service-implementation": ""
3505 },
3506 "type": "library",
3507 "extra": {
3508 "branch-alias": {
3509 "dev-main": "2.4-dev"
3510 },
3511 "thanks": {
3512 "name": "symfony/contracts",
3513 "url": "https://github.com/symfony/contracts"
3514 }
3515 },
3516 "autoload": {
3517 "psr-4": {
3518 "Symfony\\Contracts\\Service\\": ""
3519 }
3520 },
3521 "notification-url": "https://packagist.org/downloads/",
3522 "license": [
3523 "MIT"
3524 ],
3525 "authors": [
3526 {
3527 "name": "Nicolas Grekas",
3528 "email": "p@tchwork.com"
3529 },
3530 {
3531 "name": "Symfony Community",
3532 "homepage": "https://symfony.com/contributors"
3533 }
3534 ],
3535 "description": "Generic abstractions related to writing services",
3536 "homepage": "https://symfony.com",
3537 "keywords": [
3538 "abstractions",
3539 "contracts",
3540 "decoupling",
3541 "interfaces",
3542 "interoperability",
3543 "standards"
3544 ],
3545 "support": {
3546 "source": "https://github.com/symfony/service-contracts/tree/v2.4.0"
3547 },
3548 "funding": [
3549 {
3550 "url": "https://symfony.com/sponsor",
3551 "type": "custom"
3552 },
3553 {
3554 "url": "https://github.com/fabpot",
3555 "type": "github"
3556 },
3557 {
3558 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3559 "type": "tidelift"
3560 }
3561 ],
3562 "time": "2021-04-01T10:43:52+00:00"
3563 },
3564 {
3565 "name": "symfony/stopwatch",
3566 "version": "v5.3.4",
3567 "source": {
3568 "type": "git",
3569 "url": "https://github.com/symfony/stopwatch.git",
3570 "reference": "b24c6a92c6db316fee69e38c80591e080e41536c"
3571 },
3572 "dist": {
3573 "type": "zip",
3574 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/b24c6a92c6db316fee69e38c80591e080e41536c",
3575 "reference": "b24c6a92c6db316fee69e38c80591e080e41536c",
3576 "shasum": ""
3577 },
3578 "require": {
3579 "php": ">=7.2.5",
3580 "symfony/service-contracts": "^1.0|^2"
3581 },
3582 "type": "library",
3583 "autoload": {
3584 "psr-4": {
3585 "Symfony\\Component\\Stopwatch\\": ""
3586 },
3587 "exclude-from-classmap": [
3588 "/Tests/"
3589 ]
3590 },
3591 "notification-url": "https://packagist.org/downloads/",
3592 "license": [
3593 "MIT"
3594 ],
3595 "authors": [
3596 {
3597 "name": "Fabien Potencier",
3598 "email": "fabien@symfony.com"
3599 },
3600 {
3601 "name": "Symfony Community",
3602 "homepage": "https://symfony.com/contributors"
3603 }
3604 ],
3605 "description": "Provides a way to profile code",
3606 "homepage": "https://symfony.com",
3607 "support": {
3608 "source": "https://github.com/symfony/stopwatch/tree/v5.3.4"
3609 },
3610 "funding": [
3611 {
3612 "url": "https://symfony.com/sponsor",
3613 "type": "custom"
3614 },
3615 {
3616 "url": "https://github.com/fabpot",
3617 "type": "github"
3618 },
3619 {
3620 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3621 "type": "tidelift"
3622 }
3623 ],
3624 "time": "2021-07-10T08:58:57+00:00"
3625 },
3626 {
3627 "name": "symfony/string",
3628 "version": "v5.3.3",
3629 "source": {
3630 "type": "git",
3631 "url": "https://github.com/symfony/string.git",
3632 "reference": "bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1"
3633 },
3634 "dist": {
3635 "type": "zip",
3636 "url": "https://api.github.com/repos/symfony/string/zipball/bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1",
3637 "reference": "bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1",
3638 "shasum": ""
3639 },
3640 "require": {
3641 "php": ">=7.2.5",
3642 "symfony/polyfill-ctype": "~1.8",
3643 "symfony/polyfill-intl-grapheme": "~1.0",
3644 "symfony/polyfill-intl-normalizer": "~1.0",
3645 "symfony/polyfill-mbstring": "~1.0",
3646 "symfony/polyfill-php80": "~1.15"
3647 },
3648 "require-dev": {
3649 "symfony/error-handler": "^4.4|^5.0",
3650 "symfony/http-client": "^4.4|^5.0",
3651 "symfony/translation-contracts": "^1.1|^2",
3652 "symfony/var-exporter": "^4.4|^5.0"
3653 },
3654 "type": "library",
3655 "autoload": {
3656 "psr-4": {
3657 "Symfony\\Component\\String\\": ""
3658 },
3659 "files": [
3660 "Resources/functions.php"
3661 ],
3662 "exclude-from-classmap": [
3663 "/Tests/"
3664 ]
3665 },
3666 "notification-url": "https://packagist.org/downloads/",
3667 "license": [
3668 "MIT"
3669 ],
3670 "authors": [
3671 {
3672 "name": "Nicolas Grekas",
3673 "email": "p@tchwork.com"
3674 },
3675 {
3676 "name": "Symfony Community",
3677 "homepage": "https://symfony.com/contributors"
3678 }
3679 ],
3680 "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
3681 "homepage": "https://symfony.com",
3682 "keywords": [
3683 "grapheme",
3684 "i18n",
3685 "string",
3686 "unicode",
3687 "utf-8",
3688 "utf8"
3689 ],
3690 "support": {
3691 "source": "https://github.com/symfony/string/tree/v5.3.3"
3692 },
3693 "funding": [
3694 {
3695 "url": "https://symfony.com/sponsor",
3696 "type": "custom"
3697 },
3698 {
3699 "url": "https://github.com/fabpot",
3700 "type": "github"
3701 },
3702 {
3703 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3704 "type": "tidelift"
3705 }
3706 ],
3707 "time": "2021-06-27T11:44:38+00:00"
3708 },
3709 {
3710 "name": "symfony/var-dumper",
3711 "version": "v5.1.2",
3712 "source": {
3713 "type": "git",
3714 "url": "https://github.com/symfony/var-dumper.git",
3715 "reference": "46a942903059b0b05e601f00eb64179e05578c0f"
3716 },
3717 "dist": {
3718 "type": "zip",
3719 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/46a942903059b0b05e601f00eb64179e05578c0f",
3720 "reference": "46a942903059b0b05e601f00eb64179e05578c0f",
3721 "shasum": ""
3722 },
3723 "require": {
3724 "php": ">=7.2.5",
3725 "symfony/polyfill-mbstring": "~1.0",
3726 "symfony/polyfill-php80": "^1.15"
3727 },
3728 "conflict": {
3729 "phpunit/phpunit": "<5.4.3",
3730 "symfony/console": "<4.4"
3731 },
3732 "require-dev": {
3733 "ext-iconv": "*",
3734 "symfony/console": "^4.4|^5.0",
3735 "symfony/process": "^4.4|^5.0",
3736 "twig/twig": "^2.4|^3.0"
3737 },
3738 "suggest": {
3739 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
3740 "ext-intl": "To show region name in time zone dump",
3741 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
3742 },
3743 "bin": [
3744 "Resources/bin/var-dump-server"
3745 ],
3746 "type": "library",
3747 "extra": {
3748 "branch-alias": {
3749 "dev-master": "5.1-dev"
3750 }
3751 },
3752 "autoload": {
3753 "files": [
3754 "Resources/functions/dump.php"
3755 ],
3756 "psr-4": {
3757 "Symfony\\Component\\VarDumper\\": ""
3758 },
3759 "exclude-from-classmap": [
3760 "/Tests/"
3761 ]
3762 },
3763 "notification-url": "https://packagist.org/downloads/",
3764 "license": [
3765 "MIT"
3766 ],
3767 "authors": [
3768 {
3769 "name": "Nicolas Grekas",
3770 "email": "p@tchwork.com"
3771 },
3772 {
3773 "name": "Symfony Community",
3774 "homepage": "https://symfony.com/contributors"
3775 }
3776 ],
3777 "description": "Symfony mechanism for exploring and dumping PHP variables",
3778 "homepage": "https://symfony.com",
3779 "keywords": [
3780 "debug",
3781 "dump"
3782 ],
3783 "time": "2020-05-30T20:35:19+00:00"
3784 },
3785 {
3786 "name": "theseer/tokenizer",
3787 "version": "1.2.1",
3788 "source": {
3789 "type": "git",
3790 "url": "https://github.com/theseer/tokenizer.git",
3791 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
3792 },
3793 "dist": {
3794 "type": "zip",
3795 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
3796 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
3797 "shasum": ""
3798 },
3799 "require": {
3800 "ext-dom": "*",
3801 "ext-tokenizer": "*",
3802 "ext-xmlwriter": "*",
3803 "php": "^7.2 || ^8.0"
3804 },
3805 "type": "library",
3806 "autoload": {
3807 "classmap": [
3808 "src/"
3809 ]
3810 },
3811 "notification-url": "https://packagist.org/downloads/",
3812 "license": [
3813 "BSD-3-Clause"
3814 ],
3815 "authors": [
3816 {
3817 "name": "Arne Blankerts",
3818 "email": "arne@blankerts.de",
3819 "role": "Developer"
3820 }
3821 ],
3822 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
3823 "support": {
3824 "issues": "https://github.com/theseer/tokenizer/issues",
3825 "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
3826 },
3827 "funding": [
3828 {
3829 "url": "https://github.com/theseer",
3830 "type": "github"
3831 }
3832 ],
3833 "time": "2021-07-28T10:34:58+00:00"
3834 },
3835 {
3836 "name": "webmozart/assert",
3837 "version": "1.10.0",
3838 "source": {
3839 "type": "git",
3840 "url": "https://github.com/webmozarts/assert.git",
3841 "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
3842 },
3843 "dist": {
3844 "type": "zip",
3845 "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
3846 "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
3847 "shasum": ""
3848 },
3849 "require": {
3850 "php": "^7.2 || ^8.0",
3851 "symfony/polyfill-ctype": "^1.8"
3852 },
3853 "conflict": {
3854 "phpstan/phpstan": "<0.12.20",
3855 "vimeo/psalm": "<4.6.1 || 4.6.2"
3856 },
3857 "require-dev": {
3858 "phpunit/phpunit": "^8.5.13"
3859 },
3860 "type": "library",
3861 "extra": {
3862 "branch-alias": {
3863 "dev-master": "1.10-dev"
3864 }
3865 },
3866 "autoload": {
3867 "psr-4": {
3868 "Webmozart\\Assert\\": "src/"
3869 }
3870 },
3871 "notification-url": "https://packagist.org/downloads/",
3872 "license": [
3873 "MIT"
3874 ],
3875 "authors": [
3876 {
3877 "name": "Bernhard Schussek",
3878 "email": "bschussek@gmail.com"
3879 }
3880 ],
3881 "description": "Assertions to validate method input/output with nice error messages.",
3882 "keywords": [
3883 "assert",
3884 "check",
3885 "validate"
3886 ],
3887 "support": {
3888 "issues": "https://github.com/webmozarts/assert/issues",
3889 "source": "https://github.com/webmozarts/assert/tree/1.10.0"
3890 },
3891 "time": "2021-03-09T10:59:23+00:00"
3892 }
3893 ],
3894 "aliases": [],
3895 "minimum-stability": "stable",
3896 "stability-flags": {
3897 "predis/predis": 20
3898 },
3899 "prefer-stable": false,
3900 "prefer-lowest": false,
3901 "platform": {
3902 "php": "^7.2 || ^8.0"
3903 },
3904 "platform-dev": {
3905 "ext-dom": "*",
3906 "ext-curl": "*",
3907 "ext-json": "*"
3908 },
3909 "plugin-api-version": "2.2.0"
3910 }
3911