Verzeichnisstruktur phpBB-3.3.15
- Veröffentlicht
- 28.08.2024
So funktioniert es
|
Auf das letzte Element klicken. Dies geht jeweils ein Schritt zurück |
Auf das Icon klicken, dies öffnet das Verzeichnis. Nochmal klicken schließt das Verzeichnis. |
|
(Beispiel Datei-Icons)
|
Auf das Icon klicken um den Quellcode anzuzeigen |
composer.lock
0001 {
0002 "_readme": [
0003 "This file locks the dependencies of your project to a known state",
0004 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
0005 "This file is @generated automatically"
0006 ],
0007 "content-hash": "7be208641d67e8a91bf182baaa79364a",
0008 "packages": [],
0009 "packages-dev": [
0010 {
0011 "name": "athletic/athletic",
0012 "version": "v0.1.8",
0013 "source": {
0014 "type": "git",
0015 "url": "https://github.com/polyfractal/athletic.git",
0016 "reference": "51fe4b6e5298dd8af187825a4e57745898e37f0e"
0017 },
0018 "dist": {
0019 "type": "zip",
0020 "url": "https://api.github.com/repos/polyfractal/athletic/zipball/51fe4b6e5298dd8af187825a4e57745898e37f0e",
0021 "reference": "51fe4b6e5298dd8af187825a4e57745898e37f0e",
0022 "shasum": ""
0023 },
0024 "require": {
0025 "nategood/commando": "0.2.1",
0026 "php": ">=5.3.9",
0027 "pimple/pimple": ">=1.0,<3.0",
0028 "zeptech/annotations": "1.1.*"
0029 },
0030 "require-dev": {
0031 "mikey179/vfsstream": "1.2.*",
0032 "mockery/mockery": "0.8.*",
0033 "phpunit/phpunit": "~4.0",
0034 "satooshi/php-coveralls": "0.6.*"
0035 },
0036 "bin": [
0037 "bin/athletic"
0038 ],
0039 "type": "library",
0040 "autoload": {
0041 "psr-0": {
0042 "Athletic": "src/"
0043 }
0044 },
0045 "notification-url": "https://packagist.org/downloads/",
0046 "license": [
0047 "MIT"
0048 ],
0049 "authors": [
0050 {
0051 "name": "Zachary Tong"
0052 }
0053 ],
0054 "description": "PHP Benchmarking Framework",
0055 "keywords": [
0056 "benchmark",
0057 "benchmarking",
0058 "profiling"
0059 ],
0060 "time": "2014-06-03T18:32:22+00:00"
0061 },
0062 {
0063 "name": "container-interop/container-interop",
0064 "version": "1.2.0",
0065 "source": {
0066 "type": "git",
0067 "url": "https://github.com/container-interop/container-interop.git",
0068 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
0069 },
0070 "dist": {
0071 "type": "zip",
0072 "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
0073 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
0074 "shasum": ""
0075 },
0076 "require": {
0077 "psr/container": "^1.0"
0078 },
0079 "type": "library",
0080 "autoload": {
0081 "psr-4": {
0082 "Interop\\Container\\": "src/Interop/Container/"
0083 }
0084 },
0085 "notification-url": "https://packagist.org/downloads/",
0086 "license": [
0087 "MIT"
0088 ],
0089 "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
0090 "homepage": "https://github.com/container-interop/container-interop",
0091 "time": "2017-02-14T19:40:03+00:00"
0092 },
0093 {
0094 "name": "doctrine/instantiator",
0095 "version": "1.1.0",
0096 "source": {
0097 "type": "git",
0098 "url": "https://github.com/doctrine/instantiator.git",
0099 "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
0100 },
0101 "dist": {
0102 "type": "zip",
0103 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
0104 "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
0105 "shasum": ""
0106 },
0107 "require": {
0108 "php": "^7.1"
0109 },
0110 "require-dev": {
0111 "athletic/athletic": "~0.1.8",
0112 "ext-pdo": "*",
0113 "ext-phar": "*",
0114 "phpunit/phpunit": "^6.2.3",
0115 "squizlabs/php_codesniffer": "^3.0.2"
0116 },
0117 "type": "library",
0118 "extra": {
0119 "branch-alias": {
0120 "dev-master": "1.2.x-dev"
0121 }
0122 },
0123 "autoload": {
0124 "psr-4": {
0125 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
0126 }
0127 },
0128 "notification-url": "https://packagist.org/downloads/",
0129 "license": [
0130 "MIT"
0131 ],
0132 "authors": [
0133 {
0134 "name": "Marco Pivetta",
0135 "email": "ocramius@gmail.com",
0136 "homepage": "http://ocramius.github.com/"
0137 }
0138 ],
0139 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
0140 "homepage": "https://github.com/doctrine/instantiator",
0141 "keywords": [
0142 "constructor",
0143 "instantiate"
0144 ],
0145 "time": "2017-07-22T11:58:36+00:00"
0146 },
0147 {
0148 "name": "kevinlebrun/colors.php",
0149 "version": "0.2.0",
0150 "source": {
0151 "type": "git",
0152 "url": "https://github.com/kevinlebrun/colors.php.git",
0153 "reference": "b13d23b9365ece519abc0eaa77cd3061c5810d30"
0154 },
0155 "dist": {
0156 "type": "zip",
0157 "url": "https://api.github.com/repos/kevinlebrun/colors.php/zipball/b13d23b9365ece519abc0eaa77cd3061c5810d30",
0158 "reference": "b13d23b9365ece519abc0eaa77cd3061c5810d30",
0159 "shasum": ""
0160 },
0161 "require": {
0162 "php": ">=5.3.0"
0163 },
0164 "type": "library",
0165 "autoload": {
0166 "psr-0": {
0167 "Colors": "lib/"
0168 }
0169 },
0170 "notification-url": "https://packagist.org/downloads/",
0171 "license": [
0172 "MIT"
0173 ],
0174 "authors": [
0175 {
0176 "name": "Kevin Le Brun",
0177 "email": "lebrun.k@gmail.com",
0178 "homepage": "http://kevinlebrun.fr",
0179 "role": "developer"
0180 }
0181 ],
0182 "description": "Colors for PHP CLI scripts",
0183 "homepage": "https://github.com/kevinlebrun/colors.php",
0184 "keywords": [
0185 "cli",
0186 "color",
0187 "colors",
0188 "console",
0189 "shell"
0190 ],
0191 "time": "2012-03-25T18:18:10+00:00"
0192 },
0193 {
0194 "name": "myclabs/deep-copy",
0195 "version": "1.7.0",
0196 "source": {
0197 "type": "git",
0198 "url": "https://github.com/myclabs/DeepCopy.git",
0199 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
0200 },
0201 "dist": {
0202 "type": "zip",
0203 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
0204 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
0205 "shasum": ""
0206 },
0207 "require": {
0208 "php": "^5.6 || ^7.0"
0209 },
0210 "require-dev": {
0211 "doctrine/collections": "^1.0",
0212 "doctrine/common": "^2.6",
0213 "phpunit/phpunit": "^4.1"
0214 },
0215 "type": "library",
0216 "autoload": {
0217 "psr-4": {
0218 "DeepCopy\\": "src/DeepCopy/"
0219 },
0220 "files": [
0221 "src/DeepCopy/deep_copy.php"
0222 ]
0223 },
0224 "notification-url": "https://packagist.org/downloads/",
0225 "license": [
0226 "MIT"
0227 ],
0228 "description": "Create deep copies (clones) of your objects",
0229 "keywords": [
0230 "clone",
0231 "copy",
0232 "duplicate",
0233 "object",
0234 "object graph"
0235 ],
0236 "time": "2017-10-19T19:58:43+00:00"
0237 },
0238 {
0239 "name": "nategood/commando",
0240 "version": "0.2.1",
0241 "source": {
0242 "type": "git",
0243 "url": "https://github.com/nategood/commando.git",
0244 "reference": "b8e475d08a6ff1c0f2b89391e777c4e71fc1a6e1"
0245 },
0246 "dist": {
0247 "type": "zip",
0248 "url": "https://api.github.com/repos/nategood/commando/zipball/b8e475d08a6ff1c0f2b89391e777c4e71fc1a6e1",
0249 "reference": "b8e475d08a6ff1c0f2b89391e777c4e71fc1a6e1",
0250 "shasum": ""
0251 },
0252 "require": {
0253 "kevinlebrun/colors.php": "0.2.*",
0254 "php": ">=5.3"
0255 },
0256 "type": "library",
0257 "autoload": {
0258 "psr-0": {
0259 "Commando": "src/"
0260 }
0261 },
0262 "notification-url": "https://packagist.org/downloads/",
0263 "license": [
0264 "MIT"
0265 ],
0266 "authors": [
0267 {
0268 "name": "Nate Good",
0269 "email": "me@nategood.com",
0270 "homepage": "http://nategood.com"
0271 }
0272 ],
0273 "description": "PHP CLI Commando Style",
0274 "homepage": "http://github.com/nategood/commando",
0275 "keywords": [
0276 "automation",
0277 "cli",
0278 "command",
0279 "command line",
0280 "command line interface",
0281 "scripting"
0282 ],
0283 "time": "2012-10-07T15:35:37+00:00"
0284 },
0285 {
0286 "name": "phar-io/manifest",
0287 "version": "1.0.1",
0288 "source": {
0289 "type": "git",
0290 "url": "https://github.com/phar-io/manifest.git",
0291 "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
0292 },
0293 "dist": {
0294 "type": "zip",
0295 "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
0296 "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
0297 "shasum": ""
0298 },
0299 "require": {
0300 "ext-dom": "*",
0301 "ext-phar": "*",
0302 "phar-io/version": "^1.0.1",
0303 "php": "^5.6 || ^7.0"
0304 },
0305 "type": "library",
0306 "extra": {
0307 "branch-alias": {
0308 "dev-master": "1.0.x-dev"
0309 }
0310 },
0311 "autoload": {
0312 "classmap": [
0313 "src/"
0314 ]
0315 },
0316 "notification-url": "https://packagist.org/downloads/",
0317 "license": [
0318 "BSD-3-Clause"
0319 ],
0320 "authors": [
0321 {
0322 "name": "Arne Blankerts",
0323 "email": "arne@blankerts.de",
0324 "role": "Developer"
0325 },
0326 {
0327 "name": "Sebastian Heuer",
0328 "email": "sebastian@phpeople.de",
0329 "role": "Developer"
0330 },
0331 {
0332 "name": "Sebastian Bergmann",
0333 "email": "sebastian@phpunit.de",
0334 "role": "Developer"
0335 }
0336 ],
0337 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
0338 "time": "2017-03-05T18:14:27+00:00"
0339 },
0340 {
0341 "name": "phar-io/version",
0342 "version": "1.0.1",
0343 "source": {
0344 "type": "git",
0345 "url": "https://github.com/phar-io/version.git",
0346 "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
0347 },
0348 "dist": {
0349 "type": "zip",
0350 "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
0351 "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
0352 "shasum": ""
0353 },
0354 "require": {
0355 "php": "^5.6 || ^7.0"
0356 },
0357 "type": "library",
0358 "autoload": {
0359 "classmap": [
0360 "src/"
0361 ]
0362 },
0363 "notification-url": "https://packagist.org/downloads/",
0364 "license": [
0365 "BSD-3-Clause"
0366 ],
0367 "authors": [
0368 {
0369 "name": "Arne Blankerts",
0370 "email": "arne@blankerts.de",
0371 "role": "Developer"
0372 },
0373 {
0374 "name": "Sebastian Heuer",
0375 "email": "sebastian@phpeople.de",
0376 "role": "Developer"
0377 },
0378 {
0379 "name": "Sebastian Bergmann",
0380 "email": "sebastian@phpunit.de",
0381 "role": "Developer"
0382 }
0383 ],
0384 "description": "Library for handling version information and constraints",
0385 "time": "2017-03-05T17:38:23+00:00"
0386 },
0387 {
0388 "name": "phpdocumentor/reflection-common",
0389 "version": "1.0.1",
0390 "source": {
0391 "type": "git",
0392 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
0393 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
0394 },
0395 "dist": {
0396 "type": "zip",
0397 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
0398 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
0399 "shasum": ""
0400 },
0401 "require": {
0402 "php": ">=5.5"
0403 },
0404 "require-dev": {
0405 "phpunit/phpunit": "^4.6"
0406 },
0407 "type": "library",
0408 "extra": {
0409 "branch-alias": {
0410 "dev-master": "1.0.x-dev"
0411 }
0412 },
0413 "autoload": {
0414 "psr-4": {
0415 "phpDocumentor\\Reflection\\": [
0416 "src"
0417 ]
0418 }
0419 },
0420 "notification-url": "https://packagist.org/downloads/",
0421 "license": [
0422 "MIT"
0423 ],
0424 "authors": [
0425 {
0426 "name": "Jaap van Otterdijk",
0427 "email": "opensource@ijaap.nl"
0428 }
0429 ],
0430 "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
0431 "homepage": "http://www.phpdoc.org",
0432 "keywords": [
0433 "FQSEN",
0434 "phpDocumentor",
0435 "phpdoc",
0436 "reflection",
0437 "static analysis"
0438 ],
0439 "time": "2017-09-11T18:02:19+00:00"
0440 },
0441 {
0442 "name": "phpdocumentor/reflection-docblock",
0443 "version": "4.3.0",
0444 "source": {
0445 "type": "git",
0446 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
0447 "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
0448 },
0449 "dist": {
0450 "type": "zip",
0451 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
0452 "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
0453 "shasum": ""
0454 },
0455 "require": {
0456 "php": "^7.0",
0457 "phpdocumentor/reflection-common": "^1.0.0",
0458 "phpdocumentor/type-resolver": "^0.4.0",
0459 "webmozart/assert": "^1.0"
0460 },
0461 "require-dev": {
0462 "doctrine/instantiator": "~1.0.5",
0463 "mockery/mockery": "^1.0",
0464 "phpunit/phpunit": "^6.4"
0465 },
0466 "type": "library",
0467 "extra": {
0468 "branch-alias": {
0469 "dev-master": "4.x-dev"
0470 }
0471 },
0472 "autoload": {
0473 "psr-4": {
0474 "phpDocumentor\\Reflection\\": [
0475 "src/"
0476 ]
0477 }
0478 },
0479 "notification-url": "https://packagist.org/downloads/",
0480 "license": [
0481 "MIT"
0482 ],
0483 "authors": [
0484 {
0485 "name": "Mike van Riel",
0486 "email": "me@mikevanriel.com"
0487 }
0488 ],
0489 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
0490 "time": "2017-11-30T07:14:17+00:00"
0491 },
0492 {
0493 "name": "phpdocumentor/type-resolver",
0494 "version": "0.4.0",
0495 "source": {
0496 "type": "git",
0497 "url": "https://github.com/phpDocumentor/TypeResolver.git",
0498 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
0499 },
0500 "dist": {
0501 "type": "zip",
0502 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
0503 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
0504 "shasum": ""
0505 },
0506 "require": {
0507 "php": "^5.5 || ^7.0",
0508 "phpdocumentor/reflection-common": "^1.0"
0509 },
0510 "require-dev": {
0511 "mockery/mockery": "^0.9.4",
0512 "phpunit/phpunit": "^5.2||^4.8.24"
0513 },
0514 "type": "library",
0515 "extra": {
0516 "branch-alias": {
0517 "dev-master": "1.0.x-dev"
0518 }
0519 },
0520 "autoload": {
0521 "psr-4": {
0522 "phpDocumentor\\Reflection\\": [
0523 "src/"
0524 ]
0525 }
0526 },
0527 "notification-url": "https://packagist.org/downloads/",
0528 "license": [
0529 "MIT"
0530 ],
0531 "authors": [
0532 {
0533 "name": "Mike van Riel",
0534 "email": "me@mikevanriel.com"
0535 }
0536 ],
0537 "time": "2017-07-14T14:27:02+00:00"
0538 },
0539 {
0540 "name": "phpspec/prophecy",
0541 "version": "1.7.6",
0542 "source": {
0543 "type": "git",
0544 "url": "https://github.com/phpspec/prophecy.git",
0545 "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
0546 },
0547 "dist": {
0548 "type": "zip",
0549 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
0550 "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
0551 "shasum": ""
0552 },
0553 "require": {
0554 "doctrine/instantiator": "^1.0.2",
0555 "php": "^5.3|^7.0",
0556 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
0557 "sebastian/comparator": "^1.1|^2.0|^3.0",
0558 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
0559 },
0560 "require-dev": {
0561 "phpspec/phpspec": "^2.5|^3.2",
0562 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
0563 },
0564 "type": "library",
0565 "extra": {
0566 "branch-alias": {
0567 "dev-master": "1.7.x-dev"
0568 }
0569 },
0570 "autoload": {
0571 "psr-0": {
0572 "Prophecy\\": "src/"
0573 }
0574 },
0575 "notification-url": "https://packagist.org/downloads/",
0576 "license": [
0577 "MIT"
0578 ],
0579 "authors": [
0580 {
0581 "name": "Konstantin Kudryashov",
0582 "email": "ever.zet@gmail.com",
0583 "homepage": "http://everzet.com"
0584 },
0585 {
0586 "name": "Marcello Duarte",
0587 "email": "marcello.duarte@gmail.com"
0588 }
0589 ],
0590 "description": "Highly opinionated mocking framework for PHP 5.3+",
0591 "homepage": "https://github.com/phpspec/prophecy",
0592 "keywords": [
0593 "Double",
0594 "Dummy",
0595 "fake",
0596 "mock",
0597 "spy",
0598 "stub"
0599 ],
0600 "time": "2018-04-18T13:57:24+00:00"
0601 },
0602 {
0603 "name": "phpunit/php-code-coverage",
0604 "version": "6.0.3",
0605 "source": {
0606 "type": "git",
0607 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
0608 "reference": "774a82c0c5da4c1c7701790c262035d235ab7856"
0609 },
0610 "dist": {
0611 "type": "zip",
0612 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/774a82c0c5da4c1c7701790c262035d235ab7856",
0613 "reference": "774a82c0c5da4c1c7701790c262035d235ab7856",
0614 "shasum": ""
0615 },
0616 "require": {
0617 "ext-dom": "*",
0618 "ext-xmlwriter": "*",
0619 "php": "^7.1",
0620 "phpunit/php-file-iterator": "^1.4.2",
0621 "phpunit/php-text-template": "^1.2.1",
0622 "phpunit/php-token-stream": "^3.0",
0623 "sebastian/code-unit-reverse-lookup": "^1.0.1",
0624 "sebastian/environment": "^3.1",
0625 "sebastian/version": "^2.0.1",
0626 "theseer/tokenizer": "^1.1"
0627 },
0628 "require-dev": {
0629 "phpunit/phpunit": "^7.0"
0630 },
0631 "suggest": {
0632 "ext-xdebug": "^2.6.0"
0633 },
0634 "type": "library",
0635 "extra": {
0636 "branch-alias": {
0637 "dev-master": "6.0-dev"
0638 }
0639 },
0640 "autoload": {
0641 "classmap": [
0642 "src/"
0643 ]
0644 },
0645 "notification-url": "https://packagist.org/downloads/",
0646 "license": [
0647 "BSD-3-Clause"
0648 ],
0649 "authors": [
0650 {
0651 "name": "Sebastian Bergmann",
0652 "email": "sebastian@phpunit.de",
0653 "role": "lead"
0654 }
0655 ],
0656 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
0657 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
0658 "keywords": [
0659 "coverage",
0660 "testing",
0661 "xunit"
0662 ],
0663 "time": "2018-04-06T15:39:20+00:00"
0664 },
0665 {
0666 "name": "phpunit/php-file-iterator",
0667 "version": "1.4.5",
0668 "source": {
0669 "type": "git",
0670 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
0671 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
0672 },
0673 "dist": {
0674 "type": "zip",
0675 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
0676 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
0677 "shasum": ""
0678 },
0679 "require": {
0680 "php": ">=5.3.3"
0681 },
0682 "type": "library",
0683 "extra": {
0684 "branch-alias": {
0685 "dev-master": "1.4.x-dev"
0686 }
0687 },
0688 "autoload": {
0689 "classmap": [
0690 "src/"
0691 ]
0692 },
0693 "notification-url": "https://packagist.org/downloads/",
0694 "license": [
0695 "BSD-3-Clause"
0696 ],
0697 "authors": [
0698 {
0699 "name": "Sebastian Bergmann",
0700 "email": "sb@sebastian-bergmann.de",
0701 "role": "lead"
0702 }
0703 ],
0704 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
0705 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
0706 "keywords": [
0707 "filesystem",
0708 "iterator"
0709 ],
0710 "time": "2017-11-27T13:52:08+00:00"
0711 },
0712 {
0713 "name": "phpunit/php-text-template",
0714 "version": "1.2.1",
0715 "source": {
0716 "type": "git",
0717 "url": "https://github.com/sebastianbergmann/php-text-template.git",
0718 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
0719 },
0720 "dist": {
0721 "type": "zip",
0722 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
0723 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
0724 "shasum": ""
0725 },
0726 "require": {
0727 "php": ">=5.3.3"
0728 },
0729 "type": "library",
0730 "autoload": {
0731 "classmap": [
0732 "src/"
0733 ]
0734 },
0735 "notification-url": "https://packagist.org/downloads/",
0736 "license": [
0737 "BSD-3-Clause"
0738 ],
0739 "authors": [
0740 {
0741 "name": "Sebastian Bergmann",
0742 "email": "sebastian@phpunit.de",
0743 "role": "lead"
0744 }
0745 ],
0746 "description": "Simple template engine.",
0747 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
0748 "keywords": [
0749 "template"
0750 ],
0751 "time": "2015-06-21T13:50:34+00:00"
0752 },
0753 {
0754 "name": "phpunit/php-timer",
0755 "version": "2.0.0",
0756 "source": {
0757 "type": "git",
0758 "url": "https://github.com/sebastianbergmann/php-timer.git",
0759 "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
0760 },
0761 "dist": {
0762 "type": "zip",
0763 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
0764 "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
0765 "shasum": ""
0766 },
0767 "require": {
0768 "php": "^7.1"
0769 },
0770 "require-dev": {
0771 "phpunit/phpunit": "^7.0"
0772 },
0773 "type": "library",
0774 "extra": {
0775 "branch-alias": {
0776 "dev-master": "2.0-dev"
0777 }
0778 },
0779 "autoload": {
0780 "classmap": [
0781 "src/"
0782 ]
0783 },
0784 "notification-url": "https://packagist.org/downloads/",
0785 "license": [
0786 "BSD-3-Clause"
0787 ],
0788 "authors": [
0789 {
0790 "name": "Sebastian Bergmann",
0791 "email": "sebastian@phpunit.de",
0792 "role": "lead"
0793 }
0794 ],
0795 "description": "Utility class for timing",
0796 "homepage": "https://github.com/sebastianbergmann/php-timer/",
0797 "keywords": [
0798 "timer"
0799 ],
0800 "time": "2018-02-01T13:07:23+00:00"
0801 },
0802 {
0803 "name": "phpunit/php-token-stream",
0804 "version": "3.0.0",
0805 "source": {
0806 "type": "git",
0807 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
0808 "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace"
0809 },
0810 "dist": {
0811 "type": "zip",
0812 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace",
0813 "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace",
0814 "shasum": ""
0815 },
0816 "require": {
0817 "ext-tokenizer": "*",
0818 "php": "^7.1"
0819 },
0820 "require-dev": {
0821 "phpunit/phpunit": "^7.0"
0822 },
0823 "type": "library",
0824 "extra": {
0825 "branch-alias": {
0826 "dev-master": "3.0-dev"
0827 }
0828 },
0829 "autoload": {
0830 "classmap": [
0831 "src/"
0832 ]
0833 },
0834 "notification-url": "https://packagist.org/downloads/",
0835 "license": [
0836 "BSD-3-Clause"
0837 ],
0838 "authors": [
0839 {
0840 "name": "Sebastian Bergmann",
0841 "email": "sebastian@phpunit.de"
0842 }
0843 ],
0844 "description": "Wrapper around PHP's tokenizer extension.",
0845 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
0846 "keywords": [
0847 "tokenizer"
0848 ],
0849 "time": "2018-02-01T13:16:43+00:00"
0850 },
0851 {
0852 "name": "phpunit/phpunit",
0853 "version": "7.1.4",
0854 "source": {
0855 "type": "git",
0856 "url": "https://github.com/sebastianbergmann/phpunit.git",
0857 "reference": "6d51299e307dc510149e0b7cd1931dd11770e1cb"
0858 },
0859 "dist": {
0860 "type": "zip",
0861 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6d51299e307dc510149e0b7cd1931dd11770e1cb",
0862 "reference": "6d51299e307dc510149e0b7cd1931dd11770e1cb",
0863 "shasum": ""
0864 },
0865 "require": {
0866 "ext-dom": "*",
0867 "ext-json": "*",
0868 "ext-libxml": "*",
0869 "ext-mbstring": "*",
0870 "ext-xml": "*",
0871 "myclabs/deep-copy": "^1.6.1",
0872 "phar-io/manifest": "^1.0.1",
0873 "phar-io/version": "^1.0",
0874 "php": "^7.1",
0875 "phpspec/prophecy": "^1.7",
0876 "phpunit/php-code-coverage": "^6.0.1",
0877 "phpunit/php-file-iterator": "^1.4.3",
0878 "phpunit/php-text-template": "^1.2.1",
0879 "phpunit/php-timer": "^2.0",
0880 "phpunit/phpunit-mock-objects": "^6.1.1",
0881 "sebastian/comparator": "^2.1 || ^3.0",
0882 "sebastian/diff": "^3.0",
0883 "sebastian/environment": "^3.1",
0884 "sebastian/exporter": "^3.1",
0885 "sebastian/global-state": "^2.0",
0886 "sebastian/object-enumerator": "^3.0.3",
0887 "sebastian/resource-operations": "^1.0",
0888 "sebastian/version": "^2.0.1"
0889 },
0890 "require-dev": {
0891 "ext-pdo": "*"
0892 },
0893 "suggest": {
0894 "ext-xdebug": "*",
0895 "phpunit/php-invoker": "^2.0"
0896 },
0897 "bin": [
0898 "phpunit"
0899 ],
0900 "type": "library",
0901 "extra": {
0902 "branch-alias": {
0903 "dev-master": "7.1-dev"
0904 }
0905 },
0906 "autoload": {
0907 "classmap": [
0908 "src/"
0909 ]
0910 },
0911 "notification-url": "https://packagist.org/downloads/",
0912 "license": [
0913 "BSD-3-Clause"
0914 ],
0915 "authors": [
0916 {
0917 "name": "Sebastian Bergmann",
0918 "email": "sebastian@phpunit.de",
0919 "role": "lead"
0920 }
0921 ],
0922 "description": "The PHP Unit Testing framework.",
0923 "homepage": "https://phpunit.de/",
0924 "keywords": [
0925 "phpunit",
0926 "testing",
0927 "xunit"
0928 ],
0929 "time": "2018-04-18T13:41:53+00:00"
0930 },
0931 {
0932 "name": "phpunit/phpunit-mock-objects",
0933 "version": "6.1.1",
0934 "source": {
0935 "type": "git",
0936 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
0937 "reference": "70c740bde8fd9ea9ea295be1cd875dd7b267e157"
0938 },
0939 "dist": {
0940 "type": "zip",
0941 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/70c740bde8fd9ea9ea295be1cd875dd7b267e157",
0942 "reference": "70c740bde8fd9ea9ea295be1cd875dd7b267e157",
0943 "shasum": ""
0944 },
0945 "require": {
0946 "doctrine/instantiator": "^1.0.5",
0947 "php": "^7.1",
0948 "phpunit/php-text-template": "^1.2.1",
0949 "sebastian/exporter": "^3.1"
0950 },
0951 "require-dev": {
0952 "phpunit/phpunit": "^7.0"
0953 },
0954 "suggest": {
0955 "ext-soap": "*"
0956 },
0957 "type": "library",
0958 "extra": {
0959 "branch-alias": {
0960 "dev-master": "6.1-dev"
0961 }
0962 },
0963 "autoload": {
0964 "classmap": [
0965 "src/"
0966 ]
0967 },
0968 "notification-url": "https://packagist.org/downloads/",
0969 "license": [
0970 "BSD-3-Clause"
0971 ],
0972 "authors": [
0973 {
0974 "name": "Sebastian Bergmann",
0975 "email": "sebastian@phpunit.de",
0976 "role": "lead"
0977 }
0978 ],
0979 "description": "Mock Object library for PHPUnit",
0980 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
0981 "keywords": [
0982 "mock",
0983 "xunit"
0984 ],
0985 "time": "2018-04-11T04:50:36+00:00"
0986 },
0987 {
0988 "name": "pimple/pimple",
0989 "version": "v2.1.1",
0990 "source": {
0991 "type": "git",
0992 "url": "https://github.com/silexphp/Pimple.git",
0993 "reference": "ea22fb2880faf7b7b0e17c9809c6fe25b071fd76"
0994 },
0995 "dist": {
0996 "type": "zip",
0997 "url": "https://api.github.com/repos/silexphp/Pimple/zipball/ea22fb2880faf7b7b0e17c9809c6fe25b071fd76",
0998 "reference": "ea22fb2880faf7b7b0e17c9809c6fe25b071fd76",
0999 "shasum": ""
1000 },
1001 "require": {
1002 "php": ">=5.3.0"
1003 },
1004 "type": "library",
1005 "extra": {
1006 "branch-alias": {
1007 "dev-master": "2.1.x-dev"
1008 }
1009 },
1010 "autoload": {
1011 "psr-0": {
1012 "Pimple": "src/"
1013 }
1014 },
1015 "notification-url": "https://packagist.org/downloads/",
1016 "license": [
1017 "MIT"
1018 ],
1019 "authors": [
1020 {
1021 "name": "Fabien Potencier",
1022 "email": "fabien@symfony.com"
1023 }
1024 ],
1025 "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
1026 "homepage": "http://pimple.sensiolabs.org",
1027 "keywords": [
1028 "container",
1029 "dependency injection"
1030 ],
1031 "time": "2014-07-24T07:10:08+00:00"
1032 },
1033 {
1034 "name": "psr/container",
1035 "version": "1.0.0",
1036 "source": {
1037 "type": "git",
1038 "url": "https://github.com/php-fig/container.git",
1039 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1040 },
1041 "dist": {
1042 "type": "zip",
1043 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1044 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1045 "shasum": ""
1046 },
1047 "require": {
1048 "php": ">=5.3.0"
1049 },
1050 "type": "library",
1051 "extra": {
1052 "branch-alias": {
1053 "dev-master": "1.0.x-dev"
1054 }
1055 },
1056 "autoload": {
1057 "psr-4": {
1058 "Psr\\Container\\": "src/"
1059 }
1060 },
1061 "notification-url": "https://packagist.org/downloads/",
1062 "license": [
1063 "MIT"
1064 ],
1065 "authors": [
1066 {
1067 "name": "PHP-FIG",
1068 "homepage": "http://www.php-fig.org/"
1069 }
1070 ],
1071 "description": "Common Container Interface (PHP FIG PSR-11)",
1072 "homepage": "https://github.com/php-fig/container",
1073 "keywords": [
1074 "PSR-11",
1075 "container",
1076 "container-interface",
1077 "container-interop",
1078 "psr"
1079 ],
1080 "time": "2017-02-14T16:28:37+00:00"
1081 },
1082 {
1083 "name": "sebastian/code-unit-reverse-lookup",
1084 "version": "1.0.1",
1085 "source": {
1086 "type": "git",
1087 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1088 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1089 },
1090 "dist": {
1091 "type": "zip",
1092 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1093 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1094 "shasum": ""
1095 },
1096 "require": {
1097 "php": "^5.6 || ^7.0"
1098 },
1099 "require-dev": {
1100 "phpunit/phpunit": "^5.7 || ^6.0"
1101 },
1102 "type": "library",
1103 "extra": {
1104 "branch-alias": {
1105 "dev-master": "1.0.x-dev"
1106 }
1107 },
1108 "autoload": {
1109 "classmap": [
1110 "src/"
1111 ]
1112 },
1113 "notification-url": "https://packagist.org/downloads/",
1114 "license": [
1115 "BSD-3-Clause"
1116 ],
1117 "authors": [
1118 {
1119 "name": "Sebastian Bergmann",
1120 "email": "sebastian@phpunit.de"
1121 }
1122 ],
1123 "description": "Looks up which function or method a line of code belongs to",
1124 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1125 "time": "2017-03-04T06:30:41+00:00"
1126 },
1127 {
1128 "name": "sebastian/comparator",
1129 "version": "3.0.0",
1130 "source": {
1131 "type": "git",
1132 "url": "https://github.com/sebastianbergmann/comparator.git",
1133 "reference": "ed5fd2281113729f1ebcc64d101ad66028aeb3d5"
1134 },
1135 "dist": {
1136 "type": "zip",
1137 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/ed5fd2281113729f1ebcc64d101ad66028aeb3d5",
1138 "reference": "ed5fd2281113729f1ebcc64d101ad66028aeb3d5",
1139 "shasum": ""
1140 },
1141 "require": {
1142 "php": "^7.1",
1143 "sebastian/diff": "^3.0",
1144 "sebastian/exporter": "^3.1"
1145 },
1146 "require-dev": {
1147 "phpunit/phpunit": "^7.1"
1148 },
1149 "type": "library",
1150 "extra": {
1151 "branch-alias": {
1152 "dev-master": "3.0-dev"
1153 }
1154 },
1155 "autoload": {
1156 "classmap": [
1157 "src/"
1158 ]
1159 },
1160 "notification-url": "https://packagist.org/downloads/",
1161 "license": [
1162 "BSD-3-Clause"
1163 ],
1164 "authors": [
1165 {
1166 "name": "Jeff Welch",
1167 "email": "whatthejeff@gmail.com"
1168 },
1169 {
1170 "name": "Volker Dusch",
1171 "email": "github@wallbash.com"
1172 },
1173 {
1174 "name": "Bernhard Schussek",
1175 "email": "bschussek@2bepublished.at"
1176 },
1177 {
1178 "name": "Sebastian Bergmann",
1179 "email": "sebastian@phpunit.de"
1180 }
1181 ],
1182 "description": "Provides the functionality to compare PHP values for equality",
1183 "homepage": "https://github.com/sebastianbergmann/comparator",
1184 "keywords": [
1185 "comparator",
1186 "compare",
1187 "equality"
1188 ],
1189 "time": "2018-04-18T13:33:00+00:00"
1190 },
1191 {
1192 "name": "sebastian/diff",
1193 "version": "3.0.0",
1194 "source": {
1195 "type": "git",
1196 "url": "https://github.com/sebastianbergmann/diff.git",
1197 "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8"
1198 },
1199 "dist": {
1200 "type": "zip",
1201 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/e09160918c66281713f1c324c1f4c4c3037ba1e8",
1202 "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8",
1203 "shasum": ""
1204 },
1205 "require": {
1206 "php": "^7.1"
1207 },
1208 "require-dev": {
1209 "phpunit/phpunit": "^7.0",
1210 "symfony/process": "^2 || ^3.3 || ^4"
1211 },
1212 "type": "library",
1213 "extra": {
1214 "branch-alias": {
1215 "dev-master": "3.0-dev"
1216 }
1217 },
1218 "autoload": {
1219 "classmap": [
1220 "src/"
1221 ]
1222 },
1223 "notification-url": "https://packagist.org/downloads/",
1224 "license": [
1225 "BSD-3-Clause"
1226 ],
1227 "authors": [
1228 {
1229 "name": "Kore Nordmann",
1230 "email": "mail@kore-nordmann.de"
1231 },
1232 {
1233 "name": "Sebastian Bergmann",
1234 "email": "sebastian@phpunit.de"
1235 }
1236 ],
1237 "description": "Diff implementation",
1238 "homepage": "https://github.com/sebastianbergmann/diff",
1239 "keywords": [
1240 "diff",
1241 "udiff",
1242 "unidiff",
1243 "unified diff"
1244 ],
1245 "time": "2018-02-01T13:45:15+00:00"
1246 },
1247 {
1248 "name": "sebastian/environment",
1249 "version": "3.1.0",
1250 "source": {
1251 "type": "git",
1252 "url": "https://github.com/sebastianbergmann/environment.git",
1253 "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
1254 },
1255 "dist": {
1256 "type": "zip",
1257 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
1258 "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
1259 "shasum": ""
1260 },
1261 "require": {
1262 "php": "^7.0"
1263 },
1264 "require-dev": {
1265 "phpunit/phpunit": "^6.1"
1266 },
1267 "type": "library",
1268 "extra": {
1269 "branch-alias": {
1270 "dev-master": "3.1.x-dev"
1271 }
1272 },
1273 "autoload": {
1274 "classmap": [
1275 "src/"
1276 ]
1277 },
1278 "notification-url": "https://packagist.org/downloads/",
1279 "license": [
1280 "BSD-3-Clause"
1281 ],
1282 "authors": [
1283 {
1284 "name": "Sebastian Bergmann",
1285 "email": "sebastian@phpunit.de"
1286 }
1287 ],
1288 "description": "Provides functionality to handle HHVM/PHP environments",
1289 "homepage": "http://www.github.com/sebastianbergmann/environment",
1290 "keywords": [
1291 "Xdebug",
1292 "environment",
1293 "hhvm"
1294 ],
1295 "time": "2017-07-01T08:51:00+00:00"
1296 },
1297 {
1298 "name": "sebastian/exporter",
1299 "version": "3.1.0",
1300 "source": {
1301 "type": "git",
1302 "url": "https://github.com/sebastianbergmann/exporter.git",
1303 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
1304 },
1305 "dist": {
1306 "type": "zip",
1307 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
1308 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
1309 "shasum": ""
1310 },
1311 "require": {
1312 "php": "^7.0",
1313 "sebastian/recursion-context": "^3.0"
1314 },
1315 "require-dev": {
1316 "ext-mbstring": "*",
1317 "phpunit/phpunit": "^6.0"
1318 },
1319 "type": "library",
1320 "extra": {
1321 "branch-alias": {
1322 "dev-master": "3.1.x-dev"
1323 }
1324 },
1325 "autoload": {
1326 "classmap": [
1327 "src/"
1328 ]
1329 },
1330 "notification-url": "https://packagist.org/downloads/",
1331 "license": [
1332 "BSD-3-Clause"
1333 ],
1334 "authors": [
1335 {
1336 "name": "Jeff Welch",
1337 "email": "whatthejeff@gmail.com"
1338 },
1339 {
1340 "name": "Volker Dusch",
1341 "email": "github@wallbash.com"
1342 },
1343 {
1344 "name": "Bernhard Schussek",
1345 "email": "bschussek@2bepublished.at"
1346 },
1347 {
1348 "name": "Sebastian Bergmann",
1349 "email": "sebastian@phpunit.de"
1350 },
1351 {
1352 "name": "Adam Harvey",
1353 "email": "aharvey@php.net"
1354 }
1355 ],
1356 "description": "Provides the functionality to export PHP variables for visualization",
1357 "homepage": "http://www.github.com/sebastianbergmann/exporter",
1358 "keywords": [
1359 "export",
1360 "exporter"
1361 ],
1362 "time": "2017-04-03T13:19:02+00:00"
1363 },
1364 {
1365 "name": "sebastian/global-state",
1366 "version": "2.0.0",
1367 "source": {
1368 "type": "git",
1369 "url": "https://github.com/sebastianbergmann/global-state.git",
1370 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
1371 },
1372 "dist": {
1373 "type": "zip",
1374 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
1375 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
1376 "shasum": ""
1377 },
1378 "require": {
1379 "php": "^7.0"
1380 },
1381 "require-dev": {
1382 "phpunit/phpunit": "^6.0"
1383 },
1384 "suggest": {
1385 "ext-uopz": "*"
1386 },
1387 "type": "library",
1388 "extra": {
1389 "branch-alias": {
1390 "dev-master": "2.0-dev"
1391 }
1392 },
1393 "autoload": {
1394 "classmap": [
1395 "src/"
1396 ]
1397 },
1398 "notification-url": "https://packagist.org/downloads/",
1399 "license": [
1400 "BSD-3-Clause"
1401 ],
1402 "authors": [
1403 {
1404 "name": "Sebastian Bergmann",
1405 "email": "sebastian@phpunit.de"
1406 }
1407 ],
1408 "description": "Snapshotting of global state",
1409 "homepage": "http://www.github.com/sebastianbergmann/global-state",
1410 "keywords": [
1411 "global state"
1412 ],
1413 "time": "2017-04-27T15:39:26+00:00"
1414 },
1415 {
1416 "name": "sebastian/object-enumerator",
1417 "version": "3.0.3",
1418 "source": {
1419 "type": "git",
1420 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1421 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
1422 },
1423 "dist": {
1424 "type": "zip",
1425 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
1426 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
1427 "shasum": ""
1428 },
1429 "require": {
1430 "php": "^7.0",
1431 "sebastian/object-reflector": "^1.1.1",
1432 "sebastian/recursion-context": "^3.0"
1433 },
1434 "require-dev": {
1435 "phpunit/phpunit": "^6.0"
1436 },
1437 "type": "library",
1438 "extra": {
1439 "branch-alias": {
1440 "dev-master": "3.0.x-dev"
1441 }
1442 },
1443 "autoload": {
1444 "classmap": [
1445 "src/"
1446 ]
1447 },
1448 "notification-url": "https://packagist.org/downloads/",
1449 "license": [
1450 "BSD-3-Clause"
1451 ],
1452 "authors": [
1453 {
1454 "name": "Sebastian Bergmann",
1455 "email": "sebastian@phpunit.de"
1456 }
1457 ],
1458 "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1459 "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1460 "time": "2017-08-03T12:35:26+00:00"
1461 },
1462 {
1463 "name": "sebastian/object-reflector",
1464 "version": "1.1.1",
1465 "source": {
1466 "type": "git",
1467 "url": "https://github.com/sebastianbergmann/object-reflector.git",
1468 "reference": "773f97c67f28de00d397be301821b06708fca0be"
1469 },
1470 "dist": {
1471 "type": "zip",
1472 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
1473 "reference": "773f97c67f28de00d397be301821b06708fca0be",
1474 "shasum": ""
1475 },
1476 "require": {
1477 "php": "^7.0"
1478 },
1479 "require-dev": {
1480 "phpunit/phpunit": "^6.0"
1481 },
1482 "type": "library",
1483 "extra": {
1484 "branch-alias": {
1485 "dev-master": "1.1-dev"
1486 }
1487 },
1488 "autoload": {
1489 "classmap": [
1490 "src/"
1491 ]
1492 },
1493 "notification-url": "https://packagist.org/downloads/",
1494 "license": [
1495 "BSD-3-Clause"
1496 ],
1497 "authors": [
1498 {
1499 "name": "Sebastian Bergmann",
1500 "email": "sebastian@phpunit.de"
1501 }
1502 ],
1503 "description": "Allows reflection of object attributes, including inherited and non-public ones",
1504 "homepage": "https://github.com/sebastianbergmann/object-reflector/",
1505 "time": "2017-03-29T09:07:27+00:00"
1506 },
1507 {
1508 "name": "sebastian/recursion-context",
1509 "version": "3.0.0",
1510 "source": {
1511 "type": "git",
1512 "url": "https://github.com/sebastianbergmann/recursion-context.git",
1513 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
1514 },
1515 "dist": {
1516 "type": "zip",
1517 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
1518 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
1519 "shasum": ""
1520 },
1521 "require": {
1522 "php": "^7.0"
1523 },
1524 "require-dev": {
1525 "phpunit/phpunit": "^6.0"
1526 },
1527 "type": "library",
1528 "extra": {
1529 "branch-alias": {
1530 "dev-master": "3.0.x-dev"
1531 }
1532 },
1533 "autoload": {
1534 "classmap": [
1535 "src/"
1536 ]
1537 },
1538 "notification-url": "https://packagist.org/downloads/",
1539 "license": [
1540 "BSD-3-Clause"
1541 ],
1542 "authors": [
1543 {
1544 "name": "Jeff Welch",
1545 "email": "whatthejeff@gmail.com"
1546 },
1547 {
1548 "name": "Sebastian Bergmann",
1549 "email": "sebastian@phpunit.de"
1550 },
1551 {
1552 "name": "Adam Harvey",
1553 "email": "aharvey@php.net"
1554 }
1555 ],
1556 "description": "Provides functionality to recursively process PHP variables",
1557 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1558 "time": "2017-03-03T06:23:57+00:00"
1559 },
1560 {
1561 "name": "sebastian/resource-operations",
1562 "version": "1.0.0",
1563 "source": {
1564 "type": "git",
1565 "url": "https://github.com/sebastianbergmann/resource-operations.git",
1566 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
1567 },
1568 "dist": {
1569 "type": "zip",
1570 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1571 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1572 "shasum": ""
1573 },
1574 "require": {
1575 "php": ">=5.6.0"
1576 },
1577 "type": "library",
1578 "extra": {
1579 "branch-alias": {
1580 "dev-master": "1.0.x-dev"
1581 }
1582 },
1583 "autoload": {
1584 "classmap": [
1585 "src/"
1586 ]
1587 },
1588 "notification-url": "https://packagist.org/downloads/",
1589 "license": [
1590 "BSD-3-Clause"
1591 ],
1592 "authors": [
1593 {
1594 "name": "Sebastian Bergmann",
1595 "email": "sebastian@phpunit.de"
1596 }
1597 ],
1598 "description": "Provides a list of PHP built-in functions that operate on resources",
1599 "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1600 "time": "2015-07-28T20:34:47+00:00"
1601 },
1602 {
1603 "name": "sebastian/version",
1604 "version": "2.0.1",
1605 "source": {
1606 "type": "git",
1607 "url": "https://github.com/sebastianbergmann/version.git",
1608 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
1609 },
1610 "dist": {
1611 "type": "zip",
1612 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
1613 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
1614 "shasum": ""
1615 },
1616 "require": {
1617 "php": ">=5.6"
1618 },
1619 "type": "library",
1620 "extra": {
1621 "branch-alias": {
1622 "dev-master": "2.0.x-dev"
1623 }
1624 },
1625 "autoload": {
1626 "classmap": [
1627 "src/"
1628 ]
1629 },
1630 "notification-url": "https://packagist.org/downloads/",
1631 "license": [
1632 "BSD-3-Clause"
1633 ],
1634 "authors": [
1635 {
1636 "name": "Sebastian Bergmann",
1637 "email": "sebastian@phpunit.de",
1638 "role": "lead"
1639 }
1640 ],
1641 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1642 "homepage": "https://github.com/sebastianbergmann/version",
1643 "time": "2016-10-03T07:35:21+00:00"
1644 },
1645 {
1646 "name": "squizlabs/php_codesniffer",
1647 "version": "2.9.1",
1648 "source": {
1649 "type": "git",
1650 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1651 "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62"
1652 },
1653 "dist": {
1654 "type": "zip",
1655 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dcbed1074f8244661eecddfc2a675430d8d33f62",
1656 "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62",
1657 "shasum": ""
1658 },
1659 "require": {
1660 "ext-simplexml": "*",
1661 "ext-tokenizer": "*",
1662 "ext-xmlwriter": "*",
1663 "php": ">=5.1.2"
1664 },
1665 "require-dev": {
1666 "phpunit/phpunit": "~4.0"
1667 },
1668 "bin": [
1669 "scripts/phpcs",
1670 "scripts/phpcbf"
1671 ],
1672 "type": "library",
1673 "extra": {
1674 "branch-alias": {
1675 "dev-master": "2.x-dev"
1676 }
1677 },
1678 "autoload": {
1679 "classmap": [
1680 "CodeSniffer.php",
1681 "CodeSniffer/CLI.php",
1682 "CodeSniffer/Exception.php",
1683 "CodeSniffer/File.php",
1684 "CodeSniffer/Fixer.php",
1685 "CodeSniffer/Report.php",
1686 "CodeSniffer/Reporting.php",
1687 "CodeSniffer/Sniff.php",
1688 "CodeSniffer/Tokens.php",
1689 "CodeSniffer/Reports/",
1690 "CodeSniffer/Tokenizers/",
1691 "CodeSniffer/DocGenerators/",
1692 "CodeSniffer/Standards/AbstractPatternSniff.php",
1693 "CodeSniffer/Standards/AbstractScopeSniff.php",
1694 "CodeSniffer/Standards/AbstractVariableSniff.php",
1695 "CodeSniffer/Standards/IncorrectPatternException.php",
1696 "CodeSniffer/Standards/Generic/Sniffs/",
1697 "CodeSniffer/Standards/MySource/Sniffs/",
1698 "CodeSniffer/Standards/PEAR/Sniffs/",
1699 "CodeSniffer/Standards/PSR1/Sniffs/",
1700 "CodeSniffer/Standards/PSR2/Sniffs/",
1701 "CodeSniffer/Standards/Squiz/Sniffs/",
1702 "CodeSniffer/Standards/Zend/Sniffs/"
1703 ]
1704 },
1705 "notification-url": "https://packagist.org/downloads/",
1706 "license": [
1707 "BSD-3-Clause"
1708 ],
1709 "authors": [
1710 {
1711 "name": "Greg Sherwood",
1712 "role": "lead"
1713 }
1714 ],
1715 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1716 "homepage": "http://www.squizlabs.com/php-codesniffer",
1717 "keywords": [
1718 "phpcs",
1719 "standards"
1720 ],
1721 "time": "2017-05-22T02:43:20+00:00"
1722 },
1723 {
1724 "name": "theseer/tokenizer",
1725 "version": "1.1.0",
1726 "source": {
1727 "type": "git",
1728 "url": "https://github.com/theseer/tokenizer.git",
1729 "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
1730 },
1731 "dist": {
1732 "type": "zip",
1733 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
1734 "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
1735 "shasum": ""
1736 },
1737 "require": {
1738 "ext-dom": "*",
1739 "ext-tokenizer": "*",
1740 "ext-xmlwriter": "*",
1741 "php": "^7.0"
1742 },
1743 "type": "library",
1744 "autoload": {
1745 "classmap": [
1746 "src/"
1747 ]
1748 },
1749 "notification-url": "https://packagist.org/downloads/",
1750 "license": [
1751 "BSD-3-Clause"
1752 ],
1753 "authors": [
1754 {
1755 "name": "Arne Blankerts",
1756 "email": "arne@blankerts.de",
1757 "role": "Developer"
1758 }
1759 ],
1760 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
1761 "time": "2017-04-07T12:08:54+00:00"
1762 },
1763 {
1764 "name": "webmozart/assert",
1765 "version": "1.3.0",
1766 "source": {
1767 "type": "git",
1768 "url": "https://github.com/webmozart/assert.git",
1769 "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
1770 },
1771 "dist": {
1772 "type": "zip",
1773 "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
1774 "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
1775 "shasum": ""
1776 },
1777 "require": {
1778 "php": "^5.3.3 || ^7.0"
1779 },
1780 "require-dev": {
1781 "phpunit/phpunit": "^4.6",
1782 "sebastian/version": "^1.0.1"
1783 },
1784 "type": "library",
1785 "extra": {
1786 "branch-alias": {
1787 "dev-master": "1.3-dev"
1788 }
1789 },
1790 "autoload": {
1791 "psr-4": {
1792 "Webmozart\\Assert\\": "src/"
1793 }
1794 },
1795 "notification-url": "https://packagist.org/downloads/",
1796 "license": [
1797 "MIT"
1798 ],
1799 "authors": [
1800 {
1801 "name": "Bernhard Schussek",
1802 "email": "bschussek@gmail.com"
1803 }
1804 ],
1805 "description": "Assertions to validate method input/output with nice error messages.",
1806 "keywords": [
1807 "assert",
1808 "check",
1809 "validate"
1810 ],
1811 "time": "2018-01-29T19:49:41+00:00"
1812 },
1813 {
1814 "name": "zendframework/zend-coding-standard",
1815 "version": "1.0.0",
1816 "source": {
1817 "type": "git",
1818 "url": "https://github.com/zendframework/zend-coding-standard.git",
1819 "reference": "893316d2904e93f1c74c1384b6d7d57778299cb6"
1820 },
1821 "dist": {
1822 "type": "zip",
1823 "url": "https://api.github.com/repos/zendframework/zend-coding-standard/zipball/893316d2904e93f1c74c1384b6d7d57778299cb6",
1824 "reference": "893316d2904e93f1c74c1384b6d7d57778299cb6",
1825 "shasum": ""
1826 },
1827 "require": {
1828 "squizlabs/php_codesniffer": "^2.7"
1829 },
1830 "type": "library",
1831 "notification-url": "https://packagist.org/downloads/",
1832 "license": [
1833 "BSD-3-Clause"
1834 ],
1835 "description": "Zend Framework coding standard",
1836 "keywords": [
1837 "Coding Standard",
1838 "zf"
1839 ],
1840 "time": "2016-11-09T21:30:43+00:00"
1841 },
1842 {
1843 "name": "zendframework/zend-stdlib",
1844 "version": "3.1.1",
1845 "source": {
1846 "type": "git",
1847 "url": "https://github.com/zendframework/zend-stdlib.git",
1848 "reference": "10ef03144902d1955f935fff5346ed52f7d99bcc"
1849 },
1850 "dist": {
1851 "type": "zip",
1852 "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/10ef03144902d1955f935fff5346ed52f7d99bcc",
1853 "reference": "10ef03144902d1955f935fff5346ed52f7d99bcc",
1854 "shasum": ""
1855 },
1856 "require": {
1857 "php": "^5.6 || ^7.0"
1858 },
1859 "require-dev": {
1860 "athletic/athletic": "~0.1",
1861 "phpunit/phpunit": "~4.0",
1862 "zendframework/zend-coding-standard": "~1.0.0"
1863 },
1864 "type": "library",
1865 "extra": {
1866 "branch-alias": {
1867 "dev-master": "3.1-dev",
1868 "dev-develop": "3.2-dev"
1869 }
1870 },
1871 "autoload": {
1872 "psr-4": {
1873 "Zend\\Stdlib\\": "src/"
1874 }
1875 },
1876 "notification-url": "https://packagist.org/downloads/",
1877 "license": [
1878 "BSD-3-Clause"
1879 ],
1880 "homepage": "https://github.com/zendframework/zend-stdlib",
1881 "keywords": [
1882 "stdlib",
1883 "zf2"
1884 ],
1885 "time": "2018-04-12T16:05:42+00:00"
1886 },
1887 {
1888 "name": "zeptech/annotations",
1889 "version": "1.1.0",
1890 "source": {
1891 "type": "git",
1892 "url": "https://github.com/pgraham/php-annotations.git",
1893 "reference": "9cd042daa9ace184d04b49f0605edf73f19a9c71"
1894 },
1895 "dist": {
1896 "type": "zip",
1897 "url": "https://api.github.com/repos/pgraham/php-annotations/zipball/9cd042daa9ace184d04b49f0605edf73f19a9c71",
1898 "reference": "9cd042daa9ace184d04b49f0605edf73f19a9c71",
1899 "shasum": ""
1900 },
1901 "require": {
1902 "php": ">=5.3.0"
1903 },
1904 "type": "library",
1905 "autoload": {
1906 "psr-0": {
1907 "zpt\\anno": ""
1908 }
1909 },
1910 "notification-url": "https://packagist.org/downloads/",
1911 "license": [
1912 "BSD"
1913 ],
1914 "authors": [
1915 {
1916 "name": "Philip Graham",
1917 "email": "philip@zeptech.ca"
1918 }
1919 ],
1920 "description": "DOC Block annotation parsing for PHP",
1921 "homepage": "https://github.com/pgraham/php-annotations",
1922 "keywords": [
1923 "annotations"
1924 ],
1925 "time": "2013-05-29T02:35:23+00:00"
1926 }
1927 ],
1928 "aliases": [],
1929 "minimum-stability": "dev",
1930 "stability-flags": [],
1931 "prefer-stable": true,
1932 "prefer-lowest": false,
1933 "platform": {
1934 "php": "^5.6 || ^7.0"
1935 },
1936 "platform-dev": []
1937 }
1938