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": "eb658f95a4047347f31406a96a021c80",
0008 "packages": [
0009 {
0010 "name": "bantu/ini-get-wrapper",
0011 "version": "v1.0.1",
0012 "source": {
0013 "type": "git",
0014 "url": "https://github.com/bantuXorg/php-ini-get-wrapper.git",
0015 "reference": "4770c7feab370c62e23db4f31c112b7c6d90aee2"
0016 },
0017 "dist": {
0018 "type": "zip",
0019 "url": "https://api.github.com/repos/bantuXorg/php-ini-get-wrapper/zipball/4770c7feab370c62e23db4f31c112b7c6d90aee2",
0020 "reference": "4770c7feab370c62e23db4f31c112b7c6d90aee2",
0021 "shasum": ""
0022 },
0023 "require-dev": {
0024 "phpunit/phpunit": "3.7.*"
0025 },
0026 "type": "library",
0027 "autoload": {
0028 "psr-4": {
0029 "bantu\\IniGetWrapper\\": "src/"
0030 }
0031 },
0032 "notification-url": "https://packagist.org/downloads/",
0033 "license": [
0034 "MIT"
0035 ],
0036 "description": "Convenience wrapper around ini_get()",
0037 "support": {
0038 "issues": "https://github.com/bantuXorg/php-ini-get-wrapper/issues",
0039 "source": "https://github.com/bantuXorg/php-ini-get-wrapper/tree/v1.0.1"
0040 },
0041 "time": "2014-09-15T13:12:35+00:00"
0042 },
0043 {
0044 "name": "carlos-mg89/oauth",
0045 "version": "0.8.15",
0046 "source": {
0047 "type": "git",
0048 "url": "https://github.com/carlos-mg89/PHPoAuthLib.git",
0049 "reference": "c14c44e4f8993009a10d56a41e61c19291824a29"
0050 },
0051 "dist": {
0052 "type": "zip",
0053 "url": "https://api.github.com/repos/carlos-mg89/PHPoAuthLib/zipball/c14c44e4f8993009a10d56a41e61c19291824a29",
0054 "reference": "c14c44e4f8993009a10d56a41e61c19291824a29",
0055 "shasum": ""
0056 },
0057 "require": {
0058 "php": "^7.2 || ^8.0"
0059 },
0060 "require-dev": {
0061 "ext-curl": "*",
0062 "ext-dom": "*",
0063 "ext-json": "*",
0064 "friendsofphp/php-cs-fixer": "^3.0",
0065 "phpunit/phpunit": "^8.5",
0066 "predis/predis": "0.8.*@dev",
0067 "squizlabs/php_codesniffer": "^3.5",
0068 "symfony/finder": "^5.1",
0069 "symfony/http-foundation": "~2.1",
0070 "symfony/var-dumper": "^5.1"
0071 },
0072 "suggest": {
0073 "ext-openssl": "Allows for usage of secure connections with the stream-based HTTP client.",
0074 "predis/predis": "Allows using the Redis storage backend.",
0075 "symfony/http-foundation": "Allows using the Symfony Session storage backend."
0076 },
0077 "type": "library",
0078 "extra": {
0079 "branch-alias": {
0080 "dev-master": "0.1-dev"
0081 }
0082 },
0083 "autoload": {
0084 "psr-4": {
0085 "OAuth\\": "src/OAuth"
0086 }
0087 },
0088 "notification-url": "https://packagist.org/downloads/",
0089 "license": [
0090 "MIT"
0091 ],
0092 "authors": [
0093 {
0094 "name": "Carlos Martínez Gadea",
0095 "email": "carlosmartinezgadea@gmail.com"
0096 }
0097 ],
0098 "description": "PHP 7.2 oAuth 1/2 Library",
0099 "keywords": [
0100 "Authentication",
0101 "authorization",
0102 "oauth",
0103 "security"
0104 ],
0105 "support": {
0106 "issues": "https://github.com/carlos-mg89/PHPoAuthLib/issues",
0107 "source": "https://github.com/carlos-mg89/PHPoAuthLib/tree/0.8.15"
0108 },
0109 "time": "2022-07-15T08:38:14+00:00"
0110 },
0111 {
0112 "name": "composer/package-versions-deprecated",
0113 "version": "1.11.99.5",
0114 "source": {
0115 "type": "git",
0116 "url": "https://github.com/composer/package-versions-deprecated.git",
0117 "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d"
0118 },
0119 "dist": {
0120 "type": "zip",
0121 "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b4f54f74ef3453349c24a845d22392cd31e65f1d",
0122 "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d",
0123 "shasum": ""
0124 },
0125 "require": {
0126 "composer-plugin-api": "^1.1.0 || ^2.0",
0127 "php": "^7 || ^8"
0128 },
0129 "replace": {
0130 "ocramius/package-versions": "1.11.99"
0131 },
0132 "require-dev": {
0133 "composer/composer": "^1.9.3 || ^2.0@dev",
0134 "ext-zip": "^1.13",
0135 "phpunit/phpunit": "^6.5 || ^7"
0136 },
0137 "type": "composer-plugin",
0138 "extra": {
0139 "class": "PackageVersions\\Installer",
0140 "branch-alias": {
0141 "dev-master": "1.x-dev"
0142 }
0143 },
0144 "autoload": {
0145 "psr-4": {
0146 "PackageVersions\\": "src/PackageVersions"
0147 }
0148 },
0149 "notification-url": "https://packagist.org/downloads/",
0150 "license": [
0151 "MIT"
0152 ],
0153 "authors": [
0154 {
0155 "name": "Marco Pivetta",
0156 "email": "ocramius@gmail.com"
0157 },
0158 {
0159 "name": "Jordi Boggiano",
0160 "email": "j.boggiano@seld.be"
0161 }
0162 ],
0163 "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
0164 "support": {
0165 "issues": "https://github.com/composer/package-versions-deprecated/issues",
0166 "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.5"
0167 },
0168 "funding": [
0169 {
0170 "url": "https://packagist.com",
0171 "type": "custom"
0172 },
0173 {
0174 "url": "https://github.com/composer",
0175 "type": "github"
0176 },
0177 {
0178 "url": "https://tidelift.com/funding/github/packagist/composer/composer",
0179 "type": "tidelift"
0180 }
0181 ],
0182 "time": "2022-01-17T14:14:24+00:00"
0183 },
0184 {
0185 "name": "google/recaptcha",
0186 "version": "1.2.4",
0187 "source": {
0188 "type": "git",
0189 "url": "https://github.com/google/recaptcha.git",
0190 "reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419"
0191 },
0192 "dist": {
0193 "type": "zip",
0194 "url": "https://api.github.com/repos/google/recaptcha/zipball/614f25a9038be4f3f2da7cbfd778dc5b357d2419",
0195 "reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419",
0196 "shasum": ""
0197 },
0198 "require": {
0199 "php": ">=5.5"
0200 },
0201 "require-dev": {
0202 "friendsofphp/php-cs-fixer": "^2.2.20|^2.15",
0203 "php-coveralls/php-coveralls": "^2.1",
0204 "phpunit/phpunit": "^4.8.36|^5.7.27|^6.59|^7.5.11"
0205 },
0206 "type": "library",
0207 "extra": {
0208 "branch-alias": {
0209 "dev-master": "1.2.x-dev"
0210 }
0211 },
0212 "autoload": {
0213 "psr-4": {
0214 "ReCaptcha\\": "src/ReCaptcha"
0215 }
0216 },
0217 "notification-url": "https://packagist.org/downloads/",
0218 "license": [
0219 "BSD-3-Clause"
0220 ],
0221 "description": "Client library for reCAPTCHA, a free service that protects websites from spam and abuse.",
0222 "homepage": "https://www.google.com/recaptcha/",
0223 "keywords": [
0224 "Abuse",
0225 "captcha",
0226 "recaptcha",
0227 "spam"
0228 ],
0229 "support": {
0230 "forum": "https://groups.google.com/forum/#!forum/recaptcha",
0231 "issues": "https://github.com/google/recaptcha/issues",
0232 "source": "https://github.com/google/recaptcha"
0233 },
0234 "time": "2020-03-31T17:50:54+00:00"
0235 },
0236 {
0237 "name": "guzzlehttp/guzzle",
0238 "version": "6.5.8",
0239 "source": {
0240 "type": "git",
0241 "url": "https://github.com/guzzle/guzzle.git",
0242 "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981"
0243 },
0244 "dist": {
0245 "type": "zip",
0246 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981",
0247 "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981",
0248 "shasum": ""
0249 },
0250 "require": {
0251 "ext-json": "*",
0252 "guzzlehttp/promises": "^1.0",
0253 "guzzlehttp/psr7": "^1.9",
0254 "php": ">=5.5",
0255 "symfony/polyfill-intl-idn": "^1.17"
0256 },
0257 "require-dev": {
0258 "ext-curl": "*",
0259 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
0260 "psr/log": "^1.1"
0261 },
0262 "suggest": {
0263 "psr/log": "Required for using the Log middleware"
0264 },
0265 "type": "library",
0266 "extra": {
0267 "branch-alias": {
0268 "dev-master": "6.5-dev"
0269 }
0270 },
0271 "autoload": {
0272 "files": [
0273 "src/functions_include.php"
0274 ],
0275 "psr-4": {
0276 "GuzzleHttp\\": "src/"
0277 }
0278 },
0279 "notification-url": "https://packagist.org/downloads/",
0280 "license": [
0281 "MIT"
0282 ],
0283 "authors": [
0284 {
0285 "name": "Graham Campbell",
0286 "email": "hello@gjcampbell.co.uk",
0287 "homepage": "https://github.com/GrahamCampbell"
0288 },
0289 {
0290 "name": "Michael Dowling",
0291 "email": "mtdowling@gmail.com",
0292 "homepage": "https://github.com/mtdowling"
0293 },
0294 {
0295 "name": "Jeremy Lindblom",
0296 "email": "jeremeamia@gmail.com",
0297 "homepage": "https://github.com/jeremeamia"
0298 },
0299 {
0300 "name": "George Mponos",
0301 "email": "gmponos@gmail.com",
0302 "homepage": "https://github.com/gmponos"
0303 },
0304 {
0305 "name": "Tobias Nyholm",
0306 "email": "tobias.nyholm@gmail.com",
0307 "homepage": "https://github.com/Nyholm"
0308 },
0309 {
0310 "name": "Márk Sági-Kazár",
0311 "email": "mark.sagikazar@gmail.com",
0312 "homepage": "https://github.com/sagikazarmark"
0313 },
0314 {
0315 "name": "Tobias Schultze",
0316 "email": "webmaster@tubo-world.de",
0317 "homepage": "https://github.com/Tobion"
0318 }
0319 ],
0320 "description": "Guzzle is a PHP HTTP client library",
0321 "homepage": "http://guzzlephp.org/",
0322 "keywords": [
0323 "client",
0324 "curl",
0325 "framework",
0326 "http",
0327 "http client",
0328 "rest",
0329 "web service"
0330 ],
0331 "support": {
0332 "issues": "https://github.com/guzzle/guzzle/issues",
0333 "source": "https://github.com/guzzle/guzzle/tree/6.5.8"
0334 },
0335 "funding": [
0336 {
0337 "url": "https://github.com/GrahamCampbell",
0338 "type": "github"
0339 },
0340 {
0341 "url": "https://github.com/Nyholm",
0342 "type": "github"
0343 },
0344 {
0345 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
0346 "type": "tidelift"
0347 }
0348 ],
0349 "time": "2022-06-20T22:16:07+00:00"
0350 },
0351 {
0352 "name": "guzzlehttp/promises",
0353 "version": "1.5.3",
0354 "source": {
0355 "type": "git",
0356 "url": "https://github.com/guzzle/promises.git",
0357 "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e"
0358 },
0359 "dist": {
0360 "type": "zip",
0361 "url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e",
0362 "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e",
0363 "shasum": ""
0364 },
0365 "require": {
0366 "php": ">=5.5"
0367 },
0368 "require-dev": {
0369 "symfony/phpunit-bridge": "^4.4 || ^5.1"
0370 },
0371 "type": "library",
0372 "autoload": {
0373 "files": [
0374 "src/functions_include.php"
0375 ],
0376 "psr-4": {
0377 "GuzzleHttp\\Promise\\": "src/"
0378 }
0379 },
0380 "notification-url": "https://packagist.org/downloads/",
0381 "license": [
0382 "MIT"
0383 ],
0384 "authors": [
0385 {
0386 "name": "Graham Campbell",
0387 "email": "hello@gjcampbell.co.uk",
0388 "homepage": "https://github.com/GrahamCampbell"
0389 },
0390 {
0391 "name": "Michael Dowling",
0392 "email": "mtdowling@gmail.com",
0393 "homepage": "https://github.com/mtdowling"
0394 },
0395 {
0396 "name": "Tobias Nyholm",
0397 "email": "tobias.nyholm@gmail.com",
0398 "homepage": "https://github.com/Nyholm"
0399 },
0400 {
0401 "name": "Tobias Schultze",
0402 "email": "webmaster@tubo-world.de",
0403 "homepage": "https://github.com/Tobion"
0404 }
0405 ],
0406 "description": "Guzzle promises library",
0407 "keywords": [
0408 "promise"
0409 ],
0410 "support": {
0411 "issues": "https://github.com/guzzle/promises/issues",
0412 "source": "https://github.com/guzzle/promises/tree/1.5.3"
0413 },
0414 "funding": [
0415 {
0416 "url": "https://github.com/GrahamCampbell",
0417 "type": "github"
0418 },
0419 {
0420 "url": "https://github.com/Nyholm",
0421 "type": "github"
0422 },
0423 {
0424 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
0425 "type": "tidelift"
0426 }
0427 ],
0428 "time": "2023-05-21T12:31:43+00:00"
0429 },
0430 {
0431 "name": "guzzlehttp/psr7",
0432 "version": "1.9.1",
0433 "source": {
0434 "type": "git",
0435 "url": "https://github.com/guzzle/psr7.git",
0436 "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b"
0437 },
0438 "dist": {
0439 "type": "zip",
0440 "url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b",
0441 "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b",
0442 "shasum": ""
0443 },
0444 "require": {
0445 "php": ">=5.4.0",
0446 "psr/http-message": "~1.0",
0447 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
0448 },
0449 "provide": {
0450 "psr/http-message-implementation": "1.0"
0451 },
0452 "require-dev": {
0453 "ext-zlib": "*",
0454 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
0455 },
0456 "suggest": {
0457 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
0458 },
0459 "type": "library",
0460 "autoload": {
0461 "files": [
0462 "src/functions_include.php"
0463 ],
0464 "psr-4": {
0465 "GuzzleHttp\\Psr7\\": "src/"
0466 }
0467 },
0468 "notification-url": "https://packagist.org/downloads/",
0469 "license": [
0470 "MIT"
0471 ],
0472 "authors": [
0473 {
0474 "name": "Graham Campbell",
0475 "email": "hello@gjcampbell.co.uk",
0476 "homepage": "https://github.com/GrahamCampbell"
0477 },
0478 {
0479 "name": "Michael Dowling",
0480 "email": "mtdowling@gmail.com",
0481 "homepage": "https://github.com/mtdowling"
0482 },
0483 {
0484 "name": "George Mponos",
0485 "email": "gmponos@gmail.com",
0486 "homepage": "https://github.com/gmponos"
0487 },
0488 {
0489 "name": "Tobias Nyholm",
0490 "email": "tobias.nyholm@gmail.com",
0491 "homepage": "https://github.com/Nyholm"
0492 },
0493 {
0494 "name": "Márk Sági-Kazár",
0495 "email": "mark.sagikazar@gmail.com",
0496 "homepage": "https://github.com/sagikazarmark"
0497 },
0498 {
0499 "name": "Tobias Schultze",
0500 "email": "webmaster@tubo-world.de",
0501 "homepage": "https://github.com/Tobion"
0502 }
0503 ],
0504 "description": "PSR-7 message implementation that also provides common utility methods",
0505 "keywords": [
0506 "http",
0507 "message",
0508 "psr-7",
0509 "request",
0510 "response",
0511 "stream",
0512 "uri",
0513 "url"
0514 ],
0515 "support": {
0516 "issues": "https://github.com/guzzle/psr7/issues",
0517 "source": "https://github.com/guzzle/psr7/tree/1.9.1"
0518 },
0519 "funding": [
0520 {
0521 "url": "https://github.com/GrahamCampbell",
0522 "type": "github"
0523 },
0524 {
0525 "url": "https://github.com/Nyholm",
0526 "type": "github"
0527 },
0528 {
0529 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
0530 "type": "tidelift"
0531 }
0532 ],
0533 "time": "2023-04-17T16:00:37+00:00"
0534 },
0535 {
0536 "name": "marc1706/fast-image-size",
0537 "version": "v1.1.7",
0538 "source": {
0539 "type": "git",
0540 "url": "https://github.com/marc1706/fast-image-size.git",
0541 "reference": "aea6934a273182208bced600953f19a3d2eaeca0"
0542 },
0543 "dist": {
0544 "type": "zip",
0545 "url": "https://api.github.com/repos/marc1706/fast-image-size/zipball/aea6934a273182208bced600953f19a3d2eaeca0",
0546 "reference": "aea6934a273182208bced600953f19a3d2eaeca0",
0547 "shasum": ""
0548 },
0549 "require": {
0550 "ext-mbstring": "*",
0551 "php": ">=5.3.0"
0552 },
0553 "require-dev": {
0554 "phpunit/phpunit": "^4.8"
0555 },
0556 "type": "library",
0557 "extra": {
0558 "branch-alias": {
0559 "dev-master": "1.1.x-dev"
0560 }
0561 },
0562 "autoload": {
0563 "psr-4": {
0564 "FastImageSize\\": "lib"
0565 }
0566 },
0567 "notification-url": "https://packagist.org/downloads/",
0568 "license": [
0569 "MIT"
0570 ],
0571 "authors": [
0572 {
0573 "name": "Marc Alexander",
0574 "email": "admin@m-a-styles.de",
0575 "homepage": "https://www.m-a-styles.de",
0576 "role": "Developer"
0577 }
0578 ],
0579 "description": "fast-image-size is a PHP library that does almost everything PHP's getimagesize() does but without the large overhead of downloading the complete file.",
0580 "homepage": "https://www.m-a-styles.de",
0581 "keywords": [
0582 "fast",
0583 "getimagesize",
0584 "image",
0585 "imagesize",
0586 "php",
0587 "size"
0588 ],
0589 "support": {
0590 "issues": "https://github.com/marc1706/fast-image-size/issues",
0591 "source": "https://github.com/marc1706/fast-image-size/tree/v1.1.7"
0592 },
0593 "time": "2022-01-12T16:29:39+00:00"
0594 },
0595 {
0596 "name": "ocramius/proxy-manager",
0597 "version": "2.2.4",
0598 "source": {
0599 "type": "git",
0600 "url": "https://github.com/Ocramius/ProxyManager.git",
0601 "reference": "2d7cd2a79cd3ade90c46211baae1b88d47683917"
0602 },
0603 "dist": {
0604 "type": "zip",
0605 "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/2d7cd2a79cd3ade90c46211baae1b88d47683917",
0606 "reference": "2d7cd2a79cd3ade90c46211baae1b88d47683917",
0607 "shasum": ""
0608 },
0609 "require": {
0610 "ocramius/package-versions": "^1.1.3",
0611 "php": "^7.2.0",
0612 "zendframework/zend-code": "^3.3.0"
0613 },
0614 "require-dev": {
0615 "couscous/couscous": "^1.6.1",
0616 "ext-phar": "*",
0617 "humbug/humbug": "1.0.0-RC.0@RC",
0618 "nikic/php-parser": "^3.1.1",
0619 "padraic/phpunit-accelerator": "dev-master@DEV",
0620 "phpbench/phpbench": "^0.12.2",
0621 "phpstan/phpstan": "dev-master#856eb10a81c1d27c701a83f167dc870fd8f4236a as 0.9.999",
0622 "phpstan/phpstan-phpunit": "dev-master#5629c0a1f4a9c417cb1077cf6693ad9753895761",
0623 "phpunit/phpunit": "^6.4.3",
0624 "squizlabs/php_codesniffer": "^2.9.1"
0625 },
0626 "suggest": {
0627 "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
0628 "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
0629 "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
0630 "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
0631 },
0632 "type": "library",
0633 "extra": {
0634 "branch-alias": {
0635 "dev-master": "3.0.x-dev"
0636 }
0637 },
0638 "autoload": {
0639 "psr-0": {
0640 "ProxyManager\\": "src"
0641 }
0642 },
0643 "notification-url": "https://packagist.org/downloads/",
0644 "license": [
0645 "MIT"
0646 ],
0647 "authors": [
0648 {
0649 "name": "Marco Pivetta",
0650 "email": "ocramius@gmail.com",
0651 "homepage": "http://ocramius.github.io/"
0652 }
0653 ],
0654 "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
0655 "homepage": "https://github.com/Ocramius/ProxyManager",
0656 "keywords": [
0657 "aop",
0658 "lazy loading",
0659 "proxy",
0660 "proxy pattern",
0661 "service proxies"
0662 ],
0663 "support": {
0664 "issues": "https://github.com/Ocramius/ProxyManager/issues",
0665 "source": "https://github.com/Ocramius/ProxyManager/tree/2.2.4"
0666 },
0667 "funding": [
0668 {
0669 "url": "https://github.com/Ocramius",
0670 "type": "github"
0671 },
0672 {
0673 "url": "https://tidelift.com/funding/github/packagist/ocramius/proxy-manager",
0674 "type": "tidelift"
0675 }
0676 ],
0677 "time": "2022-03-05T18:15:28+00:00"
0678 },
0679 {
0680 "name": "psr/container",
0681 "version": "1.1.1",
0682 "source": {
0683 "type": "git",
0684 "url": "https://github.com/php-fig/container.git",
0685 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
0686 },
0687 "dist": {
0688 "type": "zip",
0689 "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
0690 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
0691 "shasum": ""
0692 },
0693 "require": {
0694 "php": ">=7.2.0"
0695 },
0696 "type": "library",
0697 "autoload": {
0698 "psr-4": {
0699 "Psr\\Container\\": "src/"
0700 }
0701 },
0702 "notification-url": "https://packagist.org/downloads/",
0703 "license": [
0704 "MIT"
0705 ],
0706 "authors": [
0707 {
0708 "name": "PHP-FIG",
0709 "homepage": "https://www.php-fig.org/"
0710 }
0711 ],
0712 "description": "Common Container Interface (PHP FIG PSR-11)",
0713 "homepage": "https://github.com/php-fig/container",
0714 "keywords": [
0715 "PSR-11",
0716 "container",
0717 "container-interface",
0718 "container-interop",
0719 "psr"
0720 ],
0721 "support": {
0722 "issues": "https://github.com/php-fig/container/issues",
0723 "source": "https://github.com/php-fig/container/tree/1.1.1"
0724 },
0725 "time": "2021-03-05T17:36:06+00:00"
0726 },
0727 {
0728 "name": "psr/http-message",
0729 "version": "1.1",
0730 "source": {
0731 "type": "git",
0732 "url": "https://github.com/php-fig/http-message.git",
0733 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
0734 },
0735 "dist": {
0736 "type": "zip",
0737 "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
0738 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
0739 "shasum": ""
0740 },
0741 "require": {
0742 "php": "^7.2 || ^8.0"
0743 },
0744 "type": "library",
0745 "extra": {
0746 "branch-alias": {
0747 "dev-master": "1.1.x-dev"
0748 }
0749 },
0750 "autoload": {
0751 "psr-4": {
0752 "Psr\\Http\\Message\\": "src/"
0753 }
0754 },
0755 "notification-url": "https://packagist.org/downloads/",
0756 "license": [
0757 "MIT"
0758 ],
0759 "authors": [
0760 {
0761 "name": "PHP-FIG",
0762 "homepage": "http://www.php-fig.org/"
0763 }
0764 ],
0765 "description": "Common interface for HTTP messages",
0766 "homepage": "https://github.com/php-fig/http-message",
0767 "keywords": [
0768 "http",
0769 "http-message",
0770 "psr",
0771 "psr-7",
0772 "request",
0773 "response"
0774 ],
0775 "support": {
0776 "source": "https://github.com/php-fig/http-message/tree/1.1"
0777 },
0778 "time": "2023-04-04T09:50:52+00:00"
0779 },
0780 {
0781 "name": "psr/log",
0782 "version": "1.1.4",
0783 "source": {
0784 "type": "git",
0785 "url": "https://github.com/php-fig/log.git",
0786 "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
0787 },
0788 "dist": {
0789 "type": "zip",
0790 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
0791 "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
0792 "shasum": ""
0793 },
0794 "require": {
0795 "php": ">=5.3.0"
0796 },
0797 "type": "library",
0798 "extra": {
0799 "branch-alias": {
0800 "dev-master": "1.1.x-dev"
0801 }
0802 },
0803 "autoload": {
0804 "psr-4": {
0805 "Psr\\Log\\": "Psr/Log/"
0806 }
0807 },
0808 "notification-url": "https://packagist.org/downloads/",
0809 "license": [
0810 "MIT"
0811 ],
0812 "authors": [
0813 {
0814 "name": "PHP-FIG",
0815 "homepage": "https://www.php-fig.org/"
0816 }
0817 ],
0818 "description": "Common interface for logging libraries",
0819 "homepage": "https://github.com/php-fig/log",
0820 "keywords": [
0821 "log",
0822 "psr",
0823 "psr-3"
0824 ],
0825 "support": {
0826 "source": "https://github.com/php-fig/log/tree/1.1.4"
0827 },
0828 "time": "2021-05-03T11:20:27+00:00"
0829 },
0830 {
0831 "name": "ralouphie/getallheaders",
0832 "version": "3.0.3",
0833 "source": {
0834 "type": "git",
0835 "url": "https://github.com/ralouphie/getallheaders.git",
0836 "reference": "120b605dfeb996808c31b6477290a714d356e822"
0837 },
0838 "dist": {
0839 "type": "zip",
0840 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
0841 "reference": "120b605dfeb996808c31b6477290a714d356e822",
0842 "shasum": ""
0843 },
0844 "require": {
0845 "php": ">=5.6"
0846 },
0847 "require-dev": {
0848 "php-coveralls/php-coveralls": "^2.1",
0849 "phpunit/phpunit": "^5 || ^6.5"
0850 },
0851 "type": "library",
0852 "autoload": {
0853 "files": [
0854 "src/getallheaders.php"
0855 ]
0856 },
0857 "notification-url": "https://packagist.org/downloads/",
0858 "license": [
0859 "MIT"
0860 ],
0861 "authors": [
0862 {
0863 "name": "Ralph Khattar",
0864 "email": "ralph.khattar@gmail.com"
0865 }
0866 ],
0867 "description": "A polyfill for getallheaders.",
0868 "support": {
0869 "issues": "https://github.com/ralouphie/getallheaders/issues",
0870 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
0871 },
0872 "time": "2019-03-08T08:55:37+00:00"
0873 },
0874 {
0875 "name": "s9e/regexp-builder",
0876 "version": "1.4.6",
0877 "source": {
0878 "type": "git",
0879 "url": "https://github.com/s9e/RegexpBuilder.git",
0880 "reference": "3a646bc7c40dba41903b7065f32230721e00df3a"
0881 },
0882 "dist": {
0883 "type": "zip",
0884 "url": "https://api.github.com/repos/s9e/RegexpBuilder/zipball/3a646bc7c40dba41903b7065f32230721e00df3a",
0885 "reference": "3a646bc7c40dba41903b7065f32230721e00df3a",
0886 "shasum": ""
0887 },
0888 "require": {
0889 "lib-pcre": ">=7.2",
0890 "php": ">=7.1"
0891 },
0892 "require-dev": {
0893 "phpunit/phpunit": ">=9.1"
0894 },
0895 "type": "library",
0896 "autoload": {
0897 "psr-4": {
0898 "s9e\\RegexpBuilder\\": "src"
0899 }
0900 },
0901 "notification-url": "https://packagist.org/downloads/",
0902 "license": [
0903 "MIT"
0904 ],
0905 "description": "Single-purpose library that generates regular expressions that match a list of strings.",
0906 "homepage": "https://github.com/s9e/RegexpBuilder/",
0907 "keywords": [
0908 "regexp"
0909 ],
0910 "support": {
0911 "issues": "https://github.com/s9e/RegexpBuilder/issues",
0912 "source": "https://github.com/s9e/RegexpBuilder/tree/1.4.6"
0913 },
0914 "time": "2022-03-05T16:22:35+00:00"
0915 },
0916 {
0917 "name": "s9e/sweetdom",
0918 "version": "2.1.0.1",
0919 "source": {
0920 "type": "git",
0921 "url": "https://github.com/s9e/SweetDOM.git",
0922 "reference": "daf6c04c56ef986d346c2fd57c2cf03406307dad"
0923 },
0924 "dist": {
0925 "type": "zip",
0926 "url": "https://api.github.com/repos/s9e/SweetDOM/zipball/daf6c04c56ef986d346c2fd57c2cf03406307dad",
0927 "reference": "daf6c04c56ef986d346c2fd57c2cf03406307dad",
0928 "shasum": ""
0929 },
0930 "require": {
0931 "ext-dom": "*",
0932 "php": ">=7.1"
0933 },
0934 "require-dev": {
0935 "phpunit/phpunit": "*"
0936 },
0937 "type": "library",
0938 "autoload": {
0939 "psr-4": {
0940 "s9e\\SweetDOM\\": "src"
0941 }
0942 },
0943 "notification-url": "https://packagist.org/downloads/",
0944 "license": [
0945 "MIT"
0946 ],
0947 "description": "Syntactic sugar for the DOM API with a focus on XSLT 1.0 template manipulation.",
0948 "homepage": "https://github.com/s9e/SweetDOM/",
0949 "keywords": [
0950 "dom",
0951 "xsl",
0952 "xslt"
0953 ],
0954 "support": {
0955 "issues": "https://github.com/s9e/SweetDOM/issues",
0956 "source": "https://github.com/s9e/SweetDOM/tree/2.1.0.1"
0957 },
0958 "time": "2023-11-27T20:27:28+00:00"
0959 },
0960 {
0961 "name": "s9e/text-formatter",
0962 "version": "2.11.5",
0963 "source": {
0964 "type": "git",
0965 "url": "https://github.com/s9e/TextFormatter.git",
0966 "reference": "186b633ee825a93e0060368bfdf8bd46311e3163"
0967 },
0968 "dist": {
0969 "type": "zip",
0970 "url": "https://api.github.com/repos/s9e/TextFormatter/zipball/186b633ee825a93e0060368bfdf8bd46311e3163",
0971 "reference": "186b633ee825a93e0060368bfdf8bd46311e3163",
0972 "shasum": ""
0973 },
0974 "require": {
0975 "ext-dom": "*",
0976 "ext-filter": "*",
0977 "lib-pcre": ">=8.13",
0978 "php": ">=7.1",
0979 "s9e/regexp-builder": "^1.4",
0980 "s9e/sweetdom": "^2.0"
0981 },
0982 "require-dev": {
0983 "code-lts/doctum": "*",
0984 "matthiasmullie/minify": "*",
0985 "phpunit/phpunit": "*"
0986 },
0987 "suggest": {
0988 "ext-curl": "Improves the performance of the MediaEmbed plugin and some JavaScript minifiers",
0989 "ext-intl": "Allows international URLs to be accepted by the URL filter",
0990 "ext-json": "Enables the generation of a JavaScript parser",
0991 "ext-mbstring": "Improves the performance of the PHP renderer",
0992 "ext-tokenizer": "Improves the performance of the PHP renderer",
0993 "ext-xsl": "Enables the XSLT renderer",
0994 "ext-zlib": "Enables gzip compression when scraping content via the MediaEmbed plugin"
0995 },
0996 "type": "library",
0997 "extra": {
0998 "version": "2.11.5"
0999 },
1000 "autoload": {
1001 "psr-4": {
1002 "s9e\\TextFormatter\\": "src"
1003 }
1004 },
1005 "notification-url": "https://packagist.org/downloads/",
1006 "license": [
1007 "MIT"
1008 ],
1009 "description": "Multi-purpose text formatting and markup library. Plugins offer support for BBCodes, Markdown, emoticons, HTML, embedding third-party media (YouTube, etc...), enhanced typography and more.",
1010 "homepage": "https://github.com/s9e/TextFormatter/",
1011 "keywords": [
1012 "bbcode",
1013 "bbcodes",
1014 "blog",
1015 "censor",
1016 "embed",
1017 "emoji",
1018 "emoticons",
1019 "engine",
1020 "forum",
1021 "html",
1022 "markdown",
1023 "markup",
1024 "media",
1025 "parser",
1026 "shortcodes"
1027 ],
1028 "support": {
1029 "issues": "https://github.com/s9e/TextFormatter/issues",
1030 "source": "https://github.com/s9e/TextFormatter/tree/2.11.5"
1031 },
1032 "time": "2022-09-19T00:20:37+00:00"
1033 },
1034 {
1035 "name": "symfony/config",
1036 "version": "v3.4.47",
1037 "source": {
1038 "type": "git",
1039 "url": "https://github.com/symfony/config.git",
1040 "reference": "bc6b3fd3930d4b53a60b42fe2ed6fc466b75f03f"
1041 },
1042 "dist": {
1043 "type": "zip",
1044 "url": "https://api.github.com/repos/symfony/config/zipball/bc6b3fd3930d4b53a60b42fe2ed6fc466b75f03f",
1045 "reference": "bc6b3fd3930d4b53a60b42fe2ed6fc466b75f03f",
1046 "shasum": ""
1047 },
1048 "require": {
1049 "php": "^5.5.9|>=7.0.8",
1050 "symfony/filesystem": "~2.8|~3.0|~4.0",
1051 "symfony/polyfill-ctype": "~1.8"
1052 },
1053 "conflict": {
1054 "symfony/dependency-injection": "<3.3",
1055 "symfony/finder": "<3.3"
1056 },
1057 "require-dev": {
1058 "symfony/dependency-injection": "~3.3|~4.0",
1059 "symfony/event-dispatcher": "~3.3|~4.0",
1060 "symfony/finder": "~3.3|~4.0",
1061 "symfony/yaml": "~3.0|~4.0"
1062 },
1063 "suggest": {
1064 "symfony/yaml": "To use the yaml reference dumper"
1065 },
1066 "type": "library",
1067 "autoload": {
1068 "psr-4": {
1069 "Symfony\\Component\\Config\\": ""
1070 },
1071 "exclude-from-classmap": [
1072 "/Tests/"
1073 ]
1074 },
1075 "notification-url": "https://packagist.org/downloads/",
1076 "license": [
1077 "MIT"
1078 ],
1079 "authors": [
1080 {
1081 "name": "Fabien Potencier",
1082 "email": "fabien@symfony.com"
1083 },
1084 {
1085 "name": "Symfony Community",
1086 "homepage": "https://symfony.com/contributors"
1087 }
1088 ],
1089 "description": "Symfony Config Component",
1090 "homepage": "https://symfony.com",
1091 "support": {
1092 "source": "https://github.com/symfony/config/tree/v3.4.47"
1093 },
1094 "funding": [
1095 {
1096 "url": "https://symfony.com/sponsor",
1097 "type": "custom"
1098 },
1099 {
1100 "url": "https://github.com/fabpot",
1101 "type": "github"
1102 },
1103 {
1104 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1105 "type": "tidelift"
1106 }
1107 ],
1108 "time": "2020-10-24T10:57:07+00:00"
1109 },
1110 {
1111 "name": "symfony/console",
1112 "version": "v3.4.47",
1113 "source": {
1114 "type": "git",
1115 "url": "https://github.com/symfony/console.git",
1116 "reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81"
1117 },
1118 "dist": {
1119 "type": "zip",
1120 "url": "https://api.github.com/repos/symfony/console/zipball/a10b1da6fc93080c180bba7219b5ff5b7518fe81",
1121 "reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81",
1122 "shasum": ""
1123 },
1124 "require": {
1125 "php": "^5.5.9|>=7.0.8",
1126 "symfony/debug": "~2.8|~3.0|~4.0",
1127 "symfony/polyfill-mbstring": "~1.0"
1128 },
1129 "conflict": {
1130 "symfony/dependency-injection": "<3.4",
1131 "symfony/process": "<3.3"
1132 },
1133 "provide": {
1134 "psr/log-implementation": "1.0"
1135 },
1136 "require-dev": {
1137 "psr/log": "~1.0",
1138 "symfony/config": "~3.3|~4.0",
1139 "symfony/dependency-injection": "~3.4|~4.0",
1140 "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
1141 "symfony/lock": "~3.4|~4.0",
1142 "symfony/process": "~3.3|~4.0"
1143 },
1144 "suggest": {
1145 "psr/log": "For using the console logger",
1146 "symfony/event-dispatcher": "",
1147 "symfony/lock": "",
1148 "symfony/process": ""
1149 },
1150 "type": "library",
1151 "autoload": {
1152 "psr-4": {
1153 "Symfony\\Component\\Console\\": ""
1154 },
1155 "exclude-from-classmap": [
1156 "/Tests/"
1157 ]
1158 },
1159 "notification-url": "https://packagist.org/downloads/",
1160 "license": [
1161 "MIT"
1162 ],
1163 "authors": [
1164 {
1165 "name": "Fabien Potencier",
1166 "email": "fabien@symfony.com"
1167 },
1168 {
1169 "name": "Symfony Community",
1170 "homepage": "https://symfony.com/contributors"
1171 }
1172 ],
1173 "description": "Symfony Console Component",
1174 "homepage": "https://symfony.com",
1175 "support": {
1176 "source": "https://github.com/symfony/console/tree/v3.4.47"
1177 },
1178 "funding": [
1179 {
1180 "url": "https://symfony.com/sponsor",
1181 "type": "custom"
1182 },
1183 {
1184 "url": "https://github.com/fabpot",
1185 "type": "github"
1186 },
1187 {
1188 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1189 "type": "tidelift"
1190 }
1191 ],
1192 "time": "2020-10-24T10:57:07+00:00"
1193 },
1194 {
1195 "name": "symfony/debug",
1196 "version": "v3.4.47",
1197 "source": {
1198 "type": "git",
1199 "url": "https://github.com/symfony/debug.git",
1200 "reference": "ab42889de57fdfcfcc0759ab102e2fd4ea72dcae"
1201 },
1202 "dist": {
1203 "type": "zip",
1204 "url": "https://api.github.com/repos/symfony/debug/zipball/ab42889de57fdfcfcc0759ab102e2fd4ea72dcae",
1205 "reference": "ab42889de57fdfcfcc0759ab102e2fd4ea72dcae",
1206 "shasum": ""
1207 },
1208 "require": {
1209 "php": "^5.5.9|>=7.0.8",
1210 "psr/log": "~1.0"
1211 },
1212 "conflict": {
1213 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1214 },
1215 "require-dev": {
1216 "symfony/http-kernel": "~2.8|~3.0|~4.0"
1217 },
1218 "type": "library",
1219 "autoload": {
1220 "psr-4": {
1221 "Symfony\\Component\\Debug\\": ""
1222 },
1223 "exclude-from-classmap": [
1224 "/Tests/"
1225 ]
1226 },
1227 "notification-url": "https://packagist.org/downloads/",
1228 "license": [
1229 "MIT"
1230 ],
1231 "authors": [
1232 {
1233 "name": "Fabien Potencier",
1234 "email": "fabien@symfony.com"
1235 },
1236 {
1237 "name": "Symfony Community",
1238 "homepage": "https://symfony.com/contributors"
1239 }
1240 ],
1241 "description": "Symfony Debug Component",
1242 "homepage": "https://symfony.com",
1243 "support": {
1244 "source": "https://github.com/symfony/debug/tree/v3.4.47"
1245 },
1246 "funding": [
1247 {
1248 "url": "https://symfony.com/sponsor",
1249 "type": "custom"
1250 },
1251 {
1252 "url": "https://github.com/fabpot",
1253 "type": "github"
1254 },
1255 {
1256 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1257 "type": "tidelift"
1258 }
1259 ],
1260 "abandoned": "symfony/error-handler",
1261 "time": "2020-10-24T10:57:07+00:00"
1262 },
1263 {
1264 "name": "symfony/dependency-injection",
1265 "version": "v3.4.47",
1266 "source": {
1267 "type": "git",
1268 "url": "https://github.com/symfony/dependency-injection.git",
1269 "reference": "51d2a2708c6ceadad84393f8581df1dcf9e5e84b"
1270 },
1271 "dist": {
1272 "type": "zip",
1273 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/51d2a2708c6ceadad84393f8581df1dcf9e5e84b",
1274 "reference": "51d2a2708c6ceadad84393f8581df1dcf9e5e84b",
1275 "shasum": ""
1276 },
1277 "require": {
1278 "php": "^5.5.9|>=7.0.8",
1279 "psr/container": "^1.0"
1280 },
1281 "conflict": {
1282 "symfony/config": "<3.3.7",
1283 "symfony/finder": "<3.3",
1284 "symfony/proxy-manager-bridge": "<3.4",
1285 "symfony/yaml": "<3.4"
1286 },
1287 "provide": {
1288 "psr/container-implementation": "1.0"
1289 },
1290 "require-dev": {
1291 "symfony/config": "~3.3|~4.0",
1292 "symfony/expression-language": "~2.8|~3.0|~4.0",
1293 "symfony/yaml": "~3.4|~4.0"
1294 },
1295 "suggest": {
1296 "symfony/config": "",
1297 "symfony/expression-language": "For using expressions in service container configuration",
1298 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
1299 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
1300 "symfony/yaml": ""
1301 },
1302 "type": "library",
1303 "autoload": {
1304 "psr-4": {
1305 "Symfony\\Component\\DependencyInjection\\": ""
1306 },
1307 "exclude-from-classmap": [
1308 "/Tests/"
1309 ]
1310 },
1311 "notification-url": "https://packagist.org/downloads/",
1312 "license": [
1313 "MIT"
1314 ],
1315 "authors": [
1316 {
1317 "name": "Fabien Potencier",
1318 "email": "fabien@symfony.com"
1319 },
1320 {
1321 "name": "Symfony Community",
1322 "homepage": "https://symfony.com/contributors"
1323 }
1324 ],
1325 "description": "Symfony DependencyInjection Component",
1326 "homepage": "https://symfony.com",
1327 "support": {
1328 "source": "https://github.com/symfony/dependency-injection/tree/v3.4.47"
1329 },
1330 "funding": [
1331 {
1332 "url": "https://symfony.com/sponsor",
1333 "type": "custom"
1334 },
1335 {
1336 "url": "https://github.com/fabpot",
1337 "type": "github"
1338 },
1339 {
1340 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1341 "type": "tidelift"
1342 }
1343 ],
1344 "time": "2020-10-24T10:57:07+00:00"
1345 },
1346 {
1347 "name": "symfony/event-dispatcher",
1348 "version": "v3.4.47",
1349 "source": {
1350 "type": "git",
1351 "url": "https://github.com/symfony/event-dispatcher.git",
1352 "reference": "31fde73757b6bad247c54597beef974919ec6860"
1353 },
1354 "dist": {
1355 "type": "zip",
1356 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/31fde73757b6bad247c54597beef974919ec6860",
1357 "reference": "31fde73757b6bad247c54597beef974919ec6860",
1358 "shasum": ""
1359 },
1360 "require": {
1361 "php": "^5.5.9|>=7.0.8"
1362 },
1363 "conflict": {
1364 "symfony/dependency-injection": "<3.3"
1365 },
1366 "require-dev": {
1367 "psr/log": "~1.0",
1368 "symfony/config": "~2.8|~3.0|~4.0",
1369 "symfony/debug": "~3.4|~4.4",
1370 "symfony/dependency-injection": "~3.3|~4.0",
1371 "symfony/expression-language": "~2.8|~3.0|~4.0",
1372 "symfony/stopwatch": "~2.8|~3.0|~4.0"
1373 },
1374 "suggest": {
1375 "symfony/dependency-injection": "",
1376 "symfony/http-kernel": ""
1377 },
1378 "type": "library",
1379 "autoload": {
1380 "psr-4": {
1381 "Symfony\\Component\\EventDispatcher\\": ""
1382 },
1383 "exclude-from-classmap": [
1384 "/Tests/"
1385 ]
1386 },
1387 "notification-url": "https://packagist.org/downloads/",
1388 "license": [
1389 "MIT"
1390 ],
1391 "authors": [
1392 {
1393 "name": "Fabien Potencier",
1394 "email": "fabien@symfony.com"
1395 },
1396 {
1397 "name": "Symfony Community",
1398 "homepage": "https://symfony.com/contributors"
1399 }
1400 ],
1401 "description": "Symfony EventDispatcher Component",
1402 "homepage": "https://symfony.com",
1403 "support": {
1404 "source": "https://github.com/symfony/event-dispatcher/tree/v3.4.47"
1405 },
1406 "funding": [
1407 {
1408 "url": "https://symfony.com/sponsor",
1409 "type": "custom"
1410 },
1411 {
1412 "url": "https://github.com/fabpot",
1413 "type": "github"
1414 },
1415 {
1416 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1417 "type": "tidelift"
1418 }
1419 ],
1420 "time": "2020-10-24T10:57:07+00:00"
1421 },
1422 {
1423 "name": "symfony/filesystem",
1424 "version": "v3.4.47",
1425 "source": {
1426 "type": "git",
1427 "url": "https://github.com/symfony/filesystem.git",
1428 "reference": "e58d7841cddfed6e846829040dca2cca0ebbbbb3"
1429 },
1430 "dist": {
1431 "type": "zip",
1432 "url": "https://api.github.com/repos/symfony/filesystem/zipball/e58d7841cddfed6e846829040dca2cca0ebbbbb3",
1433 "reference": "e58d7841cddfed6e846829040dca2cca0ebbbbb3",
1434 "shasum": ""
1435 },
1436 "require": {
1437 "php": "^5.5.9|>=7.0.8",
1438 "symfony/polyfill-ctype": "~1.8"
1439 },
1440 "type": "library",
1441 "autoload": {
1442 "psr-4": {
1443 "Symfony\\Component\\Filesystem\\": ""
1444 },
1445 "exclude-from-classmap": [
1446 "/Tests/"
1447 ]
1448 },
1449 "notification-url": "https://packagist.org/downloads/",
1450 "license": [
1451 "MIT"
1452 ],
1453 "authors": [
1454 {
1455 "name": "Fabien Potencier",
1456 "email": "fabien@symfony.com"
1457 },
1458 {
1459 "name": "Symfony Community",
1460 "homepage": "https://symfony.com/contributors"
1461 }
1462 ],
1463 "description": "Symfony Filesystem Component",
1464 "homepage": "https://symfony.com",
1465 "support": {
1466 "source": "https://github.com/symfony/filesystem/tree/v3.4.47"
1467 },
1468 "funding": [
1469 {
1470 "url": "https://symfony.com/sponsor",
1471 "type": "custom"
1472 },
1473 {
1474 "url": "https://github.com/fabpot",
1475 "type": "github"
1476 },
1477 {
1478 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1479 "type": "tidelift"
1480 }
1481 ],
1482 "time": "2020-10-24T10:57:07+00:00"
1483 },
1484 {
1485 "name": "symfony/finder",
1486 "version": "v3.4.47",
1487 "source": {
1488 "type": "git",
1489 "url": "https://github.com/symfony/finder.git",
1490 "reference": "b6b6ad3db3edb1b4b1c1896b1975fb684994de6e"
1491 },
1492 "dist": {
1493 "type": "zip",
1494 "url": "https://api.github.com/repos/symfony/finder/zipball/b6b6ad3db3edb1b4b1c1896b1975fb684994de6e",
1495 "reference": "b6b6ad3db3edb1b4b1c1896b1975fb684994de6e",
1496 "shasum": ""
1497 },
1498 "require": {
1499 "php": "^5.5.9|>=7.0.8"
1500 },
1501 "type": "library",
1502 "autoload": {
1503 "psr-4": {
1504 "Symfony\\Component\\Finder\\": ""
1505 },
1506 "exclude-from-classmap": [
1507 "/Tests/"
1508 ]
1509 },
1510 "notification-url": "https://packagist.org/downloads/",
1511 "license": [
1512 "MIT"
1513 ],
1514 "authors": [
1515 {
1516 "name": "Fabien Potencier",
1517 "email": "fabien@symfony.com"
1518 },
1519 {
1520 "name": "Symfony Community",
1521 "homepage": "https://symfony.com/contributors"
1522 }
1523 ],
1524 "description": "Symfony Finder Component",
1525 "homepage": "https://symfony.com",
1526 "support": {
1527 "source": "https://github.com/symfony/finder/tree/v3.4.47"
1528 },
1529 "funding": [
1530 {
1531 "url": "https://symfony.com/sponsor",
1532 "type": "custom"
1533 },
1534 {
1535 "url": "https://github.com/fabpot",
1536 "type": "github"
1537 },
1538 {
1539 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1540 "type": "tidelift"
1541 }
1542 ],
1543 "time": "2020-11-16T17:02:08+00:00"
1544 },
1545 {
1546 "name": "symfony/http-foundation",
1547 "version": "v3.4.47",
1548 "source": {
1549 "type": "git",
1550 "url": "https://github.com/symfony/http-foundation.git",
1551 "reference": "b9885fcce6fe494201da4f70a9309770e9d13dc8"
1552 },
1553 "dist": {
1554 "type": "zip",
1555 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b9885fcce6fe494201da4f70a9309770e9d13dc8",
1556 "reference": "b9885fcce6fe494201da4f70a9309770e9d13dc8",
1557 "shasum": ""
1558 },
1559 "require": {
1560 "php": "^5.5.9|>=7.0.8",
1561 "symfony/polyfill-mbstring": "~1.1",
1562 "symfony/polyfill-php70": "~1.6"
1563 },
1564 "require-dev": {
1565 "symfony/expression-language": "~2.8|~3.0|~4.0"
1566 },
1567 "type": "library",
1568 "autoload": {
1569 "psr-4": {
1570 "Symfony\\Component\\HttpFoundation\\": ""
1571 },
1572 "exclude-from-classmap": [
1573 "/Tests/"
1574 ]
1575 },
1576 "notification-url": "https://packagist.org/downloads/",
1577 "license": [
1578 "MIT"
1579 ],
1580 "authors": [
1581 {
1582 "name": "Fabien Potencier",
1583 "email": "fabien@symfony.com"
1584 },
1585 {
1586 "name": "Symfony Community",
1587 "homepage": "https://symfony.com/contributors"
1588 }
1589 ],
1590 "description": "Symfony HttpFoundation Component",
1591 "homepage": "https://symfony.com",
1592 "support": {
1593 "source": "https://github.com/symfony/http-foundation/tree/v3.4.47"
1594 },
1595 "funding": [
1596 {
1597 "url": "https://symfony.com/sponsor",
1598 "type": "custom"
1599 },
1600 {
1601 "url": "https://github.com/fabpot",
1602 "type": "github"
1603 },
1604 {
1605 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1606 "type": "tidelift"
1607 }
1608 ],
1609 "time": "2020-10-24T10:57:07+00:00"
1610 },
1611 {
1612 "name": "symfony/http-kernel",
1613 "version": "v3.4.49",
1614 "source": {
1615 "type": "git",
1616 "url": "https://github.com/symfony/http-kernel.git",
1617 "reference": "5aa72405f5bd5583c36ed6e756acb17d3f98ac40"
1618 },
1619 "dist": {
1620 "type": "zip",
1621 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/5aa72405f5bd5583c36ed6e756acb17d3f98ac40",
1622 "reference": "5aa72405f5bd5583c36ed6e756acb17d3f98ac40",
1623 "shasum": ""
1624 },
1625 "require": {
1626 "php": "^5.5.9|>=7.0.8",
1627 "psr/log": "~1.0",
1628 "symfony/debug": "^3.3.3|~4.0",
1629 "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
1630 "symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1",
1631 "symfony/polyfill-ctype": "~1.8",
1632 "symfony/polyfill-php56": "~1.8"
1633 },
1634 "conflict": {
1635 "symfony/config": "<2.8",
1636 "symfony/dependency-injection": "<3.4.10|<4.0.10,>=4",
1637 "symfony/var-dumper": "<3.3",
1638 "twig/twig": "<1.34|<2.4,>=2"
1639 },
1640 "provide": {
1641 "psr/log-implementation": "1.0"
1642 },
1643 "require-dev": {
1644 "psr/cache": "~1.0",
1645 "symfony/browser-kit": "~2.8|~3.0|~4.0",
1646 "symfony/class-loader": "~2.8|~3.0",
1647 "symfony/config": "~2.8|~3.0|~4.0",
1648 "symfony/console": "~2.8|~3.0|~4.0",
1649 "symfony/css-selector": "~2.8|~3.0|~4.0",
1650 "symfony/dependency-injection": "^3.4.10|^4.0.10",
1651 "symfony/dom-crawler": "~2.8|~3.0|~4.0",
1652 "symfony/expression-language": "~2.8|~3.0|~4.0",
1653 "symfony/finder": "~2.8|~3.0|~4.0",
1654 "symfony/process": "~2.8|~3.0|~4.0",
1655 "symfony/routing": "~3.4|~4.0",
1656 "symfony/stopwatch": "~2.8|~3.0|~4.0",
1657 "symfony/templating": "~2.8|~3.0|~4.0",
1658 "symfony/translation": "~2.8|~3.0|~4.0",
1659 "symfony/var-dumper": "~3.3|~4.0"
1660 },
1661 "suggest": {
1662 "symfony/browser-kit": "",
1663 "symfony/config": "",
1664 "symfony/console": "",
1665 "symfony/dependency-injection": "",
1666 "symfony/finder": "",
1667 "symfony/var-dumper": ""
1668 },
1669 "type": "library",
1670 "autoload": {
1671 "psr-4": {
1672 "Symfony\\Component\\HttpKernel\\": ""
1673 },
1674 "exclude-from-classmap": [
1675 "/Tests/"
1676 ]
1677 },
1678 "notification-url": "https://packagist.org/downloads/",
1679 "license": [
1680 "MIT"
1681 ],
1682 "authors": [
1683 {
1684 "name": "Fabien Potencier",
1685 "email": "fabien@symfony.com"
1686 },
1687 {
1688 "name": "Symfony Community",
1689 "homepage": "https://symfony.com/contributors"
1690 }
1691 ],
1692 "description": "Symfony HttpKernel Component",
1693 "homepage": "https://symfony.com",
1694 "support": {
1695 "source": "https://github.com/symfony/http-kernel/tree/v3.4.49"
1696 },
1697 "funding": [
1698 {
1699 "url": "https://symfony.com/sponsor",
1700 "type": "custom"
1701 },
1702 {
1703 "url": "https://github.com/fabpot",
1704 "type": "github"
1705 },
1706 {
1707 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1708 "type": "tidelift"
1709 }
1710 ],
1711 "time": "2021-05-19T12:06:59+00:00"
1712 },
1713 {
1714 "name": "symfony/polyfill-ctype",
1715 "version": "v1.29.0",
1716 "source": {
1717 "type": "git",
1718 "url": "https://github.com/symfony/polyfill-ctype.git",
1719 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4"
1720 },
1721 "dist": {
1722 "type": "zip",
1723 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4",
1724 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4",
1725 "shasum": ""
1726 },
1727 "require": {
1728 "php": ">=7.1"
1729 },
1730 "provide": {
1731 "ext-ctype": "*"
1732 },
1733 "suggest": {
1734 "ext-ctype": "For best performance"
1735 },
1736 "type": "library",
1737 "extra": {
1738 "thanks": {
1739 "name": "symfony/polyfill",
1740 "url": "https://github.com/symfony/polyfill"
1741 }
1742 },
1743 "autoload": {
1744 "files": [
1745 "bootstrap.php"
1746 ],
1747 "psr-4": {
1748 "Symfony\\Polyfill\\Ctype\\": ""
1749 }
1750 },
1751 "notification-url": "https://packagist.org/downloads/",
1752 "license": [
1753 "MIT"
1754 ],
1755 "authors": [
1756 {
1757 "name": "Gert de Pagter",
1758 "email": "BackEndTea@gmail.com"
1759 },
1760 {
1761 "name": "Symfony Community",
1762 "homepage": "https://symfony.com/contributors"
1763 }
1764 ],
1765 "description": "Symfony polyfill for ctype functions",
1766 "homepage": "https://symfony.com",
1767 "keywords": [
1768 "compatibility",
1769 "ctype",
1770 "polyfill",
1771 "portable"
1772 ],
1773 "support": {
1774 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0"
1775 },
1776 "funding": [
1777 {
1778 "url": "https://symfony.com/sponsor",
1779 "type": "custom"
1780 },
1781 {
1782 "url": "https://github.com/fabpot",
1783 "type": "github"
1784 },
1785 {
1786 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1787 "type": "tidelift"
1788 }
1789 ],
1790 "time": "2024-01-29T20:11:03+00:00"
1791 },
1792 {
1793 "name": "symfony/polyfill-intl-idn",
1794 "version": "v1.29.0",
1795 "source": {
1796 "type": "git",
1797 "url": "https://github.com/symfony/polyfill-intl-idn.git",
1798 "reference": "a287ed7475f85bf6f61890146edbc932c0fff919"
1799 },
1800 "dist": {
1801 "type": "zip",
1802 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a287ed7475f85bf6f61890146edbc932c0fff919",
1803 "reference": "a287ed7475f85bf6f61890146edbc932c0fff919",
1804 "shasum": ""
1805 },
1806 "require": {
1807 "php": ">=7.1",
1808 "symfony/polyfill-intl-normalizer": "^1.10",
1809 "symfony/polyfill-php72": "^1.10"
1810 },
1811 "suggest": {
1812 "ext-intl": "For best performance"
1813 },
1814 "type": "library",
1815 "extra": {
1816 "thanks": {
1817 "name": "symfony/polyfill",
1818 "url": "https://github.com/symfony/polyfill"
1819 }
1820 },
1821 "autoload": {
1822 "files": [
1823 "bootstrap.php"
1824 ],
1825 "psr-4": {
1826 "Symfony\\Polyfill\\Intl\\Idn\\": ""
1827 }
1828 },
1829 "notification-url": "https://packagist.org/downloads/",
1830 "license": [
1831 "MIT"
1832 ],
1833 "authors": [
1834 {
1835 "name": "Laurent Bassin",
1836 "email": "laurent@bassin.info"
1837 },
1838 {
1839 "name": "Trevor Rowbotham",
1840 "email": "trevor.rowbotham@pm.me"
1841 },
1842 {
1843 "name": "Symfony Community",
1844 "homepage": "https://symfony.com/contributors"
1845 }
1846 ],
1847 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
1848 "homepage": "https://symfony.com",
1849 "keywords": [
1850 "compatibility",
1851 "idn",
1852 "intl",
1853 "polyfill",
1854 "portable",
1855 "shim"
1856 ],
1857 "support": {
1858 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.29.0"
1859 },
1860 "funding": [
1861 {
1862 "url": "https://symfony.com/sponsor",
1863 "type": "custom"
1864 },
1865 {
1866 "url": "https://github.com/fabpot",
1867 "type": "github"
1868 },
1869 {
1870 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1871 "type": "tidelift"
1872 }
1873 ],
1874 "time": "2024-01-29T20:11:03+00:00"
1875 },
1876 {
1877 "name": "symfony/polyfill-intl-normalizer",
1878 "version": "v1.29.0",
1879 "source": {
1880 "type": "git",
1881 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
1882 "reference": "bc45c394692b948b4d383a08d7753968bed9a83d"
1883 },
1884 "dist": {
1885 "type": "zip",
1886 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d",
1887 "reference": "bc45c394692b948b4d383a08d7753968bed9a83d",
1888 "shasum": ""
1889 },
1890 "require": {
1891 "php": ">=7.1"
1892 },
1893 "suggest": {
1894 "ext-intl": "For best performance"
1895 },
1896 "type": "library",
1897 "extra": {
1898 "thanks": {
1899 "name": "symfony/polyfill",
1900 "url": "https://github.com/symfony/polyfill"
1901 }
1902 },
1903 "autoload": {
1904 "files": [
1905 "bootstrap.php"
1906 ],
1907 "psr-4": {
1908 "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
1909 },
1910 "classmap": [
1911 "Resources/stubs"
1912 ]
1913 },
1914 "notification-url": "https://packagist.org/downloads/",
1915 "license": [
1916 "MIT"
1917 ],
1918 "authors": [
1919 {
1920 "name": "Nicolas Grekas",
1921 "email": "p@tchwork.com"
1922 },
1923 {
1924 "name": "Symfony Community",
1925 "homepage": "https://symfony.com/contributors"
1926 }
1927 ],
1928 "description": "Symfony polyfill for intl's Normalizer class and related functions",
1929 "homepage": "https://symfony.com",
1930 "keywords": [
1931 "compatibility",
1932 "intl",
1933 "normalizer",
1934 "polyfill",
1935 "portable",
1936 "shim"
1937 ],
1938 "support": {
1939 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0"
1940 },
1941 "funding": [
1942 {
1943 "url": "https://symfony.com/sponsor",
1944 "type": "custom"
1945 },
1946 {
1947 "url": "https://github.com/fabpot",
1948 "type": "github"
1949 },
1950 {
1951 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1952 "type": "tidelift"
1953 }
1954 ],
1955 "time": "2024-01-29T20:11:03+00:00"
1956 },
1957 {
1958 "name": "symfony/polyfill-mbstring",
1959 "version": "v1.29.0",
1960 "source": {
1961 "type": "git",
1962 "url": "https://github.com/symfony/polyfill-mbstring.git",
1963 "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
1964 },
1965 "dist": {
1966 "type": "zip",
1967 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
1968 "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
1969 "shasum": ""
1970 },
1971 "require": {
1972 "php": ">=7.1"
1973 },
1974 "provide": {
1975 "ext-mbstring": "*"
1976 },
1977 "suggest": {
1978 "ext-mbstring": "For best performance"
1979 },
1980 "type": "library",
1981 "extra": {
1982 "thanks": {
1983 "name": "symfony/polyfill",
1984 "url": "https://github.com/symfony/polyfill"
1985 }
1986 },
1987 "autoload": {
1988 "files": [
1989 "bootstrap.php"
1990 ],
1991 "psr-4": {
1992 "Symfony\\Polyfill\\Mbstring\\": ""
1993 }
1994 },
1995 "notification-url": "https://packagist.org/downloads/",
1996 "license": [
1997 "MIT"
1998 ],
1999 "authors": [
2000 {
2001 "name": "Nicolas Grekas",
2002 "email": "p@tchwork.com"
2003 },
2004 {
2005 "name": "Symfony Community",
2006 "homepage": "https://symfony.com/contributors"
2007 }
2008 ],
2009 "description": "Symfony polyfill for the Mbstring extension",
2010 "homepage": "https://symfony.com",
2011 "keywords": [
2012 "compatibility",
2013 "mbstring",
2014 "polyfill",
2015 "portable",
2016 "shim"
2017 ],
2018 "support": {
2019 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0"
2020 },
2021 "funding": [
2022 {
2023 "url": "https://symfony.com/sponsor",
2024 "type": "custom"
2025 },
2026 {
2027 "url": "https://github.com/fabpot",
2028 "type": "github"
2029 },
2030 {
2031 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2032 "type": "tidelift"
2033 }
2034 ],
2035 "time": "2024-01-29T20:11:03+00:00"
2036 },
2037 {
2038 "name": "symfony/polyfill-php56",
2039 "version": "v1.20.0",
2040 "source": {
2041 "type": "git",
2042 "url": "https://github.com/symfony/polyfill-php56.git",
2043 "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675"
2044 },
2045 "dist": {
2046 "type": "zip",
2047 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675",
2048 "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675",
2049 "shasum": ""
2050 },
2051 "require": {
2052 "php": ">=7.1"
2053 },
2054 "type": "metapackage",
2055 "extra": {
2056 "branch-alias": {
2057 "dev-main": "1.20-dev"
2058 },
2059 "thanks": {
2060 "name": "symfony/polyfill",
2061 "url": "https://github.com/symfony/polyfill"
2062 }
2063 },
2064 "notification-url": "https://packagist.org/downloads/",
2065 "license": [
2066 "MIT"
2067 ],
2068 "authors": [
2069 {
2070 "name": "Nicolas Grekas",
2071 "email": "p@tchwork.com"
2072 },
2073 {
2074 "name": "Symfony Community",
2075 "homepage": "https://symfony.com/contributors"
2076 }
2077 ],
2078 "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
2079 "homepage": "https://symfony.com",
2080 "keywords": [
2081 "compatibility",
2082 "polyfill",
2083 "portable",
2084 "shim"
2085 ],
2086 "support": {
2087 "source": "https://github.com/symfony/polyfill-php56/tree/v1.20.0"
2088 },
2089 "funding": [
2090 {
2091 "url": "https://symfony.com/sponsor",
2092 "type": "custom"
2093 },
2094 {
2095 "url": "https://github.com/fabpot",
2096 "type": "github"
2097 },
2098 {
2099 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2100 "type": "tidelift"
2101 }
2102 ],
2103 "time": "2020-10-23T14:02:19+00:00"
2104 },
2105 {
2106 "name": "symfony/polyfill-php70",
2107 "version": "v1.20.0",
2108 "source": {
2109 "type": "git",
2110 "url": "https://github.com/symfony/polyfill-php70.git",
2111 "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644"
2112 },
2113 "dist": {
2114 "type": "zip",
2115 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/5f03a781d984aae42cebd18e7912fa80f02ee644",
2116 "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644",
2117 "shasum": ""
2118 },
2119 "require": {
2120 "php": ">=7.1"
2121 },
2122 "type": "metapackage",
2123 "extra": {
2124 "branch-alias": {
2125 "dev-main": "1.20-dev"
2126 },
2127 "thanks": {
2128 "name": "symfony/polyfill",
2129 "url": "https://github.com/symfony/polyfill"
2130 }
2131 },
2132 "notification-url": "https://packagist.org/downloads/",
2133 "license": [
2134 "MIT"
2135 ],
2136 "authors": [
2137 {
2138 "name": "Nicolas Grekas",
2139 "email": "p@tchwork.com"
2140 },
2141 {
2142 "name": "Symfony Community",
2143 "homepage": "https://symfony.com/contributors"
2144 }
2145 ],
2146 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
2147 "homepage": "https://symfony.com",
2148 "keywords": [
2149 "compatibility",
2150 "polyfill",
2151 "portable",
2152 "shim"
2153 ],
2154 "support": {
2155 "source": "https://github.com/symfony/polyfill-php70/tree/v1.20.0"
2156 },
2157 "funding": [
2158 {
2159 "url": "https://symfony.com/sponsor",
2160 "type": "custom"
2161 },
2162 {
2163 "url": "https://github.com/fabpot",
2164 "type": "github"
2165 },
2166 {
2167 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2168 "type": "tidelift"
2169 }
2170 ],
2171 "time": "2020-10-23T14:02:19+00:00"
2172 },
2173 {
2174 "name": "symfony/polyfill-php72",
2175 "version": "v1.29.0",
2176 "source": {
2177 "type": "git",
2178 "url": "https://github.com/symfony/polyfill-php72.git",
2179 "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25"
2180 },
2181 "dist": {
2182 "type": "zip",
2183 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25",
2184 "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25",
2185 "shasum": ""
2186 },
2187 "require": {
2188 "php": ">=7.1"
2189 },
2190 "type": "library",
2191 "extra": {
2192 "thanks": {
2193 "name": "symfony/polyfill",
2194 "url": "https://github.com/symfony/polyfill"
2195 }
2196 },
2197 "autoload": {
2198 "files": [
2199 "bootstrap.php"
2200 ],
2201 "psr-4": {
2202 "Symfony\\Polyfill\\Php72\\": ""
2203 }
2204 },
2205 "notification-url": "https://packagist.org/downloads/",
2206 "license": [
2207 "MIT"
2208 ],
2209 "authors": [
2210 {
2211 "name": "Nicolas Grekas",
2212 "email": "p@tchwork.com"
2213 },
2214 {
2215 "name": "Symfony Community",
2216 "homepage": "https://symfony.com/contributors"
2217 }
2218 ],
2219 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
2220 "homepage": "https://symfony.com",
2221 "keywords": [
2222 "compatibility",
2223 "polyfill",
2224 "portable",
2225 "shim"
2226 ],
2227 "support": {
2228 "source": "https://github.com/symfony/polyfill-php72/tree/v1.29.0"
2229 },
2230 "funding": [
2231 {
2232 "url": "https://symfony.com/sponsor",
2233 "type": "custom"
2234 },
2235 {
2236 "url": "https://github.com/fabpot",
2237 "type": "github"
2238 },
2239 {
2240 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2241 "type": "tidelift"
2242 }
2243 ],
2244 "time": "2024-01-29T20:11:03+00:00"
2245 },
2246 {
2247 "name": "symfony/process",
2248 "version": "v3.4.47",
2249 "source": {
2250 "type": "git",
2251 "url": "https://github.com/symfony/process.git",
2252 "reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca"
2253 },
2254 "dist": {
2255 "type": "zip",
2256 "url": "https://api.github.com/repos/symfony/process/zipball/b8648cf1d5af12a44a51d07ef9bf980921f15fca",
2257 "reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca",
2258 "shasum": ""
2259 },
2260 "require": {
2261 "php": "^5.5.9|>=7.0.8"
2262 },
2263 "type": "library",
2264 "autoload": {
2265 "psr-4": {
2266 "Symfony\\Component\\Process\\": ""
2267 },
2268 "exclude-from-classmap": [
2269 "/Tests/"
2270 ]
2271 },
2272 "notification-url": "https://packagist.org/downloads/",
2273 "license": [
2274 "MIT"
2275 ],
2276 "authors": [
2277 {
2278 "name": "Fabien Potencier",
2279 "email": "fabien@symfony.com"
2280 },
2281 {
2282 "name": "Symfony Community",
2283 "homepage": "https://symfony.com/contributors"
2284 }
2285 ],
2286 "description": "Symfony Process Component",
2287 "homepage": "https://symfony.com",
2288 "support": {
2289 "source": "https://github.com/symfony/process/tree/v3.4.47"
2290 },
2291 "funding": [
2292 {
2293 "url": "https://symfony.com/sponsor",
2294 "type": "custom"
2295 },
2296 {
2297 "url": "https://github.com/fabpot",
2298 "type": "github"
2299 },
2300 {
2301 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2302 "type": "tidelift"
2303 }
2304 ],
2305 "time": "2020-10-24T10:57:07+00:00"
2306 },
2307 {
2308 "name": "symfony/proxy-manager-bridge",
2309 "version": "v3.4.47",
2310 "source": {
2311 "type": "git",
2312 "url": "https://github.com/symfony/proxy-manager-bridge.git",
2313 "reference": "25351bb4d5a60cfeddbaf6cf6faebd3a700e2ff4"
2314 },
2315 "dist": {
2316 "type": "zip",
2317 "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/25351bb4d5a60cfeddbaf6cf6faebd3a700e2ff4",
2318 "reference": "25351bb4d5a60cfeddbaf6cf6faebd3a700e2ff4",
2319 "shasum": ""
2320 },
2321 "require": {
2322 "composer/package-versions-deprecated": "^1.8",
2323 "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
2324 "php": "^5.5.9|>=7.0.8",
2325 "symfony/dependency-injection": "~3.4|~4.0"
2326 },
2327 "require-dev": {
2328 "symfony/config": "~2.8|~3.0|~4.0"
2329 },
2330 "type": "symfony-bridge",
2331 "autoload": {
2332 "psr-4": {
2333 "Symfony\\Bridge\\ProxyManager\\": ""
2334 },
2335 "exclude-from-classmap": [
2336 "/Tests/"
2337 ]
2338 },
2339 "notification-url": "https://packagist.org/downloads/",
2340 "license": [
2341 "MIT"
2342 ],
2343 "authors": [
2344 {
2345 "name": "Fabien Potencier",
2346 "email": "fabien@symfony.com"
2347 },
2348 {
2349 "name": "Symfony Community",
2350 "homepage": "https://symfony.com/contributors"
2351 }
2352 ],
2353 "description": "Symfony ProxyManager Bridge",
2354 "homepage": "https://symfony.com",
2355 "support": {
2356 "source": "https://github.com/symfony/proxy-manager-bridge/tree/v3.4.47"
2357 },
2358 "funding": [
2359 {
2360 "url": "https://symfony.com/sponsor",
2361 "type": "custom"
2362 },
2363 {
2364 "url": "https://github.com/fabpot",
2365 "type": "github"
2366 },
2367 {
2368 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2369 "type": "tidelift"
2370 }
2371 ],
2372 "time": "2020-10-27T11:56:04+00:00"
2373 },
2374 {
2375 "name": "symfony/routing",
2376 "version": "v3.4.47",
2377 "source": {
2378 "type": "git",
2379 "url": "https://github.com/symfony/routing.git",
2380 "reference": "3e522ac69cadffd8131cc2b22157fa7662331a6c"
2381 },
2382 "dist": {
2383 "type": "zip",
2384 "url": "https://api.github.com/repos/symfony/routing/zipball/3e522ac69cadffd8131cc2b22157fa7662331a6c",
2385 "reference": "3e522ac69cadffd8131cc2b22157fa7662331a6c",
2386 "shasum": ""
2387 },
2388 "require": {
2389 "php": "^5.5.9|>=7.0.8"
2390 },
2391 "conflict": {
2392 "symfony/config": "<3.3.1",
2393 "symfony/dependency-injection": "<3.3",
2394 "symfony/yaml": "<3.4"
2395 },
2396 "require-dev": {
2397 "doctrine/annotations": "~1.0",
2398 "psr/log": "~1.0",
2399 "symfony/config": "^3.3.1|~4.0",
2400 "symfony/dependency-injection": "~3.3|~4.0",
2401 "symfony/expression-language": "~2.8|~3.0|~4.0",
2402 "symfony/http-foundation": "~2.8|~3.0|~4.0",
2403 "symfony/yaml": "~3.4|~4.0"
2404 },
2405 "suggest": {
2406 "doctrine/annotations": "For using the annotation loader",
2407 "symfony/config": "For using the all-in-one router or any loader",
2408 "symfony/expression-language": "For using expression matching",
2409 "symfony/http-foundation": "For using a Symfony Request object",
2410 "symfony/yaml": "For using the YAML loader"
2411 },
2412 "type": "library",
2413 "autoload": {
2414 "psr-4": {
2415 "Symfony\\Component\\Routing\\": ""
2416 },
2417 "exclude-from-classmap": [
2418 "/Tests/"
2419 ]
2420 },
2421 "notification-url": "https://packagist.org/downloads/",
2422 "license": [
2423 "MIT"
2424 ],
2425 "authors": [
2426 {
2427 "name": "Fabien Potencier",
2428 "email": "fabien@symfony.com"
2429 },
2430 {
2431 "name": "Symfony Community",
2432 "homepage": "https://symfony.com/contributors"
2433 }
2434 ],
2435 "description": "Symfony Routing Component",
2436 "homepage": "https://symfony.com",
2437 "keywords": [
2438 "router",
2439 "routing",
2440 "uri",
2441 "url"
2442 ],
2443 "support": {
2444 "source": "https://github.com/symfony/routing/tree/v3.4.47"
2445 },
2446 "funding": [
2447 {
2448 "url": "https://symfony.com/sponsor",
2449 "type": "custom"
2450 },
2451 {
2452 "url": "https://github.com/fabpot",
2453 "type": "github"
2454 },
2455 {
2456 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2457 "type": "tidelift"
2458 }
2459 ],
2460 "time": "2020-10-24T10:57:07+00:00"
2461 },
2462 {
2463 "name": "symfony/twig-bridge",
2464 "version": "v3.4.47",
2465 "source": {
2466 "type": "git",
2467 "url": "https://github.com/symfony/twig-bridge.git",
2468 "reference": "090d19d6f1ea5b9e1d79f372785aa5e5c9cd4042"
2469 },
2470 "dist": {
2471 "type": "zip",
2472 "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/090d19d6f1ea5b9e1d79f372785aa5e5c9cd4042",
2473 "reference": "090d19d6f1ea5b9e1d79f372785aa5e5c9cd4042",
2474 "shasum": ""
2475 },
2476 "require": {
2477 "php": "^5.5.9|>=7.0.8",
2478 "twig/twig": "^1.41|^2.10"
2479 },
2480 "conflict": {
2481 "symfony/console": "<3.4",
2482 "symfony/form": "<3.4.31|>=4.0,<4.3.4"
2483 },
2484 "require-dev": {
2485 "fig/link-util": "^1.0",
2486 "symfony/asset": "~2.8|~3.0|~4.0",
2487 "symfony/console": "~3.4|~4.0",
2488 "symfony/dependency-injection": "~2.8|~3.0|~4.0",
2489 "symfony/expression-language": "~2.8|~3.0|~4.0",
2490 "symfony/finder": "~2.8|~3.0|~4.0",
2491 "symfony/form": "^3.4.31|^4.3.4",
2492 "symfony/http-foundation": "^3.3.11|~4.0",
2493 "symfony/http-kernel": "~3.2|~4.0",
2494 "symfony/polyfill-intl-icu": "~1.0",
2495 "symfony/routing": "~2.8|~3.0|~4.0",
2496 "symfony/security": "^2.8.31|^3.3.13|~4.0",
2497 "symfony/security-acl": "~2.8|~3.0",
2498 "symfony/stopwatch": "~2.8|~3.0|~4.0",
2499 "symfony/templating": "~2.8|~3.0|~4.0",
2500 "symfony/translation": "~2.8|~3.0|~4.0",
2501 "symfony/var-dumper": "~2.8.10|~3.1.4|~3.2|~4.0",
2502 "symfony/web-link": "~3.3|~4.0",
2503 "symfony/workflow": "~3.3|~4.0",
2504 "symfony/yaml": "~2.8|~3.0|~4.0"
2505 },
2506 "suggest": {
2507 "symfony/asset": "For using the AssetExtension",
2508 "symfony/expression-language": "For using the ExpressionExtension",
2509 "symfony/finder": "",
2510 "symfony/form": "For using the FormExtension",
2511 "symfony/http-kernel": "For using the HttpKernelExtension",
2512 "symfony/routing": "For using the RoutingExtension",
2513 "symfony/security": "For using the SecurityExtension",
2514 "symfony/stopwatch": "For using the StopwatchExtension",
2515 "symfony/templating": "For using the TwigEngine",
2516 "symfony/translation": "For using the TranslationExtension",
2517 "symfony/var-dumper": "For using the DumpExtension",
2518 "symfony/web-link": "For using the WebLinkExtension",
2519 "symfony/yaml": "For using the YamlExtension"
2520 },
2521 "type": "symfony-bridge",
2522 "autoload": {
2523 "psr-4": {
2524 "Symfony\\Bridge\\Twig\\": ""
2525 },
2526 "exclude-from-classmap": [
2527 "/Tests/"
2528 ]
2529 },
2530 "notification-url": "https://packagist.org/downloads/",
2531 "license": [
2532 "MIT"
2533 ],
2534 "authors": [
2535 {
2536 "name": "Fabien Potencier",
2537 "email": "fabien@symfony.com"
2538 },
2539 {
2540 "name": "Symfony Community",
2541 "homepage": "https://symfony.com/contributors"
2542 }
2543 ],
2544 "description": "Symfony Twig Bridge",
2545 "homepage": "https://symfony.com",
2546 "support": {
2547 "source": "https://github.com/symfony/twig-bridge/tree/v3.4.47"
2548 },
2549 "funding": [
2550 {
2551 "url": "https://symfony.com/sponsor",
2552 "type": "custom"
2553 },
2554 {
2555 "url": "https://github.com/fabpot",
2556 "type": "github"
2557 },
2558 {
2559 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2560 "type": "tidelift"
2561 }
2562 ],
2563 "time": "2020-10-24T10:57:07+00:00"
2564 },
2565 {
2566 "name": "symfony/yaml",
2567 "version": "v3.4.47",
2568 "source": {
2569 "type": "git",
2570 "url": "https://github.com/symfony/yaml.git",
2571 "reference": "88289caa3c166321883f67fe5130188ebbb47094"
2572 },
2573 "dist": {
2574 "type": "zip",
2575 "url": "https://api.github.com/repos/symfony/yaml/zipball/88289caa3c166321883f67fe5130188ebbb47094",
2576 "reference": "88289caa3c166321883f67fe5130188ebbb47094",
2577 "shasum": ""
2578 },
2579 "require": {
2580 "php": "^5.5.9|>=7.0.8",
2581 "symfony/polyfill-ctype": "~1.8"
2582 },
2583 "conflict": {
2584 "symfony/console": "<3.4"
2585 },
2586 "require-dev": {
2587 "symfony/console": "~3.4|~4.0"
2588 },
2589 "suggest": {
2590 "symfony/console": "For validating YAML files using the lint command"
2591 },
2592 "type": "library",
2593 "autoload": {
2594 "psr-4": {
2595 "Symfony\\Component\\Yaml\\": ""
2596 },
2597 "exclude-from-classmap": [
2598 "/Tests/"
2599 ]
2600 },
2601 "notification-url": "https://packagist.org/downloads/",
2602 "license": [
2603 "MIT"
2604 ],
2605 "authors": [
2606 {
2607 "name": "Fabien Potencier",
2608 "email": "fabien@symfony.com"
2609 },
2610 {
2611 "name": "Symfony Community",
2612 "homepage": "https://symfony.com/contributors"
2613 }
2614 ],
2615 "description": "Symfony Yaml Component",
2616 "homepage": "https://symfony.com",
2617 "support": {
2618 "source": "https://github.com/symfony/yaml/tree/v3.4.47"
2619 },
2620 "funding": [
2621 {
2622 "url": "https://symfony.com/sponsor",
2623 "type": "custom"
2624 },
2625 {
2626 "url": "https://github.com/fabpot",
2627 "type": "github"
2628 },
2629 {
2630 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2631 "type": "tidelift"
2632 }
2633 ],
2634 "time": "2020-10-24T10:57:07+00:00"
2635 },
2636 {
2637 "name": "twig/twig",
2638 "version": "v2.16.0",
2639 "source": {
2640 "type": "git",
2641 "url": "https://github.com/twigphp/Twig.git",
2642 "reference": "0c9cc7ef2e0ec6d20c5af1200522a89ba101f623"
2643 },
2644 "dist": {
2645 "type": "zip",
2646 "url": "https://api.github.com/repos/twigphp/Twig/zipball/0c9cc7ef2e0ec6d20c5af1200522a89ba101f623",
2647 "reference": "0c9cc7ef2e0ec6d20c5af1200522a89ba101f623",
2648 "shasum": ""
2649 },
2650 "require": {
2651 "php": ">=7.1.3",
2652 "symfony/polyfill-ctype": "^1.8",
2653 "symfony/polyfill-mbstring": "^1.3",
2654 "symfony/polyfill-php72": "^1.8"
2655 },
2656 "require-dev": {
2657 "psr/container": "^1.0",
2658 "symfony/phpunit-bridge": "^5.4.9|^6.3"
2659 },
2660 "type": "library",
2661 "extra": {
2662 "branch-alias": {
2663 "dev-master": "2.16-dev"
2664 }
2665 },
2666 "autoload": {
2667 "psr-0": {
2668 "Twig_": "lib/"
2669 },
2670 "psr-4": {
2671 "Twig\\": "src/"
2672 }
2673 },
2674 "notification-url": "https://packagist.org/downloads/",
2675 "license": [
2676 "BSD-3-Clause"
2677 ],
2678 "authors": [
2679 {
2680 "name": "Fabien Potencier",
2681 "email": "fabien@symfony.com",
2682 "homepage": "http://fabien.potencier.org",
2683 "role": "Lead Developer"
2684 },
2685 {
2686 "name": "Twig Team",
2687 "role": "Contributors"
2688 },
2689 {
2690 "name": "Armin Ronacher",
2691 "email": "armin.ronacher@active-4.com",
2692 "role": "Project Founder"
2693 }
2694 ],
2695 "description": "Twig, the flexible, fast, and secure template language for PHP",
2696 "homepage": "https://twig.symfony.com",
2697 "keywords": [
2698 "templating"
2699 ],
2700 "support": {
2701 "issues": "https://github.com/twigphp/Twig/issues",
2702 "source": "https://github.com/twigphp/Twig/tree/v2.16.0"
2703 },
2704 "funding": [
2705 {
2706 "url": "https://github.com/fabpot",
2707 "type": "github"
2708 },
2709 {
2710 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
2711 "type": "tidelift"
2712 }
2713 ],
2714 "time": "2023-12-22T07:22:15+00:00"
2715 },
2716 {
2717 "name": "zendframework/zend-code",
2718 "version": "3.4.1",
2719 "source": {
2720 "type": "git",
2721 "url": "https://github.com/zendframework/zend-code.git",
2722 "reference": "268040548f92c2bfcba164421c1add2ba43abaaa"
2723 },
2724 "dist": {
2725 "type": "zip",
2726 "url": "https://api.github.com/repos/zendframework/zend-code/zipball/268040548f92c2bfcba164421c1add2ba43abaaa",
2727 "reference": "268040548f92c2bfcba164421c1add2ba43abaaa",
2728 "shasum": ""
2729 },
2730 "require": {
2731 "php": "^7.1",
2732 "zendframework/zend-eventmanager": "^2.6 || ^3.0"
2733 },
2734 "conflict": {
2735 "phpspec/prophecy": "<1.9.0"
2736 },
2737 "require-dev": {
2738 "doctrine/annotations": "^1.7",
2739 "ext-phar": "*",
2740 "phpunit/phpunit": "^7.5.16 || ^8.4",
2741 "zendframework/zend-coding-standard": "^1.0",
2742 "zendframework/zend-stdlib": "^2.7 || ^3.0"
2743 },
2744 "suggest": {
2745 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
2746 "zendframework/zend-stdlib": "Zend\\Stdlib component"
2747 },
2748 "type": "library",
2749 "extra": {
2750 "branch-alias": {
2751 "dev-master": "3.4.x-dev",
2752 "dev-develop": "3.5.x-dev",
2753 "dev-dev-4.0": "4.0.x-dev"
2754 }
2755 },
2756 "autoload": {
2757 "psr-4": {
2758 "Zend\\Code\\": "src/"
2759 }
2760 },
2761 "notification-url": "https://packagist.org/downloads/",
2762 "license": [
2763 "BSD-3-Clause"
2764 ],
2765 "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
2766 "keywords": [
2767 "ZendFramework",
2768 "code",
2769 "zf"
2770 ],
2771 "support": {
2772 "chat": "https://zendframework-slack.herokuapp.com",
2773 "docs": "https://docs.zendframework.com/zend-code/",
2774 "forum": "https://discourse.zendframework.com/c/questions/components",
2775 "issues": "https://github.com/zendframework/zend-code/issues",
2776 "rss": "https://github.com/zendframework/zend-code/releases.atom",
2777 "source": "https://github.com/zendframework/zend-code"
2778 },
2779 "abandoned": "laminas/laminas-code",
2780 "time": "2019-12-10T19:21:15+00:00"
2781 },
2782 {
2783 "name": "zendframework/zend-eventmanager",
2784 "version": "3.2.1",
2785 "source": {
2786 "type": "git",
2787 "url": "https://github.com/zendframework/zend-eventmanager.git",
2788 "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
2789 },
2790 "dist": {
2791 "type": "zip",
2792 "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
2793 "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
2794 "shasum": ""
2795 },
2796 "require": {
2797 "php": "^5.6 || ^7.0"
2798 },
2799 "require-dev": {
2800 "athletic/athletic": "^0.1",
2801 "container-interop/container-interop": "^1.1.0",
2802 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
2803 "zendframework/zend-coding-standard": "~1.0.0",
2804 "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
2805 },
2806 "suggest": {
2807 "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
2808 "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
2809 },
2810 "type": "library",
2811 "extra": {
2812 "branch-alias": {
2813 "dev-master": "3.2-dev",
2814 "dev-develop": "3.3-dev"
2815 }
2816 },
2817 "autoload": {
2818 "psr-4": {
2819 "Zend\\EventManager\\": "src/"
2820 }
2821 },
2822 "notification-url": "https://packagist.org/downloads/",
2823 "license": [
2824 "BSD-3-Clause"
2825 ],
2826 "description": "Trigger and listen to events within a PHP application",
2827 "homepage": "https://github.com/zendframework/zend-eventmanager",
2828 "keywords": [
2829 "event",
2830 "eventmanager",
2831 "events",
2832 "zf2"
2833 ],
2834 "support": {
2835 "issues": "https://github.com/zendframework/zend-eventmanager/issues",
2836 "source": "https://github.com/zendframework/zend-eventmanager/tree/master"
2837 },
2838 "abandoned": "laminas/laminas-eventmanager",
2839 "time": "2018-04-25T15:33:34+00:00"
2840 }
2841 ],
2842 "packages-dev": [
2843 {
2844 "name": "doctrine/instantiator",
2845 "version": "1.5.0",
2846 "source": {
2847 "type": "git",
2848 "url": "https://github.com/doctrine/instantiator.git",
2849 "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
2850 },
2851 "dist": {
2852 "type": "zip",
2853 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
2854 "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
2855 "shasum": ""
2856 },
2857 "require": {
2858 "php": "^7.1 || ^8.0"
2859 },
2860 "require-dev": {
2861 "doctrine/coding-standard": "^9 || ^11",
2862 "ext-pdo": "*",
2863 "ext-phar": "*",
2864 "phpbench/phpbench": "^0.16 || ^1",
2865 "phpstan/phpstan": "^1.4",
2866 "phpstan/phpstan-phpunit": "^1",
2867 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
2868 "vimeo/psalm": "^4.30 || ^5.4"
2869 },
2870 "type": "library",
2871 "autoload": {
2872 "psr-4": {
2873 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2874 }
2875 },
2876 "notification-url": "https://packagist.org/downloads/",
2877 "license": [
2878 "MIT"
2879 ],
2880 "authors": [
2881 {
2882 "name": "Marco Pivetta",
2883 "email": "ocramius@gmail.com",
2884 "homepage": "https://ocramius.github.io/"
2885 }
2886 ],
2887 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2888 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
2889 "keywords": [
2890 "constructor",
2891 "instantiate"
2892 ],
2893 "support": {
2894 "issues": "https://github.com/doctrine/instantiator/issues",
2895 "source": "https://github.com/doctrine/instantiator/tree/1.5.0"
2896 },
2897 "funding": [
2898 {
2899 "url": "https://www.doctrine-project.org/sponsorship.html",
2900 "type": "custom"
2901 },
2902 {
2903 "url": "https://www.patreon.com/phpdoctrine",
2904 "type": "patreon"
2905 },
2906 {
2907 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
2908 "type": "tidelift"
2909 }
2910 ],
2911 "time": "2022-12-30T00:15:36+00:00"
2912 },
2913 {
2914 "name": "fabpot/goutte",
2915 "version": "v3.2.3",
2916 "source": {
2917 "type": "git",
2918 "url": "https://github.com/FriendsOfPHP/Goutte.git",
2919 "reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8"
2920 },
2921 "dist": {
2922 "type": "zip",
2923 "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/3f0eaf0a40181359470651f1565b3e07e3dd31b8",
2924 "reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8",
2925 "shasum": ""
2926 },
2927 "require": {
2928 "guzzlehttp/guzzle": "^6.0",
2929 "php": ">=5.5.0",
2930 "symfony/browser-kit": "~2.1|~3.0|~4.0",
2931 "symfony/css-selector": "~2.1|~3.0|~4.0",
2932 "symfony/dom-crawler": "~2.1|~3.0|~4.0"
2933 },
2934 "require-dev": {
2935 "symfony/phpunit-bridge": "^3.3 || ^4"
2936 },
2937 "type": "application",
2938 "extra": {
2939 "branch-alias": {
2940 "dev-master": "3.2-dev"
2941 }
2942 },
2943 "autoload": {
2944 "psr-4": {
2945 "Goutte\\": "Goutte"
2946 },
2947 "exclude-from-classmap": [
2948 "Goutte/Tests"
2949 ]
2950 },
2951 "notification-url": "https://packagist.org/downloads/",
2952 "license": [
2953 "MIT"
2954 ],
2955 "authors": [
2956 {
2957 "name": "Fabien Potencier",
2958 "email": "fabien@symfony.com"
2959 }
2960 ],
2961 "description": "A simple PHP Web Scraper",
2962 "homepage": "https://github.com/FriendsOfPHP/Goutte",
2963 "keywords": [
2964 "scraper"
2965 ],
2966 "support": {
2967 "issues": "https://github.com/FriendsOfPHP/Goutte/issues",
2968 "source": "https://github.com/FriendsOfPHP/Goutte/tree/master"
2969 },
2970 "abandoned": "symfony/browser-kit",
2971 "time": "2018-06-29T15:13:57+00:00"
2972 },
2973 {
2974 "name": "laravel/homestead",
2975 "version": "v7.20.0",
2976 "source": {
2977 "type": "git",
2978 "url": "https://github.com/laravel/homestead.git",
2979 "reference": "cae38adcfdde1de1c4581e7a33872adaf9fbf926"
2980 },
2981 "dist": {
2982 "type": "zip",
2983 "url": "https://api.github.com/repos/laravel/homestead/zipball/cae38adcfdde1de1c4581e7a33872adaf9fbf926",
2984 "reference": "cae38adcfdde1de1c4581e7a33872adaf9fbf926",
2985 "shasum": ""
2986 },
2987 "require": {
2988 "php": "^5.6 || ^7.0",
2989 "symfony/console": "~3.3|~4.0",
2990 "symfony/process": "~3.3|~4.0",
2991 "symfony/yaml": "~3.3|~4.0"
2992 },
2993 "require-dev": {
2994 "phly/changelog-generator": "^2.2",
2995 "phpunit/phpunit": "^5.7 || ^6.0"
2996 },
2997 "bin": [
2998 "bin/homestead"
2999 ],
3000 "type": "library",
3001 "extra": {
3002 "branch-alias": {
3003 "dev-master": "4.0-dev"
3004 }
3005 },
3006 "autoload": {
3007 "psr-4": {
3008 "Laravel\\Homestead\\": "src/"
3009 }
3010 },
3011 "notification-url": "https://packagist.org/downloads/",
3012 "license": [
3013 "MIT"
3014 ],
3015 "authors": [
3016 {
3017 "name": "Taylor Otwell",
3018 "email": "taylorotwell@gmail.com"
3019 }
3020 ],
3021 "description": "A virtual machine for web artisans.",
3022 "support": {
3023 "issues": "https://github.com/laravel/homestead/issues",
3024 "source": "https://github.com/laravel/homestead/tree/master"
3025 },
3026 "time": "2018-12-11T02:04:35+00:00"
3027 },
3028 {
3029 "name": "myclabs/deep-copy",
3030 "version": "1.12.0",
3031 "source": {
3032 "type": "git",
3033 "url": "https://github.com/myclabs/DeepCopy.git",
3034 "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c"
3035 },
3036 "dist": {
3037 "type": "zip",
3038 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",
3039 "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",
3040 "shasum": ""
3041 },
3042 "require": {
3043 "php": "^7.1 || ^8.0"
3044 },
3045 "conflict": {
3046 "doctrine/collections": "<1.6.8",
3047 "doctrine/common": "<2.13.3 || >=3 <3.2.2"
3048 },
3049 "require-dev": {
3050 "doctrine/collections": "^1.6.8",
3051 "doctrine/common": "^2.13.3 || ^3.2.2",
3052 "phpspec/prophecy": "^1.10",
3053 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
3054 },
3055 "type": "library",
3056 "autoload": {
3057 "files": [
3058 "src/DeepCopy/deep_copy.php"
3059 ],
3060 "psr-4": {
3061 "DeepCopy\\": "src/DeepCopy/"
3062 }
3063 },
3064 "notification-url": "https://packagist.org/downloads/",
3065 "license": [
3066 "MIT"
3067 ],
3068 "description": "Create deep copies (clones) of your objects",
3069 "keywords": [
3070 "clone",
3071 "copy",
3072 "duplicate",
3073 "object",
3074 "object graph"
3075 ],
3076 "support": {
3077 "issues": "https://github.com/myclabs/DeepCopy/issues",
3078 "source": "https://github.com/myclabs/DeepCopy/tree/1.12.0"
3079 },
3080 "funding": [
3081 {
3082 "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
3083 "type": "tidelift"
3084 }
3085 ],
3086 "time": "2024-06-12T14:39:25+00:00"
3087 },
3088 {
3089 "name": "phar-io/manifest",
3090 "version": "1.0.3",
3091 "source": {
3092 "type": "git",
3093 "url": "https://github.com/phar-io/manifest.git",
3094 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
3095 },
3096 "dist": {
3097 "type": "zip",
3098 "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
3099 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
3100 "shasum": ""
3101 },
3102 "require": {
3103 "ext-dom": "*",
3104 "ext-phar": "*",
3105 "phar-io/version": "^2.0",
3106 "php": "^5.6 || ^7.0"
3107 },
3108 "type": "library",
3109 "extra": {
3110 "branch-alias": {
3111 "dev-master": "1.0.x-dev"
3112 }
3113 },
3114 "autoload": {
3115 "classmap": [
3116 "src/"
3117 ]
3118 },
3119 "notification-url": "https://packagist.org/downloads/",
3120 "license": [
3121 "BSD-3-Clause"
3122 ],
3123 "authors": [
3124 {
3125 "name": "Arne Blankerts",
3126 "email": "arne@blankerts.de",
3127 "role": "Developer"
3128 },
3129 {
3130 "name": "Sebastian Heuer",
3131 "email": "sebastian@phpeople.de",
3132 "role": "Developer"
3133 },
3134 {
3135 "name": "Sebastian Bergmann",
3136 "email": "sebastian@phpunit.de",
3137 "role": "Developer"
3138 }
3139 ],
3140 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
3141 "support": {
3142 "issues": "https://github.com/phar-io/manifest/issues",
3143 "source": "https://github.com/phar-io/manifest/tree/master"
3144 },
3145 "time": "2018-07-08T19:23:20+00:00"
3146 },
3147 {
3148 "name": "phar-io/version",
3149 "version": "2.0.1",
3150 "source": {
3151 "type": "git",
3152 "url": "https://github.com/phar-io/version.git",
3153 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
3154 },
3155 "dist": {
3156 "type": "zip",
3157 "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
3158 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
3159 "shasum": ""
3160 },
3161 "require": {
3162 "php": "^5.6 || ^7.0"
3163 },
3164 "type": "library",
3165 "autoload": {
3166 "classmap": [
3167 "src/"
3168 ]
3169 },
3170 "notification-url": "https://packagist.org/downloads/",
3171 "license": [
3172 "BSD-3-Clause"
3173 ],
3174 "authors": [
3175 {
3176 "name": "Arne Blankerts",
3177 "email": "arne@blankerts.de",
3178 "role": "Developer"
3179 },
3180 {
3181 "name": "Sebastian Heuer",
3182 "email": "sebastian@phpeople.de",
3183 "role": "Developer"
3184 },
3185 {
3186 "name": "Sebastian Bergmann",
3187 "email": "sebastian@phpunit.de",
3188 "role": "Developer"
3189 }
3190 ],
3191 "description": "Library for handling version information and constraints",
3192 "support": {
3193 "issues": "https://github.com/phar-io/version/issues",
3194 "source": "https://github.com/phar-io/version/tree/master"
3195 },
3196 "time": "2018-07-08T19:19:57+00:00"
3197 },
3198 {
3199 "name": "phing/phing",
3200 "version": "2.17.4",
3201 "source": {
3202 "type": "git",
3203 "url": "https://github.com/phingofficial/phing.git",
3204 "reference": "9f3bc8c72e65452686dcf64497e02a082f138908"
3205 },
3206 "dist": {
3207 "type": "zip",
3208 "url": "https://api.github.com/repos/phingofficial/phing/zipball/9f3bc8c72e65452686dcf64497e02a082f138908",
3209 "reference": "9f3bc8c72e65452686dcf64497e02a082f138908",
3210 "shasum": ""
3211 },
3212 "require": {
3213 "php": ">=5.2.0"
3214 },
3215 "require-dev": {
3216 "ext-pdo_sqlite": "*",
3217 "mikey179/vfsstream": "^1.6",
3218 "pdepend/pdepend": "2.x",
3219 "pear/archive_tar": "1.4.x",
3220 "pear/http_request2": "dev-trunk",
3221 "pear/net_growl": "dev-trunk",
3222 "pear/pear-core-minimal": "1.10.1",
3223 "pear/versioncontrol_git": "@dev",
3224 "pear/versioncontrol_svn": "~0.5",
3225 "phpdocumentor/phpdocumentor": "2.x",
3226 "phploc/phploc": "~2.0.6",
3227 "phpmd/phpmd": "~2.2",
3228 "phpunit/phpunit": ">=3.7",
3229 "sebastian/git": "~1.0",
3230 "sebastian/phpcpd": "2.x",
3231 "siad007/versioncontrol_hg": "^1.0",
3232 "simpletest/simpletest": "^1.1",
3233 "squizlabs/php_codesniffer": "~2.2",
3234 "symfony/yaml": "^2.8 || ^3.1 || ^4.0"
3235 },
3236 "suggest": {
3237 "pdepend/pdepend": "PHP version of JDepend",
3238 "pear/archive_tar": "Tar file management class",
3239 "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository",
3240 "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system",
3241 "phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
3242 "phploc/phploc": "A tool for quickly measuring the size of a PHP project",
3243 "phpmd/phpmd": "PHP version of PMD tool",
3244 "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
3245 "phpunit/phpunit": "The PHP Unit Testing Framework",
3246 "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code",
3247 "siad007/versioncontrol_hg": "A library for interfacing with Mercurial repositories.",
3248 "tedivm/jshrink": "Javascript Minifier built in PHP"
3249 },
3250 "bin": [
3251 "bin/phing"
3252 ],
3253 "type": "library",
3254 "extra": {
3255 "branch-alias": {
3256 "dev-master": "2.16.x-dev"
3257 }
3258 },
3259 "autoload": {
3260 "classmap": [
3261 "classes/phing/"
3262 ]
3263 },
3264 "notification-url": "https://packagist.org/downloads/",
3265 "include-path": [
3266 "classes"
3267 ],
3268 "license": [
3269 "LGPL-3.0-only"
3270 ],
3271 "authors": [
3272 {
3273 "name": "Michiel Rook",
3274 "email": "mrook@php.net"
3275 },
3276 {
3277 "name": "Phing Community",
3278 "homepage": "https://www.phing.info/trac/wiki/Development/Contributors"
3279 }
3280 ],
3281 "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
3282 "homepage": "https://www.phing.info/",
3283 "keywords": [
3284 "build",
3285 "phing",
3286 "task",
3287 "tool"
3288 ],
3289 "support": {
3290 "irc": "irc://irc.freenode.net/phing",
3291 "issues": "https://www.phing.info/trac/report",
3292 "source": "https://github.com/phingofficial/phing/tree/2.17.4"
3293 },
3294 "funding": [
3295 {
3296 "url": "https://github.com/mrook",
3297 "type": "github"
3298 },
3299 {
3300 "url": "https://github.com/siad007",
3301 "type": "github"
3302 },
3303 {
3304 "url": "https://www.patreon.com/michielrook",
3305 "type": "patreon"
3306 }
3307 ],
3308 "time": "2022-07-08T09:07:07+00:00"
3309 },
3310 {
3311 "name": "php-webdriver/webdriver",
3312 "version": "1.13.1",
3313 "source": {
3314 "type": "git",
3315 "url": "https://github.com/php-webdriver/php-webdriver.git",
3316 "reference": "6dfe5f814b796c1b5748850aa19f781b9274c36c"
3317 },
3318 "dist": {
3319 "type": "zip",
3320 "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/6dfe5f814b796c1b5748850aa19f781b9274c36c",
3321 "reference": "6dfe5f814b796c1b5748850aa19f781b9274c36c",
3322 "shasum": ""
3323 },
3324 "require": {
3325 "ext-curl": "*",
3326 "ext-json": "*",
3327 "ext-zip": "*",
3328 "php": "^5.6 || ~7.0 || ^8.0",
3329 "symfony/polyfill-mbstring": "^1.12",
3330 "symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0 || ^6.0"
3331 },
3332 "replace": {
3333 "facebook/webdriver": "*"
3334 },
3335 "require-dev": {
3336 "ondram/ci-detector": "^2.1 || ^3.5 || ^4.0",
3337 "php-coveralls/php-coveralls": "^2.4",
3338 "php-mock/php-mock-phpunit": "^1.1 || ^2.0",
3339 "php-parallel-lint/php-parallel-lint": "^1.2",
3340 "phpunit/phpunit": "^5.7 || ^7 || ^8 || ^9",
3341 "squizlabs/php_codesniffer": "^3.5",
3342 "symfony/var-dumper": "^3.3 || ^4.0 || ^5.0 || ^6.0"
3343 },
3344 "suggest": {
3345 "ext-SimpleXML": "For Firefox profile creation"
3346 },
3347 "type": "library",
3348 "autoload": {
3349 "files": [
3350 "lib/Exception/TimeoutException.php"
3351 ],
3352 "psr-4": {
3353 "Facebook\\WebDriver\\": "lib/"
3354 }
3355 },
3356 "notification-url": "https://packagist.org/downloads/",
3357 "license": [
3358 "MIT"
3359 ],
3360 "description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.",
3361 "homepage": "https://github.com/php-webdriver/php-webdriver",
3362 "keywords": [
3363 "Chromedriver",
3364 "geckodriver",
3365 "php",
3366 "selenium",
3367 "webdriver"
3368 ],
3369 "support": {
3370 "issues": "https://github.com/php-webdriver/php-webdriver/issues",
3371 "source": "https://github.com/php-webdriver/php-webdriver/tree/1.13.1"
3372 },
3373 "time": "2022-10-11T11:49:44+00:00"
3374 },
3375 {
3376 "name": "phpdocumentor/reflection-common",
3377 "version": "2.2.0",
3378 "source": {
3379 "type": "git",
3380 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3381 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
3382 },
3383 "dist": {
3384 "type": "zip",
3385 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
3386 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
3387 "shasum": ""
3388 },
3389 "require": {
3390 "php": "^7.2 || ^8.0"
3391 },
3392 "type": "library",
3393 "extra": {
3394 "branch-alias": {
3395 "dev-2.x": "2.x-dev"
3396 }
3397 },
3398 "autoload": {
3399 "psr-4": {
3400 "phpDocumentor\\Reflection\\": "src/"
3401 }
3402 },
3403 "notification-url": "https://packagist.org/downloads/",
3404 "license": [
3405 "MIT"
3406 ],
3407 "authors": [
3408 {
3409 "name": "Jaap van Otterdijk",
3410 "email": "opensource@ijaap.nl"
3411 }
3412 ],
3413 "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3414 "homepage": "http://www.phpdoc.org",
3415 "keywords": [
3416 "FQSEN",
3417 "phpDocumentor",
3418 "phpdoc",
3419 "reflection",
3420 "static analysis"
3421 ],
3422 "support": {
3423 "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
3424 "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
3425 },
3426 "time": "2020-06-27T09:03:43+00:00"
3427 },
3428 {
3429 "name": "phpdocumentor/reflection-docblock",
3430 "version": "5.3.0",
3431 "source": {
3432 "type": "git",
3433 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3434 "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
3435 },
3436 "dist": {
3437 "type": "zip",
3438 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
3439 "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
3440 "shasum": ""
3441 },
3442 "require": {
3443 "ext-filter": "*",
3444 "php": "^7.2 || ^8.0",
3445 "phpdocumentor/reflection-common": "^2.2",
3446 "phpdocumentor/type-resolver": "^1.3",
3447 "webmozart/assert": "^1.9.1"
3448 },
3449 "require-dev": {
3450 "mockery/mockery": "~1.3.2",
3451 "psalm/phar": "^4.8"
3452 },
3453 "type": "library",
3454 "extra": {
3455 "branch-alias": {
3456 "dev-master": "5.x-dev"
3457 }
3458 },
3459 "autoload": {
3460 "psr-4": {
3461 "phpDocumentor\\Reflection\\": "src"
3462 }
3463 },
3464 "notification-url": "https://packagist.org/downloads/",
3465 "license": [
3466 "MIT"
3467 ],
3468 "authors": [
3469 {
3470 "name": "Mike van Riel",
3471 "email": "me@mikevanriel.com"
3472 },
3473 {
3474 "name": "Jaap van Otterdijk",
3475 "email": "account@ijaap.nl"
3476 }
3477 ],
3478 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3479 "support": {
3480 "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
3481 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
3482 },
3483 "time": "2021-10-19T17:43:47+00:00"
3484 },
3485 {
3486 "name": "phpdocumentor/type-resolver",
3487 "version": "1.6.1",
3488 "source": {
3489 "type": "git",
3490 "url": "https://github.com/phpDocumentor/TypeResolver.git",
3491 "reference": "77a32518733312af16a44300404e945338981de3"
3492 },
3493 "dist": {
3494 "type": "zip",
3495 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/77a32518733312af16a44300404e945338981de3",
3496 "reference": "77a32518733312af16a44300404e945338981de3",
3497 "shasum": ""
3498 },
3499 "require": {
3500 "php": "^7.2 || ^8.0",
3501 "phpdocumentor/reflection-common": "^2.0"
3502 },
3503 "require-dev": {
3504 "ext-tokenizer": "*",
3505 "psalm/phar": "^4.8"
3506 },
3507 "type": "library",
3508 "extra": {
3509 "branch-alias": {
3510 "dev-1.x": "1.x-dev"
3511 }
3512 },
3513 "autoload": {
3514 "psr-4": {
3515 "phpDocumentor\\Reflection\\": "src"
3516 }
3517 },
3518 "notification-url": "https://packagist.org/downloads/",
3519 "license": [
3520 "MIT"
3521 ],
3522 "authors": [
3523 {
3524 "name": "Mike van Riel",
3525 "email": "me@mikevanriel.com"
3526 }
3527 ],
3528 "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
3529 "support": {
3530 "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
3531 "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.1"
3532 },
3533 "time": "2022-03-15T21:29:03+00:00"
3534 },
3535 {
3536 "name": "phpspec/prophecy",
3537 "version": "v1.19.0",
3538 "source": {
3539 "type": "git",
3540 "url": "https://github.com/phpspec/prophecy.git",
3541 "reference": "67a759e7d8746d501c41536ba40cd9c0a07d6a87"
3542 },
3543 "dist": {
3544 "type": "zip",
3545 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/67a759e7d8746d501c41536ba40cd9c0a07d6a87",
3546 "reference": "67a759e7d8746d501c41536ba40cd9c0a07d6a87",
3547 "shasum": ""
3548 },
3549 "require": {
3550 "doctrine/instantiator": "^1.2 || ^2.0",
3551 "php": "^7.2 || 8.0.* || 8.1.* || 8.2.* || 8.3.*",
3552 "phpdocumentor/reflection-docblock": "^5.2",
3553 "sebastian/comparator": "^3.0 || ^4.0 || ^5.0 || ^6.0",
3554 "sebastian/recursion-context": "^3.0 || ^4.0 || ^5.0 || ^6.0"
3555 },
3556 "require-dev": {
3557 "phpspec/phpspec": "^6.0 || ^7.0",
3558 "phpstan/phpstan": "^1.9",
3559 "phpunit/phpunit": "^8.0 || ^9.0 || ^10.0"
3560 },
3561 "type": "library",
3562 "extra": {
3563 "branch-alias": {
3564 "dev-master": "1.x-dev"
3565 }
3566 },
3567 "autoload": {
3568 "psr-4": {
3569 "Prophecy\\": "src/Prophecy"
3570 }
3571 },
3572 "notification-url": "https://packagist.org/downloads/",
3573 "license": [
3574 "MIT"
3575 ],
3576 "authors": [
3577 {
3578 "name": "Konstantin Kudryashov",
3579 "email": "ever.zet@gmail.com",
3580 "homepage": "http://everzet.com"
3581 },
3582 {
3583 "name": "Marcello Duarte",
3584 "email": "marcello.duarte@gmail.com"
3585 }
3586 ],
3587 "description": "Highly opinionated mocking framework for PHP 5.3+",
3588 "homepage": "https://github.com/phpspec/prophecy",
3589 "keywords": [
3590 "Double",
3591 "Dummy",
3592 "dev",
3593 "fake",
3594 "mock",
3595 "spy",
3596 "stub"
3597 ],
3598 "support": {
3599 "issues": "https://github.com/phpspec/prophecy/issues",
3600 "source": "https://github.com/phpspec/prophecy/tree/v1.19.0"
3601 },
3602 "time": "2024-02-29T11:52:51+00:00"
3603 },
3604 {
3605 "name": "phpunit/dbunit",
3606 "version": "4.0.0",
3607 "source": {
3608 "type": "git",
3609 "url": "https://github.com/sebastianbergmann/dbunit.git",
3610 "reference": "e77b469c3962b5a563f09a2a989f1c9bd38b8615"
3611 },
3612 "dist": {
3613 "type": "zip",
3614 "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/e77b469c3962b5a563f09a2a989f1c9bd38b8615",
3615 "reference": "e77b469c3962b5a563f09a2a989f1c9bd38b8615",
3616 "shasum": ""
3617 },
3618 "require": {
3619 "ext-pdo": "*",
3620 "ext-simplexml": "*",
3621 "php": "^7.1",
3622 "phpunit/phpunit": "^7.0",
3623 "symfony/yaml": "^3.0 || ^4.0"
3624 },
3625 "type": "library",
3626 "extra": {
3627 "branch-alias": {
3628 "dev-master": "4.0-dev"
3629 }
3630 },
3631 "autoload": {
3632 "classmap": [
3633 "src/"
3634 ]
3635 },
3636 "notification-url": "https://packagist.org/downloads/",
3637 "license": [
3638 "BSD-3-Clause"
3639 ],
3640 "authors": [
3641 {
3642 "name": "Sebastian Bergmann",
3643 "email": "sebastian@phpunit.de",
3644 "role": "lead"
3645 }
3646 ],
3647 "description": "PHPUnit extension for database interaction testing",
3648 "homepage": "https://github.com/sebastianbergmann/dbunit/",
3649 "keywords": [
3650 "database",
3651 "testing",
3652 "xunit"
3653 ],
3654 "support": {
3655 "issues": "https://github.com/sebastianbergmann/dbunit/issues",
3656 "source": "https://github.com/sebastianbergmann/dbunit/tree/master"
3657 },
3658 "abandoned": true,
3659 "time": "2018-02-07T06:47:59+00:00"
3660 },
3661 {
3662 "name": "phpunit/php-code-coverage",
3663 "version": "6.1.4",
3664 "source": {
3665 "type": "git",
3666 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3667 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
3668 },
3669 "dist": {
3670 "type": "zip",
3671 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
3672 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
3673 "shasum": ""
3674 },
3675 "require": {
3676 "ext-dom": "*",
3677 "ext-xmlwriter": "*",
3678 "php": "^7.1",
3679 "phpunit/php-file-iterator": "^2.0",
3680 "phpunit/php-text-template": "^1.2.1",
3681 "phpunit/php-token-stream": "^3.0",
3682 "sebastian/code-unit-reverse-lookup": "^1.0.1",
3683 "sebastian/environment": "^3.1 || ^4.0",
3684 "sebastian/version": "^2.0.1",
3685 "theseer/tokenizer": "^1.1"
3686 },
3687 "require-dev": {
3688 "phpunit/phpunit": "^7.0"
3689 },
3690 "suggest": {
3691 "ext-xdebug": "^2.6.0"
3692 },
3693 "type": "library",
3694 "extra": {
3695 "branch-alias": {
3696 "dev-master": "6.1-dev"
3697 }
3698 },
3699 "autoload": {
3700 "classmap": [
3701 "src/"
3702 ]
3703 },
3704 "notification-url": "https://packagist.org/downloads/",
3705 "license": [
3706 "BSD-3-Clause"
3707 ],
3708 "authors": [
3709 {
3710 "name": "Sebastian Bergmann",
3711 "email": "sebastian@phpunit.de",
3712 "role": "lead"
3713 }
3714 ],
3715 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3716 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3717 "keywords": [
3718 "coverage",
3719 "testing",
3720 "xunit"
3721 ],
3722 "support": {
3723 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
3724 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/master"
3725 },
3726 "time": "2018-10-31T16:06:48+00:00"
3727 },
3728 {
3729 "name": "phpunit/php-file-iterator",
3730 "version": "2.0.6",
3731 "source": {
3732 "type": "git",
3733 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3734 "reference": "69deeb8664f611f156a924154985fbd4911eb36b"
3735 },
3736 "dist": {
3737 "type": "zip",
3738 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/69deeb8664f611f156a924154985fbd4911eb36b",
3739 "reference": "69deeb8664f611f156a924154985fbd4911eb36b",
3740 "shasum": ""
3741 },
3742 "require": {
3743 "php": ">=7.1"
3744 },
3745 "require-dev": {
3746 "phpunit/phpunit": "^8.5"
3747 },
3748 "type": "library",
3749 "extra": {
3750 "branch-alias": {
3751 "dev-master": "2.0.x-dev"
3752 }
3753 },
3754 "autoload": {
3755 "classmap": [
3756 "src/"
3757 ]
3758 },
3759 "notification-url": "https://packagist.org/downloads/",
3760 "license": [
3761 "BSD-3-Clause"
3762 ],
3763 "authors": [
3764 {
3765 "name": "Sebastian Bergmann",
3766 "email": "sebastian@phpunit.de",
3767 "role": "lead"
3768 }
3769 ],
3770 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3771 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3772 "keywords": [
3773 "filesystem",
3774 "iterator"
3775 ],
3776 "support": {
3777 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
3778 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.6"
3779 },
3780 "funding": [
3781 {
3782 "url": "https://github.com/sebastianbergmann",
3783 "type": "github"
3784 }
3785 ],
3786 "time": "2024-03-01T13:39:50+00:00"
3787 },
3788 {
3789 "name": "phpunit/php-text-template",
3790 "version": "1.2.1",
3791 "source": {
3792 "type": "git",
3793 "url": "https://github.com/sebastianbergmann/php-text-template.git",
3794 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3795 },
3796 "dist": {
3797 "type": "zip",
3798 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3799 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3800 "shasum": ""
3801 },
3802 "require": {
3803 "php": ">=5.3.3"
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": "Sebastian Bergmann",
3818 "email": "sebastian@phpunit.de",
3819 "role": "lead"
3820 }
3821 ],
3822 "description": "Simple template engine.",
3823 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3824 "keywords": [
3825 "template"
3826 ],
3827 "support": {
3828 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
3829 "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
3830 },
3831 "time": "2015-06-21T13:50:34+00:00"
3832 },
3833 {
3834 "name": "phpunit/php-timer",
3835 "version": "2.1.4",
3836 "source": {
3837 "type": "git",
3838 "url": "https://github.com/sebastianbergmann/php-timer.git",
3839 "reference": "a691211e94ff39a34811abd521c31bd5b305b0bb"
3840 },
3841 "dist": {
3842 "type": "zip",
3843 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/a691211e94ff39a34811abd521c31bd5b305b0bb",
3844 "reference": "a691211e94ff39a34811abd521c31bd5b305b0bb",
3845 "shasum": ""
3846 },
3847 "require": {
3848 "php": ">=7.1"
3849 },
3850 "require-dev": {
3851 "phpunit/phpunit": "^8.5"
3852 },
3853 "type": "library",
3854 "extra": {
3855 "branch-alias": {
3856 "dev-master": "2.1-dev"
3857 }
3858 },
3859 "autoload": {
3860 "classmap": [
3861 "src/"
3862 ]
3863 },
3864 "notification-url": "https://packagist.org/downloads/",
3865 "license": [
3866 "BSD-3-Clause"
3867 ],
3868 "authors": [
3869 {
3870 "name": "Sebastian Bergmann",
3871 "email": "sebastian@phpunit.de",
3872 "role": "lead"
3873 }
3874 ],
3875 "description": "Utility class for timing",
3876 "homepage": "https://github.com/sebastianbergmann/php-timer/",
3877 "keywords": [
3878 "timer"
3879 ],
3880 "support": {
3881 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
3882 "source": "https://github.com/sebastianbergmann/php-timer/tree/2.1.4"
3883 },
3884 "funding": [
3885 {
3886 "url": "https://github.com/sebastianbergmann",
3887 "type": "github"
3888 }
3889 ],
3890 "time": "2024-03-01T13:42:41+00:00"
3891 },
3892 {
3893 "name": "phpunit/php-token-stream",
3894 "version": "3.1.3",
3895 "source": {
3896 "type": "git",
3897 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3898 "reference": "9c1da83261628cb24b6a6df371b6e312b3954768"
3899 },
3900 "dist": {
3901 "type": "zip",
3902 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9c1da83261628cb24b6a6df371b6e312b3954768",
3903 "reference": "9c1da83261628cb24b6a6df371b6e312b3954768",
3904 "shasum": ""
3905 },
3906 "require": {
3907 "ext-tokenizer": "*",
3908 "php": ">=7.1"
3909 },
3910 "require-dev": {
3911 "phpunit/phpunit": "^7.0"
3912 },
3913 "type": "library",
3914 "extra": {
3915 "branch-alias": {
3916 "dev-master": "3.1-dev"
3917 }
3918 },
3919 "autoload": {
3920 "classmap": [
3921 "src/"
3922 ]
3923 },
3924 "notification-url": "https://packagist.org/downloads/",
3925 "license": [
3926 "BSD-3-Clause"
3927 ],
3928 "authors": [
3929 {
3930 "name": "Sebastian Bergmann",
3931 "email": "sebastian@phpunit.de"
3932 }
3933 ],
3934 "description": "Wrapper around PHP's tokenizer extension.",
3935 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3936 "keywords": [
3937 "tokenizer"
3938 ],
3939 "support": {
3940 "issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
3941 "source": "https://github.com/sebastianbergmann/php-token-stream/tree/3.1.3"
3942 },
3943 "funding": [
3944 {
3945 "url": "https://github.com/sebastianbergmann",
3946 "type": "github"
3947 }
3948 ],
3949 "abandoned": true,
3950 "time": "2021-07-26T12:15:06+00:00"
3951 },
3952 {
3953 "name": "phpunit/phpunit",
3954 "version": "7.5.20",
3955 "source": {
3956 "type": "git",
3957 "url": "https://github.com/sebastianbergmann/phpunit.git",
3958 "reference": "9467db479d1b0487c99733bb1e7944d32deded2c"
3959 },
3960 "dist": {
3961 "type": "zip",
3962 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c",
3963 "reference": "9467db479d1b0487c99733bb1e7944d32deded2c",
3964 "shasum": ""
3965 },
3966 "require": {
3967 "doctrine/instantiator": "^1.1",
3968 "ext-dom": "*",
3969 "ext-json": "*",
3970 "ext-libxml": "*",
3971 "ext-mbstring": "*",
3972 "ext-xml": "*",
3973 "myclabs/deep-copy": "^1.7",
3974 "phar-io/manifest": "^1.0.2",
3975 "phar-io/version": "^2.0",
3976 "php": "^7.1",
3977 "phpspec/prophecy": "^1.7",
3978 "phpunit/php-code-coverage": "^6.0.7",
3979 "phpunit/php-file-iterator": "^2.0.1",
3980 "phpunit/php-text-template": "^1.2.1",
3981 "phpunit/php-timer": "^2.1",
3982 "sebastian/comparator": "^3.0",
3983 "sebastian/diff": "^3.0",
3984 "sebastian/environment": "^4.0",
3985 "sebastian/exporter": "^3.1",
3986 "sebastian/global-state": "^2.0",
3987 "sebastian/object-enumerator": "^3.0.3",
3988 "sebastian/resource-operations": "^2.0",
3989 "sebastian/version": "^2.0.1"
3990 },
3991 "conflict": {
3992 "phpunit/phpunit-mock-objects": "*"
3993 },
3994 "require-dev": {
3995 "ext-pdo": "*"
3996 },
3997 "suggest": {
3998 "ext-soap": "*",
3999 "ext-xdebug": "*",
4000 "phpunit/php-invoker": "^2.0"
4001 },
4002 "bin": [
4003 "phpunit"
4004 ],
4005 "type": "library",
4006 "extra": {
4007 "branch-alias": {
4008 "dev-master": "7.5-dev"
4009 }
4010 },
4011 "autoload": {
4012 "classmap": [
4013 "src/"
4014 ]
4015 },
4016 "notification-url": "https://packagist.org/downloads/",
4017 "license": [
4018 "BSD-3-Clause"
4019 ],
4020 "authors": [
4021 {
4022 "name": "Sebastian Bergmann",
4023 "email": "sebastian@phpunit.de",
4024 "role": "lead"
4025 }
4026 ],
4027 "description": "The PHP Unit Testing framework.",
4028 "homepage": "https://phpunit.de/",
4029 "keywords": [
4030 "phpunit",
4031 "testing",
4032 "xunit"
4033 ],
4034 "support": {
4035 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
4036 "source": "https://github.com/sebastianbergmann/phpunit/tree/7.5.20"
4037 },
4038 "time": "2020-01-08T08:45:45+00:00"
4039 },
4040 {
4041 "name": "sebastian/code-unit-reverse-lookup",
4042 "version": "1.0.3",
4043 "source": {
4044 "type": "git",
4045 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
4046 "reference": "92a1a52e86d34cde6caa54f1b5ffa9fda18e5d54"
4047 },
4048 "dist": {
4049 "type": "zip",
4050 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/92a1a52e86d34cde6caa54f1b5ffa9fda18e5d54",
4051 "reference": "92a1a52e86d34cde6caa54f1b5ffa9fda18e5d54",
4052 "shasum": ""
4053 },
4054 "require": {
4055 "php": ">=5.6"
4056 },
4057 "require-dev": {
4058 "phpunit/phpunit": "^8.5"
4059 },
4060 "type": "library",
4061 "extra": {
4062 "branch-alias": {
4063 "dev-master": "1.0.x-dev"
4064 }
4065 },
4066 "autoload": {
4067 "classmap": [
4068 "src/"
4069 ]
4070 },
4071 "notification-url": "https://packagist.org/downloads/",
4072 "license": [
4073 "BSD-3-Clause"
4074 ],
4075 "authors": [
4076 {
4077 "name": "Sebastian Bergmann",
4078 "email": "sebastian@phpunit.de"
4079 }
4080 ],
4081 "description": "Looks up which function or method a line of code belongs to",
4082 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
4083 "support": {
4084 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
4085 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.3"
4086 },
4087 "funding": [
4088 {
4089 "url": "https://github.com/sebastianbergmann",
4090 "type": "github"
4091 }
4092 ],
4093 "time": "2024-03-01T13:45:45+00:00"
4094 },
4095 {
4096 "name": "sebastian/comparator",
4097 "version": "3.0.5",
4098 "source": {
4099 "type": "git",
4100 "url": "https://github.com/sebastianbergmann/comparator.git",
4101 "reference": "1dc7ceb4a24aede938c7af2a9ed1de09609ca770"
4102 },
4103 "dist": {
4104 "type": "zip",
4105 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dc7ceb4a24aede938c7af2a9ed1de09609ca770",
4106 "reference": "1dc7ceb4a24aede938c7af2a9ed1de09609ca770",
4107 "shasum": ""
4108 },
4109 "require": {
4110 "php": ">=7.1",
4111 "sebastian/diff": "^3.0",
4112 "sebastian/exporter": "^3.1"
4113 },
4114 "require-dev": {
4115 "phpunit/phpunit": "^8.5"
4116 },
4117 "type": "library",
4118 "extra": {
4119 "branch-alias": {
4120 "dev-master": "3.0-dev"
4121 }
4122 },
4123 "autoload": {
4124 "classmap": [
4125 "src/"
4126 ]
4127 },
4128 "notification-url": "https://packagist.org/downloads/",
4129 "license": [
4130 "BSD-3-Clause"
4131 ],
4132 "authors": [
4133 {
4134 "name": "Sebastian Bergmann",
4135 "email": "sebastian@phpunit.de"
4136 },
4137 {
4138 "name": "Jeff Welch",
4139 "email": "whatthejeff@gmail.com"
4140 },
4141 {
4142 "name": "Volker Dusch",
4143 "email": "github@wallbash.com"
4144 },
4145 {
4146 "name": "Bernhard Schussek",
4147 "email": "bschussek@2bepublished.at"
4148 }
4149 ],
4150 "description": "Provides the functionality to compare PHP values for equality",
4151 "homepage": "https://github.com/sebastianbergmann/comparator",
4152 "keywords": [
4153 "comparator",
4154 "compare",
4155 "equality"
4156 ],
4157 "support": {
4158 "issues": "https://github.com/sebastianbergmann/comparator/issues",
4159 "source": "https://github.com/sebastianbergmann/comparator/tree/3.0.5"
4160 },
4161 "funding": [
4162 {
4163 "url": "https://github.com/sebastianbergmann",
4164 "type": "github"
4165 }
4166 ],
4167 "time": "2022-09-14T12:31:48+00:00"
4168 },
4169 {
4170 "name": "sebastian/diff",
4171 "version": "3.0.6",
4172 "source": {
4173 "type": "git",
4174 "url": "https://github.com/sebastianbergmann/diff.git",
4175 "reference": "98ff311ca519c3aa73ccd3de053bdb377171d7b6"
4176 },
4177 "dist": {
4178 "type": "zip",
4179 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/98ff311ca519c3aa73ccd3de053bdb377171d7b6",
4180 "reference": "98ff311ca519c3aa73ccd3de053bdb377171d7b6",
4181 "shasum": ""
4182 },
4183 "require": {
4184 "php": ">=7.1"
4185 },
4186 "require-dev": {
4187 "phpunit/phpunit": "^7.5 || ^8.0",
4188 "symfony/process": "^2 || ^3.3 || ^4"
4189 },
4190 "type": "library",
4191 "extra": {
4192 "branch-alias": {
4193 "dev-master": "3.0-dev"
4194 }
4195 },
4196 "autoload": {
4197 "classmap": [
4198 "src/"
4199 ]
4200 },
4201 "notification-url": "https://packagist.org/downloads/",
4202 "license": [
4203 "BSD-3-Clause"
4204 ],
4205 "authors": [
4206 {
4207 "name": "Sebastian Bergmann",
4208 "email": "sebastian@phpunit.de"
4209 },
4210 {
4211 "name": "Kore Nordmann",
4212 "email": "mail@kore-nordmann.de"
4213 }
4214 ],
4215 "description": "Diff implementation",
4216 "homepage": "https://github.com/sebastianbergmann/diff",
4217 "keywords": [
4218 "diff",
4219 "udiff",
4220 "unidiff",
4221 "unified diff"
4222 ],
4223 "support": {
4224 "issues": "https://github.com/sebastianbergmann/diff/issues",
4225 "source": "https://github.com/sebastianbergmann/diff/tree/3.0.6"
4226 },
4227 "funding": [
4228 {
4229 "url": "https://github.com/sebastianbergmann",
4230 "type": "github"
4231 }
4232 ],
4233 "time": "2024-03-02T06:16:36+00:00"
4234 },
4235 {
4236 "name": "sebastian/environment",
4237 "version": "4.2.5",
4238 "source": {
4239 "type": "git",
4240 "url": "https://github.com/sebastianbergmann/environment.git",
4241 "reference": "56932f6049a0482853056ffd617c91ffcc754205"
4242 },
4243 "dist": {
4244 "type": "zip",
4245 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/56932f6049a0482853056ffd617c91ffcc754205",
4246 "reference": "56932f6049a0482853056ffd617c91ffcc754205",
4247 "shasum": ""
4248 },
4249 "require": {
4250 "php": ">=7.1"
4251 },
4252 "require-dev": {
4253 "phpunit/phpunit": "^7.5"
4254 },
4255 "suggest": {
4256 "ext-posix": "*"
4257 },
4258 "type": "library",
4259 "extra": {
4260 "branch-alias": {
4261 "dev-master": "4.2-dev"
4262 }
4263 },
4264 "autoload": {
4265 "classmap": [
4266 "src/"
4267 ]
4268 },
4269 "notification-url": "https://packagist.org/downloads/",
4270 "license": [
4271 "BSD-3-Clause"
4272 ],
4273 "authors": [
4274 {
4275 "name": "Sebastian Bergmann",
4276 "email": "sebastian@phpunit.de"
4277 }
4278 ],
4279 "description": "Provides functionality to handle HHVM/PHP environments",
4280 "homepage": "http://www.github.com/sebastianbergmann/environment",
4281 "keywords": [
4282 "Xdebug",
4283 "environment",
4284 "hhvm"
4285 ],
4286 "support": {
4287 "issues": "https://github.com/sebastianbergmann/environment/issues",
4288 "source": "https://github.com/sebastianbergmann/environment/tree/4.2.5"
4289 },
4290 "funding": [
4291 {
4292 "url": "https://github.com/sebastianbergmann",
4293 "type": "github"
4294 }
4295 ],
4296 "time": "2024-03-01T13:49:59+00:00"
4297 },
4298 {
4299 "name": "sebastian/exporter",
4300 "version": "3.1.6",
4301 "source": {
4302 "type": "git",
4303 "url": "https://github.com/sebastianbergmann/exporter.git",
4304 "reference": "1939bc8fd1d39adcfa88c5b35335910869214c56"
4305 },
4306 "dist": {
4307 "type": "zip",
4308 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/1939bc8fd1d39adcfa88c5b35335910869214c56",
4309 "reference": "1939bc8fd1d39adcfa88c5b35335910869214c56",
4310 "shasum": ""
4311 },
4312 "require": {
4313 "php": ">=7.2",
4314 "sebastian/recursion-context": "^3.0"
4315 },
4316 "require-dev": {
4317 "ext-mbstring": "*",
4318 "phpunit/phpunit": "^8.5"
4319 },
4320 "type": "library",
4321 "extra": {
4322 "branch-alias": {
4323 "dev-master": "3.1.x-dev"
4324 }
4325 },
4326 "autoload": {
4327 "classmap": [
4328 "src/"
4329 ]
4330 },
4331 "notification-url": "https://packagist.org/downloads/",
4332 "license": [
4333 "BSD-3-Clause"
4334 ],
4335 "authors": [
4336 {
4337 "name": "Sebastian Bergmann",
4338 "email": "sebastian@phpunit.de"
4339 },
4340 {
4341 "name": "Jeff Welch",
4342 "email": "whatthejeff@gmail.com"
4343 },
4344 {
4345 "name": "Volker Dusch",
4346 "email": "github@wallbash.com"
4347 },
4348 {
4349 "name": "Adam Harvey",
4350 "email": "aharvey@php.net"
4351 },
4352 {
4353 "name": "Bernhard Schussek",
4354 "email": "bschussek@gmail.com"
4355 }
4356 ],
4357 "description": "Provides the functionality to export PHP variables for visualization",
4358 "homepage": "http://www.github.com/sebastianbergmann/exporter",
4359 "keywords": [
4360 "export",
4361 "exporter"
4362 ],
4363 "support": {
4364 "issues": "https://github.com/sebastianbergmann/exporter/issues",
4365 "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.6"
4366 },
4367 "funding": [
4368 {
4369 "url": "https://github.com/sebastianbergmann",
4370 "type": "github"
4371 }
4372 ],
4373 "time": "2024-03-02T06:21:38+00:00"
4374 },
4375 {
4376 "name": "sebastian/global-state",
4377 "version": "2.0.0",
4378 "source": {
4379 "type": "git",
4380 "url": "https://github.com/sebastianbergmann/global-state.git",
4381 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
4382 },
4383 "dist": {
4384 "type": "zip",
4385 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4386 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4387 "shasum": ""
4388 },
4389 "require": {
4390 "php": "^7.0"
4391 },
4392 "require-dev": {
4393 "phpunit/phpunit": "^6.0"
4394 },
4395 "suggest": {
4396 "ext-uopz": "*"
4397 },
4398 "type": "library",
4399 "extra": {
4400 "branch-alias": {
4401 "dev-master": "2.0-dev"
4402 }
4403 },
4404 "autoload": {
4405 "classmap": [
4406 "src/"
4407 ]
4408 },
4409 "notification-url": "https://packagist.org/downloads/",
4410 "license": [
4411 "BSD-3-Clause"
4412 ],
4413 "authors": [
4414 {
4415 "name": "Sebastian Bergmann",
4416 "email": "sebastian@phpunit.de"
4417 }
4418 ],
4419 "description": "Snapshotting of global state",
4420 "homepage": "http://www.github.com/sebastianbergmann/global-state",
4421 "keywords": [
4422 "global state"
4423 ],
4424 "support": {
4425 "issues": "https://github.com/sebastianbergmann/global-state/issues",
4426 "source": "https://github.com/sebastianbergmann/global-state/tree/2.0.0"
4427 },
4428 "time": "2017-04-27T15:39:26+00:00"
4429 },
4430 {
4431 "name": "sebastian/object-enumerator",
4432 "version": "3.0.5",
4433 "source": {
4434 "type": "git",
4435 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
4436 "reference": "ac5b293dba925751b808e02923399fb44ff0d541"
4437 },
4438 "dist": {
4439 "type": "zip",
4440 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/ac5b293dba925751b808e02923399fb44ff0d541",
4441 "reference": "ac5b293dba925751b808e02923399fb44ff0d541",
4442 "shasum": ""
4443 },
4444 "require": {
4445 "php": ">=7.0",
4446 "sebastian/object-reflector": "^1.1.1",
4447 "sebastian/recursion-context": "^3.0"
4448 },
4449 "require-dev": {
4450 "phpunit/phpunit": "^6.0"
4451 },
4452 "type": "library",
4453 "extra": {
4454 "branch-alias": {
4455 "dev-master": "3.0.x-dev"
4456 }
4457 },
4458 "autoload": {
4459 "classmap": [
4460 "src/"
4461 ]
4462 },
4463 "notification-url": "https://packagist.org/downloads/",
4464 "license": [
4465 "BSD-3-Clause"
4466 ],
4467 "authors": [
4468 {
4469 "name": "Sebastian Bergmann",
4470 "email": "sebastian@phpunit.de"
4471 }
4472 ],
4473 "description": "Traverses array structures and object graphs to enumerate all referenced objects",
4474 "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
4475 "support": {
4476 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
4477 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/3.0.5"
4478 },
4479 "funding": [
4480 {
4481 "url": "https://github.com/sebastianbergmann",
4482 "type": "github"
4483 }
4484 ],
4485 "time": "2024-03-01T13:54:02+00:00"
4486 },
4487 {
4488 "name": "sebastian/object-reflector",
4489 "version": "1.1.3",
4490 "source": {
4491 "type": "git",
4492 "url": "https://github.com/sebastianbergmann/object-reflector.git",
4493 "reference": "1d439c229e61f244ff1f211e5c99737f90c67def"
4494 },
4495 "dist": {
4496 "type": "zip",
4497 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/1d439c229e61f244ff1f211e5c99737f90c67def",
4498 "reference": "1d439c229e61f244ff1f211e5c99737f90c67def",
4499 "shasum": ""
4500 },
4501 "require": {
4502 "php": ">=7.0"
4503 },
4504 "require-dev": {
4505 "phpunit/phpunit": "^6.0"
4506 },
4507 "type": "library",
4508 "extra": {
4509 "branch-alias": {
4510 "dev-master": "1.1-dev"
4511 }
4512 },
4513 "autoload": {
4514 "classmap": [
4515 "src/"
4516 ]
4517 },
4518 "notification-url": "https://packagist.org/downloads/",
4519 "license": [
4520 "BSD-3-Clause"
4521 ],
4522 "authors": [
4523 {
4524 "name": "Sebastian Bergmann",
4525 "email": "sebastian@phpunit.de"
4526 }
4527 ],
4528 "description": "Allows reflection of object attributes, including inherited and non-public ones",
4529 "homepage": "https://github.com/sebastianbergmann/object-reflector/",
4530 "support": {
4531 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
4532 "source": "https://github.com/sebastianbergmann/object-reflector/tree/1.1.3"
4533 },
4534 "funding": [
4535 {
4536 "url": "https://github.com/sebastianbergmann",
4537 "type": "github"
4538 }
4539 ],
4540 "time": "2024-03-01T13:56:04+00:00"
4541 },
4542 {
4543 "name": "sebastian/recursion-context",
4544 "version": "3.0.2",
4545 "source": {
4546 "type": "git",
4547 "url": "https://github.com/sebastianbergmann/recursion-context.git",
4548 "reference": "9bfd3c6f1f08c026f542032dfb42813544f7d64c"
4549 },
4550 "dist": {
4551 "type": "zip",
4552 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/9bfd3c6f1f08c026f542032dfb42813544f7d64c",
4553 "reference": "9bfd3c6f1f08c026f542032dfb42813544f7d64c",
4554 "shasum": ""
4555 },
4556 "require": {
4557 "php": ">=7.0"
4558 },
4559 "require-dev": {
4560 "phpunit/phpunit": "^6.0"
4561 },
4562 "type": "library",
4563 "extra": {
4564 "branch-alias": {
4565 "dev-master": "3.0.x-dev"
4566 }
4567 },
4568 "autoload": {
4569 "classmap": [
4570 "src/"
4571 ]
4572 },
4573 "notification-url": "https://packagist.org/downloads/",
4574 "license": [
4575 "BSD-3-Clause"
4576 ],
4577 "authors": [
4578 {
4579 "name": "Sebastian Bergmann",
4580 "email": "sebastian@phpunit.de"
4581 },
4582 {
4583 "name": "Jeff Welch",
4584 "email": "whatthejeff@gmail.com"
4585 },
4586 {
4587 "name": "Adam Harvey",
4588 "email": "aharvey@php.net"
4589 }
4590 ],
4591 "description": "Provides functionality to recursively process PHP variables",
4592 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4593 "support": {
4594 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
4595 "source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.2"
4596 },
4597 "funding": [
4598 {
4599 "url": "https://github.com/sebastianbergmann",
4600 "type": "github"
4601 }
4602 ],
4603 "time": "2024-03-01T14:07:30+00:00"
4604 },
4605 {
4606 "name": "sebastian/resource-operations",
4607 "version": "2.0.3",
4608 "source": {
4609 "type": "git",
4610 "url": "https://github.com/sebastianbergmann/resource-operations.git",
4611 "reference": "72a7f7674d053d548003b16ff5a106e7e0e06eee"
4612 },
4613 "dist": {
4614 "type": "zip",
4615 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/72a7f7674d053d548003b16ff5a106e7e0e06eee",
4616 "reference": "72a7f7674d053d548003b16ff5a106e7e0e06eee",
4617 "shasum": ""
4618 },
4619 "require": {
4620 "php": ">=7.1"
4621 },
4622 "type": "library",
4623 "extra": {
4624 "branch-alias": {
4625 "dev-master": "2.0-dev"
4626 }
4627 },
4628 "autoload": {
4629 "classmap": [
4630 "src/"
4631 ]
4632 },
4633 "notification-url": "https://packagist.org/downloads/",
4634 "license": [
4635 "BSD-3-Clause"
4636 ],
4637 "authors": [
4638 {
4639 "name": "Sebastian Bergmann",
4640 "email": "sebastian@phpunit.de"
4641 }
4642 ],
4643 "description": "Provides a list of PHP built-in functions that operate on resources",
4644 "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
4645 "support": {
4646 "source": "https://github.com/sebastianbergmann/resource-operations/tree/2.0.3"
4647 },
4648 "funding": [
4649 {
4650 "url": "https://github.com/sebastianbergmann",
4651 "type": "github"
4652 }
4653 ],
4654 "time": "2024-03-01T13:59:09+00:00"
4655 },
4656 {
4657 "name": "sebastian/version",
4658 "version": "2.0.1",
4659 "source": {
4660 "type": "git",
4661 "url": "https://github.com/sebastianbergmann/version.git",
4662 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
4663 },
4664 "dist": {
4665 "type": "zip",
4666 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
4667 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
4668 "shasum": ""
4669 },
4670 "require": {
4671 "php": ">=5.6"
4672 },
4673 "type": "library",
4674 "extra": {
4675 "branch-alias": {
4676 "dev-master": "2.0.x-dev"
4677 }
4678 },
4679 "autoload": {
4680 "classmap": [
4681 "src/"
4682 ]
4683 },
4684 "notification-url": "https://packagist.org/downloads/",
4685 "license": [
4686 "BSD-3-Clause"
4687 ],
4688 "authors": [
4689 {
4690 "name": "Sebastian Bergmann",
4691 "email": "sebastian@phpunit.de",
4692 "role": "lead"
4693 }
4694 ],
4695 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4696 "homepage": "https://github.com/sebastianbergmann/version",
4697 "support": {
4698 "issues": "https://github.com/sebastianbergmann/version/issues",
4699 "source": "https://github.com/sebastianbergmann/version/tree/master"
4700 },
4701 "time": "2016-10-03T07:35:21+00:00"
4702 },
4703 {
4704 "name": "squizlabs/php_codesniffer",
4705 "version": "3.10.1",
4706 "source": {
4707 "type": "git",
4708 "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
4709 "reference": "8f90f7a53ce271935282967f53d0894f8f1ff877"
4710 },
4711 "dist": {
4712 "type": "zip",
4713 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/8f90f7a53ce271935282967f53d0894f8f1ff877",
4714 "reference": "8f90f7a53ce271935282967f53d0894f8f1ff877",
4715 "shasum": ""
4716 },
4717 "require": {
4718 "ext-simplexml": "*",
4719 "ext-tokenizer": "*",
4720 "ext-xmlwriter": "*",
4721 "php": ">=5.4.0"
4722 },
4723 "require-dev": {
4724 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
4725 },
4726 "bin": [
4727 "bin/phpcbf",
4728 "bin/phpcs"
4729 ],
4730 "type": "library",
4731 "extra": {
4732 "branch-alias": {
4733 "dev-master": "3.x-dev"
4734 }
4735 },
4736 "notification-url": "https://packagist.org/downloads/",
4737 "license": [
4738 "BSD-3-Clause"
4739 ],
4740 "authors": [
4741 {
4742 "name": "Greg Sherwood",
4743 "role": "Former lead"
4744 },
4745 {
4746 "name": "Juliette Reinders Folmer",
4747 "role": "Current lead"
4748 },
4749 {
4750 "name": "Contributors",
4751 "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
4752 }
4753 ],
4754 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
4755 "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
4756 "keywords": [
4757 "phpcs",
4758 "standards",
4759 "static analysis"
4760 ],
4761 "support": {
4762 "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
4763 "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
4764 "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
4765 "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
4766 },
4767 "funding": [
4768 {
4769 "url": "https://github.com/PHPCSStandards",
4770 "type": "github"
4771 },
4772 {
4773 "url": "https://github.com/jrfnl",
4774 "type": "github"
4775 },
4776 {
4777 "url": "https://opencollective.com/php_codesniffer",
4778 "type": "open_collective"
4779 }
4780 ],
4781 "time": "2024-05-22T21:24:41+00:00"
4782 },
4783 {
4784 "name": "symfony/browser-kit",
4785 "version": "v3.4.47",
4786 "source": {
4787 "type": "git",
4788 "url": "https://github.com/symfony/browser-kit.git",
4789 "reference": "9590bd3d3f9fa2f28d34b713ed4765a8cc8ad15c"
4790 },
4791 "dist": {
4792 "type": "zip",
4793 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/9590bd3d3f9fa2f28d34b713ed4765a8cc8ad15c",
4794 "reference": "9590bd3d3f9fa2f28d34b713ed4765a8cc8ad15c",
4795 "shasum": ""
4796 },
4797 "require": {
4798 "php": "^5.5.9|>=7.0.8",
4799 "symfony/dom-crawler": "~2.8|~3.0|~4.0"
4800 },
4801 "require-dev": {
4802 "symfony/css-selector": "~2.8|~3.0|~4.0",
4803 "symfony/process": "~2.8|~3.0|~4.0"
4804 },
4805 "suggest": {
4806 "symfony/process": ""
4807 },
4808 "type": "library",
4809 "autoload": {
4810 "psr-4": {
4811 "Symfony\\Component\\BrowserKit\\": ""
4812 },
4813 "exclude-from-classmap": [
4814 "/Tests/"
4815 ]
4816 },
4817 "notification-url": "https://packagist.org/downloads/",
4818 "license": [
4819 "MIT"
4820 ],
4821 "authors": [
4822 {
4823 "name": "Fabien Potencier",
4824 "email": "fabien@symfony.com"
4825 },
4826 {
4827 "name": "Symfony Community",
4828 "homepage": "https://symfony.com/contributors"
4829 }
4830 ],
4831 "description": "Symfony BrowserKit Component",
4832 "homepage": "https://symfony.com",
4833 "support": {
4834 "source": "https://github.com/symfony/browser-kit/tree/v3.4.47"
4835 },
4836 "funding": [
4837 {
4838 "url": "https://symfony.com/sponsor",
4839 "type": "custom"
4840 },
4841 {
4842 "url": "https://github.com/fabpot",
4843 "type": "github"
4844 },
4845 {
4846 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4847 "type": "tidelift"
4848 }
4849 ],
4850 "time": "2020-10-24T10:57:07+00:00"
4851 },
4852 {
4853 "name": "symfony/css-selector",
4854 "version": "v3.4.47",
4855 "source": {
4856 "type": "git",
4857 "url": "https://github.com/symfony/css-selector.git",
4858 "reference": "da3d9da2ce0026771f5fe64cb332158f1bd2bc33"
4859 },
4860 "dist": {
4861 "type": "zip",
4862 "url": "https://api.github.com/repos/symfony/css-selector/zipball/da3d9da2ce0026771f5fe64cb332158f1bd2bc33",
4863 "reference": "da3d9da2ce0026771f5fe64cb332158f1bd2bc33",
4864 "shasum": ""
4865 },
4866 "require": {
4867 "php": "^5.5.9|>=7.0.8"
4868 },
4869 "type": "library",
4870 "autoload": {
4871 "psr-4": {
4872 "Symfony\\Component\\CssSelector\\": ""
4873 },
4874 "exclude-from-classmap": [
4875 "/Tests/"
4876 ]
4877 },
4878 "notification-url": "https://packagist.org/downloads/",
4879 "license": [
4880 "MIT"
4881 ],
4882 "authors": [
4883 {
4884 "name": "Fabien Potencier",
4885 "email": "fabien@symfony.com"
4886 },
4887 {
4888 "name": "Jean-François Simon",
4889 "email": "jeanfrancois.simon@sensiolabs.com"
4890 },
4891 {
4892 "name": "Symfony Community",
4893 "homepage": "https://symfony.com/contributors"
4894 }
4895 ],
4896 "description": "Symfony CssSelector Component",
4897 "homepage": "https://symfony.com",
4898 "support": {
4899 "source": "https://github.com/symfony/css-selector/tree/v3.4.47"
4900 },
4901 "funding": [
4902 {
4903 "url": "https://symfony.com/sponsor",
4904 "type": "custom"
4905 },
4906 {
4907 "url": "https://github.com/fabpot",
4908 "type": "github"
4909 },
4910 {
4911 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4912 "type": "tidelift"
4913 }
4914 ],
4915 "time": "2020-10-24T10:57:07+00:00"
4916 },
4917 {
4918 "name": "symfony/dom-crawler",
4919 "version": "v3.4.47",
4920 "source": {
4921 "type": "git",
4922 "url": "https://github.com/symfony/dom-crawler.git",
4923 "reference": "ef97bcfbae5b384b4ca6c8d57b617722f15241a6"
4924 },
4925 "dist": {
4926 "type": "zip",
4927 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/ef97bcfbae5b384b4ca6c8d57b617722f15241a6",
4928 "reference": "ef97bcfbae5b384b4ca6c8d57b617722f15241a6",
4929 "shasum": ""
4930 },
4931 "require": {
4932 "php": "^5.5.9|>=7.0.8",
4933 "symfony/polyfill-ctype": "~1.8",
4934 "symfony/polyfill-mbstring": "~1.0"
4935 },
4936 "require-dev": {
4937 "symfony/css-selector": "~2.8|~3.0|~4.0"
4938 },
4939 "suggest": {
4940 "symfony/css-selector": ""
4941 },
4942 "type": "library",
4943 "autoload": {
4944 "psr-4": {
4945 "Symfony\\Component\\DomCrawler\\": ""
4946 },
4947 "exclude-from-classmap": [
4948 "/Tests/"
4949 ]
4950 },
4951 "notification-url": "https://packagist.org/downloads/",
4952 "license": [
4953 "MIT"
4954 ],
4955 "authors": [
4956 {
4957 "name": "Fabien Potencier",
4958 "email": "fabien@symfony.com"
4959 },
4960 {
4961 "name": "Symfony Community",
4962 "homepage": "https://symfony.com/contributors"
4963 }
4964 ],
4965 "description": "Symfony DomCrawler Component",
4966 "homepage": "https://symfony.com",
4967 "support": {
4968 "source": "https://github.com/symfony/dom-crawler/tree/v3.4.47"
4969 },
4970 "funding": [
4971 {
4972 "url": "https://symfony.com/sponsor",
4973 "type": "custom"
4974 },
4975 {
4976 "url": "https://github.com/fabpot",
4977 "type": "github"
4978 },
4979 {
4980 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4981 "type": "tidelift"
4982 }
4983 ],
4984 "time": "2020-10-24T10:57:07+00:00"
4985 },
4986 {
4987 "name": "theseer/tokenizer",
4988 "version": "1.2.3",
4989 "source": {
4990 "type": "git",
4991 "url": "https://github.com/theseer/tokenizer.git",
4992 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
4993 },
4994 "dist": {
4995 "type": "zip",
4996 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
4997 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
4998 "shasum": ""
4999 },
5000 "require": {
5001 "ext-dom": "*",
5002 "ext-tokenizer": "*",
5003 "ext-xmlwriter": "*",
5004 "php": "^7.2 || ^8.0"
5005 },
5006 "type": "library",
5007 "autoload": {
5008 "classmap": [
5009 "src/"
5010 ]
5011 },
5012 "notification-url": "https://packagist.org/downloads/",
5013 "license": [
5014 "BSD-3-Clause"
5015 ],
5016 "authors": [
5017 {
5018 "name": "Arne Blankerts",
5019 "email": "arne@blankerts.de",
5020 "role": "Developer"
5021 }
5022 ],
5023 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
5024 "support": {
5025 "issues": "https://github.com/theseer/tokenizer/issues",
5026 "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
5027 },
5028 "funding": [
5029 {
5030 "url": "https://github.com/theseer",
5031 "type": "github"
5032 }
5033 ],
5034 "time": "2024-03-03T12:36:25+00:00"
5035 },
5036 {
5037 "name": "webmozart/assert",
5038 "version": "1.11.0",
5039 "source": {
5040 "type": "git",
5041 "url": "https://github.com/webmozarts/assert.git",
5042 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
5043 },
5044 "dist": {
5045 "type": "zip",
5046 "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
5047 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
5048 "shasum": ""
5049 },
5050 "require": {
5051 "ext-ctype": "*",
5052 "php": "^7.2 || ^8.0"
5053 },
5054 "conflict": {
5055 "phpstan/phpstan": "<0.12.20",
5056 "vimeo/psalm": "<4.6.1 || 4.6.2"
5057 },
5058 "require-dev": {
5059 "phpunit/phpunit": "^8.5.13"
5060 },
5061 "type": "library",
5062 "extra": {
5063 "branch-alias": {
5064 "dev-master": "1.10-dev"
5065 }
5066 },
5067 "autoload": {
5068 "psr-4": {
5069 "Webmozart\\Assert\\": "src/"
5070 }
5071 },
5072 "notification-url": "https://packagist.org/downloads/",
5073 "license": [
5074 "MIT"
5075 ],
5076 "authors": [
5077 {
5078 "name": "Bernhard Schussek",
5079 "email": "bschussek@gmail.com"
5080 }
5081 ],
5082 "description": "Assertions to validate method input/output with nice error messages.",
5083 "keywords": [
5084 "assert",
5085 "check",
5086 "validate"
5087 ],
5088 "support": {
5089 "issues": "https://github.com/webmozarts/assert/issues",
5090 "source": "https://github.com/webmozarts/assert/tree/1.11.0"
5091 },
5092 "time": "2022-06-03T18:03:27+00:00"
5093 }
5094 ],
5095 "aliases": [],
5096 "minimum-stability": "stable",
5097 "stability-flags": [],
5098 "prefer-stable": false,
5099 "prefer-lowest": false,
5100 "platform": {
5101 "php": "^7.2 || ^8.0.0",
5102 "ext-json": "*",
5103 "ext-mbstring": "*"
5104 },
5105 "platform-dev": [],
5106 "platform-overrides": {
5107 "php": "7.2"
5108 },
5109 "plugin-api-version": "2.6.0"
5110 }
5111