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.
Auf den Verzeichnisnamen klicken, dies zeigt nur das Verzeichnis mit Inhalt an

(Beispiel Datei-Icons)

Auf das Icon klicken um den Quellcode anzuzeigen

composer.lock

Zuletzt modifiziert: 02.04.2025, 15:02 - Dateigröße: 35.56 KiB


0001  {
0002      "_readme": [
0003          "This file locks the dependencies of your project to a known state",
0004          "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
0005          "This file is @generated automatically"
0006      ],
0007      "content-hash": "ae991c268a76a435f29db1ee764914b2",
0008      "packages": [],
0009      "packages-dev": [
0010          {
0011              "name": "doctrine/instantiator",
0012              "version": "1.0.5",
0013              "source": {
0014                  "type": "git",
0015                  "url": "https://github.com/doctrine/instantiator.git",
0016                  "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
0017              },
0018              "dist": {
0019                  "type": "zip",
0020                  "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
0021                  "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
0022                  "shasum": ""
0023              },
0024              "require": {
0025                  "php": ">=5.3,<8.0-DEV"
0026              },
0027              "require-dev": {
0028                  "athletic/athletic": "~0.1.8",
0029                  "ext-pdo": "*",
0030                  "ext-phar": "*",
0031                  "phpunit/phpunit": "~4.0",
0032                  "squizlabs/php_codesniffer": "~2.0"
0033              },
0034              "type": "library",
0035              "extra": {
0036                  "branch-alias": {
0037                      "dev-master": "1.0.x-dev"
0038                  }
0039              },
0040              "autoload": {
0041                  "psr-4": {
0042                      "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
0043                  }
0044              },
0045              "notification-url": "https://packagist.org/downloads/",
0046              "license": [
0047                  "MIT"
0048              ],
0049              "authors": [
0050                  {
0051                      "name": "Marco Pivetta",
0052                      "email": "ocramius@gmail.com",
0053                      "homepage": "http://ocramius.github.com/"
0054                  }
0055              ],
0056              "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
0057              "homepage": "https://github.com/doctrine/instantiator",
0058              "keywords": [
0059                  "constructor",
0060                  "instantiate"
0061              ],
0062              "time": "2015-06-14T21:17:01+00:00"
0063          },
0064          {
0065              "name": "phpdocumentor/reflection-docblock",
0066              "version": "2.0.5",
0067              "source": {
0068                  "type": "git",
0069                  "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
0070                  "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
0071              },
0072              "dist": {
0073                  "type": "zip",
0074                  "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
0075                  "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
0076                  "shasum": ""
0077              },
0078              "require": {
0079                  "php": ">=5.3.3"
0080              },
0081              "require-dev": {
0082                  "phpunit/phpunit": "~4.0"
0083              },
0084              "suggest": {
0085                  "dflydev/markdown": "~1.0",
0086                  "erusev/parsedown": "~1.0"
0087              },
0088              "type": "library",
0089              "extra": {
0090                  "branch-alias": {
0091                      "dev-master": "2.0.x-dev"
0092                  }
0093              },
0094              "autoload": {
0095                  "psr-0": {
0096                      "phpDocumentor": [
0097                          "src/"
0098                      ]
0099                  }
0100              },
0101              "notification-url": "https://packagist.org/downloads/",
0102              "license": [
0103                  "MIT"
0104              ],
0105              "authors": [
0106                  {
0107                      "name": "Mike van Riel",
0108                      "email": "mike.vanriel@naenius.com"
0109                  }
0110              ],
0111              "time": "2016-01-25T08:17:30+00:00"
0112          },
0113          {
0114              "name": "phpspec/prophecy",
0115              "version": "1.8.0",
0116              "source": {
0117                  "type": "git",
0118                  "url": "https://github.com/phpspec/prophecy.git",
0119                  "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
0120              },
0121              "dist": {
0122                  "type": "zip",
0123                  "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
0124                  "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
0125                  "shasum": ""
0126              },
0127              "require": {
0128                  "doctrine/instantiator": "^1.0.2",
0129                  "php": "^5.3|^7.0",
0130                  "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
0131                  "sebastian/comparator": "^1.1|^2.0|^3.0",
0132                  "sebastian/recursion-context": "^1.0|^2.0|^3.0"
0133              },
0134              "require-dev": {
0135                  "phpspec/phpspec": "^2.5|^3.2",
0136                  "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
0137              },
0138              "type": "library",
0139              "extra": {
0140                  "branch-alias": {
0141                      "dev-master": "1.8.x-dev"
0142                  }
0143              },
0144              "autoload": {
0145                  "psr-0": {
0146                      "Prophecy\\": "src/"
0147                  }
0148              },
0149              "notification-url": "https://packagist.org/downloads/",
0150              "license": [
0151                  "MIT"
0152              ],
0153              "authors": [
0154                  {
0155                      "name": "Konstantin Kudryashov",
0156                      "email": "ever.zet@gmail.com",
0157                      "homepage": "http://everzet.com"
0158                  },
0159                  {
0160                      "name": "Marcello Duarte",
0161                      "email": "marcello.duarte@gmail.com"
0162                  }
0163              ],
0164              "description": "Highly opinionated mocking framework for PHP 5.3+",
0165              "homepage": "https://github.com/phpspec/prophecy",
0166              "keywords": [
0167                  "Double",
0168                  "Dummy",
0169                  "fake",
0170                  "mock",
0171                  "spy",
0172                  "stub"
0173              ],
0174              "time": "2018-08-05T17:53:17+00:00"
0175          },
0176          {
0177              "name": "phpunit/php-code-coverage",
0178              "version": "2.2.4",
0179              "source": {
0180                  "type": "git",
0181                  "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
0182                  "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
0183              },
0184              "dist": {
0185                  "type": "zip",
0186                  "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
0187                  "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
0188                  "shasum": ""
0189              },
0190              "require": {
0191                  "php": ">=5.3.3",
0192                  "phpunit/php-file-iterator": "~1.3",
0193                  "phpunit/php-text-template": "~1.2",
0194                  "phpunit/php-token-stream": "~1.3",
0195                  "sebastian/environment": "^1.3.2",
0196                  "sebastian/version": "~1.0"
0197              },
0198              "require-dev": {
0199                  "ext-xdebug": ">=2.1.4",
0200                  "phpunit/phpunit": "~4"
0201              },
0202              "suggest": {
0203                  "ext-dom": "*",
0204                  "ext-xdebug": ">=2.2.1",
0205                  "ext-xmlwriter": "*"
0206              },
0207              "type": "library",
0208              "extra": {
0209                  "branch-alias": {
0210                      "dev-master": "2.2.x-dev"
0211                  }
0212              },
0213              "autoload": {
0214                  "classmap": [
0215                      "src/"
0216                  ]
0217              },
0218              "notification-url": "https://packagist.org/downloads/",
0219              "license": [
0220                  "BSD-3-Clause"
0221              ],
0222              "authors": [
0223                  {
0224                      "name": "Sebastian Bergmann",
0225                      "email": "sb@sebastian-bergmann.de",
0226                      "role": "lead"
0227                  }
0228              ],
0229              "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
0230              "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
0231              "keywords": [
0232                  "coverage",
0233                  "testing",
0234                  "xunit"
0235              ],
0236              "time": "2015-10-06T15:47:00+00:00"
0237          },
0238          {
0239              "name": "phpunit/php-file-iterator",
0240              "version": "1.4.5",
0241              "source": {
0242                  "type": "git",
0243                  "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
0244                  "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
0245              },
0246              "dist": {
0247                  "type": "zip",
0248                  "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
0249                  "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
0250                  "shasum": ""
0251              },
0252              "require": {
0253                  "php": ">=5.3.3"
0254              },
0255              "type": "library",
0256              "extra": {
0257                  "branch-alias": {
0258                      "dev-master": "1.4.x-dev"
0259                  }
0260              },
0261              "autoload": {
0262                  "classmap": [
0263                      "src/"
0264                  ]
0265              },
0266              "notification-url": "https://packagist.org/downloads/",
0267              "license": [
0268                  "BSD-3-Clause"
0269              ],
0270              "authors": [
0271                  {
0272                      "name": "Sebastian Bergmann",
0273                      "email": "sb@sebastian-bergmann.de",
0274                      "role": "lead"
0275                  }
0276              ],
0277              "description": "FilterIterator implementation that filters files based on a list of suffixes.",
0278              "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
0279              "keywords": [
0280                  "filesystem",
0281                  "iterator"
0282              ],
0283              "time": "2017-11-27T13:52:08+00:00"
0284          },
0285          {
0286              "name": "phpunit/php-text-template",
0287              "version": "1.2.1",
0288              "source": {
0289                  "type": "git",
0290                  "url": "https://github.com/sebastianbergmann/php-text-template.git",
0291                  "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
0292              },
0293              "dist": {
0294                  "type": "zip",
0295                  "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
0296                  "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
0297                  "shasum": ""
0298              },
0299              "require": {
0300                  "php": ">=5.3.3"
0301              },
0302              "type": "library",
0303              "autoload": {
0304                  "classmap": [
0305                      "src/"
0306                  ]
0307              },
0308              "notification-url": "https://packagist.org/downloads/",
0309              "license": [
0310                  "BSD-3-Clause"
0311              ],
0312              "authors": [
0313                  {
0314                      "name": "Sebastian Bergmann",
0315                      "email": "sebastian@phpunit.de",
0316                      "role": "lead"
0317                  }
0318              ],
0319              "description": "Simple template engine.",
0320              "homepage": "https://github.com/sebastianbergmann/php-text-template/",
0321              "keywords": [
0322                  "template"
0323              ],
0324              "time": "2015-06-21T13:50:34+00:00"
0325          },
0326          {
0327              "name": "phpunit/php-timer",
0328              "version": "1.0.9",
0329              "source": {
0330                  "type": "git",
0331                  "url": "https://github.com/sebastianbergmann/php-timer.git",
0332                  "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
0333              },
0334              "dist": {
0335                  "type": "zip",
0336                  "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
0337                  "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
0338                  "shasum": ""
0339              },
0340              "require": {
0341                  "php": "^5.3.3 || ^7.0"
0342              },
0343              "require-dev": {
0344                  "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
0345              },
0346              "type": "library",
0347              "extra": {
0348                  "branch-alias": {
0349                      "dev-master": "1.0-dev"
0350                  }
0351              },
0352              "autoload": {
0353                  "classmap": [
0354                      "src/"
0355                  ]
0356              },
0357              "notification-url": "https://packagist.org/downloads/",
0358              "license": [
0359                  "BSD-3-Clause"
0360              ],
0361              "authors": [
0362                  {
0363                      "name": "Sebastian Bergmann",
0364                      "email": "sb@sebastian-bergmann.de",
0365                      "role": "lead"
0366                  }
0367              ],
0368              "description": "Utility class for timing",
0369              "homepage": "https://github.com/sebastianbergmann/php-timer/",
0370              "keywords": [
0371                  "timer"
0372              ],
0373              "time": "2017-02-26T11:10:40+00:00"
0374          },
0375          {
0376              "name": "phpunit/php-token-stream",
0377              "version": "1.4.12",
0378              "source": {
0379                  "type": "git",
0380                  "url": "https://github.com/sebastianbergmann/php-token-stream.git",
0381                  "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
0382              },
0383              "dist": {
0384                  "type": "zip",
0385                  "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
0386                  "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
0387                  "shasum": ""
0388              },
0389              "require": {
0390                  "ext-tokenizer": "*",
0391                  "php": ">=5.3.3"
0392              },
0393              "require-dev": {
0394                  "phpunit/phpunit": "~4.2"
0395              },
0396              "type": "library",
0397              "extra": {
0398                  "branch-alias": {
0399                      "dev-master": "1.4-dev"
0400                  }
0401              },
0402              "autoload": {
0403                  "classmap": [
0404                      "src/"
0405                  ]
0406              },
0407              "notification-url": "https://packagist.org/downloads/",
0408              "license": [
0409                  "BSD-3-Clause"
0410              ],
0411              "authors": [
0412                  {
0413                      "name": "Sebastian Bergmann",
0414                      "email": "sebastian@phpunit.de"
0415                  }
0416              ],
0417              "description": "Wrapper around PHP's tokenizer extension.",
0418              "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
0419              "keywords": [
0420                  "tokenizer"
0421              ],
0422              "time": "2017-12-04T08:55:13+00:00"
0423          },
0424          {
0425              "name": "phpunit/phpunit",
0426              "version": "4.8.36",
0427              "source": {
0428                  "type": "git",
0429                  "url": "https://github.com/sebastianbergmann/phpunit.git",
0430                  "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
0431              },
0432              "dist": {
0433                  "type": "zip",
0434                  "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
0435                  "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
0436                  "shasum": ""
0437              },
0438              "require": {
0439                  "ext-dom": "*",
0440                  "ext-json": "*",
0441                  "ext-pcre": "*",
0442                  "ext-reflection": "*",
0443                  "ext-spl": "*",
0444                  "php": ">=5.3.3",
0445                  "phpspec/prophecy": "^1.3.1",
0446                  "phpunit/php-code-coverage": "~2.1",
0447                  "phpunit/php-file-iterator": "~1.4",
0448                  "phpunit/php-text-template": "~1.2",
0449                  "phpunit/php-timer": "^1.0.6",
0450                  "phpunit/phpunit-mock-objects": "~2.3",
0451                  "sebastian/comparator": "~1.2.2",
0452                  "sebastian/diff": "~1.2",
0453                  "sebastian/environment": "~1.3",
0454                  "sebastian/exporter": "~1.2",
0455                  "sebastian/global-state": "~1.0",
0456                  "sebastian/version": "~1.0",
0457                  "symfony/yaml": "~2.1|~3.0"
0458              },
0459              "suggest": {
0460                  "phpunit/php-invoker": "~1.1"
0461              },
0462              "bin": [
0463                  "phpunit"
0464              ],
0465              "type": "library",
0466              "extra": {
0467                  "branch-alias": {
0468                      "dev-master": "4.8.x-dev"
0469                  }
0470              },
0471              "autoload": {
0472                  "classmap": [
0473                      "src/"
0474                  ]
0475              },
0476              "notification-url": "https://packagist.org/downloads/",
0477              "license": [
0478                  "BSD-3-Clause"
0479              ],
0480              "authors": [
0481                  {
0482                      "name": "Sebastian Bergmann",
0483                      "email": "sebastian@phpunit.de",
0484                      "role": "lead"
0485                  }
0486              ],
0487              "description": "The PHP Unit Testing framework.",
0488              "homepage": "https://phpunit.de/",
0489              "keywords": [
0490                  "phpunit",
0491                  "testing",
0492                  "xunit"
0493              ],
0494              "time": "2017-06-21T08:07:12+00:00"
0495          },
0496          {
0497              "name": "phpunit/phpunit-mock-objects",
0498              "version": "2.3.8",
0499              "source": {
0500                  "type": "git",
0501                  "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
0502                  "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
0503              },
0504              "dist": {
0505                  "type": "zip",
0506                  "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
0507                  "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
0508                  "shasum": ""
0509              },
0510              "require": {
0511                  "doctrine/instantiator": "^1.0.2",
0512                  "php": ">=5.3.3",
0513                  "phpunit/php-text-template": "~1.2",
0514                  "sebastian/exporter": "~1.2"
0515              },
0516              "require-dev": {
0517                  "phpunit/phpunit": "~4.4"
0518              },
0519              "suggest": {
0520                  "ext-soap": "*"
0521              },
0522              "type": "library",
0523              "extra": {
0524                  "branch-alias": {
0525                      "dev-master": "2.3.x-dev"
0526                  }
0527              },
0528              "autoload": {
0529                  "classmap": [
0530                      "src/"
0531                  ]
0532              },
0533              "notification-url": "https://packagist.org/downloads/",
0534              "license": [
0535                  "BSD-3-Clause"
0536              ],
0537              "authors": [
0538                  {
0539                      "name": "Sebastian Bergmann",
0540                      "email": "sb@sebastian-bergmann.de",
0541                      "role": "lead"
0542                  }
0543              ],
0544              "description": "Mock Object library for PHPUnit",
0545              "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
0546              "keywords": [
0547                  "mock",
0548                  "xunit"
0549              ],
0550              "time": "2015-10-02T06:51:40+00:00"
0551          },
0552          {
0553              "name": "sebastian/comparator",
0554              "version": "1.2.4",
0555              "source": {
0556                  "type": "git",
0557                  "url": "https://github.com/sebastianbergmann/comparator.git",
0558                  "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
0559              },
0560              "dist": {
0561                  "type": "zip",
0562                  "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
0563                  "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
0564                  "shasum": ""
0565              },
0566              "require": {
0567                  "php": ">=5.3.3",
0568                  "sebastian/diff": "~1.2",
0569                  "sebastian/exporter": "~1.2 || ~2.0"
0570              },
0571              "require-dev": {
0572                  "phpunit/phpunit": "~4.4"
0573              },
0574              "type": "library",
0575              "extra": {
0576                  "branch-alias": {
0577                      "dev-master": "1.2.x-dev"
0578                  }
0579              },
0580              "autoload": {
0581                  "classmap": [
0582                      "src/"
0583                  ]
0584              },
0585              "notification-url": "https://packagist.org/downloads/",
0586              "license": [
0587                  "BSD-3-Clause"
0588              ],
0589              "authors": [
0590                  {
0591                      "name": "Jeff Welch",
0592                      "email": "whatthejeff@gmail.com"
0593                  },
0594                  {
0595                      "name": "Volker Dusch",
0596                      "email": "github@wallbash.com"
0597                  },
0598                  {
0599                      "name": "Bernhard Schussek",
0600                      "email": "bschussek@2bepublished.at"
0601                  },
0602                  {
0603                      "name": "Sebastian Bergmann",
0604                      "email": "sebastian@phpunit.de"
0605                  }
0606              ],
0607              "description": "Provides the functionality to compare PHP values for equality",
0608              "homepage": "http://www.github.com/sebastianbergmann/comparator",
0609              "keywords": [
0610                  "comparator",
0611                  "compare",
0612                  "equality"
0613              ],
0614              "time": "2017-01-29T09:50:25+00:00"
0615          },
0616          {
0617              "name": "sebastian/diff",
0618              "version": "1.4.3",
0619              "source": {
0620                  "type": "git",
0621                  "url": "https://github.com/sebastianbergmann/diff.git",
0622                  "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
0623              },
0624              "dist": {
0625                  "type": "zip",
0626                  "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
0627                  "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
0628                  "shasum": ""
0629              },
0630              "require": {
0631                  "php": "^5.3.3 || ^7.0"
0632              },
0633              "require-dev": {
0634                  "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
0635              },
0636              "type": "library",
0637              "extra": {
0638                  "branch-alias": {
0639                      "dev-master": "1.4-dev"
0640                  }
0641              },
0642              "autoload": {
0643                  "classmap": [
0644                      "src/"
0645                  ]
0646              },
0647              "notification-url": "https://packagist.org/downloads/",
0648              "license": [
0649                  "BSD-3-Clause"
0650              ],
0651              "authors": [
0652                  {
0653                      "name": "Kore Nordmann",
0654                      "email": "mail@kore-nordmann.de"
0655                  },
0656                  {
0657                      "name": "Sebastian Bergmann",
0658                      "email": "sebastian@phpunit.de"
0659                  }
0660              ],
0661              "description": "Diff implementation",
0662              "homepage": "https://github.com/sebastianbergmann/diff",
0663              "keywords": [
0664                  "diff"
0665              ],
0666              "time": "2017-05-22T07:24:03+00:00"
0667          },
0668          {
0669              "name": "sebastian/environment",
0670              "version": "1.3.8",
0671              "source": {
0672                  "type": "git",
0673                  "url": "https://github.com/sebastianbergmann/environment.git",
0674                  "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
0675              },
0676              "dist": {
0677                  "type": "zip",
0678                  "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
0679                  "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
0680                  "shasum": ""
0681              },
0682              "require": {
0683                  "php": "^5.3.3 || ^7.0"
0684              },
0685              "require-dev": {
0686                  "phpunit/phpunit": "^4.8 || ^5.0"
0687              },
0688              "type": "library",
0689              "extra": {
0690                  "branch-alias": {
0691                      "dev-master": "1.3.x-dev"
0692                  }
0693              },
0694              "autoload": {
0695                  "classmap": [
0696                      "src/"
0697                  ]
0698              },
0699              "notification-url": "https://packagist.org/downloads/",
0700              "license": [
0701                  "BSD-3-Clause"
0702              ],
0703              "authors": [
0704                  {
0705                      "name": "Sebastian Bergmann",
0706                      "email": "sebastian@phpunit.de"
0707                  }
0708              ],
0709              "description": "Provides functionality to handle HHVM/PHP environments",
0710              "homepage": "http://www.github.com/sebastianbergmann/environment",
0711              "keywords": [
0712                  "Xdebug",
0713                  "environment",
0714                  "hhvm"
0715              ],
0716              "time": "2016-08-18T05:49:44+00:00"
0717          },
0718          {
0719              "name": "sebastian/exporter",
0720              "version": "1.2.2",
0721              "source": {
0722                  "type": "git",
0723                  "url": "https://github.com/sebastianbergmann/exporter.git",
0724                  "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
0725              },
0726              "dist": {
0727                  "type": "zip",
0728                  "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
0729                  "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
0730                  "shasum": ""
0731              },
0732              "require": {
0733                  "php": ">=5.3.3",
0734                  "sebastian/recursion-context": "~1.0"
0735              },
0736              "require-dev": {
0737                  "ext-mbstring": "*",
0738                  "phpunit/phpunit": "~4.4"
0739              },
0740              "type": "library",
0741              "extra": {
0742                  "branch-alias": {
0743                      "dev-master": "1.3.x-dev"
0744                  }
0745              },
0746              "autoload": {
0747                  "classmap": [
0748                      "src/"
0749                  ]
0750              },
0751              "notification-url": "https://packagist.org/downloads/",
0752              "license": [
0753                  "BSD-3-Clause"
0754              ],
0755              "authors": [
0756                  {
0757                      "name": "Jeff Welch",
0758                      "email": "whatthejeff@gmail.com"
0759                  },
0760                  {
0761                      "name": "Volker Dusch",
0762                      "email": "github@wallbash.com"
0763                  },
0764                  {
0765                      "name": "Bernhard Schussek",
0766                      "email": "bschussek@2bepublished.at"
0767                  },
0768                  {
0769                      "name": "Sebastian Bergmann",
0770                      "email": "sebastian@phpunit.de"
0771                  },
0772                  {
0773                      "name": "Adam Harvey",
0774                      "email": "aharvey@php.net"
0775                  }
0776              ],
0777              "description": "Provides the functionality to export PHP variables for visualization",
0778              "homepage": "http://www.github.com/sebastianbergmann/exporter",
0779              "keywords": [
0780                  "export",
0781                  "exporter"
0782              ],
0783              "time": "2016-06-17T09:04:28+00:00"
0784          },
0785          {
0786              "name": "sebastian/global-state",
0787              "version": "1.1.1",
0788              "source": {
0789                  "type": "git",
0790                  "url": "https://github.com/sebastianbergmann/global-state.git",
0791                  "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
0792              },
0793              "dist": {
0794                  "type": "zip",
0795                  "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
0796                  "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
0797                  "shasum": ""
0798              },
0799              "require": {
0800                  "php": ">=5.3.3"
0801              },
0802              "require-dev": {
0803                  "phpunit/phpunit": "~4.2"
0804              },
0805              "suggest": {
0806                  "ext-uopz": "*"
0807              },
0808              "type": "library",
0809              "extra": {
0810                  "branch-alias": {
0811                      "dev-master": "1.0-dev"
0812                  }
0813              },
0814              "autoload": {
0815                  "classmap": [
0816                      "src/"
0817                  ]
0818              },
0819              "notification-url": "https://packagist.org/downloads/",
0820              "license": [
0821                  "BSD-3-Clause"
0822              ],
0823              "authors": [
0824                  {
0825                      "name": "Sebastian Bergmann",
0826                      "email": "sebastian@phpunit.de"
0827                  }
0828              ],
0829              "description": "Snapshotting of global state",
0830              "homepage": "http://www.github.com/sebastianbergmann/global-state",
0831              "keywords": [
0832                  "global state"
0833              ],
0834              "time": "2015-10-12T03:26:01+00:00"
0835          },
0836          {
0837              "name": "sebastian/recursion-context",
0838              "version": "1.0.5",
0839              "source": {
0840                  "type": "git",
0841                  "url": "https://github.com/sebastianbergmann/recursion-context.git",
0842                  "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
0843              },
0844              "dist": {
0845                  "type": "zip",
0846                  "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
0847                  "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
0848                  "shasum": ""
0849              },
0850              "require": {
0851                  "php": ">=5.3.3"
0852              },
0853              "require-dev": {
0854                  "phpunit/phpunit": "~4.4"
0855              },
0856              "type": "library",
0857              "extra": {
0858                  "branch-alias": {
0859                      "dev-master": "1.0.x-dev"
0860                  }
0861              },
0862              "autoload": {
0863                  "classmap": [
0864                      "src/"
0865                  ]
0866              },
0867              "notification-url": "https://packagist.org/downloads/",
0868              "license": [
0869                  "BSD-3-Clause"
0870              ],
0871              "authors": [
0872                  {
0873                      "name": "Jeff Welch",
0874                      "email": "whatthejeff@gmail.com"
0875                  },
0876                  {
0877                      "name": "Sebastian Bergmann",
0878                      "email": "sebastian@phpunit.de"
0879                  },
0880                  {
0881                      "name": "Adam Harvey",
0882                      "email": "aharvey@php.net"
0883                  }
0884              ],
0885              "description": "Provides functionality to recursively process PHP variables",
0886              "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
0887              "time": "2016-10-03T07:41:43+00:00"
0888          },
0889          {
0890              "name": "sebastian/version",
0891              "version": "1.0.6",
0892              "source": {
0893                  "type": "git",
0894                  "url": "https://github.com/sebastianbergmann/version.git",
0895                  "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
0896              },
0897              "dist": {
0898                  "type": "zip",
0899                  "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
0900                  "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
0901                  "shasum": ""
0902              },
0903              "type": "library",
0904              "autoload": {
0905                  "classmap": [
0906                      "src/"
0907                  ]
0908              },
0909              "notification-url": "https://packagist.org/downloads/",
0910              "license": [
0911                  "BSD-3-Clause"
0912              ],
0913              "authors": [
0914                  {
0915                      "name": "Sebastian Bergmann",
0916                      "email": "sebastian@phpunit.de",
0917                      "role": "lead"
0918                  }
0919              ],
0920              "description": "Library that helps with managing the version number of Git-hosted PHP projects",
0921              "homepage": "https://github.com/sebastianbergmann/version",
0922              "time": "2015-06-21T13:59:46+00:00"
0923          },
0924          {
0925              "name": "symfony/polyfill-ctype",
0926              "version": "v1.10.0",
0927              "source": {
0928                  "type": "git",
0929                  "url": "https://github.com/symfony/polyfill-ctype.git",
0930                  "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
0931              },
0932              "dist": {
0933                  "type": "zip",
0934                  "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
0935                  "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
0936                  "shasum": ""
0937              },
0938              "require": {
0939                  "php": ">=5.3.3"
0940              },
0941              "suggest": {
0942                  "ext-ctype": "For best performance"
0943              },
0944              "type": "library",
0945              "extra": {
0946                  "branch-alias": {
0947                      "dev-master": "1.9-dev"
0948                  }
0949              },
0950              "autoload": {
0951                  "psr-4": {
0952                      "Symfony\\Polyfill\\Ctype\\": ""
0953                  },
0954                  "files": [
0955                      "bootstrap.php"
0956                  ]
0957              },
0958              "notification-url": "https://packagist.org/downloads/",
0959              "license": [
0960                  "MIT"
0961              ],
0962              "authors": [
0963                  {
0964                      "name": "Symfony Community",
0965                      "homepage": "https://symfony.com/contributors"
0966                  },
0967                  {
0968                      "name": "Gert de Pagter",
0969                      "email": "BackEndTea@gmail.com"
0970                  }
0971              ],
0972              "description": "Symfony polyfill for ctype functions",
0973              "homepage": "https://symfony.com",
0974              "keywords": [
0975                  "compatibility",
0976                  "ctype",
0977                  "polyfill",
0978                  "portable"
0979              ],
0980              "time": "2018-08-06T14:22:27+00:00"
0981          },
0982          {
0983              "name": "symfony/yaml",
0984              "version": "v2.8.49",
0985              "source": {
0986                  "type": "git",
0987                  "url": "https://github.com/symfony/yaml.git",
0988                  "reference": "02c1859112aa779d9ab394ae4f3381911d84052b"
0989              },
0990              "dist": {
0991                  "type": "zip",
0992                  "url": "https://api.github.com/repos/symfony/yaml/zipball/02c1859112aa779d9ab394ae4f3381911d84052b",
0993                  "reference": "02c1859112aa779d9ab394ae4f3381911d84052b",
0994                  "shasum": ""
0995              },
0996              "require": {
0997                  "php": ">=5.3.9",
0998                  "symfony/polyfill-ctype": "~1.8"
0999              },
1000              "type": "library",
1001              "extra": {
1002                  "branch-alias": {
1003                      "dev-master": "2.8-dev"
1004                  }
1005              },
1006              "autoload": {
1007                  "psr-4": {
1008                      "Symfony\\Component\\Yaml\\": ""
1009                  },
1010                  "exclude-from-classmap": [
1011                      "/Tests/"
1012                  ]
1013              },
1014              "notification-url": "https://packagist.org/downloads/",
1015              "license": [
1016                  "MIT"
1017              ],
1018              "authors": [
1019                  {
1020                      "name": "Fabien Potencier",
1021                      "email": "fabien@symfony.com"
1022                  },
1023                  {
1024                      "name": "Symfony Community",
1025                      "homepage": "https://symfony.com/contributors"
1026                  }
1027              ],
1028              "description": "Symfony Yaml Component",
1029              "homepage": "https://symfony.com",
1030              "time": "2018-11-11T11:18:13+00:00"
1031          }
1032      ],
1033      "aliases": [],
1034      "minimum-stability": "stable",
1035      "stability-flags": [],
1036      "prefer-stable": false,
1037      "prefer-lowest": false,
1038      "platform": {
1039          "php": ">=5.3.0",
1040          "ext-mbstring": "*"
1041      },
1042      "platform-dev": [],
1043      "platform-overrides": {
1044          "php": "5.4.7"
1045      }
1046  }
1047