192a8473aSAndreas Gohr{ 292a8473aSAndreas Gohr "_readme": [ 392a8473aSAndreas Gohr "This file locks the dependencies of your project to a known state", 492a8473aSAndreas Gohr "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", 592a8473aSAndreas Gohr "This file is @generated automatically" 692a8473aSAndreas Gohr ], 7*5c25a071SAndreas Gohr "content-hash": "417266ec475af898d03447406f47a5d9", 892a8473aSAndreas Gohr "packages": [], 992a8473aSAndreas Gohr "packages-dev": [ 1092a8473aSAndreas Gohr { 1192a8473aSAndreas Gohr "name": "doctrine/instantiator", 12*5c25a071SAndreas Gohr "version": "1.4.0", 1392a8473aSAndreas Gohr "source": { 1492a8473aSAndreas Gohr "type": "git", 1592a8473aSAndreas Gohr "url": "https://github.com/doctrine/instantiator.git", 16*5c25a071SAndreas Gohr "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b" 1792a8473aSAndreas Gohr }, 1892a8473aSAndreas Gohr "dist": { 1992a8473aSAndreas Gohr "type": "zip", 20*5c25a071SAndreas Gohr "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b", 21*5c25a071SAndreas Gohr "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b", 2292a8473aSAndreas Gohr "shasum": "" 2392a8473aSAndreas Gohr }, 2492a8473aSAndreas Gohr "require": { 25*5c25a071SAndreas Gohr "php": "^7.1 || ^8.0" 2692a8473aSAndreas Gohr }, 2792a8473aSAndreas Gohr "require-dev": { 28*5c25a071SAndreas Gohr "doctrine/coding-standard": "^8.0", 2992a8473aSAndreas Gohr "ext-pdo": "*", 3092a8473aSAndreas Gohr "ext-phar": "*", 31*5c25a071SAndreas Gohr "phpbench/phpbench": "^0.13 || 1.0.0-alpha2", 32*5c25a071SAndreas Gohr "phpstan/phpstan": "^0.12", 33*5c25a071SAndreas Gohr "phpstan/phpstan-phpunit": "^0.12", 34*5c25a071SAndreas Gohr "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" 3592a8473aSAndreas Gohr }, 3692a8473aSAndreas Gohr "type": "library", 3792a8473aSAndreas Gohr "autoload": { 3892a8473aSAndreas Gohr "psr-4": { 3992a8473aSAndreas Gohr "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" 4092a8473aSAndreas Gohr } 4192a8473aSAndreas Gohr }, 4292a8473aSAndreas Gohr "notification-url": "https://packagist.org/downloads/", 4392a8473aSAndreas Gohr "license": [ 4492a8473aSAndreas Gohr "MIT" 4592a8473aSAndreas Gohr ], 4692a8473aSAndreas Gohr "authors": [ 4792a8473aSAndreas Gohr { 4892a8473aSAndreas Gohr "name": "Marco Pivetta", 4992a8473aSAndreas Gohr "email": "ocramius@gmail.com", 50*5c25a071SAndreas Gohr "homepage": "https://ocramius.github.io/" 5192a8473aSAndreas Gohr } 5292a8473aSAndreas Gohr ], 5392a8473aSAndreas Gohr "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", 5492a8473aSAndreas Gohr "homepage": "https://www.doctrine-project.org/projects/instantiator.html", 5592a8473aSAndreas Gohr "keywords": [ 5692a8473aSAndreas Gohr "constructor", 5792a8473aSAndreas Gohr "instantiate" 5892a8473aSAndreas Gohr ], 59*5c25a071SAndreas Gohr "support": { 60*5c25a071SAndreas Gohr "issues": "https://github.com/doctrine/instantiator/issues", 61*5c25a071SAndreas Gohr "source": "https://github.com/doctrine/instantiator/tree/1.4.0" 62*5c25a071SAndreas Gohr }, 63*5c25a071SAndreas Gohr "funding": [ 64*5c25a071SAndreas Gohr { 65*5c25a071SAndreas Gohr "url": "https://www.doctrine-project.org/sponsorship.html", 66*5c25a071SAndreas Gohr "type": "custom" 67*5c25a071SAndreas Gohr }, 68*5c25a071SAndreas Gohr { 69*5c25a071SAndreas Gohr "url": "https://www.patreon.com/phpdoctrine", 70*5c25a071SAndreas Gohr "type": "patreon" 71*5c25a071SAndreas Gohr }, 72*5c25a071SAndreas Gohr { 73*5c25a071SAndreas Gohr "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", 74*5c25a071SAndreas Gohr "type": "tidelift" 75*5c25a071SAndreas Gohr } 76*5c25a071SAndreas Gohr ], 77*5c25a071SAndreas Gohr "time": "2020-11-10T18:47:58+00:00" 7892a8473aSAndreas Gohr }, 7992a8473aSAndreas Gohr { 8092a8473aSAndreas Gohr "name": "myclabs/deep-copy", 81*5c25a071SAndreas Gohr "version": "1.10.2", 8292a8473aSAndreas Gohr "source": { 8392a8473aSAndreas Gohr "type": "git", 8492a8473aSAndreas Gohr "url": "https://github.com/myclabs/DeepCopy.git", 85*5c25a071SAndreas Gohr "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220" 8692a8473aSAndreas Gohr }, 8792a8473aSAndreas Gohr "dist": { 8892a8473aSAndreas Gohr "type": "zip", 89*5c25a071SAndreas Gohr "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220", 90*5c25a071SAndreas Gohr "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220", 9192a8473aSAndreas Gohr "shasum": "" 9292a8473aSAndreas Gohr }, 9392a8473aSAndreas Gohr "require": { 94*5c25a071SAndreas Gohr "php": "^7.1 || ^8.0" 9592a8473aSAndreas Gohr }, 9692a8473aSAndreas Gohr "replace": { 9792a8473aSAndreas Gohr "myclabs/deep-copy": "self.version" 9892a8473aSAndreas Gohr }, 9992a8473aSAndreas Gohr "require-dev": { 10092a8473aSAndreas Gohr "doctrine/collections": "^1.0", 10192a8473aSAndreas Gohr "doctrine/common": "^2.6", 10292a8473aSAndreas Gohr "phpunit/phpunit": "^7.1" 10392a8473aSAndreas Gohr }, 10492a8473aSAndreas Gohr "type": "library", 10592a8473aSAndreas Gohr "autoload": { 10692a8473aSAndreas Gohr "psr-4": { 10792a8473aSAndreas Gohr "DeepCopy\\": "src/DeepCopy/" 10892a8473aSAndreas Gohr }, 10992a8473aSAndreas Gohr "files": [ 11092a8473aSAndreas Gohr "src/DeepCopy/deep_copy.php" 11192a8473aSAndreas Gohr ] 11292a8473aSAndreas Gohr }, 11392a8473aSAndreas Gohr "notification-url": "https://packagist.org/downloads/", 11492a8473aSAndreas Gohr "license": [ 11592a8473aSAndreas Gohr "MIT" 11692a8473aSAndreas Gohr ], 11792a8473aSAndreas Gohr "description": "Create deep copies (clones) of your objects", 11892a8473aSAndreas Gohr "keywords": [ 11992a8473aSAndreas Gohr "clone", 12092a8473aSAndreas Gohr "copy", 12192a8473aSAndreas Gohr "duplicate", 12292a8473aSAndreas Gohr "object", 12392a8473aSAndreas Gohr "object graph" 12492a8473aSAndreas Gohr ], 125*5c25a071SAndreas Gohr "support": { 126*5c25a071SAndreas Gohr "issues": "https://github.com/myclabs/DeepCopy/issues", 127*5c25a071SAndreas Gohr "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2" 128*5c25a071SAndreas Gohr }, 129*5c25a071SAndreas Gohr "funding": [ 130*5c25a071SAndreas Gohr { 131*5c25a071SAndreas Gohr "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", 132*5c25a071SAndreas Gohr "type": "tidelift" 133*5c25a071SAndreas Gohr } 134*5c25a071SAndreas Gohr ], 135*5c25a071SAndreas Gohr "time": "2020-11-13T09:40:50+00:00" 13692a8473aSAndreas Gohr }, 13792a8473aSAndreas Gohr { 13892a8473aSAndreas Gohr "name": "phar-io/manifest", 139*5c25a071SAndreas Gohr "version": "2.0.1", 14092a8473aSAndreas Gohr "source": { 14192a8473aSAndreas Gohr "type": "git", 14292a8473aSAndreas Gohr "url": "https://github.com/phar-io/manifest.git", 143*5c25a071SAndreas Gohr "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133" 14492a8473aSAndreas Gohr }, 14592a8473aSAndreas Gohr "dist": { 14692a8473aSAndreas Gohr "type": "zip", 147*5c25a071SAndreas Gohr "url": "https://api.github.com/repos/phar-io/manifest/zipball/85265efd3af7ba3ca4b2a2c34dbfc5788dd29133", 148*5c25a071SAndreas Gohr "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133", 14992a8473aSAndreas Gohr "shasum": "" 15092a8473aSAndreas Gohr }, 15192a8473aSAndreas Gohr "require": { 15292a8473aSAndreas Gohr "ext-dom": "*", 15392a8473aSAndreas Gohr "ext-phar": "*", 154*5c25a071SAndreas Gohr "ext-xmlwriter": "*", 155*5c25a071SAndreas Gohr "phar-io/version": "^3.0.1", 156*5c25a071SAndreas Gohr "php": "^7.2 || ^8.0" 15792a8473aSAndreas Gohr }, 15892a8473aSAndreas Gohr "type": "library", 15992a8473aSAndreas Gohr "extra": { 16092a8473aSAndreas Gohr "branch-alias": { 161*5c25a071SAndreas Gohr "dev-master": "2.0.x-dev" 16292a8473aSAndreas Gohr } 16392a8473aSAndreas Gohr }, 16492a8473aSAndreas Gohr "autoload": { 16592a8473aSAndreas Gohr "classmap": [ 16692a8473aSAndreas Gohr "src/" 16792a8473aSAndreas Gohr ] 16892a8473aSAndreas Gohr }, 16992a8473aSAndreas Gohr "notification-url": "https://packagist.org/downloads/", 17092a8473aSAndreas Gohr "license": [ 17192a8473aSAndreas Gohr "BSD-3-Clause" 17292a8473aSAndreas Gohr ], 17392a8473aSAndreas Gohr "authors": [ 17492a8473aSAndreas Gohr { 17592a8473aSAndreas Gohr "name": "Arne Blankerts", 17692a8473aSAndreas Gohr "email": "arne@blankerts.de", 17792a8473aSAndreas Gohr "role": "Developer" 17892a8473aSAndreas Gohr }, 17992a8473aSAndreas Gohr { 18092a8473aSAndreas Gohr "name": "Sebastian Heuer", 18192a8473aSAndreas Gohr "email": "sebastian@phpeople.de", 18292a8473aSAndreas Gohr "role": "Developer" 18392a8473aSAndreas Gohr }, 18492a8473aSAndreas Gohr { 18592a8473aSAndreas Gohr "name": "Sebastian Bergmann", 18692a8473aSAndreas Gohr "email": "sebastian@phpunit.de", 18792a8473aSAndreas Gohr "role": "Developer" 18892a8473aSAndreas Gohr } 18992a8473aSAndreas Gohr ], 19092a8473aSAndreas Gohr "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", 191*5c25a071SAndreas Gohr "support": { 192*5c25a071SAndreas Gohr "issues": "https://github.com/phar-io/manifest/issues", 193*5c25a071SAndreas Gohr "source": "https://github.com/phar-io/manifest/tree/master" 194*5c25a071SAndreas Gohr }, 195*5c25a071SAndreas Gohr "time": "2020-06-27T14:33:11+00:00" 19692a8473aSAndreas Gohr }, 19792a8473aSAndreas Gohr { 19892a8473aSAndreas Gohr "name": "phar-io/version", 199*5c25a071SAndreas Gohr "version": "3.0.4", 20092a8473aSAndreas Gohr "source": { 20192a8473aSAndreas Gohr "type": "git", 20292a8473aSAndreas Gohr "url": "https://github.com/phar-io/version.git", 203*5c25a071SAndreas Gohr "reference": "e4782611070e50613683d2b9a57730e9a3ba5451" 20492a8473aSAndreas Gohr }, 20592a8473aSAndreas Gohr "dist": { 20692a8473aSAndreas Gohr "type": "zip", 207*5c25a071SAndreas Gohr "url": "https://api.github.com/repos/phar-io/version/zipball/e4782611070e50613683d2b9a57730e9a3ba5451", 208*5c25a071SAndreas Gohr "reference": "e4782611070e50613683d2b9a57730e9a3ba5451", 20992a8473aSAndreas Gohr "shasum": "" 21092a8473aSAndreas Gohr }, 21192a8473aSAndreas Gohr "require": { 212*5c25a071SAndreas Gohr "php": "^7.2 || ^8.0" 21392a8473aSAndreas Gohr }, 21492a8473aSAndreas Gohr "type": "library", 21592a8473aSAndreas Gohr "autoload": { 21692a8473aSAndreas Gohr "classmap": [ 21792a8473aSAndreas Gohr "src/" 21892a8473aSAndreas Gohr ] 21992a8473aSAndreas Gohr }, 22092a8473aSAndreas Gohr "notification-url": "https://packagist.org/downloads/", 22192a8473aSAndreas Gohr "license": [ 22292a8473aSAndreas Gohr "BSD-3-Clause" 22392a8473aSAndreas Gohr ], 22492a8473aSAndreas Gohr "authors": [ 22592a8473aSAndreas Gohr { 22692a8473aSAndreas Gohr "name": "Arne Blankerts", 22792a8473aSAndreas Gohr "email": "arne@blankerts.de", 22892a8473aSAndreas Gohr "role": "Developer" 22992a8473aSAndreas Gohr }, 23092a8473aSAndreas Gohr { 23192a8473aSAndreas Gohr "name": "Sebastian Heuer", 23292a8473aSAndreas Gohr "email": "sebastian@phpeople.de", 23392a8473aSAndreas Gohr "role": "Developer" 23492a8473aSAndreas Gohr }, 23592a8473aSAndreas Gohr { 23692a8473aSAndreas Gohr "name": "Sebastian Bergmann", 23792a8473aSAndreas Gohr "email": "sebastian@phpunit.de", 23892a8473aSAndreas Gohr "role": "Developer" 23992a8473aSAndreas Gohr } 24092a8473aSAndreas Gohr ], 24192a8473aSAndreas Gohr "description": "Library for handling version information and constraints", 242*5c25a071SAndreas Gohr "support": { 243*5c25a071SAndreas Gohr "issues": "https://github.com/phar-io/version/issues", 244*5c25a071SAndreas Gohr "source": "https://github.com/phar-io/version/tree/3.0.4" 245*5c25a071SAndreas Gohr }, 246*5c25a071SAndreas Gohr "time": "2020-12-13T23:18:30+00:00" 24792a8473aSAndreas Gohr }, 24892a8473aSAndreas Gohr { 24992a8473aSAndreas Gohr "name": "phpdocumentor/reflection-common", 250*5c25a071SAndreas Gohr "version": "2.2.0", 25192a8473aSAndreas Gohr "source": { 25292a8473aSAndreas Gohr "type": "git", 25392a8473aSAndreas Gohr "url": "https://github.com/phpDocumentor/ReflectionCommon.git", 254*5c25a071SAndreas Gohr "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" 25592a8473aSAndreas Gohr }, 25692a8473aSAndreas Gohr "dist": { 25792a8473aSAndreas Gohr "type": "zip", 258*5c25a071SAndreas Gohr "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", 259*5c25a071SAndreas Gohr "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", 26092a8473aSAndreas Gohr "shasum": "" 26192a8473aSAndreas Gohr }, 26292a8473aSAndreas Gohr "require": { 263*5c25a071SAndreas Gohr "php": "^7.2 || ^8.0" 26492a8473aSAndreas Gohr }, 26592a8473aSAndreas Gohr "type": "library", 26692a8473aSAndreas Gohr "extra": { 26792a8473aSAndreas Gohr "branch-alias": { 268*5c25a071SAndreas Gohr "dev-2.x": "2.x-dev" 26992a8473aSAndreas Gohr } 27092a8473aSAndreas Gohr }, 27192a8473aSAndreas Gohr "autoload": { 27292a8473aSAndreas Gohr "psr-4": { 27392a8473aSAndreas Gohr "phpDocumentor\\Reflection\\": "src/" 27492a8473aSAndreas Gohr } 27592a8473aSAndreas Gohr }, 27692a8473aSAndreas Gohr "notification-url": "https://packagist.org/downloads/", 27792a8473aSAndreas Gohr "license": [ 27892a8473aSAndreas Gohr "MIT" 27992a8473aSAndreas Gohr ], 28092a8473aSAndreas Gohr "authors": [ 28192a8473aSAndreas Gohr { 28292a8473aSAndreas Gohr "name": "Jaap van Otterdijk", 28392a8473aSAndreas Gohr "email": "opensource@ijaap.nl" 28492a8473aSAndreas Gohr } 28592a8473aSAndreas Gohr ], 28692a8473aSAndreas Gohr "description": "Common reflection classes used by phpdocumentor to reflect the code structure", 28792a8473aSAndreas Gohr "homepage": "http://www.phpdoc.org", 28892a8473aSAndreas Gohr "keywords": [ 28992a8473aSAndreas Gohr "FQSEN", 29092a8473aSAndreas Gohr "phpDocumentor", 29192a8473aSAndreas Gohr "phpdoc", 29292a8473aSAndreas Gohr "reflection", 29392a8473aSAndreas Gohr "static analysis" 29492a8473aSAndreas Gohr ], 295*5c25a071SAndreas Gohr "support": { 296*5c25a071SAndreas Gohr "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues", 297*5c25a071SAndreas Gohr "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x" 298*5c25a071SAndreas Gohr }, 299*5c25a071SAndreas Gohr "time": "2020-06-27T09:03:43+00:00" 30092a8473aSAndreas Gohr }, 30192a8473aSAndreas Gohr { 30292a8473aSAndreas Gohr "name": "phpdocumentor/reflection-docblock", 303*5c25a071SAndreas Gohr "version": "5.2.2", 30492a8473aSAndreas Gohr "source": { 30592a8473aSAndreas Gohr "type": "git", 30692a8473aSAndreas Gohr "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", 307*5c25a071SAndreas Gohr "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556" 30892a8473aSAndreas Gohr }, 30992a8473aSAndreas Gohr "dist": { 31092a8473aSAndreas Gohr "type": "zip", 311*5c25a071SAndreas Gohr "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556", 312*5c25a071SAndreas Gohr "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556", 31392a8473aSAndreas Gohr "shasum": "" 31492a8473aSAndreas Gohr }, 31592a8473aSAndreas Gohr "require": { 316*5c25a071SAndreas Gohr "ext-filter": "*", 317*5c25a071SAndreas Gohr "php": "^7.2 || ^8.0", 318*5c25a071SAndreas Gohr "phpdocumentor/reflection-common": "^2.2", 319*5c25a071SAndreas Gohr "phpdocumentor/type-resolver": "^1.3", 320*5c25a071SAndreas Gohr "webmozart/assert": "^1.9.1" 32192a8473aSAndreas Gohr }, 32292a8473aSAndreas Gohr "require-dev": { 323*5c25a071SAndreas Gohr "mockery/mockery": "~1.3.2" 32492a8473aSAndreas Gohr }, 32592a8473aSAndreas Gohr "type": "library", 32692a8473aSAndreas Gohr "extra": { 32792a8473aSAndreas Gohr "branch-alias": { 32892a8473aSAndreas Gohr "dev-master": "5.x-dev" 32992a8473aSAndreas Gohr } 33092a8473aSAndreas Gohr }, 33192a8473aSAndreas Gohr "autoload": { 33292a8473aSAndreas Gohr "psr-4": { 33392a8473aSAndreas Gohr "phpDocumentor\\Reflection\\": "src" 33492a8473aSAndreas Gohr } 33592a8473aSAndreas Gohr }, 33692a8473aSAndreas Gohr "notification-url": "https://packagist.org/downloads/", 33792a8473aSAndreas Gohr "license": [ 33892a8473aSAndreas Gohr "MIT" 33992a8473aSAndreas Gohr ], 34092a8473aSAndreas Gohr "authors": [ 34192a8473aSAndreas Gohr { 34292a8473aSAndreas Gohr "name": "Mike van Riel", 34392a8473aSAndreas Gohr "email": "me@mikevanriel.com" 34492a8473aSAndreas Gohr }, 34592a8473aSAndreas Gohr { 34692a8473aSAndreas Gohr "name": "Jaap van Otterdijk", 34792a8473aSAndreas Gohr "email": "account@ijaap.nl" 34892a8473aSAndreas Gohr } 34992a8473aSAndreas Gohr ], 35092a8473aSAndreas Gohr "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", 351*5c25a071SAndreas Gohr "support": { 352*5c25a071SAndreas Gohr "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", 353*5c25a071SAndreas Gohr "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master" 354*5c25a071SAndreas Gohr }, 355*5c25a071SAndreas Gohr "time": "2020-09-03T19:13:55+00:00" 35692a8473aSAndreas Gohr }, 35792a8473aSAndreas Gohr { 35892a8473aSAndreas Gohr "name": "phpdocumentor/type-resolver", 359*5c25a071SAndreas Gohr "version": "1.4.0", 36092a8473aSAndreas Gohr "source": { 36192a8473aSAndreas Gohr "type": "git", 36292a8473aSAndreas Gohr "url": "https://github.com/phpDocumentor/TypeResolver.git", 363*5c25a071SAndreas Gohr "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0" 36492a8473aSAndreas Gohr }, 36592a8473aSAndreas Gohr "dist": { 36692a8473aSAndreas Gohr "type": "zip", 367*5c25a071SAndreas Gohr "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0", 368*5c25a071SAndreas Gohr "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0", 36992a8473aSAndreas Gohr "shasum": "" 37092a8473aSAndreas Gohr }, 37192a8473aSAndreas Gohr "require": { 372*5c25a071SAndreas Gohr "php": "^7.2 || ^8.0", 37392a8473aSAndreas Gohr "phpdocumentor/reflection-common": "^2.0" 37492a8473aSAndreas Gohr }, 37592a8473aSAndreas Gohr "require-dev": { 376*5c25a071SAndreas Gohr "ext-tokenizer": "*" 37792a8473aSAndreas Gohr }, 37892a8473aSAndreas Gohr "type": "library", 37992a8473aSAndreas Gohr "extra": { 38092a8473aSAndreas Gohr "branch-alias": { 381*5c25a071SAndreas Gohr "dev-1.x": "1.x-dev" 38292a8473aSAndreas Gohr } 38392a8473aSAndreas Gohr }, 38492a8473aSAndreas Gohr "autoload": { 38592a8473aSAndreas Gohr "psr-4": { 38692a8473aSAndreas Gohr "phpDocumentor\\Reflection\\": "src" 38792a8473aSAndreas Gohr } 38892a8473aSAndreas Gohr }, 38992a8473aSAndreas Gohr "notification-url": "https://packagist.org/downloads/", 39092a8473aSAndreas Gohr "license": [ 39192a8473aSAndreas Gohr "MIT" 39292a8473aSAndreas Gohr ], 39392a8473aSAndreas Gohr "authors": [ 39492a8473aSAndreas Gohr { 39592a8473aSAndreas Gohr "name": "Mike van Riel", 39692a8473aSAndreas Gohr "email": "me@mikevanriel.com" 39792a8473aSAndreas Gohr } 39892a8473aSAndreas Gohr ], 39992a8473aSAndreas Gohr "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", 400*5c25a071SAndreas Gohr "support": { 401*5c25a071SAndreas Gohr "issues": "https://github.com/phpDocumentor/TypeResolver/issues", 402*5c25a071SAndreas Gohr "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.4.0" 403*5c25a071SAndreas Gohr }, 404*5c25a071SAndreas Gohr "time": "2020-09-17T18:55:26+00:00" 40592a8473aSAndreas Gohr }, 40692a8473aSAndreas Gohr { 40792a8473aSAndreas Gohr "name": "phpspec/prophecy", 408*5c25a071SAndreas Gohr "version": "1.12.2", 40992a8473aSAndreas Gohr "source": { 41092a8473aSAndreas Gohr "type": "git", 41192a8473aSAndreas Gohr "url": "https://github.com/phpspec/prophecy.git", 412*5c25a071SAndreas Gohr "reference": "245710e971a030f42e08f4912863805570f23d39" 41392a8473aSAndreas Gohr }, 41492a8473aSAndreas Gohr "dist": { 41592a8473aSAndreas Gohr "type": "zip", 416*5c25a071SAndreas Gohr "url": "https://api.github.com/repos/phpspec/prophecy/zipball/245710e971a030f42e08f4912863805570f23d39", 417*5c25a071SAndreas Gohr "reference": "245710e971a030f42e08f4912863805570f23d39", 41892a8473aSAndreas Gohr "shasum": "" 41992a8473aSAndreas Gohr }, 42092a8473aSAndreas Gohr "require": { 421*5c25a071SAndreas Gohr "doctrine/instantiator": "^1.2", 422*5c25a071SAndreas Gohr "php": "^7.2 || ~8.0, <8.1", 423*5c25a071SAndreas Gohr "phpdocumentor/reflection-docblock": "^5.2", 424*5c25a071SAndreas Gohr "sebastian/comparator": "^3.0 || ^4.0", 425*5c25a071SAndreas Gohr "sebastian/recursion-context": "^3.0 || ^4.0" 42692a8473aSAndreas Gohr }, 42792a8473aSAndreas Gohr "require-dev": { 428*5c25a071SAndreas Gohr "phpspec/phpspec": "^6.0", 429*5c25a071SAndreas Gohr "phpunit/phpunit": "^8.0 || ^9.0" 43092a8473aSAndreas Gohr }, 43192a8473aSAndreas Gohr "type": "library", 43292a8473aSAndreas Gohr "extra": { 43392a8473aSAndreas Gohr "branch-alias": { 434*5c25a071SAndreas Gohr "dev-master": "1.11.x-dev" 43592a8473aSAndreas Gohr } 43692a8473aSAndreas Gohr }, 43792a8473aSAndreas Gohr "autoload": { 43892a8473aSAndreas Gohr "psr-4": { 43992a8473aSAndreas Gohr "Prophecy\\": "src/Prophecy" 44092a8473aSAndreas Gohr } 44192a8473aSAndreas Gohr }, 44292a8473aSAndreas Gohr "notification-url": "https://packagist.org/downloads/", 44392a8473aSAndreas Gohr "license": [ 44492a8473aSAndreas Gohr "MIT" 44592a8473aSAndreas Gohr ], 44692a8473aSAndreas Gohr "authors": [ 44792a8473aSAndreas Gohr { 44892a8473aSAndreas Gohr "name": "Konstantin Kudryashov", 44992a8473aSAndreas Gohr "email": "ever.zet@gmail.com", 45092a8473aSAndreas Gohr "homepage": "http://everzet.com" 45192a8473aSAndreas Gohr }, 45292a8473aSAndreas Gohr { 45392a8473aSAndreas Gohr "name": "Marcello Duarte", 45492a8473aSAndreas Gohr "email": "marcello.duarte@gmail.com" 45592a8473aSAndreas Gohr } 45692a8473aSAndreas Gohr ], 45792a8473aSAndreas Gohr "description": "Highly opinionated mocking framework for PHP 5.3+", 45892a8473aSAndreas Gohr "homepage": "https://github.com/phpspec/prophecy", 45992a8473aSAndreas Gohr "keywords": [ 46092a8473aSAndreas Gohr "Double", 46192a8473aSAndreas Gohr "Dummy", 46292a8473aSAndreas Gohr "fake", 46392a8473aSAndreas Gohr "mock", 46492a8473aSAndreas Gohr "spy", 46592a8473aSAndreas Gohr "stub" 46692a8473aSAndreas Gohr ], 467*5c25a071SAndreas Gohr "support": { 468*5c25a071SAndreas Gohr "issues": "https://github.com/phpspec/prophecy/issues", 469*5c25a071SAndreas Gohr "source": "https://github.com/phpspec/prophecy/tree/1.12.2" 470*5c25a071SAndreas Gohr }, 471*5c25a071SAndreas Gohr "time": "2020-12-19T10:15:11+00:00" 47292a8473aSAndreas Gohr }, 47392a8473aSAndreas Gohr { 47492a8473aSAndreas Gohr "name": "phpunit/php-code-coverage", 475*5c25a071SAndreas Gohr "version": "7.0.14", 47692a8473aSAndreas Gohr "source": { 47792a8473aSAndreas Gohr "type": "git", 47892a8473aSAndreas Gohr "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 479*5c25a071SAndreas Gohr "reference": "bb7c9a210c72e4709cdde67f8b7362f672f2225c" 48092a8473aSAndreas Gohr }, 48192a8473aSAndreas Gohr "dist": { 48292a8473aSAndreas Gohr "type": "zip", 483*5c25a071SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/bb7c9a210c72e4709cdde67f8b7362f672f2225c", 484*5c25a071SAndreas Gohr "reference": "bb7c9a210c72e4709cdde67f8b7362f672f2225c", 48592a8473aSAndreas Gohr "shasum": "" 48692a8473aSAndreas Gohr }, 48792a8473aSAndreas Gohr "require": { 48892a8473aSAndreas Gohr "ext-dom": "*", 48992a8473aSAndreas Gohr "ext-xmlwriter": "*", 490*5c25a071SAndreas Gohr "php": ">=7.2", 491*5c25a071SAndreas Gohr "phpunit/php-file-iterator": "^2.0.2", 49292a8473aSAndreas Gohr "phpunit/php-text-template": "^1.2.1", 493*5c25a071SAndreas Gohr "phpunit/php-token-stream": "^3.1.1 || ^4.0", 49492a8473aSAndreas Gohr "sebastian/code-unit-reverse-lookup": "^1.0.1", 495*5c25a071SAndreas Gohr "sebastian/environment": "^4.2.2", 49692a8473aSAndreas Gohr "sebastian/version": "^2.0.1", 497*5c25a071SAndreas Gohr "theseer/tokenizer": "^1.1.3" 49892a8473aSAndreas Gohr }, 49992a8473aSAndreas Gohr "require-dev": { 500*5c25a071SAndreas Gohr "phpunit/phpunit": "^8.2.2" 50192a8473aSAndreas Gohr }, 50292a8473aSAndreas Gohr "suggest": { 503*5c25a071SAndreas Gohr "ext-xdebug": "^2.7.2" 50492a8473aSAndreas Gohr }, 50592a8473aSAndreas Gohr "type": "library", 50692a8473aSAndreas Gohr "extra": { 50792a8473aSAndreas Gohr "branch-alias": { 508*5c25a071SAndreas Gohr "dev-master": "7.0-dev" 50992a8473aSAndreas Gohr } 51092a8473aSAndreas Gohr }, 51192a8473aSAndreas Gohr "autoload": { 51292a8473aSAndreas Gohr "classmap": [ 51392a8473aSAndreas Gohr "src/" 51492a8473aSAndreas Gohr ] 51592a8473aSAndreas Gohr }, 51692a8473aSAndreas Gohr "notification-url": "https://packagist.org/downloads/", 51792a8473aSAndreas Gohr "license": [ 51892a8473aSAndreas Gohr "BSD-3-Clause" 51992a8473aSAndreas Gohr ], 52092a8473aSAndreas Gohr "authors": [ 52192a8473aSAndreas Gohr { 52292a8473aSAndreas Gohr "name": "Sebastian Bergmann", 52392a8473aSAndreas Gohr "email": "sebastian@phpunit.de", 52492a8473aSAndreas Gohr "role": "lead" 52592a8473aSAndreas Gohr } 52692a8473aSAndreas Gohr ], 52792a8473aSAndreas Gohr "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", 52892a8473aSAndreas Gohr "homepage": "https://github.com/sebastianbergmann/php-code-coverage", 52992a8473aSAndreas Gohr "keywords": [ 53092a8473aSAndreas Gohr "coverage", 53192a8473aSAndreas Gohr "testing", 53292a8473aSAndreas Gohr "xunit" 53392a8473aSAndreas Gohr ], 534*5c25a071SAndreas Gohr "support": { 535*5c25a071SAndreas Gohr "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", 536*5c25a071SAndreas Gohr "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/7.0.14" 537*5c25a071SAndreas Gohr }, 538*5c25a071SAndreas Gohr "funding": [ 539*5c25a071SAndreas Gohr { 540*5c25a071SAndreas Gohr "url": "https://github.com/sebastianbergmann", 541*5c25a071SAndreas Gohr "type": "github" 542*5c25a071SAndreas Gohr } 543*5c25a071SAndreas Gohr ], 544*5c25a071SAndreas Gohr "time": "2020-12-02T13:39:03+00:00" 54592a8473aSAndreas Gohr }, 54692a8473aSAndreas Gohr { 54792a8473aSAndreas Gohr "name": "phpunit/php-file-iterator", 548*5c25a071SAndreas Gohr "version": "2.0.3", 54992a8473aSAndreas Gohr "source": { 55092a8473aSAndreas Gohr "type": "git", 55192a8473aSAndreas Gohr "url": "https://github.com/sebastianbergmann/php-file-iterator.git", 552*5c25a071SAndreas Gohr "reference": "4b49fb70f067272b659ef0174ff9ca40fdaa6357" 55392a8473aSAndreas Gohr }, 55492a8473aSAndreas Gohr "dist": { 55592a8473aSAndreas Gohr "type": "zip", 556*5c25a071SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/4b49fb70f067272b659ef0174ff9ca40fdaa6357", 557*5c25a071SAndreas Gohr "reference": "4b49fb70f067272b659ef0174ff9ca40fdaa6357", 55892a8473aSAndreas Gohr "shasum": "" 55992a8473aSAndreas Gohr }, 56092a8473aSAndreas Gohr "require": { 561*5c25a071SAndreas Gohr "php": ">=7.1" 56292a8473aSAndreas Gohr }, 56392a8473aSAndreas Gohr "require-dev": { 564*5c25a071SAndreas Gohr "phpunit/phpunit": "^8.5" 56592a8473aSAndreas Gohr }, 56692a8473aSAndreas Gohr "type": "library", 56792a8473aSAndreas Gohr "extra": { 56892a8473aSAndreas Gohr "branch-alias": { 56992a8473aSAndreas Gohr "dev-master": "2.0.x-dev" 57092a8473aSAndreas Gohr } 57192a8473aSAndreas Gohr }, 57292a8473aSAndreas Gohr "autoload": { 57392a8473aSAndreas Gohr "classmap": [ 57492a8473aSAndreas Gohr "src/" 57592a8473aSAndreas Gohr ] 57692a8473aSAndreas Gohr }, 57792a8473aSAndreas Gohr "notification-url": "https://packagist.org/downloads/", 57892a8473aSAndreas Gohr "license": [ 57992a8473aSAndreas Gohr "BSD-3-Clause" 58092a8473aSAndreas Gohr ], 58192a8473aSAndreas Gohr "authors": [ 58292a8473aSAndreas Gohr { 58392a8473aSAndreas Gohr "name": "Sebastian Bergmann", 58492a8473aSAndreas Gohr "email": "sebastian@phpunit.de", 58592a8473aSAndreas Gohr "role": "lead" 58692a8473aSAndreas Gohr } 58792a8473aSAndreas Gohr ], 58892a8473aSAndreas Gohr "description": "FilterIterator implementation that filters files based on a list of suffixes.", 58992a8473aSAndreas Gohr "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", 59092a8473aSAndreas Gohr "keywords": [ 59192a8473aSAndreas Gohr "filesystem", 59292a8473aSAndreas Gohr "iterator" 59392a8473aSAndreas Gohr ], 594*5c25a071SAndreas Gohr "support": { 595*5c25a071SAndreas Gohr "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", 596*5c25a071SAndreas Gohr "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.3" 597*5c25a071SAndreas Gohr }, 598*5c25a071SAndreas Gohr "funding": [ 599*5c25a071SAndreas Gohr { 600*5c25a071SAndreas Gohr "url": "https://github.com/sebastianbergmann", 601*5c25a071SAndreas Gohr "type": "github" 602*5c25a071SAndreas Gohr } 603*5c25a071SAndreas Gohr ], 604*5c25a071SAndreas Gohr "time": "2020-11-30T08:25:21+00:00" 60592a8473aSAndreas Gohr }, 60692a8473aSAndreas Gohr { 60792a8473aSAndreas Gohr "name": "phpunit/php-text-template", 60892a8473aSAndreas Gohr "version": "1.2.1", 60992a8473aSAndreas Gohr "source": { 61092a8473aSAndreas Gohr "type": "git", 61192a8473aSAndreas Gohr "url": "https://github.com/sebastianbergmann/php-text-template.git", 61292a8473aSAndreas Gohr "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" 61392a8473aSAndreas Gohr }, 61492a8473aSAndreas Gohr "dist": { 61592a8473aSAndreas Gohr "type": "zip", 61692a8473aSAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 61792a8473aSAndreas Gohr "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 61892a8473aSAndreas Gohr "shasum": "" 61992a8473aSAndreas Gohr }, 62092a8473aSAndreas Gohr "require": { 62192a8473aSAndreas Gohr "php": ">=5.3.3" 62292a8473aSAndreas Gohr }, 62392a8473aSAndreas Gohr "type": "library", 62492a8473aSAndreas Gohr "autoload": { 62592a8473aSAndreas Gohr "classmap": [ 62692a8473aSAndreas Gohr "src/" 62792a8473aSAndreas Gohr ] 62892a8473aSAndreas Gohr }, 62992a8473aSAndreas Gohr "notification-url": "https://packagist.org/downloads/", 63092a8473aSAndreas Gohr "license": [ 63192a8473aSAndreas Gohr "BSD-3-Clause" 63292a8473aSAndreas Gohr ], 63392a8473aSAndreas Gohr "authors": [ 63492a8473aSAndreas Gohr { 63592a8473aSAndreas Gohr "name": "Sebastian Bergmann", 63692a8473aSAndreas Gohr "email": "sebastian@phpunit.de", 63792a8473aSAndreas Gohr "role": "lead" 63892a8473aSAndreas Gohr } 63992a8473aSAndreas Gohr ], 64092a8473aSAndreas Gohr "description": "Simple template engine.", 64192a8473aSAndreas Gohr "homepage": "https://github.com/sebastianbergmann/php-text-template/", 64292a8473aSAndreas Gohr "keywords": [ 64392a8473aSAndreas Gohr "template" 64492a8473aSAndreas Gohr ], 645*5c25a071SAndreas Gohr "support": { 646*5c25a071SAndreas Gohr "issues": "https://github.com/sebastianbergmann/php-text-template/issues", 647*5c25a071SAndreas Gohr "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1" 648*5c25a071SAndreas Gohr }, 64992a8473aSAndreas Gohr "time": "2015-06-21T13:50:34+00:00" 65092a8473aSAndreas Gohr }, 65192a8473aSAndreas Gohr { 65292a8473aSAndreas Gohr "name": "phpunit/php-timer", 653*5c25a071SAndreas Gohr "version": "2.1.3", 65492a8473aSAndreas Gohr "source": { 65592a8473aSAndreas Gohr "type": "git", 65692a8473aSAndreas Gohr "url": "https://github.com/sebastianbergmann/php-timer.git", 657*5c25a071SAndreas Gohr "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662" 65892a8473aSAndreas Gohr }, 65992a8473aSAndreas Gohr "dist": { 66092a8473aSAndreas Gohr "type": "zip", 661*5c25a071SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/2454ae1765516d20c4ffe103d85a58a9a3bd5662", 662*5c25a071SAndreas Gohr "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662", 66392a8473aSAndreas Gohr "shasum": "" 66492a8473aSAndreas Gohr }, 66592a8473aSAndreas Gohr "require": { 666*5c25a071SAndreas Gohr "php": ">=7.1" 66792a8473aSAndreas Gohr }, 66892a8473aSAndreas Gohr "require-dev": { 669*5c25a071SAndreas Gohr "phpunit/phpunit": "^8.5" 67092a8473aSAndreas Gohr }, 67192a8473aSAndreas Gohr "type": "library", 67292a8473aSAndreas Gohr "extra": { 67392a8473aSAndreas Gohr "branch-alias": { 67492a8473aSAndreas Gohr "dev-master": "2.1-dev" 67592a8473aSAndreas Gohr } 67692a8473aSAndreas Gohr }, 67792a8473aSAndreas Gohr "autoload": { 67892a8473aSAndreas Gohr "classmap": [ 67992a8473aSAndreas Gohr "src/" 68092a8473aSAndreas Gohr ] 68192a8473aSAndreas Gohr }, 68292a8473aSAndreas Gohr "notification-url": "https://packagist.org/downloads/", 68392a8473aSAndreas Gohr "license": [ 68492a8473aSAndreas Gohr "BSD-3-Clause" 68592a8473aSAndreas Gohr ], 68692a8473aSAndreas Gohr "authors": [ 68792a8473aSAndreas Gohr { 68892a8473aSAndreas Gohr "name": "Sebastian Bergmann", 68992a8473aSAndreas Gohr "email": "sebastian@phpunit.de", 69092a8473aSAndreas Gohr "role": "lead" 69192a8473aSAndreas Gohr } 69292a8473aSAndreas Gohr ], 69392a8473aSAndreas Gohr "description": "Utility class for timing", 69492a8473aSAndreas Gohr "homepage": "https://github.com/sebastianbergmann/php-timer/", 69592a8473aSAndreas Gohr "keywords": [ 69692a8473aSAndreas Gohr "timer" 69792a8473aSAndreas Gohr ], 698*5c25a071SAndreas Gohr "support": { 699*5c25a071SAndreas Gohr "issues": "https://github.com/sebastianbergmann/php-timer/issues", 700*5c25a071SAndreas Gohr "source": "https://github.com/sebastianbergmann/php-timer/tree/2.1.3" 701*5c25a071SAndreas Gohr }, 702*5c25a071SAndreas Gohr "funding": [ 703*5c25a071SAndreas Gohr { 704*5c25a071SAndreas Gohr "url": "https://github.com/sebastianbergmann", 705*5c25a071SAndreas Gohr "type": "github" 706*5c25a071SAndreas Gohr } 707*5c25a071SAndreas Gohr ], 708*5c25a071SAndreas Gohr "time": "2020-11-30T08:20:02+00:00" 70992a8473aSAndreas Gohr }, 71092a8473aSAndreas Gohr { 71192a8473aSAndreas Gohr "name": "phpunit/php-token-stream", 712*5c25a071SAndreas Gohr "version": "4.0.4", 71392a8473aSAndreas Gohr "source": { 71492a8473aSAndreas Gohr "type": "git", 71592a8473aSAndreas Gohr "url": "https://github.com/sebastianbergmann/php-token-stream.git", 716*5c25a071SAndreas Gohr "reference": "a853a0e183b9db7eed023d7933a858fa1c8d25a3" 71792a8473aSAndreas Gohr }, 71892a8473aSAndreas Gohr "dist": { 71992a8473aSAndreas Gohr "type": "zip", 720*5c25a071SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/a853a0e183b9db7eed023d7933a858fa1c8d25a3", 721*5c25a071SAndreas Gohr "reference": "a853a0e183b9db7eed023d7933a858fa1c8d25a3", 72292a8473aSAndreas Gohr "shasum": "" 72392a8473aSAndreas Gohr }, 72492a8473aSAndreas Gohr "require": { 72592a8473aSAndreas Gohr "ext-tokenizer": "*", 726*5c25a071SAndreas Gohr "php": "^7.3 || ^8.0" 72792a8473aSAndreas Gohr }, 72892a8473aSAndreas Gohr "require-dev": { 729*5c25a071SAndreas Gohr "phpunit/phpunit": "^9.0" 73092a8473aSAndreas Gohr }, 73192a8473aSAndreas Gohr "type": "library", 73292a8473aSAndreas Gohr "extra": { 73392a8473aSAndreas Gohr "branch-alias": { 734*5c25a071SAndreas Gohr "dev-master": "4.0-dev" 73592a8473aSAndreas Gohr } 73692a8473aSAndreas Gohr }, 73792a8473aSAndreas Gohr "autoload": { 73892a8473aSAndreas Gohr "classmap": [ 73992a8473aSAndreas Gohr "src/" 74092a8473aSAndreas Gohr ] 74192a8473aSAndreas Gohr }, 74292a8473aSAndreas Gohr "notification-url": "https://packagist.org/downloads/", 74392a8473aSAndreas Gohr "license": [ 74492a8473aSAndreas Gohr "BSD-3-Clause" 74592a8473aSAndreas Gohr ], 74692a8473aSAndreas Gohr "authors": [ 74792a8473aSAndreas Gohr { 74892a8473aSAndreas Gohr "name": "Sebastian Bergmann", 74992a8473aSAndreas Gohr "email": "sebastian@phpunit.de" 75092a8473aSAndreas Gohr } 75192a8473aSAndreas Gohr ], 75292a8473aSAndreas Gohr "description": "Wrapper around PHP's tokenizer extension.", 75392a8473aSAndreas Gohr "homepage": "https://github.com/sebastianbergmann/php-token-stream/", 75492a8473aSAndreas Gohr "keywords": [ 75592a8473aSAndreas Gohr "tokenizer" 75692a8473aSAndreas Gohr ], 757*5c25a071SAndreas Gohr "support": { 758*5c25a071SAndreas Gohr "issues": "https://github.com/sebastianbergmann/php-token-stream/issues", 759*5c25a071SAndreas Gohr "source": "https://github.com/sebastianbergmann/php-token-stream/tree/master" 760*5c25a071SAndreas Gohr }, 761*5c25a071SAndreas Gohr "funding": [ 762*5c25a071SAndreas Gohr { 763*5c25a071SAndreas Gohr "url": "https://github.com/sebastianbergmann", 764*5c25a071SAndreas Gohr "type": "github" 765*5c25a071SAndreas Gohr } 766*5c25a071SAndreas Gohr ], 767*5c25a071SAndreas Gohr "abandoned": true, 768*5c25a071SAndreas Gohr "time": "2020-08-04T08:28:15+00:00" 76992a8473aSAndreas Gohr }, 77092a8473aSAndreas Gohr { 77192a8473aSAndreas Gohr "name": "phpunit/phpunit", 772*5c25a071SAndreas Gohr "version": "8.5.14", 77392a8473aSAndreas Gohr "source": { 77492a8473aSAndreas Gohr "type": "git", 77592a8473aSAndreas Gohr "url": "https://github.com/sebastianbergmann/phpunit.git", 776*5c25a071SAndreas Gohr "reference": "c25f79895d27b6ecd5abfa63de1606b786a461a3" 77792a8473aSAndreas Gohr }, 77892a8473aSAndreas Gohr "dist": { 77992a8473aSAndreas Gohr "type": "zip", 780*5c25a071SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c25f79895d27b6ecd5abfa63de1606b786a461a3", 781*5c25a071SAndreas Gohr "reference": "c25f79895d27b6ecd5abfa63de1606b786a461a3", 78292a8473aSAndreas Gohr "shasum": "" 78392a8473aSAndreas Gohr }, 78492a8473aSAndreas Gohr "require": { 785*5c25a071SAndreas Gohr "doctrine/instantiator": "^1.3.1", 78692a8473aSAndreas Gohr "ext-dom": "*", 78792a8473aSAndreas Gohr "ext-json": "*", 78892a8473aSAndreas Gohr "ext-libxml": "*", 78992a8473aSAndreas Gohr "ext-mbstring": "*", 79092a8473aSAndreas Gohr "ext-xml": "*", 791*5c25a071SAndreas Gohr "ext-xmlwriter": "*", 792*5c25a071SAndreas Gohr "myclabs/deep-copy": "^1.10.0", 793*5c25a071SAndreas Gohr "phar-io/manifest": "^2.0.1", 794*5c25a071SAndreas Gohr "phar-io/version": "^3.0.2", 795*5c25a071SAndreas Gohr "php": ">=7.2", 796*5c25a071SAndreas Gohr "phpspec/prophecy": "^1.10.3", 797*5c25a071SAndreas Gohr "phpunit/php-code-coverage": "^7.0.12", 798*5c25a071SAndreas Gohr "phpunit/php-file-iterator": "^2.0.2", 79992a8473aSAndreas Gohr "phpunit/php-text-template": "^1.2.1", 800*5c25a071SAndreas Gohr "phpunit/php-timer": "^2.1.2", 801*5c25a071SAndreas Gohr "sebastian/comparator": "^3.0.2", 802*5c25a071SAndreas Gohr "sebastian/diff": "^3.0.2", 803*5c25a071SAndreas Gohr "sebastian/environment": "^4.2.3", 804*5c25a071SAndreas Gohr "sebastian/exporter": "^3.1.2", 805*5c25a071SAndreas Gohr "sebastian/global-state": "^3.0.0", 80692a8473aSAndreas Gohr "sebastian/object-enumerator": "^3.0.3", 807*5c25a071SAndreas Gohr "sebastian/resource-operations": "^2.0.1", 808*5c25a071SAndreas Gohr "sebastian/type": "^1.1.3", 80992a8473aSAndreas Gohr "sebastian/version": "^2.0.1" 81092a8473aSAndreas Gohr }, 81192a8473aSAndreas Gohr "require-dev": { 81292a8473aSAndreas Gohr "ext-pdo": "*" 81392a8473aSAndreas Gohr }, 81492a8473aSAndreas Gohr "suggest": { 81592a8473aSAndreas Gohr "ext-soap": "*", 81692a8473aSAndreas Gohr "ext-xdebug": "*", 817*5c25a071SAndreas Gohr "phpunit/php-invoker": "^2.0.0" 81892a8473aSAndreas Gohr }, 81992a8473aSAndreas Gohr "bin": [ 82092a8473aSAndreas Gohr "phpunit" 82192a8473aSAndreas Gohr ], 82292a8473aSAndreas Gohr "type": "library", 82392a8473aSAndreas Gohr "extra": { 82492a8473aSAndreas Gohr "branch-alias": { 825*5c25a071SAndreas Gohr "dev-master": "8.5-dev" 82692a8473aSAndreas Gohr } 82792a8473aSAndreas Gohr }, 82892a8473aSAndreas Gohr "autoload": { 82992a8473aSAndreas Gohr "classmap": [ 83092a8473aSAndreas Gohr "src/" 83192a8473aSAndreas Gohr ] 83292a8473aSAndreas Gohr }, 83392a8473aSAndreas Gohr "notification-url": "https://packagist.org/downloads/", 83492a8473aSAndreas Gohr "license": [ 83592a8473aSAndreas Gohr "BSD-3-Clause" 83692a8473aSAndreas Gohr ], 83792a8473aSAndreas Gohr "authors": [ 83892a8473aSAndreas Gohr { 83992a8473aSAndreas Gohr "name": "Sebastian Bergmann", 84092a8473aSAndreas Gohr "email": "sebastian@phpunit.de", 84192a8473aSAndreas Gohr "role": "lead" 84292a8473aSAndreas Gohr } 84392a8473aSAndreas Gohr ], 84492a8473aSAndreas Gohr "description": "The PHP Unit Testing framework.", 84592a8473aSAndreas Gohr "homepage": "https://phpunit.de/", 84692a8473aSAndreas Gohr "keywords": [ 84792a8473aSAndreas Gohr "phpunit", 84892a8473aSAndreas Gohr "testing", 84992a8473aSAndreas Gohr "xunit" 85092a8473aSAndreas Gohr ], 851*5c25a071SAndreas Gohr "support": { 852*5c25a071SAndreas Gohr "issues": "https://github.com/sebastianbergmann/phpunit/issues", 853*5c25a071SAndreas Gohr "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.14" 854*5c25a071SAndreas Gohr }, 855*5c25a071SAndreas Gohr "funding": [ 856*5c25a071SAndreas Gohr { 857*5c25a071SAndreas Gohr "url": "https://phpunit.de/donate.html", 858*5c25a071SAndreas Gohr "type": "custom" 859*5c25a071SAndreas Gohr }, 860*5c25a071SAndreas Gohr { 861*5c25a071SAndreas Gohr "url": "https://github.com/sebastianbergmann", 862*5c25a071SAndreas Gohr "type": "github" 863*5c25a071SAndreas Gohr } 864*5c25a071SAndreas Gohr ], 865*5c25a071SAndreas Gohr "time": "2021-01-17T07:37:30+00:00" 86692a8473aSAndreas Gohr }, 86792a8473aSAndreas Gohr { 86892a8473aSAndreas Gohr "name": "sebastian/code-unit-reverse-lookup", 869*5c25a071SAndreas Gohr "version": "1.0.2", 87092a8473aSAndreas Gohr "source": { 87192a8473aSAndreas Gohr "type": "git", 87292a8473aSAndreas Gohr "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", 873*5c25a071SAndreas Gohr "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619" 87492a8473aSAndreas Gohr }, 87592a8473aSAndreas Gohr "dist": { 87692a8473aSAndreas Gohr "type": "zip", 877*5c25a071SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619", 878*5c25a071SAndreas Gohr "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619", 87992a8473aSAndreas Gohr "shasum": "" 88092a8473aSAndreas Gohr }, 88192a8473aSAndreas Gohr "require": { 882*5c25a071SAndreas Gohr "php": ">=5.6" 88392a8473aSAndreas Gohr }, 88492a8473aSAndreas Gohr "require-dev": { 885*5c25a071SAndreas Gohr "phpunit/phpunit": "^8.5" 88692a8473aSAndreas Gohr }, 88792a8473aSAndreas Gohr "type": "library", 88892a8473aSAndreas Gohr "extra": { 88992a8473aSAndreas Gohr "branch-alias": { 89092a8473aSAndreas Gohr "dev-master": "1.0.x-dev" 89192a8473aSAndreas Gohr } 89292a8473aSAndreas Gohr }, 89392a8473aSAndreas Gohr "autoload": { 89492a8473aSAndreas Gohr "classmap": [ 89592a8473aSAndreas Gohr "src/" 89692a8473aSAndreas Gohr ] 89792a8473aSAndreas Gohr }, 89892a8473aSAndreas Gohr "notification-url": "https://packagist.org/downloads/", 89992a8473aSAndreas Gohr "license": [ 90092a8473aSAndreas Gohr "BSD-3-Clause" 90192a8473aSAndreas Gohr ], 90292a8473aSAndreas Gohr "authors": [ 90392a8473aSAndreas Gohr { 90492a8473aSAndreas Gohr "name": "Sebastian Bergmann", 90592a8473aSAndreas Gohr "email": "sebastian@phpunit.de" 90692a8473aSAndreas Gohr } 90792a8473aSAndreas Gohr ], 90892a8473aSAndreas Gohr "description": "Looks up which function or method a line of code belongs to", 90992a8473aSAndreas Gohr "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", 910*5c25a071SAndreas Gohr "support": { 911*5c25a071SAndreas Gohr "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", 912*5c25a071SAndreas Gohr "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2" 913*5c25a071SAndreas Gohr }, 914*5c25a071SAndreas Gohr "funding": [ 915*5c25a071SAndreas Gohr { 916*5c25a071SAndreas Gohr "url": "https://github.com/sebastianbergmann", 917*5c25a071SAndreas Gohr "type": "github" 918*5c25a071SAndreas Gohr } 919*5c25a071SAndreas Gohr ], 920*5c25a071SAndreas Gohr "time": "2020-11-30T08:15:22+00:00" 92192a8473aSAndreas Gohr }, 92292a8473aSAndreas Gohr { 92392a8473aSAndreas Gohr "name": "sebastian/comparator", 924*5c25a071SAndreas Gohr "version": "3.0.3", 92592a8473aSAndreas Gohr "source": { 92692a8473aSAndreas Gohr "type": "git", 92792a8473aSAndreas Gohr "url": "https://github.com/sebastianbergmann/comparator.git", 928*5c25a071SAndreas Gohr "reference": "1071dfcef776a57013124ff35e1fc41ccd294758" 92992a8473aSAndreas Gohr }, 93092a8473aSAndreas Gohr "dist": { 93192a8473aSAndreas Gohr "type": "zip", 932*5c25a071SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1071dfcef776a57013124ff35e1fc41ccd294758", 933*5c25a071SAndreas Gohr "reference": "1071dfcef776a57013124ff35e1fc41ccd294758", 93492a8473aSAndreas Gohr "shasum": "" 93592a8473aSAndreas Gohr }, 93692a8473aSAndreas Gohr "require": { 937*5c25a071SAndreas Gohr "php": ">=7.1", 93892a8473aSAndreas Gohr "sebastian/diff": "^3.0", 93992a8473aSAndreas Gohr "sebastian/exporter": "^3.1" 94092a8473aSAndreas Gohr }, 94192a8473aSAndreas Gohr "require-dev": { 942*5c25a071SAndreas Gohr "phpunit/phpunit": "^8.5" 94392a8473aSAndreas Gohr }, 94492a8473aSAndreas Gohr "type": "library", 94592a8473aSAndreas Gohr "extra": { 94692a8473aSAndreas Gohr "branch-alias": { 94792a8473aSAndreas Gohr "dev-master": "3.0-dev" 94892a8473aSAndreas Gohr } 94992a8473aSAndreas Gohr }, 95092a8473aSAndreas Gohr "autoload": { 95192a8473aSAndreas Gohr "classmap": [ 95292a8473aSAndreas Gohr "src/" 95392a8473aSAndreas Gohr ] 95492a8473aSAndreas Gohr }, 95592a8473aSAndreas Gohr "notification-url": "https://packagist.org/downloads/", 95692a8473aSAndreas Gohr "license": [ 95792a8473aSAndreas Gohr "BSD-3-Clause" 95892a8473aSAndreas Gohr ], 95992a8473aSAndreas Gohr "authors": [ 96092a8473aSAndreas Gohr { 961*5c25a071SAndreas Gohr "name": "Sebastian Bergmann", 962*5c25a071SAndreas Gohr "email": "sebastian@phpunit.de" 963*5c25a071SAndreas Gohr }, 964*5c25a071SAndreas Gohr { 96592a8473aSAndreas Gohr "name": "Jeff Welch", 96692a8473aSAndreas Gohr "email": "whatthejeff@gmail.com" 96792a8473aSAndreas Gohr }, 96892a8473aSAndreas Gohr { 96992a8473aSAndreas Gohr "name": "Volker Dusch", 97092a8473aSAndreas Gohr "email": "github@wallbash.com" 97192a8473aSAndreas Gohr }, 97292a8473aSAndreas Gohr { 97392a8473aSAndreas Gohr "name": "Bernhard Schussek", 97492a8473aSAndreas Gohr "email": "bschussek@2bepublished.at" 97592a8473aSAndreas Gohr } 97692a8473aSAndreas Gohr ], 97792a8473aSAndreas Gohr "description": "Provides the functionality to compare PHP values for equality", 97892a8473aSAndreas Gohr "homepage": "https://github.com/sebastianbergmann/comparator", 97992a8473aSAndreas Gohr "keywords": [ 98092a8473aSAndreas Gohr "comparator", 98192a8473aSAndreas Gohr "compare", 98292a8473aSAndreas Gohr "equality" 98392a8473aSAndreas Gohr ], 984*5c25a071SAndreas Gohr "support": { 985*5c25a071SAndreas Gohr "issues": "https://github.com/sebastianbergmann/comparator/issues", 986*5c25a071SAndreas Gohr "source": "https://github.com/sebastianbergmann/comparator/tree/3.0.3" 987*5c25a071SAndreas Gohr }, 988*5c25a071SAndreas Gohr "funding": [ 989*5c25a071SAndreas Gohr { 990*5c25a071SAndreas Gohr "url": "https://github.com/sebastianbergmann", 991*5c25a071SAndreas Gohr "type": "github" 992*5c25a071SAndreas Gohr } 993*5c25a071SAndreas Gohr ], 994*5c25a071SAndreas Gohr "time": "2020-11-30T08:04:30+00:00" 99592a8473aSAndreas Gohr }, 99692a8473aSAndreas Gohr { 99792a8473aSAndreas Gohr "name": "sebastian/diff", 998*5c25a071SAndreas Gohr "version": "3.0.3", 99992a8473aSAndreas Gohr "source": { 100092a8473aSAndreas Gohr "type": "git", 100192a8473aSAndreas Gohr "url": "https://github.com/sebastianbergmann/diff.git", 1002*5c25a071SAndreas Gohr "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211" 100392a8473aSAndreas Gohr }, 100492a8473aSAndreas Gohr "dist": { 100592a8473aSAndreas Gohr "type": "zip", 1006*5c25a071SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/14f72dd46eaf2f2293cbe79c93cc0bc43161a211", 1007*5c25a071SAndreas Gohr "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211", 100892a8473aSAndreas Gohr "shasum": "" 100992a8473aSAndreas Gohr }, 101092a8473aSAndreas Gohr "require": { 1011*5c25a071SAndreas Gohr "php": ">=7.1" 101292a8473aSAndreas Gohr }, 101392a8473aSAndreas Gohr "require-dev": { 101492a8473aSAndreas Gohr "phpunit/phpunit": "^7.5 || ^8.0", 101592a8473aSAndreas Gohr "symfony/process": "^2 || ^3.3 || ^4" 101692a8473aSAndreas Gohr }, 101792a8473aSAndreas Gohr "type": "library", 101892a8473aSAndreas Gohr "extra": { 101992a8473aSAndreas Gohr "branch-alias": { 102092a8473aSAndreas Gohr "dev-master": "3.0-dev" 102192a8473aSAndreas Gohr } 102292a8473aSAndreas Gohr }, 102392a8473aSAndreas Gohr "autoload": { 102492a8473aSAndreas Gohr "classmap": [ 102592a8473aSAndreas Gohr "src/" 102692a8473aSAndreas Gohr ] 102792a8473aSAndreas Gohr }, 102892a8473aSAndreas Gohr "notification-url": "https://packagist.org/downloads/", 102992a8473aSAndreas Gohr "license": [ 103092a8473aSAndreas Gohr "BSD-3-Clause" 103192a8473aSAndreas Gohr ], 103292a8473aSAndreas Gohr "authors": [ 103392a8473aSAndreas Gohr { 103492a8473aSAndreas Gohr "name": "Sebastian Bergmann", 103592a8473aSAndreas Gohr "email": "sebastian@phpunit.de" 1036*5c25a071SAndreas Gohr }, 1037*5c25a071SAndreas Gohr { 1038*5c25a071SAndreas Gohr "name": "Kore Nordmann", 1039*5c25a071SAndreas Gohr "email": "mail@kore-nordmann.de" 104092a8473aSAndreas Gohr } 104192a8473aSAndreas Gohr ], 104292a8473aSAndreas Gohr "description": "Diff implementation", 104392a8473aSAndreas Gohr "homepage": "https://github.com/sebastianbergmann/diff", 104492a8473aSAndreas Gohr "keywords": [ 104592a8473aSAndreas Gohr "diff", 104692a8473aSAndreas Gohr "udiff", 104792a8473aSAndreas Gohr "unidiff", 104892a8473aSAndreas Gohr "unified diff" 104992a8473aSAndreas Gohr ], 1050*5c25a071SAndreas Gohr "support": { 1051*5c25a071SAndreas Gohr "issues": "https://github.com/sebastianbergmann/diff/issues", 1052*5c25a071SAndreas Gohr "source": "https://github.com/sebastianbergmann/diff/tree/3.0.3" 1053*5c25a071SAndreas Gohr }, 1054*5c25a071SAndreas Gohr "funding": [ 1055*5c25a071SAndreas Gohr { 1056*5c25a071SAndreas Gohr "url": "https://github.com/sebastianbergmann", 1057*5c25a071SAndreas Gohr "type": "github" 1058*5c25a071SAndreas Gohr } 1059*5c25a071SAndreas Gohr ], 1060*5c25a071SAndreas Gohr "time": "2020-11-30T07:59:04+00:00" 106192a8473aSAndreas Gohr }, 106292a8473aSAndreas Gohr { 106392a8473aSAndreas Gohr "name": "sebastian/environment", 1064*5c25a071SAndreas Gohr "version": "4.2.4", 106592a8473aSAndreas Gohr "source": { 106692a8473aSAndreas Gohr "type": "git", 106792a8473aSAndreas Gohr "url": "https://github.com/sebastianbergmann/environment.git", 1068*5c25a071SAndreas Gohr "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0" 106992a8473aSAndreas Gohr }, 107092a8473aSAndreas Gohr "dist": { 107192a8473aSAndreas Gohr "type": "zip", 1072*5c25a071SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/d47bbbad83711771f167c72d4e3f25f7fcc1f8b0", 1073*5c25a071SAndreas Gohr "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0", 107492a8473aSAndreas Gohr "shasum": "" 107592a8473aSAndreas Gohr }, 107692a8473aSAndreas Gohr "require": { 1077*5c25a071SAndreas Gohr "php": ">=7.1" 107892a8473aSAndreas Gohr }, 107992a8473aSAndreas Gohr "require-dev": { 108092a8473aSAndreas Gohr "phpunit/phpunit": "^7.5" 108192a8473aSAndreas Gohr }, 108292a8473aSAndreas Gohr "suggest": { 108392a8473aSAndreas Gohr "ext-posix": "*" 108492a8473aSAndreas Gohr }, 108592a8473aSAndreas Gohr "type": "library", 108692a8473aSAndreas Gohr "extra": { 108792a8473aSAndreas Gohr "branch-alias": { 108892a8473aSAndreas Gohr "dev-master": "4.2-dev" 108992a8473aSAndreas Gohr } 109092a8473aSAndreas Gohr }, 109192a8473aSAndreas Gohr "autoload": { 109292a8473aSAndreas Gohr "classmap": [ 109392a8473aSAndreas Gohr "src/" 109492a8473aSAndreas Gohr ] 109592a8473aSAndreas Gohr }, 109692a8473aSAndreas Gohr "notification-url": "https://packagist.org/downloads/", 109792a8473aSAndreas Gohr "license": [ 109892a8473aSAndreas Gohr "BSD-3-Clause" 109992a8473aSAndreas Gohr ], 110092a8473aSAndreas Gohr "authors": [ 110192a8473aSAndreas Gohr { 110292a8473aSAndreas Gohr "name": "Sebastian Bergmann", 110392a8473aSAndreas Gohr "email": "sebastian@phpunit.de" 110492a8473aSAndreas Gohr } 110592a8473aSAndreas Gohr ], 110692a8473aSAndreas Gohr "description": "Provides functionality to handle HHVM/PHP environments", 110792a8473aSAndreas Gohr "homepage": "http://www.github.com/sebastianbergmann/environment", 110892a8473aSAndreas Gohr "keywords": [ 110992a8473aSAndreas Gohr "Xdebug", 111092a8473aSAndreas Gohr "environment", 111192a8473aSAndreas Gohr "hhvm" 111292a8473aSAndreas Gohr ], 1113*5c25a071SAndreas Gohr "support": { 1114*5c25a071SAndreas Gohr "issues": "https://github.com/sebastianbergmann/environment/issues", 1115*5c25a071SAndreas Gohr "source": "https://github.com/sebastianbergmann/environment/tree/4.2.4" 1116*5c25a071SAndreas Gohr }, 1117*5c25a071SAndreas Gohr "funding": [ 1118*5c25a071SAndreas Gohr { 1119*5c25a071SAndreas Gohr "url": "https://github.com/sebastianbergmann", 1120*5c25a071SAndreas Gohr "type": "github" 1121*5c25a071SAndreas Gohr } 1122*5c25a071SAndreas Gohr ], 1123*5c25a071SAndreas Gohr "time": "2020-11-30T07:53:42+00:00" 112492a8473aSAndreas Gohr }, 112592a8473aSAndreas Gohr { 112692a8473aSAndreas Gohr "name": "sebastian/exporter", 1127*5c25a071SAndreas Gohr "version": "3.1.3", 112892a8473aSAndreas Gohr "source": { 112992a8473aSAndreas Gohr "type": "git", 113092a8473aSAndreas Gohr "url": "https://github.com/sebastianbergmann/exporter.git", 1131*5c25a071SAndreas Gohr "reference": "6b853149eab67d4da22291d36f5b0631c0fd856e" 113292a8473aSAndreas Gohr }, 113392a8473aSAndreas Gohr "dist": { 113492a8473aSAndreas Gohr "type": "zip", 1135*5c25a071SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/6b853149eab67d4da22291d36f5b0631c0fd856e", 1136*5c25a071SAndreas Gohr "reference": "6b853149eab67d4da22291d36f5b0631c0fd856e", 113792a8473aSAndreas Gohr "shasum": "" 113892a8473aSAndreas Gohr }, 113992a8473aSAndreas Gohr "require": { 1140*5c25a071SAndreas Gohr "php": ">=7.0", 114192a8473aSAndreas Gohr "sebastian/recursion-context": "^3.0" 114292a8473aSAndreas Gohr }, 114392a8473aSAndreas Gohr "require-dev": { 114492a8473aSAndreas Gohr "ext-mbstring": "*", 114592a8473aSAndreas Gohr "phpunit/phpunit": "^6.0" 114692a8473aSAndreas Gohr }, 114792a8473aSAndreas Gohr "type": "library", 114892a8473aSAndreas Gohr "extra": { 114992a8473aSAndreas Gohr "branch-alias": { 115092a8473aSAndreas Gohr "dev-master": "3.1.x-dev" 115192a8473aSAndreas Gohr } 115292a8473aSAndreas Gohr }, 115392a8473aSAndreas Gohr "autoload": { 115492a8473aSAndreas Gohr "classmap": [ 115592a8473aSAndreas Gohr "src/" 115692a8473aSAndreas Gohr ] 115792a8473aSAndreas Gohr }, 115892a8473aSAndreas Gohr "notification-url": "https://packagist.org/downloads/", 115992a8473aSAndreas Gohr "license": [ 116092a8473aSAndreas Gohr "BSD-3-Clause" 116192a8473aSAndreas Gohr ], 116292a8473aSAndreas Gohr "authors": [ 116392a8473aSAndreas Gohr { 116492a8473aSAndreas Gohr "name": "Sebastian Bergmann", 116592a8473aSAndreas Gohr "email": "sebastian@phpunit.de" 116692a8473aSAndreas Gohr }, 116792a8473aSAndreas Gohr { 116892a8473aSAndreas Gohr "name": "Jeff Welch", 116992a8473aSAndreas Gohr "email": "whatthejeff@gmail.com" 117092a8473aSAndreas Gohr }, 117192a8473aSAndreas Gohr { 117292a8473aSAndreas Gohr "name": "Volker Dusch", 117392a8473aSAndreas Gohr "email": "github@wallbash.com" 117492a8473aSAndreas Gohr }, 117592a8473aSAndreas Gohr { 117692a8473aSAndreas Gohr "name": "Adam Harvey", 117792a8473aSAndreas Gohr "email": "aharvey@php.net" 117892a8473aSAndreas Gohr }, 117992a8473aSAndreas Gohr { 118092a8473aSAndreas Gohr "name": "Bernhard Schussek", 118192a8473aSAndreas Gohr "email": "bschussek@gmail.com" 118292a8473aSAndreas Gohr } 118392a8473aSAndreas Gohr ], 118492a8473aSAndreas Gohr "description": "Provides the functionality to export PHP variables for visualization", 118592a8473aSAndreas Gohr "homepage": "http://www.github.com/sebastianbergmann/exporter", 118692a8473aSAndreas Gohr "keywords": [ 118792a8473aSAndreas Gohr "export", 118892a8473aSAndreas Gohr "exporter" 118992a8473aSAndreas Gohr ], 1190*5c25a071SAndreas Gohr "support": { 1191*5c25a071SAndreas Gohr "issues": "https://github.com/sebastianbergmann/exporter/issues", 1192*5c25a071SAndreas Gohr "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.3" 1193*5c25a071SAndreas Gohr }, 1194*5c25a071SAndreas Gohr "funding": [ 1195*5c25a071SAndreas Gohr { 1196*5c25a071SAndreas Gohr "url": "https://github.com/sebastianbergmann", 1197*5c25a071SAndreas Gohr "type": "github" 1198*5c25a071SAndreas Gohr } 1199*5c25a071SAndreas Gohr ], 1200*5c25a071SAndreas Gohr "time": "2020-11-30T07:47:53+00:00" 120192a8473aSAndreas Gohr }, 120292a8473aSAndreas Gohr { 120392a8473aSAndreas Gohr "name": "sebastian/global-state", 1204*5c25a071SAndreas Gohr "version": "3.0.1", 120592a8473aSAndreas Gohr "source": { 120692a8473aSAndreas Gohr "type": "git", 120792a8473aSAndreas Gohr "url": "https://github.com/sebastianbergmann/global-state.git", 1208*5c25a071SAndreas Gohr "reference": "474fb9edb7ab891665d3bfc6317f42a0a150454b" 120992a8473aSAndreas Gohr }, 121092a8473aSAndreas Gohr "dist": { 121192a8473aSAndreas Gohr "type": "zip", 1212*5c25a071SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/474fb9edb7ab891665d3bfc6317f42a0a150454b", 1213*5c25a071SAndreas Gohr "reference": "474fb9edb7ab891665d3bfc6317f42a0a150454b", 121492a8473aSAndreas Gohr "shasum": "" 121592a8473aSAndreas Gohr }, 121692a8473aSAndreas Gohr "require": { 1217*5c25a071SAndreas Gohr "php": ">=7.2", 1218*5c25a071SAndreas Gohr "sebastian/object-reflector": "^1.1.1", 1219*5c25a071SAndreas Gohr "sebastian/recursion-context": "^3.0" 122092a8473aSAndreas Gohr }, 122192a8473aSAndreas Gohr "require-dev": { 1222*5c25a071SAndreas Gohr "ext-dom": "*", 1223*5c25a071SAndreas Gohr "phpunit/phpunit": "^8.0" 122492a8473aSAndreas Gohr }, 122592a8473aSAndreas Gohr "suggest": { 122692a8473aSAndreas Gohr "ext-uopz": "*" 122792a8473aSAndreas Gohr }, 122892a8473aSAndreas Gohr "type": "library", 122992a8473aSAndreas Gohr "extra": { 123092a8473aSAndreas Gohr "branch-alias": { 1231*5c25a071SAndreas Gohr "dev-master": "3.0-dev" 123292a8473aSAndreas Gohr } 123392a8473aSAndreas Gohr }, 123492a8473aSAndreas Gohr "autoload": { 123592a8473aSAndreas Gohr "classmap": [ 123692a8473aSAndreas Gohr "src/" 123792a8473aSAndreas Gohr ] 123892a8473aSAndreas Gohr }, 123992a8473aSAndreas Gohr "notification-url": "https://packagist.org/downloads/", 124092a8473aSAndreas Gohr "license": [ 124192a8473aSAndreas Gohr "BSD-3-Clause" 124292a8473aSAndreas Gohr ], 124392a8473aSAndreas Gohr "authors": [ 124492a8473aSAndreas Gohr { 124592a8473aSAndreas Gohr "name": "Sebastian Bergmann", 124692a8473aSAndreas Gohr "email": "sebastian@phpunit.de" 124792a8473aSAndreas Gohr } 124892a8473aSAndreas Gohr ], 124992a8473aSAndreas Gohr "description": "Snapshotting of global state", 125092a8473aSAndreas Gohr "homepage": "http://www.github.com/sebastianbergmann/global-state", 125192a8473aSAndreas Gohr "keywords": [ 125292a8473aSAndreas Gohr "global state" 125392a8473aSAndreas Gohr ], 1254*5c25a071SAndreas Gohr "support": { 1255*5c25a071SAndreas Gohr "issues": "https://github.com/sebastianbergmann/global-state/issues", 1256*5c25a071SAndreas Gohr "source": "https://github.com/sebastianbergmann/global-state/tree/3.0.1" 1257*5c25a071SAndreas Gohr }, 1258*5c25a071SAndreas Gohr "funding": [ 1259*5c25a071SAndreas Gohr { 1260*5c25a071SAndreas Gohr "url": "https://github.com/sebastianbergmann", 1261*5c25a071SAndreas Gohr "type": "github" 1262*5c25a071SAndreas Gohr } 1263*5c25a071SAndreas Gohr ], 1264*5c25a071SAndreas Gohr "time": "2020-11-30T07:43:24+00:00" 126592a8473aSAndreas Gohr }, 126692a8473aSAndreas Gohr { 126792a8473aSAndreas Gohr "name": "sebastian/object-enumerator", 1268*5c25a071SAndreas Gohr "version": "3.0.4", 126992a8473aSAndreas Gohr "source": { 127092a8473aSAndreas Gohr "type": "git", 127192a8473aSAndreas Gohr "url": "https://github.com/sebastianbergmann/object-enumerator.git", 1272*5c25a071SAndreas Gohr "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2" 127392a8473aSAndreas Gohr }, 127492a8473aSAndreas Gohr "dist": { 127592a8473aSAndreas Gohr "type": "zip", 1276*5c25a071SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2", 1277*5c25a071SAndreas Gohr "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2", 127892a8473aSAndreas Gohr "shasum": "" 127992a8473aSAndreas Gohr }, 128092a8473aSAndreas Gohr "require": { 1281*5c25a071SAndreas Gohr "php": ">=7.0", 128292a8473aSAndreas Gohr "sebastian/object-reflector": "^1.1.1", 128392a8473aSAndreas Gohr "sebastian/recursion-context": "^3.0" 128492a8473aSAndreas Gohr }, 128592a8473aSAndreas Gohr "require-dev": { 128692a8473aSAndreas Gohr "phpunit/phpunit": "^6.0" 128792a8473aSAndreas Gohr }, 128892a8473aSAndreas Gohr "type": "library", 128992a8473aSAndreas Gohr "extra": { 129092a8473aSAndreas Gohr "branch-alias": { 129192a8473aSAndreas Gohr "dev-master": "3.0.x-dev" 129292a8473aSAndreas Gohr } 129392a8473aSAndreas Gohr }, 129492a8473aSAndreas Gohr "autoload": { 129592a8473aSAndreas Gohr "classmap": [ 129692a8473aSAndreas Gohr "src/" 129792a8473aSAndreas Gohr ] 129892a8473aSAndreas Gohr }, 129992a8473aSAndreas Gohr "notification-url": "https://packagist.org/downloads/", 130092a8473aSAndreas Gohr "license": [ 130192a8473aSAndreas Gohr "BSD-3-Clause" 130292a8473aSAndreas Gohr ], 130392a8473aSAndreas Gohr "authors": [ 130492a8473aSAndreas Gohr { 130592a8473aSAndreas Gohr "name": "Sebastian Bergmann", 130692a8473aSAndreas Gohr "email": "sebastian@phpunit.de" 130792a8473aSAndreas Gohr } 130892a8473aSAndreas Gohr ], 130992a8473aSAndreas Gohr "description": "Traverses array structures and object graphs to enumerate all referenced objects", 131092a8473aSAndreas Gohr "homepage": "https://github.com/sebastianbergmann/object-enumerator/", 1311*5c25a071SAndreas Gohr "support": { 1312*5c25a071SAndreas Gohr "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", 1313*5c25a071SAndreas Gohr "source": "https://github.com/sebastianbergmann/object-enumerator/tree/3.0.4" 1314*5c25a071SAndreas Gohr }, 1315*5c25a071SAndreas Gohr "funding": [ 1316*5c25a071SAndreas Gohr { 1317*5c25a071SAndreas Gohr "url": "https://github.com/sebastianbergmann", 1318*5c25a071SAndreas Gohr "type": "github" 1319*5c25a071SAndreas Gohr } 1320*5c25a071SAndreas Gohr ], 1321*5c25a071SAndreas Gohr "time": "2020-11-30T07:40:27+00:00" 132292a8473aSAndreas Gohr }, 132392a8473aSAndreas Gohr { 132492a8473aSAndreas Gohr "name": "sebastian/object-reflector", 1325*5c25a071SAndreas Gohr "version": "1.1.2", 132692a8473aSAndreas Gohr "source": { 132792a8473aSAndreas Gohr "type": "git", 132892a8473aSAndreas Gohr "url": "https://github.com/sebastianbergmann/object-reflector.git", 1329*5c25a071SAndreas Gohr "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d" 133092a8473aSAndreas Gohr }, 133192a8473aSAndreas Gohr "dist": { 133292a8473aSAndreas Gohr "type": "zip", 1333*5c25a071SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d", 1334*5c25a071SAndreas Gohr "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d", 133592a8473aSAndreas Gohr "shasum": "" 133692a8473aSAndreas Gohr }, 133792a8473aSAndreas Gohr "require": { 1338*5c25a071SAndreas Gohr "php": ">=7.0" 133992a8473aSAndreas Gohr }, 134092a8473aSAndreas Gohr "require-dev": { 134192a8473aSAndreas Gohr "phpunit/phpunit": "^6.0" 134292a8473aSAndreas Gohr }, 134392a8473aSAndreas Gohr "type": "library", 134492a8473aSAndreas Gohr "extra": { 134592a8473aSAndreas Gohr "branch-alias": { 134692a8473aSAndreas Gohr "dev-master": "1.1-dev" 134792a8473aSAndreas Gohr } 134892a8473aSAndreas Gohr }, 134992a8473aSAndreas Gohr "autoload": { 135092a8473aSAndreas Gohr "classmap": [ 135192a8473aSAndreas Gohr "src/" 135292a8473aSAndreas Gohr ] 135392a8473aSAndreas Gohr }, 135492a8473aSAndreas Gohr "notification-url": "https://packagist.org/downloads/", 135592a8473aSAndreas Gohr "license": [ 135692a8473aSAndreas Gohr "BSD-3-Clause" 135792a8473aSAndreas Gohr ], 135892a8473aSAndreas Gohr "authors": [ 135992a8473aSAndreas Gohr { 136092a8473aSAndreas Gohr "name": "Sebastian Bergmann", 136192a8473aSAndreas Gohr "email": "sebastian@phpunit.de" 136292a8473aSAndreas Gohr } 136392a8473aSAndreas Gohr ], 136492a8473aSAndreas Gohr "description": "Allows reflection of object attributes, including inherited and non-public ones", 136592a8473aSAndreas Gohr "homepage": "https://github.com/sebastianbergmann/object-reflector/", 1366*5c25a071SAndreas Gohr "support": { 1367*5c25a071SAndreas Gohr "issues": "https://github.com/sebastianbergmann/object-reflector/issues", 1368*5c25a071SAndreas Gohr "source": "https://github.com/sebastianbergmann/object-reflector/tree/1.1.2" 1369*5c25a071SAndreas Gohr }, 1370*5c25a071SAndreas Gohr "funding": [ 1371*5c25a071SAndreas Gohr { 1372*5c25a071SAndreas Gohr "url": "https://github.com/sebastianbergmann", 1373*5c25a071SAndreas Gohr "type": "github" 1374*5c25a071SAndreas Gohr } 1375*5c25a071SAndreas Gohr ], 1376*5c25a071SAndreas Gohr "time": "2020-11-30T07:37:18+00:00" 137792a8473aSAndreas Gohr }, 137892a8473aSAndreas Gohr { 137992a8473aSAndreas Gohr "name": "sebastian/recursion-context", 1380*5c25a071SAndreas Gohr "version": "3.0.1", 138192a8473aSAndreas Gohr "source": { 138292a8473aSAndreas Gohr "type": "git", 138392a8473aSAndreas Gohr "url": "https://github.com/sebastianbergmann/recursion-context.git", 1384*5c25a071SAndreas Gohr "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb" 138592a8473aSAndreas Gohr }, 138692a8473aSAndreas Gohr "dist": { 138792a8473aSAndreas Gohr "type": "zip", 1388*5c25a071SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb", 1389*5c25a071SAndreas Gohr "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb", 139092a8473aSAndreas Gohr "shasum": "" 139192a8473aSAndreas Gohr }, 139292a8473aSAndreas Gohr "require": { 1393*5c25a071SAndreas Gohr "php": ">=7.0" 139492a8473aSAndreas Gohr }, 139592a8473aSAndreas Gohr "require-dev": { 139692a8473aSAndreas Gohr "phpunit/phpunit": "^6.0" 139792a8473aSAndreas Gohr }, 139892a8473aSAndreas Gohr "type": "library", 139992a8473aSAndreas Gohr "extra": { 140092a8473aSAndreas Gohr "branch-alias": { 140192a8473aSAndreas Gohr "dev-master": "3.0.x-dev" 140292a8473aSAndreas Gohr } 140392a8473aSAndreas Gohr }, 140492a8473aSAndreas Gohr "autoload": { 140592a8473aSAndreas Gohr "classmap": [ 140692a8473aSAndreas Gohr "src/" 140792a8473aSAndreas Gohr ] 140892a8473aSAndreas Gohr }, 140992a8473aSAndreas Gohr "notification-url": "https://packagist.org/downloads/", 141092a8473aSAndreas Gohr "license": [ 141192a8473aSAndreas Gohr "BSD-3-Clause" 141292a8473aSAndreas Gohr ], 141392a8473aSAndreas Gohr "authors": [ 141492a8473aSAndreas Gohr { 141592a8473aSAndreas Gohr "name": "Sebastian Bergmann", 141692a8473aSAndreas Gohr "email": "sebastian@phpunit.de" 141792a8473aSAndreas Gohr }, 141892a8473aSAndreas Gohr { 1419*5c25a071SAndreas Gohr "name": "Jeff Welch", 1420*5c25a071SAndreas Gohr "email": "whatthejeff@gmail.com" 1421*5c25a071SAndreas Gohr }, 1422*5c25a071SAndreas Gohr { 142392a8473aSAndreas Gohr "name": "Adam Harvey", 142492a8473aSAndreas Gohr "email": "aharvey@php.net" 142592a8473aSAndreas Gohr } 142692a8473aSAndreas Gohr ], 142792a8473aSAndreas Gohr "description": "Provides functionality to recursively process PHP variables", 142892a8473aSAndreas Gohr "homepage": "http://www.github.com/sebastianbergmann/recursion-context", 1429*5c25a071SAndreas Gohr "support": { 1430*5c25a071SAndreas Gohr "issues": "https://github.com/sebastianbergmann/recursion-context/issues", 1431*5c25a071SAndreas Gohr "source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.1" 1432*5c25a071SAndreas Gohr }, 1433*5c25a071SAndreas Gohr "funding": [ 1434*5c25a071SAndreas Gohr { 1435*5c25a071SAndreas Gohr "url": "https://github.com/sebastianbergmann", 1436*5c25a071SAndreas Gohr "type": "github" 1437*5c25a071SAndreas Gohr } 1438*5c25a071SAndreas Gohr ], 1439*5c25a071SAndreas Gohr "time": "2020-11-30T07:34:24+00:00" 144092a8473aSAndreas Gohr }, 144192a8473aSAndreas Gohr { 144292a8473aSAndreas Gohr "name": "sebastian/resource-operations", 1443*5c25a071SAndreas Gohr "version": "2.0.2", 144492a8473aSAndreas Gohr "source": { 144592a8473aSAndreas Gohr "type": "git", 144692a8473aSAndreas Gohr "url": "https://github.com/sebastianbergmann/resource-operations.git", 1447*5c25a071SAndreas Gohr "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3" 144892a8473aSAndreas Gohr }, 144992a8473aSAndreas Gohr "dist": { 145092a8473aSAndreas Gohr "type": "zip", 1451*5c25a071SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/31d35ca87926450c44eae7e2611d45a7a65ea8b3", 1452*5c25a071SAndreas Gohr "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3", 145392a8473aSAndreas Gohr "shasum": "" 145492a8473aSAndreas Gohr }, 145592a8473aSAndreas Gohr "require": { 1456*5c25a071SAndreas Gohr "php": ">=7.1" 145792a8473aSAndreas Gohr }, 145892a8473aSAndreas Gohr "type": "library", 145992a8473aSAndreas Gohr "extra": { 146092a8473aSAndreas Gohr "branch-alias": { 146192a8473aSAndreas Gohr "dev-master": "2.0-dev" 146292a8473aSAndreas Gohr } 146392a8473aSAndreas Gohr }, 146492a8473aSAndreas Gohr "autoload": { 146592a8473aSAndreas Gohr "classmap": [ 146692a8473aSAndreas Gohr "src/" 146792a8473aSAndreas Gohr ] 146892a8473aSAndreas Gohr }, 146992a8473aSAndreas Gohr "notification-url": "https://packagist.org/downloads/", 147092a8473aSAndreas Gohr "license": [ 147192a8473aSAndreas Gohr "BSD-3-Clause" 147292a8473aSAndreas Gohr ], 147392a8473aSAndreas Gohr "authors": [ 147492a8473aSAndreas Gohr { 147592a8473aSAndreas Gohr "name": "Sebastian Bergmann", 147692a8473aSAndreas Gohr "email": "sebastian@phpunit.de" 147792a8473aSAndreas Gohr } 147892a8473aSAndreas Gohr ], 147992a8473aSAndreas Gohr "description": "Provides a list of PHP built-in functions that operate on resources", 148092a8473aSAndreas Gohr "homepage": "https://www.github.com/sebastianbergmann/resource-operations", 1481*5c25a071SAndreas Gohr "support": { 1482*5c25a071SAndreas Gohr "issues": "https://github.com/sebastianbergmann/resource-operations/issues", 1483*5c25a071SAndreas Gohr "source": "https://github.com/sebastianbergmann/resource-operations/tree/2.0.2" 1484*5c25a071SAndreas Gohr }, 1485*5c25a071SAndreas Gohr "funding": [ 1486*5c25a071SAndreas Gohr { 1487*5c25a071SAndreas Gohr "url": "https://github.com/sebastianbergmann", 1488*5c25a071SAndreas Gohr "type": "github" 1489*5c25a071SAndreas Gohr } 1490*5c25a071SAndreas Gohr ], 1491*5c25a071SAndreas Gohr "time": "2020-11-30T07:30:19+00:00" 1492*5c25a071SAndreas Gohr }, 1493*5c25a071SAndreas Gohr { 1494*5c25a071SAndreas Gohr "name": "sebastian/type", 1495*5c25a071SAndreas Gohr "version": "1.1.4", 1496*5c25a071SAndreas Gohr "source": { 1497*5c25a071SAndreas Gohr "type": "git", 1498*5c25a071SAndreas Gohr "url": "https://github.com/sebastianbergmann/type.git", 1499*5c25a071SAndreas Gohr "reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4" 1500*5c25a071SAndreas Gohr }, 1501*5c25a071SAndreas Gohr "dist": { 1502*5c25a071SAndreas Gohr "type": "zip", 1503*5c25a071SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/0150cfbc4495ed2df3872fb31b26781e4e077eb4", 1504*5c25a071SAndreas Gohr "reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4", 1505*5c25a071SAndreas Gohr "shasum": "" 1506*5c25a071SAndreas Gohr }, 1507*5c25a071SAndreas Gohr "require": { 1508*5c25a071SAndreas Gohr "php": ">=7.2" 1509*5c25a071SAndreas Gohr }, 1510*5c25a071SAndreas Gohr "require-dev": { 1511*5c25a071SAndreas Gohr "phpunit/phpunit": "^8.2" 1512*5c25a071SAndreas Gohr }, 1513*5c25a071SAndreas Gohr "type": "library", 1514*5c25a071SAndreas Gohr "extra": { 1515*5c25a071SAndreas Gohr "branch-alias": { 1516*5c25a071SAndreas Gohr "dev-master": "1.1-dev" 1517*5c25a071SAndreas Gohr } 1518*5c25a071SAndreas Gohr }, 1519*5c25a071SAndreas Gohr "autoload": { 1520*5c25a071SAndreas Gohr "classmap": [ 1521*5c25a071SAndreas Gohr "src/" 1522*5c25a071SAndreas Gohr ] 1523*5c25a071SAndreas Gohr }, 1524*5c25a071SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 1525*5c25a071SAndreas Gohr "license": [ 1526*5c25a071SAndreas Gohr "BSD-3-Clause" 1527*5c25a071SAndreas Gohr ], 1528*5c25a071SAndreas Gohr "authors": [ 1529*5c25a071SAndreas Gohr { 1530*5c25a071SAndreas Gohr "name": "Sebastian Bergmann", 1531*5c25a071SAndreas Gohr "email": "sebastian@phpunit.de", 1532*5c25a071SAndreas Gohr "role": "lead" 1533*5c25a071SAndreas Gohr } 1534*5c25a071SAndreas Gohr ], 1535*5c25a071SAndreas Gohr "description": "Collection of value objects that represent the types of the PHP type system", 1536*5c25a071SAndreas Gohr "homepage": "https://github.com/sebastianbergmann/type", 1537*5c25a071SAndreas Gohr "support": { 1538*5c25a071SAndreas Gohr "issues": "https://github.com/sebastianbergmann/type/issues", 1539*5c25a071SAndreas Gohr "source": "https://github.com/sebastianbergmann/type/tree/1.1.4" 1540*5c25a071SAndreas Gohr }, 1541*5c25a071SAndreas Gohr "funding": [ 1542*5c25a071SAndreas Gohr { 1543*5c25a071SAndreas Gohr "url": "https://github.com/sebastianbergmann", 1544*5c25a071SAndreas Gohr "type": "github" 1545*5c25a071SAndreas Gohr } 1546*5c25a071SAndreas Gohr ], 1547*5c25a071SAndreas Gohr "time": "2020-11-30T07:25:11+00:00" 154892a8473aSAndreas Gohr }, 154992a8473aSAndreas Gohr { 155092a8473aSAndreas Gohr "name": "sebastian/version", 155192a8473aSAndreas Gohr "version": "2.0.1", 155292a8473aSAndreas Gohr "source": { 155392a8473aSAndreas Gohr "type": "git", 155492a8473aSAndreas Gohr "url": "https://github.com/sebastianbergmann/version.git", 155592a8473aSAndreas Gohr "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" 155692a8473aSAndreas Gohr }, 155792a8473aSAndreas Gohr "dist": { 155892a8473aSAndreas Gohr "type": "zip", 155992a8473aSAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", 156092a8473aSAndreas Gohr "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", 156192a8473aSAndreas Gohr "shasum": "" 156292a8473aSAndreas Gohr }, 156392a8473aSAndreas Gohr "require": { 156492a8473aSAndreas Gohr "php": ">=5.6" 156592a8473aSAndreas Gohr }, 156692a8473aSAndreas Gohr "type": "library", 156792a8473aSAndreas Gohr "extra": { 156892a8473aSAndreas Gohr "branch-alias": { 156992a8473aSAndreas Gohr "dev-master": "2.0.x-dev" 157092a8473aSAndreas Gohr } 157192a8473aSAndreas Gohr }, 157292a8473aSAndreas Gohr "autoload": { 157392a8473aSAndreas Gohr "classmap": [ 157492a8473aSAndreas Gohr "src/" 157592a8473aSAndreas Gohr ] 157692a8473aSAndreas Gohr }, 157792a8473aSAndreas Gohr "notification-url": "https://packagist.org/downloads/", 157892a8473aSAndreas Gohr "license": [ 157992a8473aSAndreas Gohr "BSD-3-Clause" 158092a8473aSAndreas Gohr ], 158192a8473aSAndreas Gohr "authors": [ 158292a8473aSAndreas Gohr { 158392a8473aSAndreas Gohr "name": "Sebastian Bergmann", 158492a8473aSAndreas Gohr "email": "sebastian@phpunit.de", 158592a8473aSAndreas Gohr "role": "lead" 158692a8473aSAndreas Gohr } 158792a8473aSAndreas Gohr ], 158892a8473aSAndreas Gohr "description": "Library that helps with managing the version number of Git-hosted PHP projects", 158992a8473aSAndreas Gohr "homepage": "https://github.com/sebastianbergmann/version", 1590*5c25a071SAndreas Gohr "support": { 1591*5c25a071SAndreas Gohr "issues": "https://github.com/sebastianbergmann/version/issues", 1592*5c25a071SAndreas Gohr "source": "https://github.com/sebastianbergmann/version/tree/master" 1593*5c25a071SAndreas Gohr }, 159492a8473aSAndreas Gohr "time": "2016-10-03T07:35:21+00:00" 159592a8473aSAndreas Gohr }, 159692a8473aSAndreas Gohr { 159792a8473aSAndreas Gohr "name": "symfony/polyfill-ctype", 1598*5c25a071SAndreas Gohr "version": "v1.22.0", 159992a8473aSAndreas Gohr "source": { 160092a8473aSAndreas Gohr "type": "git", 160192a8473aSAndreas Gohr "url": "https://github.com/symfony/polyfill-ctype.git", 1602*5c25a071SAndreas Gohr "reference": "c6c942b1ac76c82448322025e084cadc56048b4e" 160392a8473aSAndreas Gohr }, 160492a8473aSAndreas Gohr "dist": { 160592a8473aSAndreas Gohr "type": "zip", 1606*5c25a071SAndreas Gohr "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e", 1607*5c25a071SAndreas Gohr "reference": "c6c942b1ac76c82448322025e084cadc56048b4e", 160892a8473aSAndreas Gohr "shasum": "" 160992a8473aSAndreas Gohr }, 161092a8473aSAndreas Gohr "require": { 1611*5c25a071SAndreas Gohr "php": ">=7.1" 161292a8473aSAndreas Gohr }, 161392a8473aSAndreas Gohr "suggest": { 161492a8473aSAndreas Gohr "ext-ctype": "For best performance" 161592a8473aSAndreas Gohr }, 161692a8473aSAndreas Gohr "type": "library", 161792a8473aSAndreas Gohr "extra": { 161892a8473aSAndreas Gohr "branch-alias": { 1619*5c25a071SAndreas Gohr "dev-main": "1.22-dev" 1620*5c25a071SAndreas Gohr }, 1621*5c25a071SAndreas Gohr "thanks": { 1622*5c25a071SAndreas Gohr "name": "symfony/polyfill", 1623*5c25a071SAndreas Gohr "url": "https://github.com/symfony/polyfill" 162492a8473aSAndreas Gohr } 162592a8473aSAndreas Gohr }, 162692a8473aSAndreas Gohr "autoload": { 162792a8473aSAndreas Gohr "psr-4": { 162892a8473aSAndreas Gohr "Symfony\\Polyfill\\Ctype\\": "" 162992a8473aSAndreas Gohr }, 163092a8473aSAndreas Gohr "files": [ 163192a8473aSAndreas Gohr "bootstrap.php" 163292a8473aSAndreas Gohr ] 163392a8473aSAndreas Gohr }, 163492a8473aSAndreas Gohr "notification-url": "https://packagist.org/downloads/", 163592a8473aSAndreas Gohr "license": [ 163692a8473aSAndreas Gohr "MIT" 163792a8473aSAndreas Gohr ], 163892a8473aSAndreas Gohr "authors": [ 163992a8473aSAndreas Gohr { 164092a8473aSAndreas Gohr "name": "Gert de Pagter", 164192a8473aSAndreas Gohr "email": "BackEndTea@gmail.com" 164292a8473aSAndreas Gohr }, 164392a8473aSAndreas Gohr { 164492a8473aSAndreas Gohr "name": "Symfony Community", 164592a8473aSAndreas Gohr "homepage": "https://symfony.com/contributors" 164692a8473aSAndreas Gohr } 164792a8473aSAndreas Gohr ], 164892a8473aSAndreas Gohr "description": "Symfony polyfill for ctype functions", 164992a8473aSAndreas Gohr "homepage": "https://symfony.com", 165092a8473aSAndreas Gohr "keywords": [ 165192a8473aSAndreas Gohr "compatibility", 165292a8473aSAndreas Gohr "ctype", 165392a8473aSAndreas Gohr "polyfill", 165492a8473aSAndreas Gohr "portable" 165592a8473aSAndreas Gohr ], 1656*5c25a071SAndreas Gohr "support": { 1657*5c25a071SAndreas Gohr "source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.0" 1658*5c25a071SAndreas Gohr }, 165992a8473aSAndreas Gohr "funding": [ 166092a8473aSAndreas Gohr { 166192a8473aSAndreas Gohr "url": "https://symfony.com/sponsor", 166292a8473aSAndreas Gohr "type": "custom" 166392a8473aSAndreas Gohr }, 166492a8473aSAndreas Gohr { 166592a8473aSAndreas Gohr "url": "https://github.com/fabpot", 166692a8473aSAndreas Gohr "type": "github" 166792a8473aSAndreas Gohr }, 166892a8473aSAndreas Gohr { 166992a8473aSAndreas Gohr "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 167092a8473aSAndreas Gohr "type": "tidelift" 167192a8473aSAndreas Gohr } 167292a8473aSAndreas Gohr ], 1673*5c25a071SAndreas Gohr "time": "2021-01-07T16:49:33+00:00" 167492a8473aSAndreas Gohr }, 167592a8473aSAndreas Gohr { 167692a8473aSAndreas Gohr "name": "theseer/tokenizer", 1677*5c25a071SAndreas Gohr "version": "1.2.0", 167892a8473aSAndreas Gohr "source": { 167992a8473aSAndreas Gohr "type": "git", 168092a8473aSAndreas Gohr "url": "https://github.com/theseer/tokenizer.git", 1681*5c25a071SAndreas Gohr "reference": "75a63c33a8577608444246075ea0af0d052e452a" 168292a8473aSAndreas Gohr }, 168392a8473aSAndreas Gohr "dist": { 168492a8473aSAndreas Gohr "type": "zip", 1685*5c25a071SAndreas Gohr "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a", 1686*5c25a071SAndreas Gohr "reference": "75a63c33a8577608444246075ea0af0d052e452a", 168792a8473aSAndreas Gohr "shasum": "" 168892a8473aSAndreas Gohr }, 168992a8473aSAndreas Gohr "require": { 169092a8473aSAndreas Gohr "ext-dom": "*", 169192a8473aSAndreas Gohr "ext-tokenizer": "*", 169292a8473aSAndreas Gohr "ext-xmlwriter": "*", 1693*5c25a071SAndreas Gohr "php": "^7.2 || ^8.0" 169492a8473aSAndreas Gohr }, 169592a8473aSAndreas Gohr "type": "library", 169692a8473aSAndreas Gohr "autoload": { 169792a8473aSAndreas Gohr "classmap": [ 169892a8473aSAndreas Gohr "src/" 169992a8473aSAndreas Gohr ] 170092a8473aSAndreas Gohr }, 170192a8473aSAndreas Gohr "notification-url": "https://packagist.org/downloads/", 170292a8473aSAndreas Gohr "license": [ 170392a8473aSAndreas Gohr "BSD-3-Clause" 170492a8473aSAndreas Gohr ], 170592a8473aSAndreas Gohr "authors": [ 170692a8473aSAndreas Gohr { 170792a8473aSAndreas Gohr "name": "Arne Blankerts", 170892a8473aSAndreas Gohr "email": "arne@blankerts.de", 170992a8473aSAndreas Gohr "role": "Developer" 171092a8473aSAndreas Gohr } 171192a8473aSAndreas Gohr ], 171292a8473aSAndreas Gohr "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", 1713*5c25a071SAndreas Gohr "support": { 1714*5c25a071SAndreas Gohr "issues": "https://github.com/theseer/tokenizer/issues", 1715*5c25a071SAndreas Gohr "source": "https://github.com/theseer/tokenizer/tree/master" 1716*5c25a071SAndreas Gohr }, 1717*5c25a071SAndreas Gohr "funding": [ 1718*5c25a071SAndreas Gohr { 1719*5c25a071SAndreas Gohr "url": "https://github.com/theseer", 1720*5c25a071SAndreas Gohr "type": "github" 1721*5c25a071SAndreas Gohr } 1722*5c25a071SAndreas Gohr ], 1723*5c25a071SAndreas Gohr "time": "2020-07-12T23:59:07+00:00" 172492a8473aSAndreas Gohr }, 172592a8473aSAndreas Gohr { 172692a8473aSAndreas Gohr "name": "webmozart/assert", 1727*5c25a071SAndreas Gohr "version": "1.9.1", 172892a8473aSAndreas Gohr "source": { 172992a8473aSAndreas Gohr "type": "git", 1730*5c25a071SAndreas Gohr "url": "https://github.com/webmozarts/assert.git", 1731*5c25a071SAndreas Gohr "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389" 173292a8473aSAndreas Gohr }, 173392a8473aSAndreas Gohr "dist": { 173492a8473aSAndreas Gohr "type": "zip", 1735*5c25a071SAndreas Gohr "url": "https://api.github.com/repos/webmozarts/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389", 1736*5c25a071SAndreas Gohr "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389", 173792a8473aSAndreas Gohr "shasum": "" 173892a8473aSAndreas Gohr }, 173992a8473aSAndreas Gohr "require": { 1740*5c25a071SAndreas Gohr "php": "^5.3.3 || ^7.0 || ^8.0", 174192a8473aSAndreas Gohr "symfony/polyfill-ctype": "^1.8" 174292a8473aSAndreas Gohr }, 174392a8473aSAndreas Gohr "conflict": { 1744*5c25a071SAndreas Gohr "phpstan/phpstan": "<0.12.20", 174592a8473aSAndreas Gohr "vimeo/psalm": "<3.9.1" 174692a8473aSAndreas Gohr }, 174792a8473aSAndreas Gohr "require-dev": { 174892a8473aSAndreas Gohr "phpunit/phpunit": "^4.8.36 || ^7.5.13" 174992a8473aSAndreas Gohr }, 175092a8473aSAndreas Gohr "type": "library", 175192a8473aSAndreas Gohr "autoload": { 175292a8473aSAndreas Gohr "psr-4": { 175392a8473aSAndreas Gohr "Webmozart\\Assert\\": "src/" 175492a8473aSAndreas Gohr } 175592a8473aSAndreas Gohr }, 175692a8473aSAndreas Gohr "notification-url": "https://packagist.org/downloads/", 175792a8473aSAndreas Gohr "license": [ 175892a8473aSAndreas Gohr "MIT" 175992a8473aSAndreas Gohr ], 176092a8473aSAndreas Gohr "authors": [ 176192a8473aSAndreas Gohr { 176292a8473aSAndreas Gohr "name": "Bernhard Schussek", 176392a8473aSAndreas Gohr "email": "bschussek@gmail.com" 176492a8473aSAndreas Gohr } 176592a8473aSAndreas Gohr ], 176692a8473aSAndreas Gohr "description": "Assertions to validate method input/output with nice error messages.", 176792a8473aSAndreas Gohr "keywords": [ 176892a8473aSAndreas Gohr "assert", 176992a8473aSAndreas Gohr "check", 177092a8473aSAndreas Gohr "validate" 177192a8473aSAndreas Gohr ], 1772*5c25a071SAndreas Gohr "support": { 1773*5c25a071SAndreas Gohr "issues": "https://github.com/webmozarts/assert/issues", 1774*5c25a071SAndreas Gohr "source": "https://github.com/webmozarts/assert/tree/1.9.1" 1775*5c25a071SAndreas Gohr }, 1776*5c25a071SAndreas Gohr "time": "2020-07-08T17:02:28+00:00" 177792a8473aSAndreas Gohr } 177892a8473aSAndreas Gohr ], 177992a8473aSAndreas Gohr "aliases": [], 178092a8473aSAndreas Gohr "minimum-stability": "stable", 178192a8473aSAndreas Gohr "stability-flags": [], 178292a8473aSAndreas Gohr "prefer-stable": false, 178392a8473aSAndreas Gohr "prefer-lowest": false, 178492a8473aSAndreas Gohr "platform": [], 178592a8473aSAndreas Gohr "platform-dev": [], 1786*5c25a071SAndreas Gohr "plugin-api-version": "2.0.0" 178792a8473aSAndreas Gohr} 1788