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 |
installed.json
0001 {
0002 "packages": [
0003 {
0004 "name": "bantu/ini-get-wrapper",
0005 "version": "v1.0.1",
0006 "version_normalized": "1.0.1.0",
0007 "source": {
0008 "type": "git",
0009 "url": "https://github.com/bantuXorg/php-ini-get-wrapper.git",
0010 "reference": "4770c7feab370c62e23db4f31c112b7c6d90aee2"
0011 },
0012 "dist": {
0013 "type": "zip",
0014 "url": "https://api.github.com/repos/bantuXorg/php-ini-get-wrapper/zipball/4770c7feab370c62e23db4f31c112b7c6d90aee2",
0015 "reference": "4770c7feab370c62e23db4f31c112b7c6d90aee2",
0016 "shasum": ""
0017 },
0018 "require-dev": {
0019 "phpunit/phpunit": "3.7.*"
0020 },
0021 "time": "2014-09-15T13:12:35+00:00",
0022 "type": "library",
0023 "installation-source": "dist",
0024 "autoload": {
0025 "psr-4": {
0026 "bantu\\IniGetWrapper\\": "src/"
0027 }
0028 },
0029 "notification-url": "https://packagist.org/downloads/",
0030 "license": [
0031 "MIT"
0032 ],
0033 "description": "Convenience wrapper around ini_get()",
0034 "support": {
0035 "issues": "https://github.com/bantuXorg/php-ini-get-wrapper/issues",
0036 "source": "https://github.com/bantuXorg/php-ini-get-wrapper/tree/v1.0.1"
0037 },
0038 "install-path": "../bantu/ini-get-wrapper"
0039 },
0040 {
0041 "name": "carlos-mg89/oauth",
0042 "version": "0.8.15",
0043 "version_normalized": "0.8.15.0",
0044 "source": {
0045 "type": "git",
0046 "url": "https://github.com/carlos-mg89/PHPoAuthLib.git",
0047 "reference": "c14c44e4f8993009a10d56a41e61c19291824a29"
0048 },
0049 "dist": {
0050 "type": "zip",
0051 "url": "https://api.github.com/repos/carlos-mg89/PHPoAuthLib/zipball/c14c44e4f8993009a10d56a41e61c19291824a29",
0052 "reference": "c14c44e4f8993009a10d56a41e61c19291824a29",
0053 "shasum": ""
0054 },
0055 "require": {
0056 "php": "^7.2 || ^8.0"
0057 },
0058 "require-dev": {
0059 "ext-curl": "*",
0060 "ext-dom": "*",
0061 "ext-json": "*",
0062 "friendsofphp/php-cs-fixer": "^3.0",
0063 "phpunit/phpunit": "^8.5",
0064 "predis/predis": "0.8.*@dev",
0065 "squizlabs/php_codesniffer": "^3.5",
0066 "symfony/finder": "^5.1",
0067 "symfony/http-foundation": "~2.1",
0068 "symfony/var-dumper": "^5.1"
0069 },
0070 "suggest": {
0071 "ext-openssl": "Allows for usage of secure connections with the stream-based HTTP client.",
0072 "predis/predis": "Allows using the Redis storage backend.",
0073 "symfony/http-foundation": "Allows using the Symfony Session storage backend."
0074 },
0075 "time": "2022-07-15T08:38:14+00:00",
0076 "type": "library",
0077 "extra": {
0078 "branch-alias": {
0079 "dev-master": "0.1-dev"
0080 }
0081 },
0082 "installation-source": "dist",
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 "install-path": "../carlos-mg89/oauth"
0110 },
0111 {
0112 "name": "composer/package-versions-deprecated",
0113 "version": "1.11.99.5",
0114 "version_normalized": "1.11.99.5",
0115 "source": {
0116 "type": "git",
0117 "url": "https://github.com/composer/package-versions-deprecated.git",
0118 "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d"
0119 },
0120 "dist": {
0121 "type": "zip",
0122 "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b4f54f74ef3453349c24a845d22392cd31e65f1d",
0123 "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d",
0124 "shasum": ""
0125 },
0126 "require": {
0127 "composer-plugin-api": "^1.1.0 || ^2.0",
0128 "php": "^7 || ^8"
0129 },
0130 "replace": {
0131 "ocramius/package-versions": "1.11.99"
0132 },
0133 "require-dev": {
0134 "composer/composer": "^1.9.3 || ^2.0@dev",
0135 "ext-zip": "^1.13",
0136 "phpunit/phpunit": "^6.5 || ^7"
0137 },
0138 "time": "2022-01-17T14:14:24+00:00",
0139 "type": "composer-plugin",
0140 "extra": {
0141 "class": "PackageVersions\\Installer",
0142 "branch-alias": {
0143 "dev-master": "1.x-dev"
0144 }
0145 },
0146 "installation-source": "dist",
0147 "autoload": {
0148 "psr-4": {
0149 "PackageVersions\\": "src/PackageVersions"
0150 }
0151 },
0152 "notification-url": "https://packagist.org/downloads/",
0153 "license": [
0154 "MIT"
0155 ],
0156 "authors": [
0157 {
0158 "name": "Marco Pivetta",
0159 "email": "ocramius@gmail.com"
0160 },
0161 {
0162 "name": "Jordi Boggiano",
0163 "email": "j.boggiano@seld.be"
0164 }
0165 ],
0166 "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
0167 "support": {
0168 "issues": "https://github.com/composer/package-versions-deprecated/issues",
0169 "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.5"
0170 },
0171 "funding": [
0172 {
0173 "url": "https://packagist.com",
0174 "type": "custom"
0175 },
0176 {
0177 "url": "https://github.com/composer",
0178 "type": "github"
0179 },
0180 {
0181 "url": "https://tidelift.com/funding/github/packagist/composer/composer",
0182 "type": "tidelift"
0183 }
0184 ],
0185 "install-path": "./package-versions-deprecated"
0186 },
0187 {
0188 "name": "google/recaptcha",
0189 "version": "1.2.4",
0190 "version_normalized": "1.2.4.0",
0191 "source": {
0192 "type": "git",
0193 "url": "https://github.com/google/recaptcha.git",
0194 "reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419"
0195 },
0196 "dist": {
0197 "type": "zip",
0198 "url": "https://api.github.com/repos/google/recaptcha/zipball/614f25a9038be4f3f2da7cbfd778dc5b357d2419",
0199 "reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419",
0200 "shasum": ""
0201 },
0202 "require": {
0203 "php": ">=5.5"
0204 },
0205 "require-dev": {
0206 "friendsofphp/php-cs-fixer": "^2.2.20|^2.15",
0207 "php-coveralls/php-coveralls": "^2.1",
0208 "phpunit/phpunit": "^4.8.36|^5.7.27|^6.59|^7.5.11"
0209 },
0210 "time": "2020-03-31T17:50:54+00:00",
0211 "type": "library",
0212 "extra": {
0213 "branch-alias": {
0214 "dev-master": "1.2.x-dev"
0215 }
0216 },
0217 "installation-source": "dist",
0218 "autoload": {
0219 "psr-4": {
0220 "ReCaptcha\\": "src/ReCaptcha"
0221 }
0222 },
0223 "notification-url": "https://packagist.org/downloads/",
0224 "license": [
0225 "BSD-3-Clause"
0226 ],
0227 "description": "Client library for reCAPTCHA, a free service that protects websites from spam and abuse.",
0228 "homepage": "https://www.google.com/recaptcha/",
0229 "keywords": [
0230 "Abuse",
0231 "captcha",
0232 "recaptcha",
0233 "spam"
0234 ],
0235 "support": {
0236 "forum": "https://groups.google.com/forum/#!forum/recaptcha",
0237 "issues": "https://github.com/google/recaptcha/issues",
0238 "source": "https://github.com/google/recaptcha"
0239 },
0240 "install-path": "../google/recaptcha"
0241 },
0242 {
0243 "name": "guzzlehttp/guzzle",
0244 "version": "6.5.8",
0245 "version_normalized": "6.5.8.0",
0246 "source": {
0247 "type": "git",
0248 "url": "https://github.com/guzzle/guzzle.git",
0249 "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981"
0250 },
0251 "dist": {
0252 "type": "zip",
0253 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981",
0254 "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981",
0255 "shasum": ""
0256 },
0257 "require": {
0258 "ext-json": "*",
0259 "guzzlehttp/promises": "^1.0",
0260 "guzzlehttp/psr7": "^1.9",
0261 "php": ">=5.5",
0262 "symfony/polyfill-intl-idn": "^1.17"
0263 },
0264 "require-dev": {
0265 "ext-curl": "*",
0266 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
0267 "psr/log": "^1.1"
0268 },
0269 "suggest": {
0270 "psr/log": "Required for using the Log middleware"
0271 },
0272 "time": "2022-06-20T22:16:07+00:00",
0273 "type": "library",
0274 "extra": {
0275 "branch-alias": {
0276 "dev-master": "6.5-dev"
0277 }
0278 },
0279 "installation-source": "dist",
0280 "autoload": {
0281 "files": [
0282 "src/functions_include.php"
0283 ],
0284 "psr-4": {
0285 "GuzzleHttp\\": "src/"
0286 }
0287 },
0288 "notification-url": "https://packagist.org/downloads/",
0289 "license": [
0290 "MIT"
0291 ],
0292 "authors": [
0293 {
0294 "name": "Graham Campbell",
0295 "email": "hello@gjcampbell.co.uk",
0296 "homepage": "https://github.com/GrahamCampbell"
0297 },
0298 {
0299 "name": "Michael Dowling",
0300 "email": "mtdowling@gmail.com",
0301 "homepage": "https://github.com/mtdowling"
0302 },
0303 {
0304 "name": "Jeremy Lindblom",
0305 "email": "jeremeamia@gmail.com",
0306 "homepage": "https://github.com/jeremeamia"
0307 },
0308 {
0309 "name": "George Mponos",
0310 "email": "gmponos@gmail.com",
0311 "homepage": "https://github.com/gmponos"
0312 },
0313 {
0314 "name": "Tobias Nyholm",
0315 "email": "tobias.nyholm@gmail.com",
0316 "homepage": "https://github.com/Nyholm"
0317 },
0318 {
0319 "name": "Márk Sági-Kazár",
0320 "email": "mark.sagikazar@gmail.com",
0321 "homepage": "https://github.com/sagikazarmark"
0322 },
0323 {
0324 "name": "Tobias Schultze",
0325 "email": "webmaster@tubo-world.de",
0326 "homepage": "https://github.com/Tobion"
0327 }
0328 ],
0329 "description": "Guzzle is a PHP HTTP client library",
0330 "homepage": "http://guzzlephp.org/",
0331 "keywords": [
0332 "client",
0333 "curl",
0334 "framework",
0335 "http",
0336 "http client",
0337 "rest",
0338 "web service"
0339 ],
0340 "support": {
0341 "issues": "https://github.com/guzzle/guzzle/issues",
0342 "source": "https://github.com/guzzle/guzzle/tree/6.5.8"
0343 },
0344 "funding": [
0345 {
0346 "url": "https://github.com/GrahamCampbell",
0347 "type": "github"
0348 },
0349 {
0350 "url": "https://github.com/Nyholm",
0351 "type": "github"
0352 },
0353 {
0354 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
0355 "type": "tidelift"
0356 }
0357 ],
0358 "install-path": "../guzzlehttp/guzzle"
0359 },
0360 {
0361 "name": "guzzlehttp/promises",
0362 "version": "1.5.3",
0363 "version_normalized": "1.5.3.0",
0364 "source": {
0365 "type": "git",
0366 "url": "https://github.com/guzzle/promises.git",
0367 "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e"
0368 },
0369 "dist": {
0370 "type": "zip",
0371 "url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e",
0372 "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e",
0373 "shasum": ""
0374 },
0375 "require": {
0376 "php": ">=5.5"
0377 },
0378 "require-dev": {
0379 "symfony/phpunit-bridge": "^4.4 || ^5.1"
0380 },
0381 "time": "2023-05-21T12:31:43+00:00",
0382 "type": "library",
0383 "installation-source": "dist",
0384 "autoload": {
0385 "files": [
0386 "src/functions_include.php"
0387 ],
0388 "psr-4": {
0389 "GuzzleHttp\\Promise\\": "src/"
0390 }
0391 },
0392 "notification-url": "https://packagist.org/downloads/",
0393 "license": [
0394 "MIT"
0395 ],
0396 "authors": [
0397 {
0398 "name": "Graham Campbell",
0399 "email": "hello@gjcampbell.co.uk",
0400 "homepage": "https://github.com/GrahamCampbell"
0401 },
0402 {
0403 "name": "Michael Dowling",
0404 "email": "mtdowling@gmail.com",
0405 "homepage": "https://github.com/mtdowling"
0406 },
0407 {
0408 "name": "Tobias Nyholm",
0409 "email": "tobias.nyholm@gmail.com",
0410 "homepage": "https://github.com/Nyholm"
0411 },
0412 {
0413 "name": "Tobias Schultze",
0414 "email": "webmaster@tubo-world.de",
0415 "homepage": "https://github.com/Tobion"
0416 }
0417 ],
0418 "description": "Guzzle promises library",
0419 "keywords": [
0420 "promise"
0421 ],
0422 "support": {
0423 "issues": "https://github.com/guzzle/promises/issues",
0424 "source": "https://github.com/guzzle/promises/tree/1.5.3"
0425 },
0426 "funding": [
0427 {
0428 "url": "https://github.com/GrahamCampbell",
0429 "type": "github"
0430 },
0431 {
0432 "url": "https://github.com/Nyholm",
0433 "type": "github"
0434 },
0435 {
0436 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
0437 "type": "tidelift"
0438 }
0439 ],
0440 "install-path": "../guzzlehttp/promises"
0441 },
0442 {
0443 "name": "guzzlehttp/psr7",
0444 "version": "1.9.1",
0445 "version_normalized": "1.9.1.0",
0446 "source": {
0447 "type": "git",
0448 "url": "https://github.com/guzzle/psr7.git",
0449 "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b"
0450 },
0451 "dist": {
0452 "type": "zip",
0453 "url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b",
0454 "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b",
0455 "shasum": ""
0456 },
0457 "require": {
0458 "php": ">=5.4.0",
0459 "psr/http-message": "~1.0",
0460 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
0461 },
0462 "provide": {
0463 "psr/http-message-implementation": "1.0"
0464 },
0465 "require-dev": {
0466 "ext-zlib": "*",
0467 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
0468 },
0469 "suggest": {
0470 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
0471 },
0472 "time": "2023-04-17T16:00:37+00:00",
0473 "type": "library",
0474 "installation-source": "dist",
0475 "autoload": {
0476 "files": [
0477 "src/functions_include.php"
0478 ],
0479 "psr-4": {
0480 "GuzzleHttp\\Psr7\\": "src/"
0481 }
0482 },
0483 "notification-url": "https://packagist.org/downloads/",
0484 "license": [
0485 "MIT"
0486 ],
0487 "authors": [
0488 {
0489 "name": "Graham Campbell",
0490 "email": "hello@gjcampbell.co.uk",
0491 "homepage": "https://github.com/GrahamCampbell"
0492 },
0493 {
0494 "name": "Michael Dowling",
0495 "email": "mtdowling@gmail.com",
0496 "homepage": "https://github.com/mtdowling"
0497 },
0498 {
0499 "name": "George Mponos",
0500 "email": "gmponos@gmail.com",
0501 "homepage": "https://github.com/gmponos"
0502 },
0503 {
0504 "name": "Tobias Nyholm",
0505 "email": "tobias.nyholm@gmail.com",
0506 "homepage": "https://github.com/Nyholm"
0507 },
0508 {
0509 "name": "Márk Sági-Kazár",
0510 "email": "mark.sagikazar@gmail.com",
0511 "homepage": "https://github.com/sagikazarmark"
0512 },
0513 {
0514 "name": "Tobias Schultze",
0515 "email": "webmaster@tubo-world.de",
0516 "homepage": "https://github.com/Tobion"
0517 }
0518 ],
0519 "description": "PSR-7 message implementation that also provides common utility methods",
0520 "keywords": [
0521 "http",
0522 "message",
0523 "psr-7",
0524 "request",
0525 "response",
0526 "stream",
0527 "uri",
0528 "url"
0529 ],
0530 "support": {
0531 "issues": "https://github.com/guzzle/psr7/issues",
0532 "source": "https://github.com/guzzle/psr7/tree/1.9.1"
0533 },
0534 "funding": [
0535 {
0536 "url": "https://github.com/GrahamCampbell",
0537 "type": "github"
0538 },
0539 {
0540 "url": "https://github.com/Nyholm",
0541 "type": "github"
0542 },
0543 {
0544 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
0545 "type": "tidelift"
0546 }
0547 ],
0548 "install-path": "../guzzlehttp/psr7"
0549 },
0550 {
0551 "name": "marc1706/fast-image-size",
0552 "version": "v1.1.7",
0553 "version_normalized": "1.1.7.0",
0554 "source": {
0555 "type": "git",
0556 "url": "https://github.com/marc1706/fast-image-size.git",
0557 "reference": "aea6934a273182208bced600953f19a3d2eaeca0"
0558 },
0559 "dist": {
0560 "type": "zip",
0561 "url": "https://api.github.com/repos/marc1706/fast-image-size/zipball/aea6934a273182208bced600953f19a3d2eaeca0",
0562 "reference": "aea6934a273182208bced600953f19a3d2eaeca0",
0563 "shasum": ""
0564 },
0565 "require": {
0566 "ext-mbstring": "*",
0567 "php": ">=5.3.0"
0568 },
0569 "require-dev": {
0570 "phpunit/phpunit": "^4.8"
0571 },
0572 "time": "2022-01-12T16:29:39+00:00",
0573 "type": "library",
0574 "extra": {
0575 "branch-alias": {
0576 "dev-master": "1.1.x-dev"
0577 }
0578 },
0579 "installation-source": "dist",
0580 "autoload": {
0581 "psr-4": {
0582 "FastImageSize\\": "lib"
0583 }
0584 },
0585 "notification-url": "https://packagist.org/downloads/",
0586 "license": [
0587 "MIT"
0588 ],
0589 "authors": [
0590 {
0591 "name": "Marc Alexander",
0592 "email": "admin@m-a-styles.de",
0593 "homepage": "https://www.m-a-styles.de",
0594 "role": "Developer"
0595 }
0596 ],
0597 "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.",
0598 "homepage": "https://www.m-a-styles.de",
0599 "keywords": [
0600 "fast",
0601 "getimagesize",
0602 "image",
0603 "imagesize",
0604 "php",
0605 "size"
0606 ],
0607 "support": {
0608 "issues": "https://github.com/marc1706/fast-image-size/issues",
0609 "source": "https://github.com/marc1706/fast-image-size/tree/v1.1.7"
0610 },
0611 "install-path": "../marc1706/fast-image-size"
0612 },
0613 {
0614 "name": "ocramius/proxy-manager",
0615 "version": "2.2.4",
0616 "version_normalized": "2.2.4.0",
0617 "source": {
0618 "type": "git",
0619 "url": "https://github.com/Ocramius/ProxyManager.git",
0620 "reference": "2d7cd2a79cd3ade90c46211baae1b88d47683917"
0621 },
0622 "dist": {
0623 "type": "zip",
0624 "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/2d7cd2a79cd3ade90c46211baae1b88d47683917",
0625 "reference": "2d7cd2a79cd3ade90c46211baae1b88d47683917",
0626 "shasum": ""
0627 },
0628 "require": {
0629 "ocramius/package-versions": "^1.1.3",
0630 "php": "^7.2.0",
0631 "zendframework/zend-code": "^3.3.0"
0632 },
0633 "require-dev": {
0634 "couscous/couscous": "^1.6.1",
0635 "ext-phar": "*",
0636 "humbug/humbug": "1.0.0-RC.0@RC",
0637 "nikic/php-parser": "^3.1.1",
0638 "padraic/phpunit-accelerator": "dev-master@DEV",
0639 "phpbench/phpbench": "^0.12.2",
0640 "phpstan/phpstan": "dev-master#856eb10a81c1d27c701a83f167dc870fd8f4236a as 0.9.999",
0641 "phpstan/phpstan-phpunit": "dev-master#5629c0a1f4a9c417cb1077cf6693ad9753895761",
0642 "phpunit/phpunit": "^6.4.3",
0643 "squizlabs/php_codesniffer": "^2.9.1"
0644 },
0645 "suggest": {
0646 "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
0647 "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
0648 "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
0649 "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
0650 },
0651 "time": "2022-03-05T18:15:28+00:00",
0652 "type": "library",
0653 "extra": {
0654 "branch-alias": {
0655 "dev-master": "3.0.x-dev"
0656 }
0657 },
0658 "installation-source": "dist",
0659 "autoload": {
0660 "psr-0": {
0661 "ProxyManager\\": "src"
0662 }
0663 },
0664 "notification-url": "https://packagist.org/downloads/",
0665 "license": [
0666 "MIT"
0667 ],
0668 "authors": [
0669 {
0670 "name": "Marco Pivetta",
0671 "email": "ocramius@gmail.com",
0672 "homepage": "http://ocramius.github.io/"
0673 }
0674 ],
0675 "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
0676 "homepage": "https://github.com/Ocramius/ProxyManager",
0677 "keywords": [
0678 "aop",
0679 "lazy loading",
0680 "proxy",
0681 "proxy pattern",
0682 "service proxies"
0683 ],
0684 "support": {
0685 "issues": "https://github.com/Ocramius/ProxyManager/issues",
0686 "source": "https://github.com/Ocramius/ProxyManager/tree/2.2.4"
0687 },
0688 "funding": [
0689 {
0690 "url": "https://github.com/Ocramius",
0691 "type": "github"
0692 },
0693 {
0694 "url": "https://tidelift.com/funding/github/packagist/ocramius/proxy-manager",
0695 "type": "tidelift"
0696 }
0697 ],
0698 "install-path": "../ocramius/proxy-manager"
0699 },
0700 {
0701 "name": "psr/container",
0702 "version": "1.1.1",
0703 "version_normalized": "1.1.1.0",
0704 "source": {
0705 "type": "git",
0706 "url": "https://github.com/php-fig/container.git",
0707 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
0708 },
0709 "dist": {
0710 "type": "zip",
0711 "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
0712 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
0713 "shasum": ""
0714 },
0715 "require": {
0716 "php": ">=7.2.0"
0717 },
0718 "time": "2021-03-05T17:36:06+00:00",
0719 "type": "library",
0720 "installation-source": "dist",
0721 "autoload": {
0722 "psr-4": {
0723 "Psr\\Container\\": "src/"
0724 }
0725 },
0726 "notification-url": "https://packagist.org/downloads/",
0727 "license": [
0728 "MIT"
0729 ],
0730 "authors": [
0731 {
0732 "name": "PHP-FIG",
0733 "homepage": "https://www.php-fig.org/"
0734 }
0735 ],
0736 "description": "Common Container Interface (PHP FIG PSR-11)",
0737 "homepage": "https://github.com/php-fig/container",
0738 "keywords": [
0739 "PSR-11",
0740 "container",
0741 "container-interface",
0742 "container-interop",
0743 "psr"
0744 ],
0745 "support": {
0746 "issues": "https://github.com/php-fig/container/issues",
0747 "source": "https://github.com/php-fig/container/tree/1.1.1"
0748 },
0749 "install-path": "../psr/container"
0750 },
0751 {
0752 "name": "psr/http-message",
0753 "version": "1.1",
0754 "version_normalized": "1.1.0.0",
0755 "source": {
0756 "type": "git",
0757 "url": "https://github.com/php-fig/http-message.git",
0758 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
0759 },
0760 "dist": {
0761 "type": "zip",
0762 "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
0763 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
0764 "shasum": ""
0765 },
0766 "require": {
0767 "php": "^7.2 || ^8.0"
0768 },
0769 "time": "2023-04-04T09:50:52+00:00",
0770 "type": "library",
0771 "extra": {
0772 "branch-alias": {
0773 "dev-master": "1.1.x-dev"
0774 }
0775 },
0776 "installation-source": "dist",
0777 "autoload": {
0778 "psr-4": {
0779 "Psr\\Http\\Message\\": "src/"
0780 }
0781 },
0782 "notification-url": "https://packagist.org/downloads/",
0783 "license": [
0784 "MIT"
0785 ],
0786 "authors": [
0787 {
0788 "name": "PHP-FIG",
0789 "homepage": "http://www.php-fig.org/"
0790 }
0791 ],
0792 "description": "Common interface for HTTP messages",
0793 "homepage": "https://github.com/php-fig/http-message",
0794 "keywords": [
0795 "http",
0796 "http-message",
0797 "psr",
0798 "psr-7",
0799 "request",
0800 "response"
0801 ],
0802 "support": {
0803 "source": "https://github.com/php-fig/http-message/tree/1.1"
0804 },
0805 "install-path": "../psr/http-message"
0806 },
0807 {
0808 "name": "psr/log",
0809 "version": "1.1.4",
0810 "version_normalized": "1.1.4.0",
0811 "source": {
0812 "type": "git",
0813 "url": "https://github.com/php-fig/log.git",
0814 "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
0815 },
0816 "dist": {
0817 "type": "zip",
0818 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
0819 "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
0820 "shasum": ""
0821 },
0822 "require": {
0823 "php": ">=5.3.0"
0824 },
0825 "time": "2021-05-03T11:20:27+00:00",
0826 "type": "library",
0827 "extra": {
0828 "branch-alias": {
0829 "dev-master": "1.1.x-dev"
0830 }
0831 },
0832 "installation-source": "dist",
0833 "autoload": {
0834 "psr-4": {
0835 "Psr\\Log\\": "Psr/Log/"
0836 }
0837 },
0838 "notification-url": "https://packagist.org/downloads/",
0839 "license": [
0840 "MIT"
0841 ],
0842 "authors": [
0843 {
0844 "name": "PHP-FIG",
0845 "homepage": "https://www.php-fig.org/"
0846 }
0847 ],
0848 "description": "Common interface for logging libraries",
0849 "homepage": "https://github.com/php-fig/log",
0850 "keywords": [
0851 "log",
0852 "psr",
0853 "psr-3"
0854 ],
0855 "support": {
0856 "source": "https://github.com/php-fig/log/tree/1.1.4"
0857 },
0858 "install-path": "../psr/log"
0859 },
0860 {
0861 "name": "ralouphie/getallheaders",
0862 "version": "3.0.3",
0863 "version_normalized": "3.0.3.0",
0864 "source": {
0865 "type": "git",
0866 "url": "https://github.com/ralouphie/getallheaders.git",
0867 "reference": "120b605dfeb996808c31b6477290a714d356e822"
0868 },
0869 "dist": {
0870 "type": "zip",
0871 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
0872 "reference": "120b605dfeb996808c31b6477290a714d356e822",
0873 "shasum": ""
0874 },
0875 "require": {
0876 "php": ">=5.6"
0877 },
0878 "require-dev": {
0879 "php-coveralls/php-coveralls": "^2.1",
0880 "phpunit/phpunit": "^5 || ^6.5"
0881 },
0882 "time": "2019-03-08T08:55:37+00:00",
0883 "type": "library",
0884 "installation-source": "dist",
0885 "autoload": {
0886 "files": [
0887 "src/getallheaders.php"
0888 ]
0889 },
0890 "notification-url": "https://packagist.org/downloads/",
0891 "license": [
0892 "MIT"
0893 ],
0894 "authors": [
0895 {
0896 "name": "Ralph Khattar",
0897 "email": "ralph.khattar@gmail.com"
0898 }
0899 ],
0900 "description": "A polyfill for getallheaders.",
0901 "support": {
0902 "issues": "https://github.com/ralouphie/getallheaders/issues",
0903 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
0904 },
0905 "install-path": "../ralouphie/getallheaders"
0906 },
0907 {
0908 "name": "s9e/regexp-builder",
0909 "version": "1.4.6",
0910 "version_normalized": "1.4.6.0",
0911 "source": {
0912 "type": "git",
0913 "url": "https://github.com/s9e/RegexpBuilder.git",
0914 "reference": "3a646bc7c40dba41903b7065f32230721e00df3a"
0915 },
0916 "dist": {
0917 "type": "zip",
0918 "url": "https://api.github.com/repos/s9e/RegexpBuilder/zipball/3a646bc7c40dba41903b7065f32230721e00df3a",
0919 "reference": "3a646bc7c40dba41903b7065f32230721e00df3a",
0920 "shasum": ""
0921 },
0922 "require": {
0923 "lib-pcre": ">=7.2",
0924 "php": ">=7.1"
0925 },
0926 "require-dev": {
0927 "phpunit/phpunit": ">=9.1"
0928 },
0929 "time": "2022-03-05T16:22:35+00:00",
0930 "type": "library",
0931 "installation-source": "dist",
0932 "autoload": {
0933 "psr-4": {
0934 "s9e\\RegexpBuilder\\": "src"
0935 }
0936 },
0937 "notification-url": "https://packagist.org/downloads/",
0938 "license": [
0939 "MIT"
0940 ],
0941 "description": "Single-purpose library that generates regular expressions that match a list of strings.",
0942 "homepage": "https://github.com/s9e/RegexpBuilder/",
0943 "keywords": [
0944 "regexp"
0945 ],
0946 "support": {
0947 "issues": "https://github.com/s9e/RegexpBuilder/issues",
0948 "source": "https://github.com/s9e/RegexpBuilder/tree/1.4.6"
0949 },
0950 "install-path": "../s9e/regexp-builder"
0951 },
0952 {
0953 "name": "s9e/sweetdom",
0954 "version": "2.1.0.1",
0955 "version_normalized": "2.1.0.1",
0956 "source": {
0957 "type": "git",
0958 "url": "https://github.com/s9e/SweetDOM.git",
0959 "reference": "daf6c04c56ef986d346c2fd57c2cf03406307dad"
0960 },
0961 "dist": {
0962 "type": "zip",
0963 "url": "https://api.github.com/repos/s9e/SweetDOM/zipball/daf6c04c56ef986d346c2fd57c2cf03406307dad",
0964 "reference": "daf6c04c56ef986d346c2fd57c2cf03406307dad",
0965 "shasum": ""
0966 },
0967 "require": {
0968 "ext-dom": "*",
0969 "php": ">=7.1"
0970 },
0971 "require-dev": {
0972 "phpunit/phpunit": "*"
0973 },
0974 "time": "2023-11-27T20:27:28+00:00",
0975 "type": "library",
0976 "installation-source": "dist",
0977 "autoload": {
0978 "psr-4": {
0979 "s9e\\SweetDOM\\": "src"
0980 }
0981 },
0982 "notification-url": "https://packagist.org/downloads/",
0983 "license": [
0984 "MIT"
0985 ],
0986 "description": "Syntactic sugar for the DOM API with a focus on XSLT 1.0 template manipulation.",
0987 "homepage": "https://github.com/s9e/SweetDOM/",
0988 "keywords": [
0989 "dom",
0990 "xsl",
0991 "xslt"
0992 ],
0993 "support": {
0994 "issues": "https://github.com/s9e/SweetDOM/issues",
0995 "source": "https://github.com/s9e/SweetDOM/tree/2.1.0.1"
0996 },
0997 "install-path": "../s9e/sweetdom"
0998 },
0999 {
1000 "name": "s9e/text-formatter",
1001 "version": "2.11.5",
1002 "version_normalized": "2.11.5.0",
1003 "source": {
1004 "type": "git",
1005 "url": "https://github.com/s9e/TextFormatter.git",
1006 "reference": "186b633ee825a93e0060368bfdf8bd46311e3163"
1007 },
1008 "dist": {
1009 "type": "zip",
1010 "url": "https://api.github.com/repos/s9e/TextFormatter/zipball/186b633ee825a93e0060368bfdf8bd46311e3163",
1011 "reference": "186b633ee825a93e0060368bfdf8bd46311e3163",
1012 "shasum": ""
1013 },
1014 "require": {
1015 "ext-dom": "*",
1016 "ext-filter": "*",
1017 "lib-pcre": ">=8.13",
1018 "php": ">=7.1",
1019 "s9e/regexp-builder": "^1.4",
1020 "s9e/sweetdom": "^2.0"
1021 },
1022 "require-dev": {
1023 "code-lts/doctum": "*",
1024 "matthiasmullie/minify": "*",
1025 "phpunit/phpunit": "*"
1026 },
1027 "suggest": {
1028 "ext-curl": "Improves the performance of the MediaEmbed plugin and some JavaScript minifiers",
1029 "ext-intl": "Allows international URLs to be accepted by the URL filter",
1030 "ext-json": "Enables the generation of a JavaScript parser",
1031 "ext-mbstring": "Improves the performance of the PHP renderer",
1032 "ext-tokenizer": "Improves the performance of the PHP renderer",
1033 "ext-xsl": "Enables the XSLT renderer",
1034 "ext-zlib": "Enables gzip compression when scraping content via the MediaEmbed plugin"
1035 },
1036 "time": "2022-09-19T00:20:37+00:00",
1037 "type": "library",
1038 "extra": {
1039 "version": "2.11.5"
1040 },
1041 "installation-source": "dist",
1042 "autoload": {
1043 "psr-4": {
1044 "s9e\\TextFormatter\\": "src"
1045 }
1046 },
1047 "notification-url": "https://packagist.org/downloads/",
1048 "license": [
1049 "MIT"
1050 ],
1051 "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.",
1052 "homepage": "https://github.com/s9e/TextFormatter/",
1053 "keywords": [
1054 "bbcode",
1055 "bbcodes",
1056 "blog",
1057 "censor",
1058 "embed",
1059 "emoji",
1060 "emoticons",
1061 "engine",
1062 "forum",
1063 "html",
1064 "markdown",
1065 "markup",
1066 "media",
1067 "parser",
1068 "shortcodes"
1069 ],
1070 "support": {
1071 "issues": "https://github.com/s9e/TextFormatter/issues",
1072 "source": "https://github.com/s9e/TextFormatter/tree/2.11.5"
1073 },
1074 "install-path": "../s9e/text-formatter"
1075 },
1076 {
1077 "name": "symfony/config",
1078 "version": "v3.4.47",
1079 "version_normalized": "3.4.47.0",
1080 "source": {
1081 "type": "git",
1082 "url": "https://github.com/symfony/config.git",
1083 "reference": "bc6b3fd3930d4b53a60b42fe2ed6fc466b75f03f"
1084 },
1085 "dist": {
1086 "type": "zip",
1087 "url": "https://api.github.com/repos/symfony/config/zipball/bc6b3fd3930d4b53a60b42fe2ed6fc466b75f03f",
1088 "reference": "bc6b3fd3930d4b53a60b42fe2ed6fc466b75f03f",
1089 "shasum": ""
1090 },
1091 "require": {
1092 "php": "^5.5.9|>=7.0.8",
1093 "symfony/filesystem": "~2.8|~3.0|~4.0",
1094 "symfony/polyfill-ctype": "~1.8"
1095 },
1096 "conflict": {
1097 "symfony/dependency-injection": "<3.3",
1098 "symfony/finder": "<3.3"
1099 },
1100 "require-dev": {
1101 "symfony/dependency-injection": "~3.3|~4.0",
1102 "symfony/event-dispatcher": "~3.3|~4.0",
1103 "symfony/finder": "~3.3|~4.0",
1104 "symfony/yaml": "~3.0|~4.0"
1105 },
1106 "suggest": {
1107 "symfony/yaml": "To use the yaml reference dumper"
1108 },
1109 "time": "2020-10-24T10:57:07+00:00",
1110 "type": "library",
1111 "installation-source": "dist",
1112 "autoload": {
1113 "psr-4": {
1114 "Symfony\\Component\\Config\\": ""
1115 },
1116 "exclude-from-classmap": [
1117 "/Tests/"
1118 ]
1119 },
1120 "notification-url": "https://packagist.org/downloads/",
1121 "license": [
1122 "MIT"
1123 ],
1124 "authors": [
1125 {
1126 "name": "Fabien Potencier",
1127 "email": "fabien@symfony.com"
1128 },
1129 {
1130 "name": "Symfony Community",
1131 "homepage": "https://symfony.com/contributors"
1132 }
1133 ],
1134 "description": "Symfony Config Component",
1135 "homepage": "https://symfony.com",
1136 "support": {
1137 "source": "https://github.com/symfony/config/tree/v3.4.47"
1138 },
1139 "funding": [
1140 {
1141 "url": "https://symfony.com/sponsor",
1142 "type": "custom"
1143 },
1144 {
1145 "url": "https://github.com/fabpot",
1146 "type": "github"
1147 },
1148 {
1149 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1150 "type": "tidelift"
1151 }
1152 ],
1153 "install-path": "../symfony/config"
1154 },
1155 {
1156 "name": "symfony/console",
1157 "version": "v3.4.47",
1158 "version_normalized": "3.4.47.0",
1159 "source": {
1160 "type": "git",
1161 "url": "https://github.com/symfony/console.git",
1162 "reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81"
1163 },
1164 "dist": {
1165 "type": "zip",
1166 "url": "https://api.github.com/repos/symfony/console/zipball/a10b1da6fc93080c180bba7219b5ff5b7518fe81",
1167 "reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81",
1168 "shasum": ""
1169 },
1170 "require": {
1171 "php": "^5.5.9|>=7.0.8",
1172 "symfony/debug": "~2.8|~3.0|~4.0",
1173 "symfony/polyfill-mbstring": "~1.0"
1174 },
1175 "conflict": {
1176 "symfony/dependency-injection": "<3.4",
1177 "symfony/process": "<3.3"
1178 },
1179 "provide": {
1180 "psr/log-implementation": "1.0"
1181 },
1182 "require-dev": {
1183 "psr/log": "~1.0",
1184 "symfony/config": "~3.3|~4.0",
1185 "symfony/dependency-injection": "~3.4|~4.0",
1186 "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
1187 "symfony/lock": "~3.4|~4.0",
1188 "symfony/process": "~3.3|~4.0"
1189 },
1190 "suggest": {
1191 "psr/log": "For using the console logger",
1192 "symfony/event-dispatcher": "",
1193 "symfony/lock": "",
1194 "symfony/process": ""
1195 },
1196 "time": "2020-10-24T10:57:07+00:00",
1197 "type": "library",
1198 "installation-source": "dist",
1199 "autoload": {
1200 "psr-4": {
1201 "Symfony\\Component\\Console\\": ""
1202 },
1203 "exclude-from-classmap": [
1204 "/Tests/"
1205 ]
1206 },
1207 "notification-url": "https://packagist.org/downloads/",
1208 "license": [
1209 "MIT"
1210 ],
1211 "authors": [
1212 {
1213 "name": "Fabien Potencier",
1214 "email": "fabien@symfony.com"
1215 },
1216 {
1217 "name": "Symfony Community",
1218 "homepage": "https://symfony.com/contributors"
1219 }
1220 ],
1221 "description": "Symfony Console Component",
1222 "homepage": "https://symfony.com",
1223 "support": {
1224 "source": "https://github.com/symfony/console/tree/v3.4.47"
1225 },
1226 "funding": [
1227 {
1228 "url": "https://symfony.com/sponsor",
1229 "type": "custom"
1230 },
1231 {
1232 "url": "https://github.com/fabpot",
1233 "type": "github"
1234 },
1235 {
1236 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1237 "type": "tidelift"
1238 }
1239 ],
1240 "install-path": "../symfony/console"
1241 },
1242 {
1243 "name": "symfony/debug",
1244 "version": "v3.4.47",
1245 "version_normalized": "3.4.47.0",
1246 "source": {
1247 "type": "git",
1248 "url": "https://github.com/symfony/debug.git",
1249 "reference": "ab42889de57fdfcfcc0759ab102e2fd4ea72dcae"
1250 },
1251 "dist": {
1252 "type": "zip",
1253 "url": "https://api.github.com/repos/symfony/debug/zipball/ab42889de57fdfcfcc0759ab102e2fd4ea72dcae",
1254 "reference": "ab42889de57fdfcfcc0759ab102e2fd4ea72dcae",
1255 "shasum": ""
1256 },
1257 "require": {
1258 "php": "^5.5.9|>=7.0.8",
1259 "psr/log": "~1.0"
1260 },
1261 "conflict": {
1262 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1263 },
1264 "require-dev": {
1265 "symfony/http-kernel": "~2.8|~3.0|~4.0"
1266 },
1267 "time": "2020-10-24T10:57:07+00:00",
1268 "type": "library",
1269 "installation-source": "dist",
1270 "autoload": {
1271 "psr-4": {
1272 "Symfony\\Component\\Debug\\": ""
1273 },
1274 "exclude-from-classmap": [
1275 "/Tests/"
1276 ]
1277 },
1278 "notification-url": "https://packagist.org/downloads/",
1279 "license": [
1280 "MIT"
1281 ],
1282 "authors": [
1283 {
1284 "name": "Fabien Potencier",
1285 "email": "fabien@symfony.com"
1286 },
1287 {
1288 "name": "Symfony Community",
1289 "homepage": "https://symfony.com/contributors"
1290 }
1291 ],
1292 "description": "Symfony Debug Component",
1293 "homepage": "https://symfony.com",
1294 "support": {
1295 "source": "https://github.com/symfony/debug/tree/v3.4.47"
1296 },
1297 "funding": [
1298 {
1299 "url": "https://symfony.com/sponsor",
1300 "type": "custom"
1301 },
1302 {
1303 "url": "https://github.com/fabpot",
1304 "type": "github"
1305 },
1306 {
1307 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1308 "type": "tidelift"
1309 }
1310 ],
1311 "abandoned": "symfony/error-handler",
1312 "install-path": "../symfony/debug"
1313 },
1314 {
1315 "name": "symfony/dependency-injection",
1316 "version": "v3.4.47",
1317 "version_normalized": "3.4.47.0",
1318 "source": {
1319 "type": "git",
1320 "url": "https://github.com/symfony/dependency-injection.git",
1321 "reference": "51d2a2708c6ceadad84393f8581df1dcf9e5e84b"
1322 },
1323 "dist": {
1324 "type": "zip",
1325 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/51d2a2708c6ceadad84393f8581df1dcf9e5e84b",
1326 "reference": "51d2a2708c6ceadad84393f8581df1dcf9e5e84b",
1327 "shasum": ""
1328 },
1329 "require": {
1330 "php": "^5.5.9|>=7.0.8",
1331 "psr/container": "^1.0"
1332 },
1333 "conflict": {
1334 "symfony/config": "<3.3.7",
1335 "symfony/finder": "<3.3",
1336 "symfony/proxy-manager-bridge": "<3.4",
1337 "symfony/yaml": "<3.4"
1338 },
1339 "provide": {
1340 "psr/container-implementation": "1.0"
1341 },
1342 "require-dev": {
1343 "symfony/config": "~3.3|~4.0",
1344 "symfony/expression-language": "~2.8|~3.0|~4.0",
1345 "symfony/yaml": "~3.4|~4.0"
1346 },
1347 "suggest": {
1348 "symfony/config": "",
1349 "symfony/expression-language": "For using expressions in service container configuration",
1350 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
1351 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
1352 "symfony/yaml": ""
1353 },
1354 "time": "2020-10-24T10:57:07+00:00",
1355 "type": "library",
1356 "installation-source": "dist",
1357 "autoload": {
1358 "psr-4": {
1359 "Symfony\\Component\\DependencyInjection\\": ""
1360 },
1361 "exclude-from-classmap": [
1362 "/Tests/"
1363 ]
1364 },
1365 "notification-url": "https://packagist.org/downloads/",
1366 "license": [
1367 "MIT"
1368 ],
1369 "authors": [
1370 {
1371 "name": "Fabien Potencier",
1372 "email": "fabien@symfony.com"
1373 },
1374 {
1375 "name": "Symfony Community",
1376 "homepage": "https://symfony.com/contributors"
1377 }
1378 ],
1379 "description": "Symfony DependencyInjection Component",
1380 "homepage": "https://symfony.com",
1381 "support": {
1382 "source": "https://github.com/symfony/dependency-injection/tree/v3.4.47"
1383 },
1384 "funding": [
1385 {
1386 "url": "https://symfony.com/sponsor",
1387 "type": "custom"
1388 },
1389 {
1390 "url": "https://github.com/fabpot",
1391 "type": "github"
1392 },
1393 {
1394 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1395 "type": "tidelift"
1396 }
1397 ],
1398 "install-path": "../symfony/dependency-injection"
1399 },
1400 {
1401 "name": "symfony/event-dispatcher",
1402 "version": "v3.4.47",
1403 "version_normalized": "3.4.47.0",
1404 "source": {
1405 "type": "git",
1406 "url": "https://github.com/symfony/event-dispatcher.git",
1407 "reference": "31fde73757b6bad247c54597beef974919ec6860"
1408 },
1409 "dist": {
1410 "type": "zip",
1411 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/31fde73757b6bad247c54597beef974919ec6860",
1412 "reference": "31fde73757b6bad247c54597beef974919ec6860",
1413 "shasum": ""
1414 },
1415 "require": {
1416 "php": "^5.5.9|>=7.0.8"
1417 },
1418 "conflict": {
1419 "symfony/dependency-injection": "<3.3"
1420 },
1421 "require-dev": {
1422 "psr/log": "~1.0",
1423 "symfony/config": "~2.8|~3.0|~4.0",
1424 "symfony/debug": "~3.4|~4.4",
1425 "symfony/dependency-injection": "~3.3|~4.0",
1426 "symfony/expression-language": "~2.8|~3.0|~4.0",
1427 "symfony/stopwatch": "~2.8|~3.0|~4.0"
1428 },
1429 "suggest": {
1430 "symfony/dependency-injection": "",
1431 "symfony/http-kernel": ""
1432 },
1433 "time": "2020-10-24T10:57:07+00:00",
1434 "type": "library",
1435 "installation-source": "dist",
1436 "autoload": {
1437 "psr-4": {
1438 "Symfony\\Component\\EventDispatcher\\": ""
1439 },
1440 "exclude-from-classmap": [
1441 "/Tests/"
1442 ]
1443 },
1444 "notification-url": "https://packagist.org/downloads/",
1445 "license": [
1446 "MIT"
1447 ],
1448 "authors": [
1449 {
1450 "name": "Fabien Potencier",
1451 "email": "fabien@symfony.com"
1452 },
1453 {
1454 "name": "Symfony Community",
1455 "homepage": "https://symfony.com/contributors"
1456 }
1457 ],
1458 "description": "Symfony EventDispatcher Component",
1459 "homepage": "https://symfony.com",
1460 "support": {
1461 "source": "https://github.com/symfony/event-dispatcher/tree/v3.4.47"
1462 },
1463 "funding": [
1464 {
1465 "url": "https://symfony.com/sponsor",
1466 "type": "custom"
1467 },
1468 {
1469 "url": "https://github.com/fabpot",
1470 "type": "github"
1471 },
1472 {
1473 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1474 "type": "tidelift"
1475 }
1476 ],
1477 "install-path": "../symfony/event-dispatcher"
1478 },
1479 {
1480 "name": "symfony/filesystem",
1481 "version": "v3.4.47",
1482 "version_normalized": "3.4.47.0",
1483 "source": {
1484 "type": "git",
1485 "url": "https://github.com/symfony/filesystem.git",
1486 "reference": "e58d7841cddfed6e846829040dca2cca0ebbbbb3"
1487 },
1488 "dist": {
1489 "type": "zip",
1490 "url": "https://api.github.com/repos/symfony/filesystem/zipball/e58d7841cddfed6e846829040dca2cca0ebbbbb3",
1491 "reference": "e58d7841cddfed6e846829040dca2cca0ebbbbb3",
1492 "shasum": ""
1493 },
1494 "require": {
1495 "php": "^5.5.9|>=7.0.8",
1496 "symfony/polyfill-ctype": "~1.8"
1497 },
1498 "time": "2020-10-24T10:57:07+00:00",
1499 "type": "library",
1500 "installation-source": "dist",
1501 "autoload": {
1502 "psr-4": {
1503 "Symfony\\Component\\Filesystem\\": ""
1504 },
1505 "exclude-from-classmap": [
1506 "/Tests/"
1507 ]
1508 },
1509 "notification-url": "https://packagist.org/downloads/",
1510 "license": [
1511 "MIT"
1512 ],
1513 "authors": [
1514 {
1515 "name": "Fabien Potencier",
1516 "email": "fabien@symfony.com"
1517 },
1518 {
1519 "name": "Symfony Community",
1520 "homepage": "https://symfony.com/contributors"
1521 }
1522 ],
1523 "description": "Symfony Filesystem Component",
1524 "homepage": "https://symfony.com",
1525 "support": {
1526 "source": "https://github.com/symfony/filesystem/tree/v3.4.47"
1527 },
1528 "funding": [
1529 {
1530 "url": "https://symfony.com/sponsor",
1531 "type": "custom"
1532 },
1533 {
1534 "url": "https://github.com/fabpot",
1535 "type": "github"
1536 },
1537 {
1538 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1539 "type": "tidelift"
1540 }
1541 ],
1542 "install-path": "../symfony/filesystem"
1543 },
1544 {
1545 "name": "symfony/finder",
1546 "version": "v3.4.47",
1547 "version_normalized": "3.4.47.0",
1548 "source": {
1549 "type": "git",
1550 "url": "https://github.com/symfony/finder.git",
1551 "reference": "b6b6ad3db3edb1b4b1c1896b1975fb684994de6e"
1552 },
1553 "dist": {
1554 "type": "zip",
1555 "url": "https://api.github.com/repos/symfony/finder/zipball/b6b6ad3db3edb1b4b1c1896b1975fb684994de6e",
1556 "reference": "b6b6ad3db3edb1b4b1c1896b1975fb684994de6e",
1557 "shasum": ""
1558 },
1559 "require": {
1560 "php": "^5.5.9|>=7.0.8"
1561 },
1562 "time": "2020-11-16T17:02:08+00:00",
1563 "type": "library",
1564 "installation-source": "dist",
1565 "autoload": {
1566 "psr-4": {
1567 "Symfony\\Component\\Finder\\": ""
1568 },
1569 "exclude-from-classmap": [
1570 "/Tests/"
1571 ]
1572 },
1573 "notification-url": "https://packagist.org/downloads/",
1574 "license": [
1575 "MIT"
1576 ],
1577 "authors": [
1578 {
1579 "name": "Fabien Potencier",
1580 "email": "fabien@symfony.com"
1581 },
1582 {
1583 "name": "Symfony Community",
1584 "homepage": "https://symfony.com/contributors"
1585 }
1586 ],
1587 "description": "Symfony Finder Component",
1588 "homepage": "https://symfony.com",
1589 "support": {
1590 "source": "https://github.com/symfony/finder/tree/v3.4.47"
1591 },
1592 "funding": [
1593 {
1594 "url": "https://symfony.com/sponsor",
1595 "type": "custom"
1596 },
1597 {
1598 "url": "https://github.com/fabpot",
1599 "type": "github"
1600 },
1601 {
1602 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1603 "type": "tidelift"
1604 }
1605 ],
1606 "install-path": "../symfony/finder"
1607 },
1608 {
1609 "name": "symfony/http-foundation",
1610 "version": "v3.4.47",
1611 "version_normalized": "3.4.47.0",
1612 "source": {
1613 "type": "git",
1614 "url": "https://github.com/symfony/http-foundation.git",
1615 "reference": "b9885fcce6fe494201da4f70a9309770e9d13dc8"
1616 },
1617 "dist": {
1618 "type": "zip",
1619 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b9885fcce6fe494201da4f70a9309770e9d13dc8",
1620 "reference": "b9885fcce6fe494201da4f70a9309770e9d13dc8",
1621 "shasum": ""
1622 },
1623 "require": {
1624 "php": "^5.5.9|>=7.0.8",
1625 "symfony/polyfill-mbstring": "~1.1",
1626 "symfony/polyfill-php70": "~1.6"
1627 },
1628 "require-dev": {
1629 "symfony/expression-language": "~2.8|~3.0|~4.0"
1630 },
1631 "time": "2020-10-24T10:57:07+00:00",
1632 "type": "library",
1633 "installation-source": "dist",
1634 "autoload": {
1635 "psr-4": {
1636 "Symfony\\Component\\HttpFoundation\\": ""
1637 },
1638 "exclude-from-classmap": [
1639 "/Tests/"
1640 ]
1641 },
1642 "notification-url": "https://packagist.org/downloads/",
1643 "license": [
1644 "MIT"
1645 ],
1646 "authors": [
1647 {
1648 "name": "Fabien Potencier",
1649 "email": "fabien@symfony.com"
1650 },
1651 {
1652 "name": "Symfony Community",
1653 "homepage": "https://symfony.com/contributors"
1654 }
1655 ],
1656 "description": "Symfony HttpFoundation Component",
1657 "homepage": "https://symfony.com",
1658 "support": {
1659 "source": "https://github.com/symfony/http-foundation/tree/v3.4.47"
1660 },
1661 "funding": [
1662 {
1663 "url": "https://symfony.com/sponsor",
1664 "type": "custom"
1665 },
1666 {
1667 "url": "https://github.com/fabpot",
1668 "type": "github"
1669 },
1670 {
1671 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1672 "type": "tidelift"
1673 }
1674 ],
1675 "install-path": "../symfony/http-foundation"
1676 },
1677 {
1678 "name": "symfony/http-kernel",
1679 "version": "v3.4.49",
1680 "version_normalized": "3.4.49.0",
1681 "source": {
1682 "type": "git",
1683 "url": "https://github.com/symfony/http-kernel.git",
1684 "reference": "5aa72405f5bd5583c36ed6e756acb17d3f98ac40"
1685 },
1686 "dist": {
1687 "type": "zip",
1688 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/5aa72405f5bd5583c36ed6e756acb17d3f98ac40",
1689 "reference": "5aa72405f5bd5583c36ed6e756acb17d3f98ac40",
1690 "shasum": ""
1691 },
1692 "require": {
1693 "php": "^5.5.9|>=7.0.8",
1694 "psr/log": "~1.0",
1695 "symfony/debug": "^3.3.3|~4.0",
1696 "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
1697 "symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1",
1698 "symfony/polyfill-ctype": "~1.8",
1699 "symfony/polyfill-php56": "~1.8"
1700 },
1701 "conflict": {
1702 "symfony/config": "<2.8",
1703 "symfony/dependency-injection": "<3.4.10|<4.0.10,>=4",
1704 "symfony/var-dumper": "<3.3",
1705 "twig/twig": "<1.34|<2.4,>=2"
1706 },
1707 "provide": {
1708 "psr/log-implementation": "1.0"
1709 },
1710 "require-dev": {
1711 "psr/cache": "~1.0",
1712 "symfony/browser-kit": "~2.8|~3.0|~4.0",
1713 "symfony/class-loader": "~2.8|~3.0",
1714 "symfony/config": "~2.8|~3.0|~4.0",
1715 "symfony/console": "~2.8|~3.0|~4.0",
1716 "symfony/css-selector": "~2.8|~3.0|~4.0",
1717 "symfony/dependency-injection": "^3.4.10|^4.0.10",
1718 "symfony/dom-crawler": "~2.8|~3.0|~4.0",
1719 "symfony/expression-language": "~2.8|~3.0|~4.0",
1720 "symfony/finder": "~2.8|~3.0|~4.0",
1721 "symfony/process": "~2.8|~3.0|~4.0",
1722 "symfony/routing": "~3.4|~4.0",
1723 "symfony/stopwatch": "~2.8|~3.0|~4.0",
1724 "symfony/templating": "~2.8|~3.0|~4.0",
1725 "symfony/translation": "~2.8|~3.0|~4.0",
1726 "symfony/var-dumper": "~3.3|~4.0"
1727 },
1728 "suggest": {
1729 "symfony/browser-kit": "",
1730 "symfony/config": "",
1731 "symfony/console": "",
1732 "symfony/dependency-injection": "",
1733 "symfony/finder": "",
1734 "symfony/var-dumper": ""
1735 },
1736 "time": "2021-05-19T12:06:59+00:00",
1737 "type": "library",
1738 "installation-source": "dist",
1739 "autoload": {
1740 "psr-4": {
1741 "Symfony\\Component\\HttpKernel\\": ""
1742 },
1743 "exclude-from-classmap": [
1744 "/Tests/"
1745 ]
1746 },
1747 "notification-url": "https://packagist.org/downloads/",
1748 "license": [
1749 "MIT"
1750 ],
1751 "authors": [
1752 {
1753 "name": "Fabien Potencier",
1754 "email": "fabien@symfony.com"
1755 },
1756 {
1757 "name": "Symfony Community",
1758 "homepage": "https://symfony.com/contributors"
1759 }
1760 ],
1761 "description": "Symfony HttpKernel Component",
1762 "homepage": "https://symfony.com",
1763 "support": {
1764 "source": "https://github.com/symfony/http-kernel/tree/v3.4.49"
1765 },
1766 "funding": [
1767 {
1768 "url": "https://symfony.com/sponsor",
1769 "type": "custom"
1770 },
1771 {
1772 "url": "https://github.com/fabpot",
1773 "type": "github"
1774 },
1775 {
1776 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1777 "type": "tidelift"
1778 }
1779 ],
1780 "install-path": "../symfony/http-kernel"
1781 },
1782 {
1783 "name": "symfony/polyfill-ctype",
1784 "version": "v1.29.0",
1785 "version_normalized": "1.29.0.0",
1786 "source": {
1787 "type": "git",
1788 "url": "https://github.com/symfony/polyfill-ctype.git",
1789 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4"
1790 },
1791 "dist": {
1792 "type": "zip",
1793 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4",
1794 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4",
1795 "shasum": ""
1796 },
1797 "require": {
1798 "php": ">=7.1"
1799 },
1800 "provide": {
1801 "ext-ctype": "*"
1802 },
1803 "suggest": {
1804 "ext-ctype": "For best performance"
1805 },
1806 "time": "2024-01-29T20:11:03+00:00",
1807 "type": "library",
1808 "extra": {
1809 "thanks": {
1810 "name": "symfony/polyfill",
1811 "url": "https://github.com/symfony/polyfill"
1812 }
1813 },
1814 "installation-source": "dist",
1815 "autoload": {
1816 "files": [
1817 "bootstrap.php"
1818 ],
1819 "psr-4": {
1820 "Symfony\\Polyfill\\Ctype\\": ""
1821 }
1822 },
1823 "notification-url": "https://packagist.org/downloads/",
1824 "license": [
1825 "MIT"
1826 ],
1827 "authors": [
1828 {
1829 "name": "Gert de Pagter",
1830 "email": "BackEndTea@gmail.com"
1831 },
1832 {
1833 "name": "Symfony Community",
1834 "homepage": "https://symfony.com/contributors"
1835 }
1836 ],
1837 "description": "Symfony polyfill for ctype functions",
1838 "homepage": "https://symfony.com",
1839 "keywords": [
1840 "compatibility",
1841 "ctype",
1842 "polyfill",
1843 "portable"
1844 ],
1845 "support": {
1846 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0"
1847 },
1848 "funding": [
1849 {
1850 "url": "https://symfony.com/sponsor",
1851 "type": "custom"
1852 },
1853 {
1854 "url": "https://github.com/fabpot",
1855 "type": "github"
1856 },
1857 {
1858 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1859 "type": "tidelift"
1860 }
1861 ],
1862 "install-path": "../symfony/polyfill-ctype"
1863 },
1864 {
1865 "name": "symfony/polyfill-intl-idn",
1866 "version": "v1.29.0",
1867 "version_normalized": "1.29.0.0",
1868 "source": {
1869 "type": "git",
1870 "url": "https://github.com/symfony/polyfill-intl-idn.git",
1871 "reference": "a287ed7475f85bf6f61890146edbc932c0fff919"
1872 },
1873 "dist": {
1874 "type": "zip",
1875 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a287ed7475f85bf6f61890146edbc932c0fff919",
1876 "reference": "a287ed7475f85bf6f61890146edbc932c0fff919",
1877 "shasum": ""
1878 },
1879 "require": {
1880 "php": ">=7.1",
1881 "symfony/polyfill-intl-normalizer": "^1.10",
1882 "symfony/polyfill-php72": "^1.10"
1883 },
1884 "suggest": {
1885 "ext-intl": "For best performance"
1886 },
1887 "time": "2024-01-29T20:11:03+00:00",
1888 "type": "library",
1889 "extra": {
1890 "thanks": {
1891 "name": "symfony/polyfill",
1892 "url": "https://github.com/symfony/polyfill"
1893 }
1894 },
1895 "installation-source": "dist",
1896 "autoload": {
1897 "files": [
1898 "bootstrap.php"
1899 ],
1900 "psr-4": {
1901 "Symfony\\Polyfill\\Intl\\Idn\\": ""
1902 }
1903 },
1904 "notification-url": "https://packagist.org/downloads/",
1905 "license": [
1906 "MIT"
1907 ],
1908 "authors": [
1909 {
1910 "name": "Laurent Bassin",
1911 "email": "laurent@bassin.info"
1912 },
1913 {
1914 "name": "Trevor Rowbotham",
1915 "email": "trevor.rowbotham@pm.me"
1916 },
1917 {
1918 "name": "Symfony Community",
1919 "homepage": "https://symfony.com/contributors"
1920 }
1921 ],
1922 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
1923 "homepage": "https://symfony.com",
1924 "keywords": [
1925 "compatibility",
1926 "idn",
1927 "intl",
1928 "polyfill",
1929 "portable",
1930 "shim"
1931 ],
1932 "support": {
1933 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.29.0"
1934 },
1935 "funding": [
1936 {
1937 "url": "https://symfony.com/sponsor",
1938 "type": "custom"
1939 },
1940 {
1941 "url": "https://github.com/fabpot",
1942 "type": "github"
1943 },
1944 {
1945 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1946 "type": "tidelift"
1947 }
1948 ],
1949 "install-path": "../symfony/polyfill-intl-idn"
1950 },
1951 {
1952 "name": "symfony/polyfill-intl-normalizer",
1953 "version": "v1.29.0",
1954 "version_normalized": "1.29.0.0",
1955 "source": {
1956 "type": "git",
1957 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
1958 "reference": "bc45c394692b948b4d383a08d7753968bed9a83d"
1959 },
1960 "dist": {
1961 "type": "zip",
1962 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d",
1963 "reference": "bc45c394692b948b4d383a08d7753968bed9a83d",
1964 "shasum": ""
1965 },
1966 "require": {
1967 "php": ">=7.1"
1968 },
1969 "suggest": {
1970 "ext-intl": "For best performance"
1971 },
1972 "time": "2024-01-29T20:11:03+00:00",
1973 "type": "library",
1974 "extra": {
1975 "thanks": {
1976 "name": "symfony/polyfill",
1977 "url": "https://github.com/symfony/polyfill"
1978 }
1979 },
1980 "installation-source": "dist",
1981 "autoload": {
1982 "files": [
1983 "bootstrap.php"
1984 ],
1985 "psr-4": {
1986 "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
1987 },
1988 "classmap": [
1989 "Resources/stubs"
1990 ]
1991 },
1992 "notification-url": "https://packagist.org/downloads/",
1993 "license": [
1994 "MIT"
1995 ],
1996 "authors": [
1997 {
1998 "name": "Nicolas Grekas",
1999 "email": "p@tchwork.com"
2000 },
2001 {
2002 "name": "Symfony Community",
2003 "homepage": "https://symfony.com/contributors"
2004 }
2005 ],
2006 "description": "Symfony polyfill for intl's Normalizer class and related functions",
2007 "homepage": "https://symfony.com",
2008 "keywords": [
2009 "compatibility",
2010 "intl",
2011 "normalizer",
2012 "polyfill",
2013 "portable",
2014 "shim"
2015 ],
2016 "support": {
2017 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0"
2018 },
2019 "funding": [
2020 {
2021 "url": "https://symfony.com/sponsor",
2022 "type": "custom"
2023 },
2024 {
2025 "url": "https://github.com/fabpot",
2026 "type": "github"
2027 },
2028 {
2029 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2030 "type": "tidelift"
2031 }
2032 ],
2033 "install-path": "../symfony/polyfill-intl-normalizer"
2034 },
2035 {
2036 "name": "symfony/polyfill-mbstring",
2037 "version": "v1.29.0",
2038 "version_normalized": "1.29.0.0",
2039 "source": {
2040 "type": "git",
2041 "url": "https://github.com/symfony/polyfill-mbstring.git",
2042 "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
2043 },
2044 "dist": {
2045 "type": "zip",
2046 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
2047 "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
2048 "shasum": ""
2049 },
2050 "require": {
2051 "php": ">=7.1"
2052 },
2053 "provide": {
2054 "ext-mbstring": "*"
2055 },
2056 "suggest": {
2057 "ext-mbstring": "For best performance"
2058 },
2059 "time": "2024-01-29T20:11:03+00:00",
2060 "type": "library",
2061 "extra": {
2062 "thanks": {
2063 "name": "symfony/polyfill",
2064 "url": "https://github.com/symfony/polyfill"
2065 }
2066 },
2067 "installation-source": "dist",
2068 "autoload": {
2069 "files": [
2070 "bootstrap.php"
2071 ],
2072 "psr-4": {
2073 "Symfony\\Polyfill\\Mbstring\\": ""
2074 }
2075 },
2076 "notification-url": "https://packagist.org/downloads/",
2077 "license": [
2078 "MIT"
2079 ],
2080 "authors": [
2081 {
2082 "name": "Nicolas Grekas",
2083 "email": "p@tchwork.com"
2084 },
2085 {
2086 "name": "Symfony Community",
2087 "homepage": "https://symfony.com/contributors"
2088 }
2089 ],
2090 "description": "Symfony polyfill for the Mbstring extension",
2091 "homepage": "https://symfony.com",
2092 "keywords": [
2093 "compatibility",
2094 "mbstring",
2095 "polyfill",
2096 "portable",
2097 "shim"
2098 ],
2099 "support": {
2100 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0"
2101 },
2102 "funding": [
2103 {
2104 "url": "https://symfony.com/sponsor",
2105 "type": "custom"
2106 },
2107 {
2108 "url": "https://github.com/fabpot",
2109 "type": "github"
2110 },
2111 {
2112 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2113 "type": "tidelift"
2114 }
2115 ],
2116 "install-path": "../symfony/polyfill-mbstring"
2117 },
2118 {
2119 "name": "symfony/polyfill-php56",
2120 "version": "v1.20.0",
2121 "version_normalized": "1.20.0.0",
2122 "source": {
2123 "type": "git",
2124 "url": "https://github.com/symfony/polyfill-php56.git",
2125 "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675"
2126 },
2127 "dist": {
2128 "type": "zip",
2129 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675",
2130 "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675",
2131 "shasum": ""
2132 },
2133 "require": {
2134 "php": ">=7.1"
2135 },
2136 "time": "2020-10-23T14:02:19+00:00",
2137 "type": "metapackage",
2138 "extra": {
2139 "branch-alias": {
2140 "dev-main": "1.20-dev"
2141 },
2142 "thanks": {
2143 "name": "symfony/polyfill",
2144 "url": "https://github.com/symfony/polyfill"
2145 }
2146 },
2147 "notification-url": "https://packagist.org/downloads/",
2148 "license": [
2149 "MIT"
2150 ],
2151 "authors": [
2152 {
2153 "name": "Nicolas Grekas",
2154 "email": "p@tchwork.com"
2155 },
2156 {
2157 "name": "Symfony Community",
2158 "homepage": "https://symfony.com/contributors"
2159 }
2160 ],
2161 "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
2162 "homepage": "https://symfony.com",
2163 "keywords": [
2164 "compatibility",
2165 "polyfill",
2166 "portable",
2167 "shim"
2168 ],
2169 "support": {
2170 "source": "https://github.com/symfony/polyfill-php56/tree/v1.20.0"
2171 },
2172 "funding": [
2173 {
2174 "url": "https://symfony.com/sponsor",
2175 "type": "custom"
2176 },
2177 {
2178 "url": "https://github.com/fabpot",
2179 "type": "github"
2180 },
2181 {
2182 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2183 "type": "tidelift"
2184 }
2185 ],
2186 "install-path": null
2187 },
2188 {
2189 "name": "symfony/polyfill-php70",
2190 "version": "v1.20.0",
2191 "version_normalized": "1.20.0.0",
2192 "source": {
2193 "type": "git",
2194 "url": "https://github.com/symfony/polyfill-php70.git",
2195 "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644"
2196 },
2197 "dist": {
2198 "type": "zip",
2199 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/5f03a781d984aae42cebd18e7912fa80f02ee644",
2200 "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644",
2201 "shasum": ""
2202 },
2203 "require": {
2204 "php": ">=7.1"
2205 },
2206 "time": "2020-10-23T14:02:19+00:00",
2207 "type": "metapackage",
2208 "extra": {
2209 "branch-alias": {
2210 "dev-main": "1.20-dev"
2211 },
2212 "thanks": {
2213 "name": "symfony/polyfill",
2214 "url": "https://github.com/symfony/polyfill"
2215 }
2216 },
2217 "notification-url": "https://packagist.org/downloads/",
2218 "license": [
2219 "MIT"
2220 ],
2221 "authors": [
2222 {
2223 "name": "Nicolas Grekas",
2224 "email": "p@tchwork.com"
2225 },
2226 {
2227 "name": "Symfony Community",
2228 "homepage": "https://symfony.com/contributors"
2229 }
2230 ],
2231 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
2232 "homepage": "https://symfony.com",
2233 "keywords": [
2234 "compatibility",
2235 "polyfill",
2236 "portable",
2237 "shim"
2238 ],
2239 "support": {
2240 "source": "https://github.com/symfony/polyfill-php70/tree/v1.20.0"
2241 },
2242 "funding": [
2243 {
2244 "url": "https://symfony.com/sponsor",
2245 "type": "custom"
2246 },
2247 {
2248 "url": "https://github.com/fabpot",
2249 "type": "github"
2250 },
2251 {
2252 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2253 "type": "tidelift"
2254 }
2255 ],
2256 "install-path": null
2257 },
2258 {
2259 "name": "symfony/polyfill-php72",
2260 "version": "v1.29.0",
2261 "version_normalized": "1.29.0.0",
2262 "source": {
2263 "type": "git",
2264 "url": "https://github.com/symfony/polyfill-php72.git",
2265 "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25"
2266 },
2267 "dist": {
2268 "type": "zip",
2269 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25",
2270 "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25",
2271 "shasum": ""
2272 },
2273 "require": {
2274 "php": ">=7.1"
2275 },
2276 "time": "2024-01-29T20:11:03+00:00",
2277 "type": "library",
2278 "extra": {
2279 "thanks": {
2280 "name": "symfony/polyfill",
2281 "url": "https://github.com/symfony/polyfill"
2282 }
2283 },
2284 "installation-source": "dist",
2285 "autoload": {
2286 "files": [
2287 "bootstrap.php"
2288 ],
2289 "psr-4": {
2290 "Symfony\\Polyfill\\Php72\\": ""
2291 }
2292 },
2293 "notification-url": "https://packagist.org/downloads/",
2294 "license": [
2295 "MIT"
2296 ],
2297 "authors": [
2298 {
2299 "name": "Nicolas Grekas",
2300 "email": "p@tchwork.com"
2301 },
2302 {
2303 "name": "Symfony Community",
2304 "homepage": "https://symfony.com/contributors"
2305 }
2306 ],
2307 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
2308 "homepage": "https://symfony.com",
2309 "keywords": [
2310 "compatibility",
2311 "polyfill",
2312 "portable",
2313 "shim"
2314 ],
2315 "support": {
2316 "source": "https://github.com/symfony/polyfill-php72/tree/v1.29.0"
2317 },
2318 "funding": [
2319 {
2320 "url": "https://symfony.com/sponsor",
2321 "type": "custom"
2322 },
2323 {
2324 "url": "https://github.com/fabpot",
2325 "type": "github"
2326 },
2327 {
2328 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2329 "type": "tidelift"
2330 }
2331 ],
2332 "install-path": "../symfony/polyfill-php72"
2333 },
2334 {
2335 "name": "symfony/process",
2336 "version": "v3.4.47",
2337 "version_normalized": "3.4.47.0",
2338 "source": {
2339 "type": "git",
2340 "url": "https://github.com/symfony/process.git",
2341 "reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca"
2342 },
2343 "dist": {
2344 "type": "zip",
2345 "url": "https://api.github.com/repos/symfony/process/zipball/b8648cf1d5af12a44a51d07ef9bf980921f15fca",
2346 "reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca",
2347 "shasum": ""
2348 },
2349 "require": {
2350 "php": "^5.5.9|>=7.0.8"
2351 },
2352 "time": "2020-10-24T10:57:07+00:00",
2353 "type": "library",
2354 "installation-source": "dist",
2355 "autoload": {
2356 "psr-4": {
2357 "Symfony\\Component\\Process\\": ""
2358 },
2359 "exclude-from-classmap": [
2360 "/Tests/"
2361 ]
2362 },
2363 "notification-url": "https://packagist.org/downloads/",
2364 "license": [
2365 "MIT"
2366 ],
2367 "authors": [
2368 {
2369 "name": "Fabien Potencier",
2370 "email": "fabien@symfony.com"
2371 },
2372 {
2373 "name": "Symfony Community",
2374 "homepage": "https://symfony.com/contributors"
2375 }
2376 ],
2377 "description": "Symfony Process Component",
2378 "homepage": "https://symfony.com",
2379 "support": {
2380 "source": "https://github.com/symfony/process/tree/v3.4.47"
2381 },
2382 "funding": [
2383 {
2384 "url": "https://symfony.com/sponsor",
2385 "type": "custom"
2386 },
2387 {
2388 "url": "https://github.com/fabpot",
2389 "type": "github"
2390 },
2391 {
2392 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2393 "type": "tidelift"
2394 }
2395 ],
2396 "install-path": "../symfony/process"
2397 },
2398 {
2399 "name": "symfony/proxy-manager-bridge",
2400 "version": "v3.4.47",
2401 "version_normalized": "3.4.47.0",
2402 "source": {
2403 "type": "git",
2404 "url": "https://github.com/symfony/proxy-manager-bridge.git",
2405 "reference": "25351bb4d5a60cfeddbaf6cf6faebd3a700e2ff4"
2406 },
2407 "dist": {
2408 "type": "zip",
2409 "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/25351bb4d5a60cfeddbaf6cf6faebd3a700e2ff4",
2410 "reference": "25351bb4d5a60cfeddbaf6cf6faebd3a700e2ff4",
2411 "shasum": ""
2412 },
2413 "require": {
2414 "composer/package-versions-deprecated": "^1.8",
2415 "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
2416 "php": "^5.5.9|>=7.0.8",
2417 "symfony/dependency-injection": "~3.4|~4.0"
2418 },
2419 "require-dev": {
2420 "symfony/config": "~2.8|~3.0|~4.0"
2421 },
2422 "time": "2020-10-27T11:56:04+00:00",
2423 "type": "symfony-bridge",
2424 "installation-source": "dist",
2425 "autoload": {
2426 "psr-4": {
2427 "Symfony\\Bridge\\ProxyManager\\": ""
2428 },
2429 "exclude-from-classmap": [
2430 "/Tests/"
2431 ]
2432 },
2433 "notification-url": "https://packagist.org/downloads/",
2434 "license": [
2435 "MIT"
2436 ],
2437 "authors": [
2438 {
2439 "name": "Fabien Potencier",
2440 "email": "fabien@symfony.com"
2441 },
2442 {
2443 "name": "Symfony Community",
2444 "homepage": "https://symfony.com/contributors"
2445 }
2446 ],
2447 "description": "Symfony ProxyManager Bridge",
2448 "homepage": "https://symfony.com",
2449 "support": {
2450 "source": "https://github.com/symfony/proxy-manager-bridge/tree/v3.4.47"
2451 },
2452 "funding": [
2453 {
2454 "url": "https://symfony.com/sponsor",
2455 "type": "custom"
2456 },
2457 {
2458 "url": "https://github.com/fabpot",
2459 "type": "github"
2460 },
2461 {
2462 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2463 "type": "tidelift"
2464 }
2465 ],
2466 "install-path": "../symfony/proxy-manager-bridge"
2467 },
2468 {
2469 "name": "symfony/routing",
2470 "version": "v3.4.47",
2471 "version_normalized": "3.4.47.0",
2472 "source": {
2473 "type": "git",
2474 "url": "https://github.com/symfony/routing.git",
2475 "reference": "3e522ac69cadffd8131cc2b22157fa7662331a6c"
2476 },
2477 "dist": {
2478 "type": "zip",
2479 "url": "https://api.github.com/repos/symfony/routing/zipball/3e522ac69cadffd8131cc2b22157fa7662331a6c",
2480 "reference": "3e522ac69cadffd8131cc2b22157fa7662331a6c",
2481 "shasum": ""
2482 },
2483 "require": {
2484 "php": "^5.5.9|>=7.0.8"
2485 },
2486 "conflict": {
2487 "symfony/config": "<3.3.1",
2488 "symfony/dependency-injection": "<3.3",
2489 "symfony/yaml": "<3.4"
2490 },
2491 "require-dev": {
2492 "doctrine/annotations": "~1.0",
2493 "psr/log": "~1.0",
2494 "symfony/config": "^3.3.1|~4.0",
2495 "symfony/dependency-injection": "~3.3|~4.0",
2496 "symfony/expression-language": "~2.8|~3.0|~4.0",
2497 "symfony/http-foundation": "~2.8|~3.0|~4.0",
2498 "symfony/yaml": "~3.4|~4.0"
2499 },
2500 "suggest": {
2501 "doctrine/annotations": "For using the annotation loader",
2502 "symfony/config": "For using the all-in-one router or any loader",
2503 "symfony/expression-language": "For using expression matching",
2504 "symfony/http-foundation": "For using a Symfony Request object",
2505 "symfony/yaml": "For using the YAML loader"
2506 },
2507 "time": "2020-10-24T10:57:07+00:00",
2508 "type": "library",
2509 "installation-source": "dist",
2510 "autoload": {
2511 "psr-4": {
2512 "Symfony\\Component\\Routing\\": ""
2513 },
2514 "exclude-from-classmap": [
2515 "/Tests/"
2516 ]
2517 },
2518 "notification-url": "https://packagist.org/downloads/",
2519 "license": [
2520 "MIT"
2521 ],
2522 "authors": [
2523 {
2524 "name": "Fabien Potencier",
2525 "email": "fabien@symfony.com"
2526 },
2527 {
2528 "name": "Symfony Community",
2529 "homepage": "https://symfony.com/contributors"
2530 }
2531 ],
2532 "description": "Symfony Routing Component",
2533 "homepage": "https://symfony.com",
2534 "keywords": [
2535 "router",
2536 "routing",
2537 "uri",
2538 "url"
2539 ],
2540 "support": {
2541 "source": "https://github.com/symfony/routing/tree/v3.4.47"
2542 },
2543 "funding": [
2544 {
2545 "url": "https://symfony.com/sponsor",
2546 "type": "custom"
2547 },
2548 {
2549 "url": "https://github.com/fabpot",
2550 "type": "github"
2551 },
2552 {
2553 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2554 "type": "tidelift"
2555 }
2556 ],
2557 "install-path": "../symfony/routing"
2558 },
2559 {
2560 "name": "symfony/twig-bridge",
2561 "version": "v3.4.47",
2562 "version_normalized": "3.4.47.0",
2563 "source": {
2564 "type": "git",
2565 "url": "https://github.com/symfony/twig-bridge.git",
2566 "reference": "090d19d6f1ea5b9e1d79f372785aa5e5c9cd4042"
2567 },
2568 "dist": {
2569 "type": "zip",
2570 "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/090d19d6f1ea5b9e1d79f372785aa5e5c9cd4042",
2571 "reference": "090d19d6f1ea5b9e1d79f372785aa5e5c9cd4042",
2572 "shasum": ""
2573 },
2574 "require": {
2575 "php": "^5.5.9|>=7.0.8",
2576 "twig/twig": "^1.41|^2.10"
2577 },
2578 "conflict": {
2579 "symfony/console": "<3.4",
2580 "symfony/form": "<3.4.31|>=4.0,<4.3.4"
2581 },
2582 "require-dev": {
2583 "fig/link-util": "^1.0",
2584 "symfony/asset": "~2.8|~3.0|~4.0",
2585 "symfony/console": "~3.4|~4.0",
2586 "symfony/dependency-injection": "~2.8|~3.0|~4.0",
2587 "symfony/expression-language": "~2.8|~3.0|~4.0",
2588 "symfony/finder": "~2.8|~3.0|~4.0",
2589 "symfony/form": "^3.4.31|^4.3.4",
2590 "symfony/http-foundation": "^3.3.11|~4.0",
2591 "symfony/http-kernel": "~3.2|~4.0",
2592 "symfony/polyfill-intl-icu": "~1.0",
2593 "symfony/routing": "~2.8|~3.0|~4.0",
2594 "symfony/security": "^2.8.31|^3.3.13|~4.0",
2595 "symfony/security-acl": "~2.8|~3.0",
2596 "symfony/stopwatch": "~2.8|~3.0|~4.0",
2597 "symfony/templating": "~2.8|~3.0|~4.0",
2598 "symfony/translation": "~2.8|~3.0|~4.0",
2599 "symfony/var-dumper": "~2.8.10|~3.1.4|~3.2|~4.0",
2600 "symfony/web-link": "~3.3|~4.0",
2601 "symfony/workflow": "~3.3|~4.0",
2602 "symfony/yaml": "~2.8|~3.0|~4.0"
2603 },
2604 "suggest": {
2605 "symfony/asset": "For using the AssetExtension",
2606 "symfony/expression-language": "For using the ExpressionExtension",
2607 "symfony/finder": "",
2608 "symfony/form": "For using the FormExtension",
2609 "symfony/http-kernel": "For using the HttpKernelExtension",
2610 "symfony/routing": "For using the RoutingExtension",
2611 "symfony/security": "For using the SecurityExtension",
2612 "symfony/stopwatch": "For using the StopwatchExtension",
2613 "symfony/templating": "For using the TwigEngine",
2614 "symfony/translation": "For using the TranslationExtension",
2615 "symfony/var-dumper": "For using the DumpExtension",
2616 "symfony/web-link": "For using the WebLinkExtension",
2617 "symfony/yaml": "For using the YamlExtension"
2618 },
2619 "time": "2020-10-24T10:57:07+00:00",
2620 "type": "symfony-bridge",
2621 "installation-source": "dist",
2622 "autoload": {
2623 "psr-4": {
2624 "Symfony\\Bridge\\Twig\\": ""
2625 },
2626 "exclude-from-classmap": [
2627 "/Tests/"
2628 ]
2629 },
2630 "notification-url": "https://packagist.org/downloads/",
2631 "license": [
2632 "MIT"
2633 ],
2634 "authors": [
2635 {
2636 "name": "Fabien Potencier",
2637 "email": "fabien@symfony.com"
2638 },
2639 {
2640 "name": "Symfony Community",
2641 "homepage": "https://symfony.com/contributors"
2642 }
2643 ],
2644 "description": "Symfony Twig Bridge",
2645 "homepage": "https://symfony.com",
2646 "support": {
2647 "source": "https://github.com/symfony/twig-bridge/tree/v3.4.47"
2648 },
2649 "funding": [
2650 {
2651 "url": "https://symfony.com/sponsor",
2652 "type": "custom"
2653 },
2654 {
2655 "url": "https://github.com/fabpot",
2656 "type": "github"
2657 },
2658 {
2659 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2660 "type": "tidelift"
2661 }
2662 ],
2663 "install-path": "../symfony/twig-bridge"
2664 },
2665 {
2666 "name": "symfony/yaml",
2667 "version": "v3.4.47",
2668 "version_normalized": "3.4.47.0",
2669 "source": {
2670 "type": "git",
2671 "url": "https://github.com/symfony/yaml.git",
2672 "reference": "88289caa3c166321883f67fe5130188ebbb47094"
2673 },
2674 "dist": {
2675 "type": "zip",
2676 "url": "https://api.github.com/repos/symfony/yaml/zipball/88289caa3c166321883f67fe5130188ebbb47094",
2677 "reference": "88289caa3c166321883f67fe5130188ebbb47094",
2678 "shasum": ""
2679 },
2680 "require": {
2681 "php": "^5.5.9|>=7.0.8",
2682 "symfony/polyfill-ctype": "~1.8"
2683 },
2684 "conflict": {
2685 "symfony/console": "<3.4"
2686 },
2687 "require-dev": {
2688 "symfony/console": "~3.4|~4.0"
2689 },
2690 "suggest": {
2691 "symfony/console": "For validating YAML files using the lint command"
2692 },
2693 "time": "2020-10-24T10:57:07+00:00",
2694 "type": "library",
2695 "installation-source": "dist",
2696 "autoload": {
2697 "psr-4": {
2698 "Symfony\\Component\\Yaml\\": ""
2699 },
2700 "exclude-from-classmap": [
2701 "/Tests/"
2702 ]
2703 },
2704 "notification-url": "https://packagist.org/downloads/",
2705 "license": [
2706 "MIT"
2707 ],
2708 "authors": [
2709 {
2710 "name": "Fabien Potencier",
2711 "email": "fabien@symfony.com"
2712 },
2713 {
2714 "name": "Symfony Community",
2715 "homepage": "https://symfony.com/contributors"
2716 }
2717 ],
2718 "description": "Symfony Yaml Component",
2719 "homepage": "https://symfony.com",
2720 "support": {
2721 "source": "https://github.com/symfony/yaml/tree/v3.4.47"
2722 },
2723 "funding": [
2724 {
2725 "url": "https://symfony.com/sponsor",
2726 "type": "custom"
2727 },
2728 {
2729 "url": "https://github.com/fabpot",
2730 "type": "github"
2731 },
2732 {
2733 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2734 "type": "tidelift"
2735 }
2736 ],
2737 "install-path": "../symfony/yaml"
2738 },
2739 {
2740 "name": "twig/twig",
2741 "version": "v2.16.0",
2742 "version_normalized": "2.16.0.0",
2743 "source": {
2744 "type": "git",
2745 "url": "https://github.com/twigphp/Twig.git",
2746 "reference": "0c9cc7ef2e0ec6d20c5af1200522a89ba101f623"
2747 },
2748 "dist": {
2749 "type": "zip",
2750 "url": "https://api.github.com/repos/twigphp/Twig/zipball/0c9cc7ef2e0ec6d20c5af1200522a89ba101f623",
2751 "reference": "0c9cc7ef2e0ec6d20c5af1200522a89ba101f623",
2752 "shasum": ""
2753 },
2754 "require": {
2755 "php": ">=7.1.3",
2756 "symfony/polyfill-ctype": "^1.8",
2757 "symfony/polyfill-mbstring": "^1.3",
2758 "symfony/polyfill-php72": "^1.8"
2759 },
2760 "require-dev": {
2761 "psr/container": "^1.0",
2762 "symfony/phpunit-bridge": "^5.4.9|^6.3"
2763 },
2764 "time": "2023-12-22T07:22:15+00:00",
2765 "type": "library",
2766 "extra": {
2767 "branch-alias": {
2768 "dev-master": "2.16-dev"
2769 }
2770 },
2771 "installation-source": "dist",
2772 "autoload": {
2773 "psr-0": {
2774 "Twig_": "lib/"
2775 },
2776 "psr-4": {
2777 "Twig\\": "src/"
2778 }
2779 },
2780 "notification-url": "https://packagist.org/downloads/",
2781 "license": [
2782 "BSD-3-Clause"
2783 ],
2784 "authors": [
2785 {
2786 "name": "Fabien Potencier",
2787 "email": "fabien@symfony.com",
2788 "homepage": "http://fabien.potencier.org",
2789 "role": "Lead Developer"
2790 },
2791 {
2792 "name": "Twig Team",
2793 "role": "Contributors"
2794 },
2795 {
2796 "name": "Armin Ronacher",
2797 "email": "armin.ronacher@active-4.com",
2798 "role": "Project Founder"
2799 }
2800 ],
2801 "description": "Twig, the flexible, fast, and secure template language for PHP",
2802 "homepage": "https://twig.symfony.com",
2803 "keywords": [
2804 "templating"
2805 ],
2806 "support": {
2807 "issues": "https://github.com/twigphp/Twig/issues",
2808 "source": "https://github.com/twigphp/Twig/tree/v2.16.0"
2809 },
2810 "funding": [
2811 {
2812 "url": "https://github.com/fabpot",
2813 "type": "github"
2814 },
2815 {
2816 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
2817 "type": "tidelift"
2818 }
2819 ],
2820 "install-path": "../twig/twig"
2821 },
2822 {
2823 "name": "zendframework/zend-code",
2824 "version": "3.4.1",
2825 "version_normalized": "3.4.1.0",
2826 "source": {
2827 "type": "git",
2828 "url": "https://github.com/zendframework/zend-code.git",
2829 "reference": "268040548f92c2bfcba164421c1add2ba43abaaa"
2830 },
2831 "dist": {
2832 "type": "zip",
2833 "url": "https://api.github.com/repos/zendframework/zend-code/zipball/268040548f92c2bfcba164421c1add2ba43abaaa",
2834 "reference": "268040548f92c2bfcba164421c1add2ba43abaaa",
2835 "shasum": ""
2836 },
2837 "require": {
2838 "php": "^7.1",
2839 "zendframework/zend-eventmanager": "^2.6 || ^3.0"
2840 },
2841 "conflict": {
2842 "phpspec/prophecy": "<1.9.0"
2843 },
2844 "require-dev": {
2845 "doctrine/annotations": "^1.7",
2846 "ext-phar": "*",
2847 "phpunit/phpunit": "^7.5.16 || ^8.4",
2848 "zendframework/zend-coding-standard": "^1.0",
2849 "zendframework/zend-stdlib": "^2.7 || ^3.0"
2850 },
2851 "suggest": {
2852 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
2853 "zendframework/zend-stdlib": "Zend\\Stdlib component"
2854 },
2855 "time": "2019-12-10T19:21:15+00:00",
2856 "type": "library",
2857 "extra": {
2858 "branch-alias": {
2859 "dev-master": "3.4.x-dev",
2860 "dev-develop": "3.5.x-dev",
2861 "dev-dev-4.0": "4.0.x-dev"
2862 }
2863 },
2864 "installation-source": "dist",
2865 "autoload": {
2866 "psr-4": {
2867 "Zend\\Code\\": "src/"
2868 }
2869 },
2870 "notification-url": "https://packagist.org/downloads/",
2871 "license": [
2872 "BSD-3-Clause"
2873 ],
2874 "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
2875 "keywords": [
2876 "ZendFramework",
2877 "code",
2878 "zf"
2879 ],
2880 "support": {
2881 "chat": "https://zendframework-slack.herokuapp.com",
2882 "docs": "https://docs.zendframework.com/zend-code/",
2883 "forum": "https://discourse.zendframework.com/c/questions/components",
2884 "issues": "https://github.com/zendframework/zend-code/issues",
2885 "rss": "https://github.com/zendframework/zend-code/releases.atom",
2886 "source": "https://github.com/zendframework/zend-code"
2887 },
2888 "abandoned": "laminas/laminas-code",
2889 "install-path": "../zendframework/zend-code"
2890 },
2891 {
2892 "name": "zendframework/zend-eventmanager",
2893 "version": "3.2.1",
2894 "version_normalized": "3.2.1.0",
2895 "source": {
2896 "type": "git",
2897 "url": "https://github.com/zendframework/zend-eventmanager.git",
2898 "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
2899 },
2900 "dist": {
2901 "type": "zip",
2902 "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
2903 "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
2904 "shasum": ""
2905 },
2906 "require": {
2907 "php": "^5.6 || ^7.0"
2908 },
2909 "require-dev": {
2910 "athletic/athletic": "^0.1",
2911 "container-interop/container-interop": "^1.1.0",
2912 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
2913 "zendframework/zend-coding-standard": "~1.0.0",
2914 "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
2915 },
2916 "suggest": {
2917 "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
2918 "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
2919 },
2920 "time": "2018-04-25T15:33:34+00:00",
2921 "type": "library",
2922 "extra": {
2923 "branch-alias": {
2924 "dev-master": "3.2-dev",
2925 "dev-develop": "3.3-dev"
2926 }
2927 },
2928 "installation-source": "dist",
2929 "autoload": {
2930 "psr-4": {
2931 "Zend\\EventManager\\": "src/"
2932 }
2933 },
2934 "notification-url": "https://packagist.org/downloads/",
2935 "license": [
2936 "BSD-3-Clause"
2937 ],
2938 "description": "Trigger and listen to events within a PHP application",
2939 "homepage": "https://github.com/zendframework/zend-eventmanager",
2940 "keywords": [
2941 "event",
2942 "eventmanager",
2943 "events",
2944 "zf2"
2945 ],
2946 "support": {
2947 "issues": "https://github.com/zendframework/zend-eventmanager/issues",
2948 "source": "https://github.com/zendframework/zend-eventmanager/tree/master"
2949 },
2950 "abandoned": "laminas/laminas-eventmanager",
2951 "install-path": "../zendframework/zend-eventmanager"
2952 }
2953 ],
2954 "dev": false,
2955 "dev-package-names": []
2956 }
2957