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: 89.58 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": "6bfe0a7d7a51c4bdf14a2d7ea1d22d11",
0008      "packages": [],
0009      "packages-dev": [
0010          {
0011              "name": "composer/ca-bundle",
0012              "version": "1.2.7",
0013              "source": {
0014                  "type": "git",
0015                  "url": "https://github.com/composer/ca-bundle.git",
0016                  "reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd"
0017              },
0018              "dist": {
0019                  "type": "zip",
0020                  "url": "https://api.github.com/repos/composer/ca-bundle/zipball/95c63ab2117a72f48f5a55da9740a3273d45b7fd",
0021                  "reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd",
0022                  "shasum": ""
0023              },
0024              "require": {
0025                  "ext-openssl": "*",
0026                  "ext-pcre": "*",
0027                  "php": "^5.3.2 || ^7.0 || ^8.0"
0028              },
0029              "require-dev": {
0030                  "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
0031                  "psr/log": "^1.0",
0032                  "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
0033              },
0034              "type": "library",
0035              "extra": {
0036                  "branch-alias": {
0037                      "dev-master": "1.x-dev"
0038                  }
0039              },
0040              "autoload": {
0041                  "psr-4": {
0042                      "Composer\\CaBundle\\": "src"
0043                  }
0044              },
0045              "notification-url": "https://packagist.org/downloads/",
0046              "license": [
0047                  "MIT"
0048              ],
0049              "authors": [
0050                  {
0051                      "name": "Jordi Boggiano",
0052                      "email": "j.boggiano@seld.be",
0053                      "homepage": "http://seld.be"
0054                  }
0055              ],
0056              "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
0057              "keywords": [
0058                  "cabundle",
0059                  "cacert",
0060                  "certificate",
0061                  "ssl",
0062                  "tls"
0063              ],
0064              "funding": [
0065                  {
0066                      "url": "https://packagist.com",
0067                      "type": "custom"
0068                  },
0069                  {
0070                      "url": "https://tidelift.com/funding/github/packagist/composer/composer",
0071                      "type": "tidelift"
0072                  }
0073              ],
0074              "time": "2020-04-08T08:27:21+00:00"
0075          },
0076          {
0077              "name": "composer/composer",
0078              "version": "dev-master",
0079              "source": {
0080                  "type": "git",
0081                  "url": "https://github.com/composer/composer.git",
0082                  "reference": "a8c105da344dd84ebd5d11be7943a45b09dc076f"
0083              },
0084              "dist": {
0085                  "type": "zip",
0086                  "url": "https://api.github.com/repos/composer/composer/zipball/a8c105da344dd84ebd5d11be7943a45b09dc076f",
0087                  "reference": "a8c105da344dd84ebd5d11be7943a45b09dc076f",
0088                  "shasum": ""
0089              },
0090              "require": {
0091                  "composer/ca-bundle": "^1.0",
0092                  "composer/semver": "^1.0",
0093                  "composer/spdx-licenses": "^1.2",
0094                  "composer/xdebug-handler": "^1.1",
0095                  "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
0096                  "php": "^5.3.2 || ^7.0",
0097                  "psr/log": "^1.0",
0098                  "seld/jsonlint": "^1.4",
0099                  "seld/phar-utils": "^1.0",
0100                  "symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0",
0101                  "symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0",
0102                  "symfony/finder": "^2.7 || ^3.0 || ^4.0 || ^5.0",
0103                  "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0"
0104              },
0105              "conflict": {
0106                  "symfony/console": "2.8.38"
0107              },
0108              "require-dev": {
0109                  "phpspec/prophecy": "^1.10",
0110                  "symfony/phpunit-bridge": "^3.4"
0111              },
0112              "suggest": {
0113                  "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
0114                  "ext-zip": "Enabling the zip extension allows you to unzip archives",
0115                  "ext-zlib": "Allow gzip compression of HTTP requests"
0116              },
0117              "bin": [
0118                  "bin/composer"
0119              ],
0120              "type": "library",
0121              "extra": {
0122                  "branch-alias": {
0123                      "dev-master": "1.10-dev"
0124                  }
0125              },
0126              "autoload": {
0127                  "psr-4": {
0128                      "Composer\\": "src/Composer"
0129                  }
0130              },
0131              "notification-url": "https://packagist.org/downloads/",
0132              "license": [
0133                  "MIT"
0134              ],
0135              "authors": [
0136                  {
0137                      "name": "Nils Adermann",
0138                      "email": "naderman@naderman.de",
0139                      "homepage": "http://www.naderman.de"
0140                  },
0141                  {
0142                      "name": "Jordi Boggiano",
0143                      "email": "j.boggiano@seld.be",
0144                      "homepage": "http://seld.be"
0145                  }
0146              ],
0147              "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
0148              "homepage": "https://getcomposer.org/",
0149              "keywords": [
0150                  "autoload",
0151                  "dependency",
0152                  "package"
0153              ],
0154              "support": {
0155                  "irc": "irc://irc.freenode.org/composer",
0156                  "issues": "https://github.com/composer/composer/issues",
0157                  "source": "https://github.com/composer/composer/tree/master"
0158              },
0159              "funding": [
0160                  {
0161                      "url": "https://packagist.com",
0162                      "type": "custom"
0163                  },
0164                  {
0165                      "url": "https://tidelift.com/funding/github/packagist/composer/composer",
0166                      "type": "tidelift"
0167                  }
0168              ],
0169              "time": "2020-03-29T14:59:26+00:00"
0170          },
0171          {
0172              "name": "composer/semver",
0173              "version": "1.5.1",
0174              "source": {
0175                  "type": "git",
0176                  "url": "https://github.com/composer/semver.git",
0177                  "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de"
0178              },
0179              "dist": {
0180                  "type": "zip",
0181                  "url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
0182                  "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
0183                  "shasum": ""
0184              },
0185              "require": {
0186                  "php": "^5.3.2 || ^7.0"
0187              },
0188              "require-dev": {
0189                  "phpunit/phpunit": "^4.5 || ^5.0.5"
0190              },
0191              "type": "library",
0192              "extra": {
0193                  "branch-alias": {
0194                      "dev-master": "1.x-dev"
0195                  }
0196              },
0197              "autoload": {
0198                  "psr-4": {
0199                      "Composer\\Semver\\": "src"
0200                  }
0201              },
0202              "notification-url": "https://packagist.org/downloads/",
0203              "license": [
0204                  "MIT"
0205              ],
0206              "authors": [
0207                  {
0208                      "name": "Nils Adermann",
0209                      "email": "naderman@naderman.de",
0210                      "homepage": "http://www.naderman.de"
0211                  },
0212                  {
0213                      "name": "Jordi Boggiano",
0214                      "email": "j.boggiano@seld.be",
0215                      "homepage": "http://seld.be"
0216                  },
0217                  {
0218                      "name": "Rob Bast",
0219                      "email": "rob.bast@gmail.com",
0220                      "homepage": "http://robbast.nl"
0221                  }
0222              ],
0223              "description": "Semver library that offers utilities, version constraint parsing and validation.",
0224              "keywords": [
0225                  "semantic",
0226                  "semver",
0227                  "validation",
0228                  "versioning"
0229              ],
0230              "support": {
0231                  "irc": "irc://irc.freenode.org/composer",
0232                  "issues": "https://github.com/composer/semver/issues",
0233                  "source": "https://github.com/composer/semver/tree/1.5.1"
0234              },
0235              "time": "2020-01-13T12:06:48+00:00"
0236          },
0237          {
0238              "name": "composer/spdx-licenses",
0239              "version": "1.5.3",
0240              "source": {
0241                  "type": "git",
0242                  "url": "https://github.com/composer/spdx-licenses.git",
0243                  "reference": "0c3e51e1880ca149682332770e25977c70cf9dae"
0244              },
0245              "dist": {
0246                  "type": "zip",
0247                  "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/0c3e51e1880ca149682332770e25977c70cf9dae",
0248                  "reference": "0c3e51e1880ca149682332770e25977c70cf9dae",
0249                  "shasum": ""
0250              },
0251              "require": {
0252                  "php": "^5.3.2 || ^7.0 || ^8.0"
0253              },
0254              "require-dev": {
0255                  "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
0256              },
0257              "type": "library",
0258              "extra": {
0259                  "branch-alias": {
0260                      "dev-master": "1.x-dev"
0261                  }
0262              },
0263              "autoload": {
0264                  "psr-4": {
0265                      "Composer\\Spdx\\": "src"
0266                  }
0267              },
0268              "notification-url": "https://packagist.org/downloads/",
0269              "license": [
0270                  "MIT"
0271              ],
0272              "authors": [
0273                  {
0274                      "name": "Nils Adermann",
0275                      "email": "naderman@naderman.de",
0276                      "homepage": "http://www.naderman.de"
0277                  },
0278                  {
0279                      "name": "Jordi Boggiano",
0280                      "email": "j.boggiano@seld.be",
0281                      "homepage": "http://seld.be"
0282                  },
0283                  {
0284                      "name": "Rob Bast",
0285                      "email": "rob.bast@gmail.com",
0286                      "homepage": "http://robbast.nl"
0287                  }
0288              ],
0289              "description": "SPDX licenses list and validation library.",
0290              "keywords": [
0291                  "license",
0292                  "spdx",
0293                  "validator"
0294              ],
0295              "time": "2020-02-14T07:44:31+00:00"
0296          },
0297          {
0298              "name": "composer/xdebug-handler",
0299              "version": "1.4.1",
0300              "source": {
0301                  "type": "git",
0302                  "url": "https://github.com/composer/xdebug-handler.git",
0303                  "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7"
0304              },
0305              "dist": {
0306                  "type": "zip",
0307                  "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/1ab9842d69e64fb3a01be6b656501032d1b78cb7",
0308                  "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7",
0309                  "shasum": ""
0310              },
0311              "require": {
0312                  "php": "^5.3.2 || ^7.0 || ^8.0",
0313                  "psr/log": "^1.0"
0314              },
0315              "require-dev": {
0316                  "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
0317              },
0318              "type": "library",
0319              "autoload": {
0320                  "psr-4": {
0321                      "Composer\\XdebugHandler\\": "src"
0322                  }
0323              },
0324              "notification-url": "https://packagist.org/downloads/",
0325              "license": [
0326                  "MIT"
0327              ],
0328              "authors": [
0329                  {
0330                      "name": "John Stevenson",
0331                      "email": "john-stevenson@blueyonder.co.uk"
0332                  }
0333              ],
0334              "description": "Restarts a process without Xdebug.",
0335              "keywords": [
0336                  "Xdebug",
0337                  "performance"
0338              ],
0339              "support": {
0340                  "irc": "irc://irc.freenode.org/composer",
0341                  "issues": "https://github.com/composer/xdebug-handler/issues",
0342                  "source": "https://github.com/composer/xdebug-handler/tree/master"
0343              },
0344              "funding": [
0345                  {
0346                      "url": "https://packagist.com",
0347                      "type": "custom"
0348                  }
0349              ],
0350              "time": "2020-03-01T12:26:26+00:00"
0351          },
0352          {
0353              "name": "doctrine/instantiator",
0354              "version": "1.3.0",
0355              "source": {
0356                  "type": "git",
0357                  "url": "https://github.com/doctrine/instantiator.git",
0358                  "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
0359              },
0360              "dist": {
0361                  "type": "zip",
0362                  "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
0363                  "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
0364                  "shasum": ""
0365              },
0366              "require": {
0367                  "php": "^7.1"
0368              },
0369              "require-dev": {
0370                  "doctrine/coding-standard": "^6.0",
0371                  "ext-pdo": "*",
0372                  "ext-phar": "*",
0373                  "phpbench/phpbench": "^0.13",
0374                  "phpstan/phpstan-phpunit": "^0.11",
0375                  "phpstan/phpstan-shim": "^0.11",
0376                  "phpunit/phpunit": "^7.0"
0377              },
0378              "type": "library",
0379              "extra": {
0380                  "branch-alias": {
0381                      "dev-master": "1.2.x-dev"
0382                  }
0383              },
0384              "autoload": {
0385                  "psr-4": {
0386                      "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
0387                  }
0388              },
0389              "notification-url": "https://packagist.org/downloads/",
0390              "license": [
0391                  "MIT"
0392              ],
0393              "authors": [
0394                  {
0395                      "name": "Marco Pivetta",
0396                      "email": "ocramius@gmail.com",
0397                      "homepage": "http://ocramius.github.com/"
0398                  }
0399              ],
0400              "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
0401              "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
0402              "keywords": [
0403                  "constructor",
0404                  "instantiate"
0405              ],
0406              "support": {
0407                  "issues": "https://github.com/doctrine/instantiator/issues",
0408                  "source": "https://github.com/doctrine/instantiator/tree/master"
0409              },
0410              "time": "2019-10-21T16:45:58+00:00"
0411          },
0412          {
0413              "name": "justinrainbow/json-schema",
0414              "version": "5.2.9",
0415              "source": {
0416                  "type": "git",
0417                  "url": "https://github.com/justinrainbow/json-schema.git",
0418                  "reference": "44c6787311242a979fa15c704327c20e7221a0e4"
0419              },
0420              "dist": {
0421                  "type": "zip",
0422                  "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/44c6787311242a979fa15c704327c20e7221a0e4",
0423                  "reference": "44c6787311242a979fa15c704327c20e7221a0e4",
0424                  "shasum": ""
0425              },
0426              "require": {
0427                  "php": ">=5.3.3"
0428              },
0429              "require-dev": {
0430                  "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
0431                  "json-schema/json-schema-test-suite": "1.2.0",
0432                  "phpunit/phpunit": "^4.8.35"
0433              },
0434              "bin": [
0435                  "bin/validate-json"
0436              ],
0437              "type": "library",
0438              "extra": {
0439                  "branch-alias": {
0440                      "dev-master": "5.0.x-dev"
0441                  }
0442              },
0443              "autoload": {
0444                  "psr-4": {
0445                      "JsonSchema\\": "src/JsonSchema/"
0446                  }
0447              },
0448              "notification-url": "https://packagist.org/downloads/",
0449              "license": [
0450                  "MIT"
0451              ],
0452              "authors": [
0453                  {
0454                      "name": "Bruno Prieto Reis",
0455                      "email": "bruno.p.reis@gmail.com"
0456                  },
0457                  {
0458                      "name": "Justin Rainbow",
0459                      "email": "justin.rainbow@gmail.com"
0460                  },
0461                  {
0462                      "name": "Igor Wiedler",
0463                      "email": "igor@wiedler.ch"
0464                  },
0465                  {
0466                      "name": "Robert Schönthal",
0467                      "email": "seroscho@googlemail.com"
0468                  }
0469              ],
0470              "description": "A library to validate a json schema.",
0471              "homepage": "https://github.com/justinrainbow/json-schema",
0472              "keywords": [
0473                  "json",
0474                  "schema"
0475              ],
0476              "support": {
0477                  "issues": "https://github.com/justinrainbow/json-schema/issues",
0478                  "source": "https://github.com/justinrainbow/json-schema/tree/5.2.9"
0479              },
0480              "time": "2019-09-25T14:49:45+00:00"
0481          },
0482          {
0483              "name": "myclabs/deep-copy",
0484              "version": "1.9.5",
0485              "source": {
0486                  "type": "git",
0487                  "url": "https://github.com/myclabs/DeepCopy.git",
0488                  "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef"
0489              },
0490              "dist": {
0491                  "type": "zip",
0492                  "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef",
0493                  "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef",
0494                  "shasum": ""
0495              },
0496              "require": {
0497                  "php": "^7.1"
0498              },
0499              "replace": {
0500                  "myclabs/deep-copy": "self.version"
0501              },
0502              "require-dev": {
0503                  "doctrine/collections": "^1.0",
0504                  "doctrine/common": "^2.6",
0505                  "phpunit/phpunit": "^7.1"
0506              },
0507              "type": "library",
0508              "autoload": {
0509                  "psr-4": {
0510                      "DeepCopy\\": "src/DeepCopy/"
0511                  },
0512                  "files": [
0513                      "src/DeepCopy/deep_copy.php"
0514                  ]
0515              },
0516              "notification-url": "https://packagist.org/downloads/",
0517              "license": [
0518                  "MIT"
0519              ],
0520              "description": "Create deep copies (clones) of your objects",
0521              "keywords": [
0522                  "clone",
0523                  "copy",
0524                  "duplicate",
0525                  "object",
0526                  "object graph"
0527              ],
0528              "support": {
0529                  "issues": "https://github.com/myclabs/DeepCopy/issues",
0530                  "source": "https://github.com/myclabs/DeepCopy/tree/1.9.5"
0531              },
0532              "time": "2020-01-17T21:11:47+00:00"
0533          },
0534          {
0535              "name": "phar-io/manifest",
0536              "version": "1.0.3",
0537              "source": {
0538                  "type": "git",
0539                  "url": "https://github.com/phar-io/manifest.git",
0540                  "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
0541              },
0542              "dist": {
0543                  "type": "zip",
0544                  "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
0545                  "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
0546                  "shasum": ""
0547              },
0548              "require": {
0549                  "ext-dom": "*",
0550                  "ext-phar": "*",
0551                  "phar-io/version": "^2.0",
0552                  "php": "^5.6 || ^7.0"
0553              },
0554              "type": "library",
0555              "extra": {
0556                  "branch-alias": {
0557                      "dev-master": "1.0.x-dev"
0558                  }
0559              },
0560              "autoload": {
0561                  "classmap": [
0562                      "src/"
0563                  ]
0564              },
0565              "notification-url": "https://packagist.org/downloads/",
0566              "license": [
0567                  "BSD-3-Clause"
0568              ],
0569              "authors": [
0570                  {
0571                      "name": "Arne Blankerts",
0572                      "email": "arne@blankerts.de",
0573                      "role": "Developer"
0574                  },
0575                  {
0576                      "name": "Sebastian Heuer",
0577                      "email": "sebastian@phpeople.de",
0578                      "role": "Developer"
0579                  },
0580                  {
0581                      "name": "Sebastian Bergmann",
0582                      "email": "sebastian@phpunit.de",
0583                      "role": "Developer"
0584                  }
0585              ],
0586              "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
0587              "time": "2018-07-08T19:23:20+00:00"
0588          },
0589          {
0590              "name": "phar-io/version",
0591              "version": "2.0.1",
0592              "source": {
0593                  "type": "git",
0594                  "url": "https://github.com/phar-io/version.git",
0595                  "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
0596              },
0597              "dist": {
0598                  "type": "zip",
0599                  "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
0600                  "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
0601                  "shasum": ""
0602              },
0603              "require": {
0604                  "php": "^5.6 || ^7.0"
0605              },
0606              "type": "library",
0607              "autoload": {
0608                  "classmap": [
0609                      "src/"
0610                  ]
0611              },
0612              "notification-url": "https://packagist.org/downloads/",
0613              "license": [
0614                  "BSD-3-Clause"
0615              ],
0616              "authors": [
0617                  {
0618                      "name": "Arne Blankerts",
0619                      "email": "arne@blankerts.de",
0620                      "role": "Developer"
0621                  },
0622                  {
0623                      "name": "Sebastian Heuer",
0624                      "email": "sebastian@phpeople.de",
0625                      "role": "Developer"
0626                  },
0627                  {
0628                      "name": "Sebastian Bergmann",
0629                      "email": "sebastian@phpunit.de",
0630                      "role": "Developer"
0631                  }
0632              ],
0633              "description": "Library for handling version information and constraints",
0634              "time": "2018-07-08T19:19:57+00:00"
0635          },
0636          {
0637              "name": "phpdocumentor/reflection-common",
0638              "version": "2.0.0",
0639              "source": {
0640                  "type": "git",
0641                  "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
0642                  "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a"
0643              },
0644              "dist": {
0645                  "type": "zip",
0646                  "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
0647                  "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
0648                  "shasum": ""
0649              },
0650              "require": {
0651                  "php": ">=7.1"
0652              },
0653              "require-dev": {
0654                  "phpunit/phpunit": "~6"
0655              },
0656              "type": "library",
0657              "extra": {
0658                  "branch-alias": {
0659                      "dev-master": "2.x-dev"
0660                  }
0661              },
0662              "autoload": {
0663                  "psr-4": {
0664                      "phpDocumentor\\Reflection\\": "src/"
0665                  }
0666              },
0667              "notification-url": "https://packagist.org/downloads/",
0668              "license": [
0669                  "MIT"
0670              ],
0671              "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
0672              "homepage": "http://www.phpdoc.org",
0673              "time": "2018-08-07T13:53:10+00:00"
0674          },
0675          {
0676              "name": "phpdocumentor/reflection-docblock",
0677              "version": "5.1.0",
0678              "source": {
0679                  "type": "git",
0680                  "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
0681                  "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e"
0682              },
0683              "dist": {
0684                  "type": "zip",
0685                  "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
0686                  "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
0687                  "shasum": ""
0688              },
0689              "require": {
0690                  "ext-filter": "^7.1",
0691                  "php": "^7.2",
0692                  "phpdocumentor/reflection-common": "^2.0",
0693                  "phpdocumentor/type-resolver": "^1.0",
0694                  "webmozart/assert": "^1"
0695              },
0696              "require-dev": {
0697                  "doctrine/instantiator": "^1",
0698                  "mockery/mockery": "^1"
0699              },
0700              "type": "library",
0701              "extra": {
0702                  "branch-alias": {
0703                      "dev-master": "5.x-dev"
0704                  }
0705              },
0706              "autoload": {
0707                  "psr-4": {
0708                      "phpDocumentor\\Reflection\\": "src"
0709                  }
0710              },
0711              "notification-url": "https://packagist.org/downloads/",
0712              "license": [
0713                  "MIT"
0714              ],
0715              "authors": [
0716                  {
0717                      "name": "Mike van Riel",
0718                      "email": "me@mikevanriel.com"
0719                  },
0720                  {
0721                      "name": "Jaap van Otterdijk",
0722                      "email": "account@ijaap.nl"
0723                  }
0724              ],
0725              "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
0726              "time": "2020-02-22T12:28:44+00:00"
0727          },
0728          {
0729              "name": "phpdocumentor/type-resolver",
0730              "version": "1.1.0",
0731              "source": {
0732                  "type": "git",
0733                  "url": "https://github.com/phpDocumentor/TypeResolver.git",
0734                  "reference": "7462d5f123dfc080dfdf26897032a6513644fc95"
0735              },
0736              "dist": {
0737                  "type": "zip",
0738                  "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/7462d5f123dfc080dfdf26897032a6513644fc95",
0739                  "reference": "7462d5f123dfc080dfdf26897032a6513644fc95",
0740                  "shasum": ""
0741              },
0742              "require": {
0743                  "php": "^7.2",
0744                  "phpdocumentor/reflection-common": "^2.0"
0745              },
0746              "require-dev": {
0747                  "ext-tokenizer": "^7.2",
0748                  "mockery/mockery": "~1"
0749              },
0750              "type": "library",
0751              "extra": {
0752                  "branch-alias": {
0753                      "dev-master": "1.x-dev"
0754                  }
0755              },
0756              "autoload": {
0757                  "psr-4": {
0758                      "phpDocumentor\\Reflection\\": "src"
0759                  }
0760              },
0761              "notification-url": "https://packagist.org/downloads/",
0762              "license": [
0763                  "MIT"
0764              ],
0765              "authors": [
0766                  {
0767                      "name": "Mike van Riel",
0768                      "email": "me@mikevanriel.com"
0769                  }
0770              ],
0771              "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
0772              "support": {
0773                  "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
0774                  "source": "https://github.com/phpDocumentor/TypeResolver/tree/master"
0775              },
0776              "time": "2020-02-18T18:59:58+00:00"
0777          },
0778          {
0779              "name": "phpspec/prophecy",
0780              "version": "v1.10.3",
0781              "source": {
0782                  "type": "git",
0783                  "url": "https://github.com/phpspec/prophecy.git",
0784                  "reference": "451c3cd1418cf640de218914901e51b064abb093"
0785              },
0786              "dist": {
0787                  "type": "zip",
0788                  "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
0789                  "reference": "451c3cd1418cf640de218914901e51b064abb093",
0790                  "shasum": ""
0791              },
0792              "require": {
0793                  "doctrine/instantiator": "^1.0.2",
0794                  "php": "^5.3|^7.0",
0795                  "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
0796                  "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
0797                  "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
0798              },
0799              "require-dev": {
0800                  "phpspec/phpspec": "^2.5 || ^3.2",
0801                  "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
0802              },
0803              "type": "library",
0804              "extra": {
0805                  "branch-alias": {
0806                      "dev-master": "1.10.x-dev"
0807                  }
0808              },
0809              "autoload": {
0810                  "psr-4": {
0811                      "Prophecy\\": "src/Prophecy"
0812                  }
0813              },
0814              "notification-url": "https://packagist.org/downloads/",
0815              "license": [
0816                  "MIT"
0817              ],
0818              "authors": [
0819                  {
0820                      "name": "Konstantin Kudryashov",
0821                      "email": "ever.zet@gmail.com",
0822                      "homepage": "http://everzet.com"
0823                  },
0824                  {
0825                      "name": "Marcello Duarte",
0826                      "email": "marcello.duarte@gmail.com"
0827                  }
0828              ],
0829              "description": "Highly opinionated mocking framework for PHP 5.3+",
0830              "homepage": "https://github.com/phpspec/prophecy",
0831              "keywords": [
0832                  "Double",
0833                  "Dummy",
0834                  "fake",
0835                  "mock",
0836                  "spy",
0837                  "stub"
0838              ],
0839              "support": {
0840                  "issues": "https://github.com/phpspec/prophecy/issues",
0841                  "source": "https://github.com/phpspec/prophecy/tree/v1.10.3"
0842              },
0843              "time": "2020-03-05T15:02:03+00:00"
0844          },
0845          {
0846              "name": "phpunit/php-code-coverage",
0847              "version": "6.1.4",
0848              "source": {
0849                  "type": "git",
0850                  "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
0851                  "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
0852              },
0853              "dist": {
0854                  "type": "zip",
0855                  "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
0856                  "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
0857                  "shasum": ""
0858              },
0859              "require": {
0860                  "ext-dom": "*",
0861                  "ext-xmlwriter": "*",
0862                  "php": "^7.1",
0863                  "phpunit/php-file-iterator": "^2.0",
0864                  "phpunit/php-text-template": "^1.2.1",
0865                  "phpunit/php-token-stream": "^3.0",
0866                  "sebastian/code-unit-reverse-lookup": "^1.0.1",
0867                  "sebastian/environment": "^3.1 || ^4.0",
0868                  "sebastian/version": "^2.0.1",
0869                  "theseer/tokenizer": "^1.1"
0870              },
0871              "require-dev": {
0872                  "phpunit/phpunit": "^7.0"
0873              },
0874              "suggest": {
0875                  "ext-xdebug": "^2.6.0"
0876              },
0877              "type": "library",
0878              "extra": {
0879                  "branch-alias": {
0880                      "dev-master": "6.1-dev"
0881                  }
0882              },
0883              "autoload": {
0884                  "classmap": [
0885                      "src/"
0886                  ]
0887              },
0888              "notification-url": "https://packagist.org/downloads/",
0889              "license": [
0890                  "BSD-3-Clause"
0891              ],
0892              "authors": [
0893                  {
0894                      "name": "Sebastian Bergmann",
0895                      "email": "sebastian@phpunit.de",
0896                      "role": "lead"
0897                  }
0898              ],
0899              "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
0900              "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
0901              "keywords": [
0902                  "coverage",
0903                  "testing",
0904                  "xunit"
0905              ],
0906              "time": "2018-10-31T16:06:48+00:00"
0907          },
0908          {
0909              "name": "phpunit/php-file-iterator",
0910              "version": "2.0.2",
0911              "source": {
0912                  "type": "git",
0913                  "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
0914                  "reference": "050bedf145a257b1ff02746c31894800e5122946"
0915              },
0916              "dist": {
0917                  "type": "zip",
0918                  "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
0919                  "reference": "050bedf145a257b1ff02746c31894800e5122946",
0920                  "shasum": ""
0921              },
0922              "require": {
0923                  "php": "^7.1"
0924              },
0925              "require-dev": {
0926                  "phpunit/phpunit": "^7.1"
0927              },
0928              "type": "library",
0929              "extra": {
0930                  "branch-alias": {
0931                      "dev-master": "2.0.x-dev"
0932                  }
0933              },
0934              "autoload": {
0935                  "classmap": [
0936                      "src/"
0937                  ]
0938              },
0939              "notification-url": "https://packagist.org/downloads/",
0940              "license": [
0941                  "BSD-3-Clause"
0942              ],
0943              "authors": [
0944                  {
0945                      "name": "Sebastian Bergmann",
0946                      "email": "sebastian@phpunit.de",
0947                      "role": "lead"
0948                  }
0949              ],
0950              "description": "FilterIterator implementation that filters files based on a list of suffixes.",
0951              "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
0952              "keywords": [
0953                  "filesystem",
0954                  "iterator"
0955              ],
0956              "time": "2018-09-13T20:33:42+00:00"
0957          },
0958          {
0959              "name": "phpunit/php-text-template",
0960              "version": "1.2.1",
0961              "source": {
0962                  "type": "git",
0963                  "url": "https://github.com/sebastianbergmann/php-text-template.git",
0964                  "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
0965              },
0966              "dist": {
0967                  "type": "zip",
0968                  "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
0969                  "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
0970                  "shasum": ""
0971              },
0972              "require": {
0973                  "php": ">=5.3.3"
0974              },
0975              "type": "library",
0976              "autoload": {
0977                  "classmap": [
0978                      "src/"
0979                  ]
0980              },
0981              "notification-url": "https://packagist.org/downloads/",
0982              "license": [
0983                  "BSD-3-Clause"
0984              ],
0985              "authors": [
0986                  {
0987                      "name": "Sebastian Bergmann",
0988                      "email": "sebastian@phpunit.de",
0989                      "role": "lead"
0990                  }
0991              ],
0992              "description": "Simple template engine.",
0993              "homepage": "https://github.com/sebastianbergmann/php-text-template/",
0994              "keywords": [
0995                  "template"
0996              ],
0997              "time": "2015-06-21T13:50:34+00:00"
0998          },
0999          {
1000              "name": "phpunit/php-timer",
1001              "version": "2.1.2",
1002              "source": {
1003                  "type": "git",
1004                  "url": "https://github.com/sebastianbergmann/php-timer.git",
1005                  "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
1006              },
1007              "dist": {
1008                  "type": "zip",
1009                  "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
1010                  "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
1011                  "shasum": ""
1012              },
1013              "require": {
1014                  "php": "^7.1"
1015              },
1016              "require-dev": {
1017                  "phpunit/phpunit": "^7.0"
1018              },
1019              "type": "library",
1020              "extra": {
1021                  "branch-alias": {
1022                      "dev-master": "2.1-dev"
1023                  }
1024              },
1025              "autoload": {
1026                  "classmap": [
1027                      "src/"
1028                  ]
1029              },
1030              "notification-url": "https://packagist.org/downloads/",
1031              "license": [
1032                  "BSD-3-Clause"
1033              ],
1034              "authors": [
1035                  {
1036                      "name": "Sebastian Bergmann",
1037                      "email": "sebastian@phpunit.de",
1038                      "role": "lead"
1039                  }
1040              ],
1041              "description": "Utility class for timing",
1042              "homepage": "https://github.com/sebastianbergmann/php-timer/",
1043              "keywords": [
1044                  "timer"
1045              ],
1046              "time": "2019-06-07T04:22:29+00:00"
1047          },
1048          {
1049              "name": "phpunit/php-token-stream",
1050              "version": "3.1.1",
1051              "source": {
1052                  "type": "git",
1053                  "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1054                  "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
1055              },
1056              "dist": {
1057                  "type": "zip",
1058                  "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
1059                  "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
1060                  "shasum": ""
1061              },
1062              "require": {
1063                  "ext-tokenizer": "*",
1064                  "php": "^7.1"
1065              },
1066              "require-dev": {
1067                  "phpunit/phpunit": "^7.0"
1068              },
1069              "type": "library",
1070              "extra": {
1071                  "branch-alias": {
1072                      "dev-master": "3.1-dev"
1073                  }
1074              },
1075              "autoload": {
1076                  "classmap": [
1077                      "src/"
1078                  ]
1079              },
1080              "notification-url": "https://packagist.org/downloads/",
1081              "license": [
1082                  "BSD-3-Clause"
1083              ],
1084              "authors": [
1085                  {
1086                      "name": "Sebastian Bergmann",
1087                      "email": "sebastian@phpunit.de"
1088                  }
1089              ],
1090              "description": "Wrapper around PHP's tokenizer extension.",
1091              "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1092              "keywords": [
1093                  "tokenizer"
1094              ],
1095              "time": "2019-09-17T06:23:10+00:00"
1096          },
1097          {
1098              "name": "phpunit/phpunit",
1099              "version": "7.5.20",
1100              "source": {
1101                  "type": "git",
1102                  "url": "https://github.com/sebastianbergmann/phpunit.git",
1103                  "reference": "9467db479d1b0487c99733bb1e7944d32deded2c"
1104              },
1105              "dist": {
1106                  "type": "zip",
1107                  "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c",
1108                  "reference": "9467db479d1b0487c99733bb1e7944d32deded2c",
1109                  "shasum": ""
1110              },
1111              "require": {
1112                  "doctrine/instantiator": "^1.1",
1113                  "ext-dom": "*",
1114                  "ext-json": "*",
1115                  "ext-libxml": "*",
1116                  "ext-mbstring": "*",
1117                  "ext-xml": "*",
1118                  "myclabs/deep-copy": "^1.7",
1119                  "phar-io/manifest": "^1.0.2",
1120                  "phar-io/version": "^2.0",
1121                  "php": "^7.1",
1122                  "phpspec/prophecy": "^1.7",
1123                  "phpunit/php-code-coverage": "^6.0.7",
1124                  "phpunit/php-file-iterator": "^2.0.1",
1125                  "phpunit/php-text-template": "^1.2.1",
1126                  "phpunit/php-timer": "^2.1",
1127                  "sebastian/comparator": "^3.0",
1128                  "sebastian/diff": "^3.0",
1129                  "sebastian/environment": "^4.0",
1130                  "sebastian/exporter": "^3.1",
1131                  "sebastian/global-state": "^2.0",
1132                  "sebastian/object-enumerator": "^3.0.3",
1133                  "sebastian/resource-operations": "^2.0",
1134                  "sebastian/version": "^2.0.1"
1135              },
1136              "conflict": {
1137                  "phpunit/phpunit-mock-objects": "*"
1138              },
1139              "require-dev": {
1140                  "ext-pdo": "*"
1141              },
1142              "suggest": {
1143                  "ext-soap": "*",
1144                  "ext-xdebug": "*",
1145                  "phpunit/php-invoker": "^2.0"
1146              },
1147              "bin": [
1148                  "phpunit"
1149              ],
1150              "type": "library",
1151              "extra": {
1152                  "branch-alias": {
1153                      "dev-master": "7.5-dev"
1154                  }
1155              },
1156              "autoload": {
1157                  "classmap": [
1158                      "src/"
1159                  ]
1160              },
1161              "notification-url": "https://packagist.org/downloads/",
1162              "license": [
1163                  "BSD-3-Clause"
1164              ],
1165              "authors": [
1166                  {
1167                      "name": "Sebastian Bergmann",
1168                      "email": "sebastian@phpunit.de",
1169                      "role": "lead"
1170                  }
1171              ],
1172              "description": "The PHP Unit Testing framework.",
1173              "homepage": "https://phpunit.de/",
1174              "keywords": [
1175                  "phpunit",
1176                  "testing",
1177                  "xunit"
1178              ],
1179              "time": "2020-01-08T08:45:45+00:00"
1180          },
1181          {
1182              "name": "psr/container",
1183              "version": "1.0.0",
1184              "source": {
1185                  "type": "git",
1186                  "url": "https://github.com/php-fig/container.git",
1187                  "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1188              },
1189              "dist": {
1190                  "type": "zip",
1191                  "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1192                  "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1193                  "shasum": ""
1194              },
1195              "require": {
1196                  "php": ">=5.3.0"
1197              },
1198              "type": "library",
1199              "extra": {
1200                  "branch-alias": {
1201                      "dev-master": "1.0.x-dev"
1202                  }
1203              },
1204              "autoload": {
1205                  "psr-4": {
1206                      "Psr\\Container\\": "src/"
1207                  }
1208              },
1209              "notification-url": "https://packagist.org/downloads/",
1210              "license": [
1211                  "MIT"
1212              ],
1213              "authors": [
1214                  {
1215                      "name": "PHP-FIG",
1216                      "homepage": "http://www.php-fig.org/"
1217                  }
1218              ],
1219              "description": "Common Container Interface (PHP FIG PSR-11)",
1220              "homepage": "https://github.com/php-fig/container",
1221              "keywords": [
1222                  "PSR-11",
1223                  "container",
1224                  "container-interface",
1225                  "container-interop",
1226                  "psr"
1227              ],
1228              "time": "2017-02-14T16:28:37+00:00"
1229          },
1230          {
1231              "name": "psr/log",
1232              "version": "1.1.3",
1233              "source": {
1234                  "type": "git",
1235                  "url": "https://github.com/php-fig/log.git",
1236                  "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
1237              },
1238              "dist": {
1239                  "type": "zip",
1240                  "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
1241                  "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
1242                  "shasum": ""
1243              },
1244              "require": {
1245                  "php": ">=5.3.0"
1246              },
1247              "type": "library",
1248              "extra": {
1249                  "branch-alias": {
1250                      "dev-master": "1.1.x-dev"
1251                  }
1252              },
1253              "autoload": {
1254                  "psr-4": {
1255                      "Psr\\Log\\": "Psr/Log/"
1256                  }
1257              },
1258              "notification-url": "https://packagist.org/downloads/",
1259              "license": [
1260                  "MIT"
1261              ],
1262              "authors": [
1263                  {
1264                      "name": "PHP-FIG",
1265                      "homepage": "http://www.php-fig.org/"
1266                  }
1267              ],
1268              "description": "Common interface for logging libraries",
1269              "homepage": "https://github.com/php-fig/log",
1270              "keywords": [
1271                  "log",
1272                  "psr",
1273                  "psr-3"
1274              ],
1275              "time": "2020-03-23T09:12:05+00:00"
1276          },
1277          {
1278              "name": "sebastian/code-unit-reverse-lookup",
1279              "version": "1.0.1",
1280              "source": {
1281                  "type": "git",
1282                  "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1283                  "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1284              },
1285              "dist": {
1286                  "type": "zip",
1287                  "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1288                  "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1289                  "shasum": ""
1290              },
1291              "require": {
1292                  "php": "^5.6 || ^7.0"
1293              },
1294              "require-dev": {
1295                  "phpunit/phpunit": "^5.7 || ^6.0"
1296              },
1297              "type": "library",
1298              "extra": {
1299                  "branch-alias": {
1300                      "dev-master": "1.0.x-dev"
1301                  }
1302              },
1303              "autoload": {
1304                  "classmap": [
1305                      "src/"
1306                  ]
1307              },
1308              "notification-url": "https://packagist.org/downloads/",
1309              "license": [
1310                  "BSD-3-Clause"
1311              ],
1312              "authors": [
1313                  {
1314                      "name": "Sebastian Bergmann",
1315                      "email": "sebastian@phpunit.de"
1316                  }
1317              ],
1318              "description": "Looks up which function or method a line of code belongs to",
1319              "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1320              "time": "2017-03-04T06:30:41+00:00"
1321          },
1322          {
1323              "name": "sebastian/comparator",
1324              "version": "3.0.2",
1325              "source": {
1326                  "type": "git",
1327                  "url": "https://github.com/sebastianbergmann/comparator.git",
1328                  "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
1329              },
1330              "dist": {
1331                  "type": "zip",
1332                  "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
1333                  "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
1334                  "shasum": ""
1335              },
1336              "require": {
1337                  "php": "^7.1",
1338                  "sebastian/diff": "^3.0",
1339                  "sebastian/exporter": "^3.1"
1340              },
1341              "require-dev": {
1342                  "phpunit/phpunit": "^7.1"
1343              },
1344              "type": "library",
1345              "extra": {
1346                  "branch-alias": {
1347                      "dev-master": "3.0-dev"
1348                  }
1349              },
1350              "autoload": {
1351                  "classmap": [
1352                      "src/"
1353                  ]
1354              },
1355              "notification-url": "https://packagist.org/downloads/",
1356              "license": [
1357                  "BSD-3-Clause"
1358              ],
1359              "authors": [
1360                  {
1361                      "name": "Jeff Welch",
1362                      "email": "whatthejeff@gmail.com"
1363                  },
1364                  {
1365                      "name": "Volker Dusch",
1366                      "email": "github@wallbash.com"
1367                  },
1368                  {
1369                      "name": "Bernhard Schussek",
1370                      "email": "bschussek@2bepublished.at"
1371                  },
1372                  {
1373                      "name": "Sebastian Bergmann",
1374                      "email": "sebastian@phpunit.de"
1375                  }
1376              ],
1377              "description": "Provides the functionality to compare PHP values for equality",
1378              "homepage": "https://github.com/sebastianbergmann/comparator",
1379              "keywords": [
1380                  "comparator",
1381                  "compare",
1382                  "equality"
1383              ],
1384              "time": "2018-07-12T15:12:46+00:00"
1385          },
1386          {
1387              "name": "sebastian/diff",
1388              "version": "3.0.2",
1389              "source": {
1390                  "type": "git",
1391                  "url": "https://github.com/sebastianbergmann/diff.git",
1392                  "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
1393              },
1394              "dist": {
1395                  "type": "zip",
1396                  "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
1397                  "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
1398                  "shasum": ""
1399              },
1400              "require": {
1401                  "php": "^7.1"
1402              },
1403              "require-dev": {
1404                  "phpunit/phpunit": "^7.5 || ^8.0",
1405                  "symfony/process": "^2 || ^3.3 || ^4"
1406              },
1407              "type": "library",
1408              "extra": {
1409                  "branch-alias": {
1410                      "dev-master": "3.0-dev"
1411                  }
1412              },
1413              "autoload": {
1414                  "classmap": [
1415                      "src/"
1416                  ]
1417              },
1418              "notification-url": "https://packagist.org/downloads/",
1419              "license": [
1420                  "BSD-3-Clause"
1421              ],
1422              "authors": [
1423                  {
1424                      "name": "Kore Nordmann",
1425                      "email": "mail@kore-nordmann.de"
1426                  },
1427                  {
1428                      "name": "Sebastian Bergmann",
1429                      "email": "sebastian@phpunit.de"
1430                  }
1431              ],
1432              "description": "Diff implementation",
1433              "homepage": "https://github.com/sebastianbergmann/diff",
1434              "keywords": [
1435                  "diff",
1436                  "udiff",
1437                  "unidiff",
1438                  "unified diff"
1439              ],
1440              "time": "2019-02-04T06:01:07+00:00"
1441          },
1442          {
1443              "name": "sebastian/environment",
1444              "version": "4.2.3",
1445              "source": {
1446                  "type": "git",
1447                  "url": "https://github.com/sebastianbergmann/environment.git",
1448                  "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
1449              },
1450              "dist": {
1451                  "type": "zip",
1452                  "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
1453                  "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
1454                  "shasum": ""
1455              },
1456              "require": {
1457                  "php": "^7.1"
1458              },
1459              "require-dev": {
1460                  "phpunit/phpunit": "^7.5"
1461              },
1462              "suggest": {
1463                  "ext-posix": "*"
1464              },
1465              "type": "library",
1466              "extra": {
1467                  "branch-alias": {
1468                      "dev-master": "4.2-dev"
1469                  }
1470              },
1471              "autoload": {
1472                  "classmap": [
1473                      "src/"
1474                  ]
1475              },
1476              "notification-url": "https://packagist.org/downloads/",
1477              "license": [
1478                  "BSD-3-Clause"
1479              ],
1480              "authors": [
1481                  {
1482                      "name": "Sebastian Bergmann",
1483                      "email": "sebastian@phpunit.de"
1484                  }
1485              ],
1486              "description": "Provides functionality to handle HHVM/PHP environments",
1487              "homepage": "http://www.github.com/sebastianbergmann/environment",
1488              "keywords": [
1489                  "Xdebug",
1490                  "environment",
1491                  "hhvm"
1492              ],
1493              "time": "2019-11-20T08:46:58+00:00"
1494          },
1495          {
1496              "name": "sebastian/exporter",
1497              "version": "3.1.2",
1498              "source": {
1499                  "type": "git",
1500                  "url": "https://github.com/sebastianbergmann/exporter.git",
1501                  "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
1502              },
1503              "dist": {
1504                  "type": "zip",
1505                  "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
1506                  "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
1507                  "shasum": ""
1508              },
1509              "require": {
1510                  "php": "^7.0",
1511                  "sebastian/recursion-context": "^3.0"
1512              },
1513              "require-dev": {
1514                  "ext-mbstring": "*",
1515                  "phpunit/phpunit": "^6.0"
1516              },
1517              "type": "library",
1518              "extra": {
1519                  "branch-alias": {
1520                      "dev-master": "3.1.x-dev"
1521                  }
1522              },
1523              "autoload": {
1524                  "classmap": [
1525                      "src/"
1526                  ]
1527              },
1528              "notification-url": "https://packagist.org/downloads/",
1529              "license": [
1530                  "BSD-3-Clause"
1531              ],
1532              "authors": [
1533                  {
1534                      "name": "Sebastian Bergmann",
1535                      "email": "sebastian@phpunit.de"
1536                  },
1537                  {
1538                      "name": "Jeff Welch",
1539                      "email": "whatthejeff@gmail.com"
1540                  },
1541                  {
1542                      "name": "Volker Dusch",
1543                      "email": "github@wallbash.com"
1544                  },
1545                  {
1546                      "name": "Adam Harvey",
1547                      "email": "aharvey@php.net"
1548                  },
1549                  {
1550                      "name": "Bernhard Schussek",
1551                      "email": "bschussek@gmail.com"
1552                  }
1553              ],
1554              "description": "Provides the functionality to export PHP variables for visualization",
1555              "homepage": "http://www.github.com/sebastianbergmann/exporter",
1556              "keywords": [
1557                  "export",
1558                  "exporter"
1559              ],
1560              "time": "2019-09-14T09:02:43+00:00"
1561          },
1562          {
1563              "name": "sebastian/global-state",
1564              "version": "2.0.0",
1565              "source": {
1566                  "type": "git",
1567                  "url": "https://github.com/sebastianbergmann/global-state.git",
1568                  "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
1569              },
1570              "dist": {
1571                  "type": "zip",
1572                  "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
1573                  "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
1574                  "shasum": ""
1575              },
1576              "require": {
1577                  "php": "^7.0"
1578              },
1579              "require-dev": {
1580                  "phpunit/phpunit": "^6.0"
1581              },
1582              "suggest": {
1583                  "ext-uopz": "*"
1584              },
1585              "type": "library",
1586              "extra": {
1587                  "branch-alias": {
1588                      "dev-master": "2.0-dev"
1589                  }
1590              },
1591              "autoload": {
1592                  "classmap": [
1593                      "src/"
1594                  ]
1595              },
1596              "notification-url": "https://packagist.org/downloads/",
1597              "license": [
1598                  "BSD-3-Clause"
1599              ],
1600              "authors": [
1601                  {
1602                      "name": "Sebastian Bergmann",
1603                      "email": "sebastian@phpunit.de"
1604                  }
1605              ],
1606              "description": "Snapshotting of global state",
1607              "homepage": "http://www.github.com/sebastianbergmann/global-state",
1608              "keywords": [
1609                  "global state"
1610              ],
1611              "time": "2017-04-27T15:39:26+00:00"
1612          },
1613          {
1614              "name": "sebastian/object-enumerator",
1615              "version": "3.0.3",
1616              "source": {
1617                  "type": "git",
1618                  "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1619                  "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
1620              },
1621              "dist": {
1622                  "type": "zip",
1623                  "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
1624                  "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
1625                  "shasum": ""
1626              },
1627              "require": {
1628                  "php": "^7.0",
1629                  "sebastian/object-reflector": "^1.1.1",
1630                  "sebastian/recursion-context": "^3.0"
1631              },
1632              "require-dev": {
1633                  "phpunit/phpunit": "^6.0"
1634              },
1635              "type": "library",
1636              "extra": {
1637                  "branch-alias": {
1638                      "dev-master": "3.0.x-dev"
1639                  }
1640              },
1641              "autoload": {
1642                  "classmap": [
1643                      "src/"
1644                  ]
1645              },
1646              "notification-url": "https://packagist.org/downloads/",
1647              "license": [
1648                  "BSD-3-Clause"
1649              ],
1650              "authors": [
1651                  {
1652                      "name": "Sebastian Bergmann",
1653                      "email": "sebastian@phpunit.de"
1654                  }
1655              ],
1656              "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1657              "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1658              "time": "2017-08-03T12:35:26+00:00"
1659          },
1660          {
1661              "name": "sebastian/object-reflector",
1662              "version": "1.1.1",
1663              "source": {
1664                  "type": "git",
1665                  "url": "https://github.com/sebastianbergmann/object-reflector.git",
1666                  "reference": "773f97c67f28de00d397be301821b06708fca0be"
1667              },
1668              "dist": {
1669                  "type": "zip",
1670                  "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
1671                  "reference": "773f97c67f28de00d397be301821b06708fca0be",
1672                  "shasum": ""
1673              },
1674              "require": {
1675                  "php": "^7.0"
1676              },
1677              "require-dev": {
1678                  "phpunit/phpunit": "^6.0"
1679              },
1680              "type": "library",
1681              "extra": {
1682                  "branch-alias": {
1683                      "dev-master": "1.1-dev"
1684                  }
1685              },
1686              "autoload": {
1687                  "classmap": [
1688                      "src/"
1689                  ]
1690              },
1691              "notification-url": "https://packagist.org/downloads/",
1692              "license": [
1693                  "BSD-3-Clause"
1694              ],
1695              "authors": [
1696                  {
1697                      "name": "Sebastian Bergmann",
1698                      "email": "sebastian@phpunit.de"
1699                  }
1700              ],
1701              "description": "Allows reflection of object attributes, including inherited and non-public ones",
1702              "homepage": "https://github.com/sebastianbergmann/object-reflector/",
1703              "time": "2017-03-29T09:07:27+00:00"
1704          },
1705          {
1706              "name": "sebastian/recursion-context",
1707              "version": "3.0.0",
1708              "source": {
1709                  "type": "git",
1710                  "url": "https://github.com/sebastianbergmann/recursion-context.git",
1711                  "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
1712              },
1713              "dist": {
1714                  "type": "zip",
1715                  "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
1716                  "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
1717                  "shasum": ""
1718              },
1719              "require": {
1720                  "php": "^7.0"
1721              },
1722              "require-dev": {
1723                  "phpunit/phpunit": "^6.0"
1724              },
1725              "type": "library",
1726              "extra": {
1727                  "branch-alias": {
1728                      "dev-master": "3.0.x-dev"
1729                  }
1730              },
1731              "autoload": {
1732                  "classmap": [
1733                      "src/"
1734                  ]
1735              },
1736              "notification-url": "https://packagist.org/downloads/",
1737              "license": [
1738                  "BSD-3-Clause"
1739              ],
1740              "authors": [
1741                  {
1742                      "name": "Jeff Welch",
1743                      "email": "whatthejeff@gmail.com"
1744                  },
1745                  {
1746                      "name": "Sebastian Bergmann",
1747                      "email": "sebastian@phpunit.de"
1748                  },
1749                  {
1750                      "name": "Adam Harvey",
1751                      "email": "aharvey@php.net"
1752                  }
1753              ],
1754              "description": "Provides functionality to recursively process PHP variables",
1755              "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1756              "time": "2017-03-03T06:23:57+00:00"
1757          },
1758          {
1759              "name": "sebastian/resource-operations",
1760              "version": "2.0.1",
1761              "source": {
1762                  "type": "git",
1763                  "url": "https://github.com/sebastianbergmann/resource-operations.git",
1764                  "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
1765              },
1766              "dist": {
1767                  "type": "zip",
1768                  "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
1769                  "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
1770                  "shasum": ""
1771              },
1772              "require": {
1773                  "php": "^7.1"
1774              },
1775              "type": "library",
1776              "extra": {
1777                  "branch-alias": {
1778                      "dev-master": "2.0-dev"
1779                  }
1780              },
1781              "autoload": {
1782                  "classmap": [
1783                      "src/"
1784                  ]
1785              },
1786              "notification-url": "https://packagist.org/downloads/",
1787              "license": [
1788                  "BSD-3-Clause"
1789              ],
1790              "authors": [
1791                  {
1792                      "name": "Sebastian Bergmann",
1793                      "email": "sebastian@phpunit.de"
1794                  }
1795              ],
1796              "description": "Provides a list of PHP built-in functions that operate on resources",
1797              "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1798              "time": "2018-10-04T04:07:39+00:00"
1799          },
1800          {
1801              "name": "sebastian/version",
1802              "version": "2.0.1",
1803              "source": {
1804                  "type": "git",
1805                  "url": "https://github.com/sebastianbergmann/version.git",
1806                  "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
1807              },
1808              "dist": {
1809                  "type": "zip",
1810                  "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
1811                  "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
1812                  "shasum": ""
1813              },
1814              "require": {
1815                  "php": ">=5.6"
1816              },
1817              "type": "library",
1818              "extra": {
1819                  "branch-alias": {
1820                      "dev-master": "2.0.x-dev"
1821                  }
1822              },
1823              "autoload": {
1824                  "classmap": [
1825                      "src/"
1826                  ]
1827              },
1828              "notification-url": "https://packagist.org/downloads/",
1829              "license": [
1830                  "BSD-3-Clause"
1831              ],
1832              "authors": [
1833                  {
1834                      "name": "Sebastian Bergmann",
1835                      "email": "sebastian@phpunit.de",
1836                      "role": "lead"
1837                  }
1838              ],
1839              "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1840              "homepage": "https://github.com/sebastianbergmann/version",
1841              "time": "2016-10-03T07:35:21+00:00"
1842          },
1843          {
1844              "name": "seld/jsonlint",
1845              "version": "1.7.2",
1846              "source": {
1847                  "type": "git",
1848                  "url": "https://github.com/Seldaek/jsonlint.git",
1849                  "reference": "e2e5d290e4d2a4f0eb449f510071392e00e10d19"
1850              },
1851              "dist": {
1852                  "type": "zip",
1853                  "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/e2e5d290e4d2a4f0eb449f510071392e00e10d19",
1854                  "reference": "e2e5d290e4d2a4f0eb449f510071392e00e10d19",
1855                  "shasum": ""
1856              },
1857              "require": {
1858                  "php": "^5.3 || ^7.0"
1859              },
1860              "require-dev": {
1861                  "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1862              },
1863              "bin": [
1864                  "bin/jsonlint"
1865              ],
1866              "type": "library",
1867              "autoload": {
1868                  "psr-4": {
1869                      "Seld\\JsonLint\\": "src/Seld/JsonLint/"
1870                  }
1871              },
1872              "notification-url": "https://packagist.org/downloads/",
1873              "license": [
1874                  "MIT"
1875              ],
1876              "authors": [
1877                  {
1878                      "name": "Jordi Boggiano",
1879                      "email": "j.boggiano@seld.be",
1880                      "homepage": "http://seld.be"
1881                  }
1882              ],
1883              "description": "JSON Linter",
1884              "keywords": [
1885                  "json",
1886                  "linter",
1887                  "parser",
1888                  "validator"
1889              ],
1890              "support": {
1891                  "issues": "https://github.com/Seldaek/jsonlint/issues",
1892                  "source": "https://github.com/Seldaek/jsonlint/tree/1.7.2"
1893              },
1894              "time": "2019-10-24T14:27:39+00:00"
1895          },
1896          {
1897              "name": "seld/phar-utils",
1898              "version": "1.1.0",
1899              "source": {
1900                  "type": "git",
1901                  "url": "https://github.com/Seldaek/phar-utils.git",
1902                  "reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0"
1903              },
1904              "dist": {
1905                  "type": "zip",
1906                  "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8800503d56b9867d43d9c303b9cbcc26016e82f0",
1907                  "reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0",
1908                  "shasum": ""
1909              },
1910              "require": {
1911                  "php": ">=5.3"
1912              },
1913              "type": "library",
1914              "extra": {
1915                  "branch-alias": {
1916                      "dev-master": "1.x-dev"
1917                  }
1918              },
1919              "autoload": {
1920                  "psr-4": {
1921                      "Seld\\PharUtils\\": "src/"
1922                  }
1923              },
1924              "notification-url": "https://packagist.org/downloads/",
1925              "license": [
1926                  "MIT"
1927              ],
1928              "authors": [
1929                  {
1930                      "name": "Jordi Boggiano",
1931                      "email": "j.boggiano@seld.be"
1932                  }
1933              ],
1934              "description": "PHAR file format utilities, for when PHP phars you up",
1935              "keywords": [
1936                  "phar"
1937              ],
1938              "support": {
1939                  "issues": "https://github.com/Seldaek/phar-utils/issues",
1940                  "source": "https://github.com/Seldaek/phar-utils/tree/1.1.0"
1941              },
1942              "time": "2020-02-14T15:25:33+00:00"
1943          },
1944          {
1945              "name": "symfony/console",
1946              "version": "v5.0.7",
1947              "source": {
1948                  "type": "git",
1949                  "url": "https://github.com/symfony/console.git",
1950                  "reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935"
1951              },
1952              "dist": {
1953                  "type": "zip",
1954                  "url": "https://api.github.com/repos/symfony/console/zipball/5fa1caadc8cdaa17bcfb25219f3b53fe294a9935",
1955                  "reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935",
1956                  "shasum": ""
1957              },
1958              "require": {
1959                  "php": "^7.2.5",
1960                  "symfony/polyfill-mbstring": "~1.0",
1961                  "symfony/polyfill-php73": "^1.8",
1962                  "symfony/service-contracts": "^1.1|^2"
1963              },
1964              "conflict": {
1965                  "symfony/dependency-injection": "<4.4",
1966                  "symfony/event-dispatcher": "<4.4",
1967                  "symfony/lock": "<4.4",
1968                  "symfony/process": "<4.4"
1969              },
1970              "provide": {
1971                  "psr/log-implementation": "1.0"
1972              },
1973              "require-dev": {
1974                  "psr/log": "~1.0",
1975                  "symfony/config": "^4.4|^5.0",
1976                  "symfony/dependency-injection": "^4.4|^5.0",
1977                  "symfony/event-dispatcher": "^4.4|^5.0",
1978                  "symfony/lock": "^4.4|^5.0",
1979                  "symfony/process": "^4.4|^5.0",
1980                  "symfony/var-dumper": "^4.4|^5.0"
1981              },
1982              "suggest": {
1983                  "psr/log": "For using the console logger",
1984                  "symfony/event-dispatcher": "",
1985                  "symfony/lock": "",
1986                  "symfony/process": ""
1987              },
1988              "type": "library",
1989              "extra": {
1990                  "branch-alias": {
1991                      "dev-master": "5.0-dev"
1992                  }
1993              },
1994              "autoload": {
1995                  "psr-4": {
1996                      "Symfony\\Component\\Console\\": ""
1997                  },
1998                  "exclude-from-classmap": [
1999                      "/Tests/"
2000                  ]
2001              },
2002              "notification-url": "https://packagist.org/downloads/",
2003              "license": [
2004                  "MIT"
2005              ],
2006              "authors": [
2007                  {
2008                      "name": "Fabien Potencier",
2009                      "email": "fabien@symfony.com"
2010                  },
2011                  {
2012                      "name": "Symfony Community",
2013                      "homepage": "https://symfony.com/contributors"
2014                  }
2015              ],
2016              "description": "Symfony Console Component",
2017              "homepage": "https://symfony.com",
2018              "support": {
2019                  "source": "https://github.com/symfony/console/tree/v5.0.7"
2020              },
2021              "time": "2020-03-30T11:42:42+00:00"
2022          },
2023          {
2024              "name": "symfony/filesystem",
2025              "version": "v5.0.7",
2026              "source": {
2027                  "type": "git",
2028                  "url": "https://github.com/symfony/filesystem.git",
2029                  "reference": "ca3b87dd09fff9b771731637f5379965fbfab420"
2030              },
2031              "dist": {
2032                  "type": "zip",
2033                  "url": "https://api.github.com/repos/symfony/filesystem/zipball/ca3b87dd09fff9b771731637f5379965fbfab420",
2034                  "reference": "ca3b87dd09fff9b771731637f5379965fbfab420",
2035                  "shasum": ""
2036              },
2037              "require": {
2038                  "php": "^7.2.5",
2039                  "symfony/polyfill-ctype": "~1.8"
2040              },
2041              "type": "library",
2042              "extra": {
2043                  "branch-alias": {
2044                      "dev-master": "5.0-dev"
2045                  }
2046              },
2047              "autoload": {
2048                  "psr-4": {
2049                      "Symfony\\Component\\Filesystem\\": ""
2050                  },
2051                  "exclude-from-classmap": [
2052                      "/Tests/"
2053                  ]
2054              },
2055              "notification-url": "https://packagist.org/downloads/",
2056              "license": [
2057                  "MIT"
2058              ],
2059              "authors": [
2060                  {
2061                      "name": "Fabien Potencier",
2062                      "email": "fabien@symfony.com"
2063                  },
2064                  {
2065                      "name": "Symfony Community",
2066                      "homepage": "https://symfony.com/contributors"
2067                  }
2068              ],
2069              "description": "Symfony Filesystem Component",
2070              "homepage": "https://symfony.com",
2071              "support": {
2072                  "source": "https://github.com/symfony/filesystem/tree/v5.0.7"
2073              },
2074              "funding": [
2075                  {
2076                      "url": "https://symfony.com/sponsor",
2077                      "type": "custom"
2078                  },
2079                  {
2080                      "url": "https://github.com/fabpot",
2081                      "type": "github"
2082                  },
2083                  {
2084                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2085                      "type": "tidelift"
2086                  }
2087              ],
2088              "time": "2020-03-27T16:56:45+00:00"
2089          },
2090          {
2091              "name": "symfony/finder",
2092              "version": "v5.0.7",
2093              "source": {
2094                  "type": "git",
2095                  "url": "https://github.com/symfony/finder.git",
2096                  "reference": "600a52c29afc0d1caa74acbec8d3095ca7e9910d"
2097              },
2098              "dist": {
2099                  "type": "zip",
2100                  "url": "https://api.github.com/repos/symfony/finder/zipball/600a52c29afc0d1caa74acbec8d3095ca7e9910d",
2101                  "reference": "600a52c29afc0d1caa74acbec8d3095ca7e9910d",
2102                  "shasum": ""
2103              },
2104              "require": {
2105                  "php": "^7.2.5"
2106              },
2107              "type": "library",
2108              "extra": {
2109                  "branch-alias": {
2110                      "dev-master": "5.0-dev"
2111                  }
2112              },
2113              "autoload": {
2114                  "psr-4": {
2115                      "Symfony\\Component\\Finder\\": ""
2116                  },
2117                  "exclude-from-classmap": [
2118                      "/Tests/"
2119                  ]
2120              },
2121              "notification-url": "https://packagist.org/downloads/",
2122              "license": [
2123                  "MIT"
2124              ],
2125              "authors": [
2126                  {
2127                      "name": "Fabien Potencier",
2128                      "email": "fabien@symfony.com"
2129                  },
2130                  {
2131                      "name": "Symfony Community",
2132                      "homepage": "https://symfony.com/contributors"
2133                  }
2134              ],
2135              "description": "Symfony Finder Component",
2136              "homepage": "https://symfony.com",
2137              "support": {
2138                  "source": "https://github.com/symfony/finder/tree/5.0"
2139              },
2140              "funding": [
2141                  {
2142                      "url": "https://symfony.com/sponsor",
2143                      "type": "custom"
2144                  },
2145                  {
2146                      "url": "https://github.com/fabpot",
2147                      "type": "github"
2148                  },
2149                  {
2150                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2151                      "type": "tidelift"
2152                  }
2153              ],
2154              "time": "2020-03-27T16:56:45+00:00"
2155          },
2156          {
2157              "name": "symfony/polyfill-ctype",
2158              "version": "v1.15.0",
2159              "source": {
2160                  "type": "git",
2161                  "url": "https://github.com/symfony/polyfill-ctype.git",
2162                  "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14"
2163              },
2164              "dist": {
2165                  "type": "zip",
2166                  "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
2167                  "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
2168                  "shasum": ""
2169              },
2170              "require": {
2171                  "php": ">=5.3.3"
2172              },
2173              "suggest": {
2174                  "ext-ctype": "For best performance"
2175              },
2176              "type": "library",
2177              "extra": {
2178                  "branch-alias": {
2179                      "dev-master": "1.15-dev"
2180                  }
2181              },
2182              "autoload": {
2183                  "psr-4": {
2184                      "Symfony\\Polyfill\\Ctype\\": ""
2185                  },
2186                  "files": [
2187                      "bootstrap.php"
2188                  ]
2189              },
2190              "notification-url": "https://packagist.org/downloads/",
2191              "license": [
2192                  "MIT"
2193              ],
2194              "authors": [
2195                  {
2196                      "name": "Gert de Pagter",
2197                      "email": "BackEndTea@gmail.com"
2198                  },
2199                  {
2200                      "name": "Symfony Community",
2201                      "homepage": "https://symfony.com/contributors"
2202                  }
2203              ],
2204              "description": "Symfony polyfill for ctype functions",
2205              "homepage": "https://symfony.com",
2206              "keywords": [
2207                  "compatibility",
2208                  "ctype",
2209                  "polyfill",
2210                  "portable"
2211              ],
2212              "support": {
2213                  "source": "https://github.com/symfony/polyfill-ctype/tree/v1.15.0"
2214              },
2215              "funding": [
2216                  {
2217                      "url": "https://symfony.com/sponsor",
2218                      "type": "custom"
2219                  },
2220                  {
2221                      "url": "https://github.com/fabpot",
2222                      "type": "github"
2223                  },
2224                  {
2225                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2226                      "type": "tidelift"
2227                  }
2228              ],
2229              "time": "2020-02-27T09:26:54+00:00"
2230          },
2231          {
2232              "name": "symfony/polyfill-mbstring",
2233              "version": "v1.15.0",
2234              "source": {
2235                  "type": "git",
2236                  "url": "https://github.com/symfony/polyfill-mbstring.git",
2237                  "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
2238              },
2239              "dist": {
2240                  "type": "zip",
2241                  "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
2242                  "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
2243                  "shasum": ""
2244              },
2245              "require": {
2246                  "php": ">=5.3.3"
2247              },
2248              "suggest": {
2249                  "ext-mbstring": "For best performance"
2250              },
2251              "type": "library",
2252              "extra": {
2253                  "branch-alias": {
2254                      "dev-master": "1.15-dev"
2255                  }
2256              },
2257              "autoload": {
2258                  "psr-4": {
2259                      "Symfony\\Polyfill\\Mbstring\\": ""
2260                  },
2261                  "files": [
2262                      "bootstrap.php"
2263                  ]
2264              },
2265              "notification-url": "https://packagist.org/downloads/",
2266              "license": [
2267                  "MIT"
2268              ],
2269              "authors": [
2270                  {
2271                      "name": "Nicolas Grekas",
2272                      "email": "p@tchwork.com"
2273                  },
2274                  {
2275                      "name": "Symfony Community",
2276                      "homepage": "https://symfony.com/contributors"
2277                  }
2278              ],
2279              "description": "Symfony polyfill for the Mbstring extension",
2280              "homepage": "https://symfony.com",
2281              "keywords": [
2282                  "compatibility",
2283                  "mbstring",
2284                  "polyfill",
2285                  "portable",
2286                  "shim"
2287              ],
2288              "support": {
2289                  "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.15.0"
2290              },
2291              "funding": [
2292                  {
2293                      "url": "https://symfony.com/sponsor",
2294                      "type": "custom"
2295                  },
2296                  {
2297                      "url": "https://github.com/fabpot",
2298                      "type": "github"
2299                  },
2300                  {
2301                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2302                      "type": "tidelift"
2303                  }
2304              ],
2305              "time": "2020-03-09T19:04:49+00:00"
2306          },
2307          {
2308              "name": "symfony/polyfill-php73",
2309              "version": "v1.15.0",
2310              "source": {
2311                  "type": "git",
2312                  "url": "https://github.com/symfony/polyfill-php73.git",
2313                  "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7"
2314              },
2315              "dist": {
2316                  "type": "zip",
2317                  "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
2318                  "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
2319                  "shasum": ""
2320              },
2321              "require": {
2322                  "php": ">=5.3.3"
2323              },
2324              "type": "library",
2325              "extra": {
2326                  "branch-alias": {
2327                      "dev-master": "1.15-dev"
2328                  }
2329              },
2330              "autoload": {
2331                  "psr-4": {
2332                      "Symfony\\Polyfill\\Php73\\": ""
2333                  },
2334                  "files": [
2335                      "bootstrap.php"
2336                  ],
2337                  "classmap": [
2338                      "Resources/stubs"
2339                  ]
2340              },
2341              "notification-url": "https://packagist.org/downloads/",
2342              "license": [
2343                  "MIT"
2344              ],
2345              "authors": [
2346                  {
2347                      "name": "Nicolas Grekas",
2348                      "email": "p@tchwork.com"
2349                  },
2350                  {
2351                      "name": "Symfony Community",
2352                      "homepage": "https://symfony.com/contributors"
2353                  }
2354              ],
2355              "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
2356              "homepage": "https://symfony.com",
2357              "keywords": [
2358                  "compatibility",
2359                  "polyfill",
2360                  "portable",
2361                  "shim"
2362              ],
2363              "support": {
2364                  "source": "https://github.com/symfony/polyfill-php73/tree/v1.15.0"
2365              },
2366              "funding": [
2367                  {
2368                      "url": "https://symfony.com/sponsor",
2369                      "type": "custom"
2370                  },
2371                  {
2372                      "url": "https://github.com/fabpot",
2373                      "type": "github"
2374                  },
2375                  {
2376                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2377                      "type": "tidelift"
2378                  }
2379              ],
2380              "time": "2020-02-27T09:26:54+00:00"
2381          },
2382          {
2383              "name": "symfony/process",
2384              "version": "v5.0.7",
2385              "source": {
2386                  "type": "git",
2387                  "url": "https://github.com/symfony/process.git",
2388                  "reference": "c5ca4a0fc16a0c888067d43fbcfe1f8a53d8e70e"
2389              },
2390              "dist": {
2391                  "type": "zip",
2392                  "url": "https://api.github.com/repos/symfony/process/zipball/c5ca4a0fc16a0c888067d43fbcfe1f8a53d8e70e",
2393                  "reference": "c5ca4a0fc16a0c888067d43fbcfe1f8a53d8e70e",
2394                  "shasum": ""
2395              },
2396              "require": {
2397                  "php": "^7.2.5"
2398              },
2399              "type": "library",
2400              "extra": {
2401                  "branch-alias": {
2402                      "dev-master": "5.0-dev"
2403                  }
2404              },
2405              "autoload": {
2406                  "psr-4": {
2407                      "Symfony\\Component\\Process\\": ""
2408                  },
2409                  "exclude-from-classmap": [
2410                      "/Tests/"
2411                  ]
2412              },
2413              "notification-url": "https://packagist.org/downloads/",
2414              "license": [
2415                  "MIT"
2416              ],
2417              "authors": [
2418                  {
2419                      "name": "Fabien Potencier",
2420                      "email": "fabien@symfony.com"
2421                  },
2422                  {
2423                      "name": "Symfony Community",
2424                      "homepage": "https://symfony.com/contributors"
2425                  }
2426              ],
2427              "description": "Symfony Process Component",
2428              "homepage": "https://symfony.com",
2429              "support": {
2430                  "source": "https://github.com/symfony/process/tree/v5.0.7"
2431              },
2432              "time": "2020-03-27T16:56:45+00:00"
2433          },
2434          {
2435              "name": "symfony/service-contracts",
2436              "version": "v2.0.1",
2437              "source": {
2438                  "type": "git",
2439                  "url": "https://github.com/symfony/service-contracts.git",
2440                  "reference": "144c5e51266b281231e947b51223ba14acf1a749"
2441              },
2442              "dist": {
2443                  "type": "zip",
2444                  "url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
2445                  "reference": "144c5e51266b281231e947b51223ba14acf1a749",
2446                  "shasum": ""
2447              },
2448              "require": {
2449                  "php": "^7.2.5",
2450                  "psr/container": "^1.0"
2451              },
2452              "suggest": {
2453                  "symfony/service-implementation": ""
2454              },
2455              "type": "library",
2456              "extra": {
2457                  "branch-alias": {
2458                      "dev-master": "2.0-dev"
2459                  }
2460              },
2461              "autoload": {
2462                  "psr-4": {
2463                      "Symfony\\Contracts\\Service\\": ""
2464                  }
2465              },
2466              "notification-url": "https://packagist.org/downloads/",
2467              "license": [
2468                  "MIT"
2469              ],
2470              "authors": [
2471                  {
2472                      "name": "Nicolas Grekas",
2473                      "email": "p@tchwork.com"
2474                  },
2475                  {
2476                      "name": "Symfony Community",
2477                      "homepage": "https://symfony.com/contributors"
2478                  }
2479              ],
2480              "description": "Generic abstractions related to writing services",
2481              "homepage": "https://symfony.com",
2482              "keywords": [
2483                  "abstractions",
2484                  "contracts",
2485                  "decoupling",
2486                  "interfaces",
2487                  "interoperability",
2488                  "standards"
2489              ],
2490              "support": {
2491                  "source": "https://github.com/symfony/service-contracts/tree/v2.0.1"
2492              },
2493              "time": "2019-11-18T17:27:11+00:00"
2494          },
2495          {
2496              "name": "theseer/tokenizer",
2497              "version": "1.1.3",
2498              "source": {
2499                  "type": "git",
2500                  "url": "https://github.com/theseer/tokenizer.git",
2501                  "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
2502              },
2503              "dist": {
2504                  "type": "zip",
2505                  "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
2506                  "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
2507                  "shasum": ""
2508              },
2509              "require": {
2510                  "ext-dom": "*",
2511                  "ext-tokenizer": "*",
2512                  "ext-xmlwriter": "*",
2513                  "php": "^7.0"
2514              },
2515              "type": "library",
2516              "autoload": {
2517                  "classmap": [
2518                      "src/"
2519                  ]
2520              },
2521              "notification-url": "https://packagist.org/downloads/",
2522              "license": [
2523                  "BSD-3-Clause"
2524              ],
2525              "authors": [
2526                  {
2527                      "name": "Arne Blankerts",
2528                      "email": "arne@blankerts.de",
2529                      "role": "Developer"
2530                  }
2531              ],
2532              "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
2533              "time": "2019-06-13T22:48:21+00:00"
2534          },
2535          {
2536              "name": "webmozart/assert",
2537              "version": "1.8.0",
2538              "source": {
2539                  "type": "git",
2540                  "url": "https://github.com/webmozart/assert.git",
2541                  "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6"
2542              },
2543              "dist": {
2544                  "type": "zip",
2545                  "url": "https://api.github.com/repos/webmozart/assert/zipball/ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
2546                  "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
2547                  "shasum": ""
2548              },
2549              "require": {
2550                  "php": "^5.3.3 || ^7.0",
2551                  "symfony/polyfill-ctype": "^1.8"
2552              },
2553              "conflict": {
2554                  "vimeo/psalm": "<3.9.1"
2555              },
2556              "require-dev": {
2557                  "phpunit/phpunit": "^4.8.36 || ^7.5.13"
2558              },
2559              "type": "library",
2560              "autoload": {
2561                  "psr-4": {
2562                      "Webmozart\\Assert\\": "src/"
2563                  }
2564              },
2565              "notification-url": "https://packagist.org/downloads/",
2566              "license": [
2567                  "MIT"
2568              ],
2569              "authors": [
2570                  {
2571                      "name": "Bernhard Schussek",
2572                      "email": "bschussek@gmail.com"
2573                  }
2574              ],
2575              "description": "Assertions to validate method input/output with nice error messages.",
2576              "keywords": [
2577                  "assert",
2578                  "check",
2579                  "validate"
2580              ],
2581              "support": {
2582                  "issues": "https://github.com/webmozart/assert/issues",
2583                  "source": "https://github.com/webmozart/assert/tree/master"
2584              },
2585              "time": "2020-04-18T12:12:48+00:00"
2586          }
2587      ],
2588      "aliases": [],
2589      "minimum-stability": "stable",
2590      "stability-flags": {
2591          "composer/composer": 20
2592      },
2593      "prefer-stable": false,
2594      "prefer-lowest": false,
2595      "platform": {
2596          "php": "^7",
2597          "composer-plugin-api": "^1.1.0 || ^2.0"
2598      },
2599      "platform-dev": {
2600          "ext-zip": "^1.13"
2601      },
2602      "plugin-api-version": "1.1.0"
2603  }
2604