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