1acdf738aSAndreas Gohr{ 2acdf738aSAndreas Gohr "_readme": [ 3acdf738aSAndreas Gohr "This file locks the dependencies of your project to a known state", 4acdf738aSAndreas Gohr "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", 5acdf738aSAndreas Gohr "This file is @generated automatically" 6acdf738aSAndreas Gohr ], 7*2ab82b8eSAndreas Gohr "content-hash": "5b9c0aa944039e87220b6ec1e4e3f10a", 8acdf738aSAndreas Gohr "packages": [ 9acdf738aSAndreas Gohr { 10acdf738aSAndreas Gohr "name": "scotteh/php-dom-wrapper", 1197170572SAndreas Gohr "version": "2.0.5", 12acdf738aSAndreas Gohr "source": { 13acdf738aSAndreas Gohr "type": "git", 14acdf738aSAndreas Gohr "url": "https://github.com/scotteh/php-dom-wrapper.git", 1597170572SAndreas Gohr "reference": "351e9c635c9aa65c8cedaeefcac3a49581ad2529" 16acdf738aSAndreas Gohr }, 17acdf738aSAndreas Gohr "dist": { 18acdf738aSAndreas Gohr "type": "zip", 1997170572SAndreas Gohr "url": "https://api.github.com/repos/scotteh/php-dom-wrapper/zipball/351e9c635c9aa65c8cedaeefcac3a49581ad2529", 2097170572SAndreas Gohr "reference": "351e9c635c9aa65c8cedaeefcac3a49581ad2529", 21acdf738aSAndreas Gohr "shasum": "" 22acdf738aSAndreas Gohr }, 23acdf738aSAndreas Gohr "require": { 24acdf738aSAndreas Gohr "ext-libxml": "*", 25acdf738aSAndreas Gohr "ext-mbstring": "*", 26acdf738aSAndreas Gohr "lib-libxml": ">=2.7.7", 27acdf738aSAndreas Gohr "php": ">=7.1.0", 28acdf738aSAndreas Gohr "symfony/css-selector": "^4.0 || ^5.0 || ^6.0" 29acdf738aSAndreas Gohr }, 30acdf738aSAndreas Gohr "require-dev": { 31acdf738aSAndreas Gohr "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" 32acdf738aSAndreas Gohr }, 33acdf738aSAndreas Gohr "type": "library", 34acdf738aSAndreas Gohr "extra": { 35acdf738aSAndreas Gohr "branch-alias": { 36acdf738aSAndreas Gohr "dev-master": "2.0-dev" 37acdf738aSAndreas Gohr } 38acdf738aSAndreas Gohr }, 39acdf738aSAndreas Gohr "autoload": { 40acdf738aSAndreas Gohr "psr-4": { 41acdf738aSAndreas Gohr "DOMWrap\\": "src/" 42acdf738aSAndreas Gohr } 43acdf738aSAndreas Gohr }, 44acdf738aSAndreas Gohr "notification-url": "https://packagist.org/downloads/", 45acdf738aSAndreas Gohr "license": [ 46acdf738aSAndreas Gohr "BSD-3-Clause" 47acdf738aSAndreas Gohr ], 48acdf738aSAndreas Gohr "authors": [ 49acdf738aSAndreas Gohr { 50acdf738aSAndreas Gohr "name": "Andrew Scott", 51acdf738aSAndreas Gohr "email": "andrew@andrewscott.net.au" 52acdf738aSAndreas Gohr } 53acdf738aSAndreas Gohr ], 54acdf738aSAndreas Gohr "description": "Simple DOM wrapper to select nodes using either CSS or XPath expressions and manipulate results quickly and easily.", 55acdf738aSAndreas Gohr "homepage": "https://github.com/scotteh/php-dom-wrapper", 56acdf738aSAndreas Gohr "keywords": [ 57acdf738aSAndreas Gohr "css", 58acdf738aSAndreas Gohr "dom", 59acdf738aSAndreas Gohr "html", 60acdf738aSAndreas Gohr "parser", 61acdf738aSAndreas Gohr "wrapper" 62acdf738aSAndreas Gohr ], 63acdf738aSAndreas Gohr "support": { 64acdf738aSAndreas Gohr "issues": "https://github.com/scotteh/php-dom-wrapper/issues", 6597170572SAndreas Gohr "source": "https://github.com/scotteh/php-dom-wrapper/tree/2.0.5" 66acdf738aSAndreas Gohr }, 6797170572SAndreas Gohr "time": "2023-09-10T13:50:09+00:00" 68acdf738aSAndreas Gohr }, 69acdf738aSAndreas Gohr { 70acdf738aSAndreas Gohr "name": "symfony/css-selector", 71*2ab82b8eSAndreas Gohr "version": "v5.4.26", 72acdf738aSAndreas Gohr "source": { 73acdf738aSAndreas Gohr "type": "git", 74acdf738aSAndreas Gohr "url": "https://github.com/symfony/css-selector.git", 75*2ab82b8eSAndreas Gohr "reference": "0ad3f7e9a1ab492c5b4214cf22a9dc55dcf8600a" 76acdf738aSAndreas Gohr }, 77acdf738aSAndreas Gohr "dist": { 78acdf738aSAndreas Gohr "type": "zip", 79*2ab82b8eSAndreas Gohr "url": "https://api.github.com/repos/symfony/css-selector/zipball/0ad3f7e9a1ab492c5b4214cf22a9dc55dcf8600a", 80*2ab82b8eSAndreas Gohr "reference": "0ad3f7e9a1ab492c5b4214cf22a9dc55dcf8600a", 81acdf738aSAndreas Gohr "shasum": "" 82acdf738aSAndreas Gohr }, 83acdf738aSAndreas Gohr "require": { 84*2ab82b8eSAndreas Gohr "php": ">=7.2.5", 85acdf738aSAndreas Gohr "symfony/polyfill-php80": "^1.16" 86acdf738aSAndreas Gohr }, 87acdf738aSAndreas Gohr "type": "library", 88acdf738aSAndreas Gohr "autoload": { 89acdf738aSAndreas Gohr "psr-4": { 90acdf738aSAndreas Gohr "Symfony\\Component\\CssSelector\\": "" 91acdf738aSAndreas Gohr }, 92acdf738aSAndreas Gohr "exclude-from-classmap": [ 93acdf738aSAndreas Gohr "/Tests/" 94acdf738aSAndreas Gohr ] 95acdf738aSAndreas Gohr }, 96acdf738aSAndreas Gohr "notification-url": "https://packagist.org/downloads/", 97acdf738aSAndreas Gohr "license": [ 98acdf738aSAndreas Gohr "MIT" 99acdf738aSAndreas Gohr ], 100acdf738aSAndreas Gohr "authors": [ 101acdf738aSAndreas Gohr { 102acdf738aSAndreas Gohr "name": "Fabien Potencier", 103acdf738aSAndreas Gohr "email": "fabien@symfony.com" 104acdf738aSAndreas Gohr }, 105acdf738aSAndreas Gohr { 106acdf738aSAndreas Gohr "name": "Jean-François Simon", 107acdf738aSAndreas Gohr "email": "jeanfrancois.simon@sensiolabs.com" 108acdf738aSAndreas Gohr }, 109acdf738aSAndreas Gohr { 110acdf738aSAndreas Gohr "name": "Symfony Community", 111acdf738aSAndreas Gohr "homepage": "https://symfony.com/contributors" 112acdf738aSAndreas Gohr } 113acdf738aSAndreas Gohr ], 114acdf738aSAndreas Gohr "description": "Converts CSS selectors to XPath expressions", 115acdf738aSAndreas Gohr "homepage": "https://symfony.com", 116acdf738aSAndreas Gohr "support": { 117*2ab82b8eSAndreas Gohr "source": "https://github.com/symfony/css-selector/tree/v5.4.26" 118acdf738aSAndreas Gohr }, 119acdf738aSAndreas Gohr "funding": [ 120acdf738aSAndreas Gohr { 121acdf738aSAndreas Gohr "url": "https://symfony.com/sponsor", 122acdf738aSAndreas Gohr "type": "custom" 123acdf738aSAndreas Gohr }, 124acdf738aSAndreas Gohr { 125acdf738aSAndreas Gohr "url": "https://github.com/fabpot", 126acdf738aSAndreas Gohr "type": "github" 127acdf738aSAndreas Gohr }, 128acdf738aSAndreas Gohr { 129acdf738aSAndreas Gohr "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 130acdf738aSAndreas Gohr "type": "tidelift" 131acdf738aSAndreas Gohr } 132acdf738aSAndreas Gohr ], 133*2ab82b8eSAndreas Gohr "time": "2023-07-07T06:10:25+00:00" 134acdf738aSAndreas Gohr }, 135acdf738aSAndreas Gohr { 136acdf738aSAndreas Gohr "name": "symfony/polyfill-php80", 13797170572SAndreas Gohr "version": "v1.28.0", 138acdf738aSAndreas Gohr "source": { 139acdf738aSAndreas Gohr "type": "git", 140acdf738aSAndreas Gohr "url": "https://github.com/symfony/polyfill-php80.git", 14197170572SAndreas Gohr "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5" 142acdf738aSAndreas Gohr }, 143acdf738aSAndreas Gohr "dist": { 144acdf738aSAndreas Gohr "type": "zip", 14597170572SAndreas Gohr "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5", 14697170572SAndreas Gohr "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5", 147acdf738aSAndreas Gohr "shasum": "" 148acdf738aSAndreas Gohr }, 149acdf738aSAndreas Gohr "require": { 150acdf738aSAndreas Gohr "php": ">=7.1" 151acdf738aSAndreas Gohr }, 152acdf738aSAndreas Gohr "type": "library", 153acdf738aSAndreas Gohr "extra": { 154acdf738aSAndreas Gohr "branch-alias": { 15597170572SAndreas Gohr "dev-main": "1.28-dev" 156acdf738aSAndreas Gohr }, 157acdf738aSAndreas Gohr "thanks": { 158acdf738aSAndreas Gohr "name": "symfony/polyfill", 159acdf738aSAndreas Gohr "url": "https://github.com/symfony/polyfill" 160acdf738aSAndreas Gohr } 161acdf738aSAndreas Gohr }, 162acdf738aSAndreas Gohr "autoload": { 163acdf738aSAndreas Gohr "files": [ 164acdf738aSAndreas Gohr "bootstrap.php" 165acdf738aSAndreas Gohr ], 166acdf738aSAndreas Gohr "psr-4": { 167acdf738aSAndreas Gohr "Symfony\\Polyfill\\Php80\\": "" 168acdf738aSAndreas Gohr }, 169acdf738aSAndreas Gohr "classmap": [ 170acdf738aSAndreas Gohr "Resources/stubs" 171acdf738aSAndreas Gohr ] 172acdf738aSAndreas Gohr }, 173acdf738aSAndreas Gohr "notification-url": "https://packagist.org/downloads/", 174acdf738aSAndreas Gohr "license": [ 175acdf738aSAndreas Gohr "MIT" 176acdf738aSAndreas Gohr ], 177acdf738aSAndreas Gohr "authors": [ 178acdf738aSAndreas Gohr { 179acdf738aSAndreas Gohr "name": "Ion Bazan", 180acdf738aSAndreas Gohr "email": "ion.bazan@gmail.com" 181acdf738aSAndreas Gohr }, 182acdf738aSAndreas Gohr { 183acdf738aSAndreas Gohr "name": "Nicolas Grekas", 184acdf738aSAndreas Gohr "email": "p@tchwork.com" 185acdf738aSAndreas Gohr }, 186acdf738aSAndreas Gohr { 187acdf738aSAndreas Gohr "name": "Symfony Community", 188acdf738aSAndreas Gohr "homepage": "https://symfony.com/contributors" 189acdf738aSAndreas Gohr } 190acdf738aSAndreas Gohr ], 191acdf738aSAndreas Gohr "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", 192acdf738aSAndreas Gohr "homepage": "https://symfony.com", 193acdf738aSAndreas Gohr "keywords": [ 194acdf738aSAndreas Gohr "compatibility", 195acdf738aSAndreas Gohr "polyfill", 196acdf738aSAndreas Gohr "portable", 197acdf738aSAndreas Gohr "shim" 198acdf738aSAndreas Gohr ], 199acdf738aSAndreas Gohr "support": { 20097170572SAndreas Gohr "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0" 201acdf738aSAndreas Gohr }, 202acdf738aSAndreas Gohr "funding": [ 203acdf738aSAndreas Gohr { 204acdf738aSAndreas Gohr "url": "https://symfony.com/sponsor", 205acdf738aSAndreas Gohr "type": "custom" 206acdf738aSAndreas Gohr }, 207acdf738aSAndreas Gohr { 208acdf738aSAndreas Gohr "url": "https://github.com/fabpot", 209acdf738aSAndreas Gohr "type": "github" 210acdf738aSAndreas Gohr }, 211acdf738aSAndreas Gohr { 212acdf738aSAndreas Gohr "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 213acdf738aSAndreas Gohr "type": "tidelift" 214acdf738aSAndreas Gohr } 215acdf738aSAndreas Gohr ], 21697170572SAndreas Gohr "time": "2023-01-26T09:26:14+00:00" 217acdf738aSAndreas Gohr } 218acdf738aSAndreas Gohr ], 21997170572SAndreas Gohr "packages-dev": [ 22097170572SAndreas Gohr { 22197170572SAndreas Gohr "name": "doctrine/instantiator", 22297170572SAndreas Gohr "version": "1.5.0", 22397170572SAndreas Gohr "source": { 22497170572SAndreas Gohr "type": "git", 22597170572SAndreas Gohr "url": "https://github.com/doctrine/instantiator.git", 22697170572SAndreas Gohr "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b" 22797170572SAndreas Gohr }, 22897170572SAndreas Gohr "dist": { 22997170572SAndreas Gohr "type": "zip", 23097170572SAndreas Gohr "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b", 23197170572SAndreas Gohr "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b", 23297170572SAndreas Gohr "shasum": "" 23397170572SAndreas Gohr }, 23497170572SAndreas Gohr "require": { 23597170572SAndreas Gohr "php": "^7.1 || ^8.0" 23697170572SAndreas Gohr }, 23797170572SAndreas Gohr "require-dev": { 23897170572SAndreas Gohr "doctrine/coding-standard": "^9 || ^11", 23997170572SAndreas Gohr "ext-pdo": "*", 24097170572SAndreas Gohr "ext-phar": "*", 24197170572SAndreas Gohr "phpbench/phpbench": "^0.16 || ^1", 24297170572SAndreas Gohr "phpstan/phpstan": "^1.4", 24397170572SAndreas Gohr "phpstan/phpstan-phpunit": "^1", 24497170572SAndreas Gohr "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", 24597170572SAndreas Gohr "vimeo/psalm": "^4.30 || ^5.4" 24697170572SAndreas Gohr }, 24797170572SAndreas Gohr "type": "library", 24897170572SAndreas Gohr "autoload": { 24997170572SAndreas Gohr "psr-4": { 25097170572SAndreas Gohr "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" 25197170572SAndreas Gohr } 25297170572SAndreas Gohr }, 25397170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 25497170572SAndreas Gohr "license": [ 25597170572SAndreas Gohr "MIT" 25697170572SAndreas Gohr ], 25797170572SAndreas Gohr "authors": [ 25897170572SAndreas Gohr { 25997170572SAndreas Gohr "name": "Marco Pivetta", 26097170572SAndreas Gohr "email": "ocramius@gmail.com", 26197170572SAndreas Gohr "homepage": "https://ocramius.github.io/" 26297170572SAndreas Gohr } 26397170572SAndreas Gohr ], 26497170572SAndreas Gohr "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", 26597170572SAndreas Gohr "homepage": "https://www.doctrine-project.org/projects/instantiator.html", 26697170572SAndreas Gohr "keywords": [ 26797170572SAndreas Gohr "constructor", 26897170572SAndreas Gohr "instantiate" 26997170572SAndreas Gohr ], 27097170572SAndreas Gohr "support": { 27197170572SAndreas Gohr "issues": "https://github.com/doctrine/instantiator/issues", 27297170572SAndreas Gohr "source": "https://github.com/doctrine/instantiator/tree/1.5.0" 27397170572SAndreas Gohr }, 27497170572SAndreas Gohr "funding": [ 27597170572SAndreas Gohr { 27697170572SAndreas Gohr "url": "https://www.doctrine-project.org/sponsorship.html", 27797170572SAndreas Gohr "type": "custom" 27897170572SAndreas Gohr }, 27997170572SAndreas Gohr { 28097170572SAndreas Gohr "url": "https://www.patreon.com/phpdoctrine", 28197170572SAndreas Gohr "type": "patreon" 28297170572SAndreas Gohr }, 28397170572SAndreas Gohr { 28497170572SAndreas Gohr "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", 28597170572SAndreas Gohr "type": "tidelift" 28697170572SAndreas Gohr } 28797170572SAndreas Gohr ], 28897170572SAndreas Gohr "time": "2022-12-30T00:15:36+00:00" 28997170572SAndreas Gohr }, 29097170572SAndreas Gohr { 29197170572SAndreas Gohr "name": "myclabs/deep-copy", 29297170572SAndreas Gohr "version": "1.11.1", 29397170572SAndreas Gohr "source": { 29497170572SAndreas Gohr "type": "git", 29597170572SAndreas Gohr "url": "https://github.com/myclabs/DeepCopy.git", 29697170572SAndreas Gohr "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c" 29797170572SAndreas Gohr }, 29897170572SAndreas Gohr "dist": { 29997170572SAndreas Gohr "type": "zip", 30097170572SAndreas Gohr "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", 30197170572SAndreas Gohr "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", 30297170572SAndreas Gohr "shasum": "" 30397170572SAndreas Gohr }, 30497170572SAndreas Gohr "require": { 30597170572SAndreas Gohr "php": "^7.1 || ^8.0" 30697170572SAndreas Gohr }, 30797170572SAndreas Gohr "conflict": { 30897170572SAndreas Gohr "doctrine/collections": "<1.6.8", 30997170572SAndreas Gohr "doctrine/common": "<2.13.3 || >=3,<3.2.2" 31097170572SAndreas Gohr }, 31197170572SAndreas Gohr "require-dev": { 31297170572SAndreas Gohr "doctrine/collections": "^1.6.8", 31397170572SAndreas Gohr "doctrine/common": "^2.13.3 || ^3.2.2", 31497170572SAndreas Gohr "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" 31597170572SAndreas Gohr }, 31697170572SAndreas Gohr "type": "library", 31797170572SAndreas Gohr "autoload": { 31897170572SAndreas Gohr "files": [ 31997170572SAndreas Gohr "src/DeepCopy/deep_copy.php" 32097170572SAndreas Gohr ], 32197170572SAndreas Gohr "psr-4": { 32297170572SAndreas Gohr "DeepCopy\\": "src/DeepCopy/" 32397170572SAndreas Gohr } 32497170572SAndreas Gohr }, 32597170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 32697170572SAndreas Gohr "license": [ 32797170572SAndreas Gohr "MIT" 32897170572SAndreas Gohr ], 32997170572SAndreas Gohr "description": "Create deep copies (clones) of your objects", 33097170572SAndreas Gohr "keywords": [ 33197170572SAndreas Gohr "clone", 33297170572SAndreas Gohr "copy", 33397170572SAndreas Gohr "duplicate", 33497170572SAndreas Gohr "object", 33597170572SAndreas Gohr "object graph" 33697170572SAndreas Gohr ], 33797170572SAndreas Gohr "support": { 33897170572SAndreas Gohr "issues": "https://github.com/myclabs/DeepCopy/issues", 33997170572SAndreas Gohr "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1" 34097170572SAndreas Gohr }, 34197170572SAndreas Gohr "funding": [ 34297170572SAndreas Gohr { 34397170572SAndreas Gohr "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", 34497170572SAndreas Gohr "type": "tidelift" 34597170572SAndreas Gohr } 34697170572SAndreas Gohr ], 34797170572SAndreas Gohr "time": "2023-03-08T13:26:56+00:00" 34897170572SAndreas Gohr }, 34997170572SAndreas Gohr { 35097170572SAndreas Gohr "name": "phar-io/manifest", 35197170572SAndreas Gohr "version": "2.0.3", 35297170572SAndreas Gohr "source": { 35397170572SAndreas Gohr "type": "git", 35497170572SAndreas Gohr "url": "https://github.com/phar-io/manifest.git", 35597170572SAndreas Gohr "reference": "97803eca37d319dfa7826cc2437fc020857acb53" 35697170572SAndreas Gohr }, 35797170572SAndreas Gohr "dist": { 35897170572SAndreas Gohr "type": "zip", 35997170572SAndreas Gohr "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", 36097170572SAndreas Gohr "reference": "97803eca37d319dfa7826cc2437fc020857acb53", 36197170572SAndreas Gohr "shasum": "" 36297170572SAndreas Gohr }, 36397170572SAndreas Gohr "require": { 36497170572SAndreas Gohr "ext-dom": "*", 36597170572SAndreas Gohr "ext-phar": "*", 36697170572SAndreas Gohr "ext-xmlwriter": "*", 36797170572SAndreas Gohr "phar-io/version": "^3.0.1", 36897170572SAndreas Gohr "php": "^7.2 || ^8.0" 36997170572SAndreas Gohr }, 37097170572SAndreas Gohr "type": "library", 37197170572SAndreas Gohr "extra": { 37297170572SAndreas Gohr "branch-alias": { 37397170572SAndreas Gohr "dev-master": "2.0.x-dev" 37497170572SAndreas Gohr } 37597170572SAndreas Gohr }, 37697170572SAndreas Gohr "autoload": { 37797170572SAndreas Gohr "classmap": [ 37897170572SAndreas Gohr "src/" 37997170572SAndreas Gohr ] 38097170572SAndreas Gohr }, 38197170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 38297170572SAndreas Gohr "license": [ 38397170572SAndreas Gohr "BSD-3-Clause" 38497170572SAndreas Gohr ], 38597170572SAndreas Gohr "authors": [ 38697170572SAndreas Gohr { 38797170572SAndreas Gohr "name": "Arne Blankerts", 38897170572SAndreas Gohr "email": "arne@blankerts.de", 38997170572SAndreas Gohr "role": "Developer" 39097170572SAndreas Gohr }, 39197170572SAndreas Gohr { 39297170572SAndreas Gohr "name": "Sebastian Heuer", 39397170572SAndreas Gohr "email": "sebastian@phpeople.de", 39497170572SAndreas Gohr "role": "Developer" 39597170572SAndreas Gohr }, 39697170572SAndreas Gohr { 39797170572SAndreas Gohr "name": "Sebastian Bergmann", 39897170572SAndreas Gohr "email": "sebastian@phpunit.de", 39997170572SAndreas Gohr "role": "Developer" 40097170572SAndreas Gohr } 40197170572SAndreas Gohr ], 40297170572SAndreas Gohr "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", 40397170572SAndreas Gohr "support": { 40497170572SAndreas Gohr "issues": "https://github.com/phar-io/manifest/issues", 40597170572SAndreas Gohr "source": "https://github.com/phar-io/manifest/tree/2.0.3" 40697170572SAndreas Gohr }, 40797170572SAndreas Gohr "time": "2021-07-20T11:28:43+00:00" 40897170572SAndreas Gohr }, 40997170572SAndreas Gohr { 41097170572SAndreas Gohr "name": "phar-io/version", 41197170572SAndreas Gohr "version": "3.2.1", 41297170572SAndreas Gohr "source": { 41397170572SAndreas Gohr "type": "git", 41497170572SAndreas Gohr "url": "https://github.com/phar-io/version.git", 41597170572SAndreas Gohr "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" 41697170572SAndreas Gohr }, 41797170572SAndreas Gohr "dist": { 41897170572SAndreas Gohr "type": "zip", 41997170572SAndreas Gohr "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", 42097170572SAndreas Gohr "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", 42197170572SAndreas Gohr "shasum": "" 42297170572SAndreas Gohr }, 42397170572SAndreas Gohr "require": { 42497170572SAndreas Gohr "php": "^7.2 || ^8.0" 42597170572SAndreas Gohr }, 42697170572SAndreas Gohr "type": "library", 42797170572SAndreas Gohr "autoload": { 42897170572SAndreas Gohr "classmap": [ 42997170572SAndreas Gohr "src/" 43097170572SAndreas Gohr ] 43197170572SAndreas Gohr }, 43297170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 43397170572SAndreas Gohr "license": [ 43497170572SAndreas Gohr "BSD-3-Clause" 43597170572SAndreas Gohr ], 43697170572SAndreas Gohr "authors": [ 43797170572SAndreas Gohr { 43897170572SAndreas Gohr "name": "Arne Blankerts", 43997170572SAndreas Gohr "email": "arne@blankerts.de", 44097170572SAndreas Gohr "role": "Developer" 44197170572SAndreas Gohr }, 44297170572SAndreas Gohr { 44397170572SAndreas Gohr "name": "Sebastian Heuer", 44497170572SAndreas Gohr "email": "sebastian@phpeople.de", 44597170572SAndreas Gohr "role": "Developer" 44697170572SAndreas Gohr }, 44797170572SAndreas Gohr { 44897170572SAndreas Gohr "name": "Sebastian Bergmann", 44997170572SAndreas Gohr "email": "sebastian@phpunit.de", 45097170572SAndreas Gohr "role": "Developer" 45197170572SAndreas Gohr } 45297170572SAndreas Gohr ], 45397170572SAndreas Gohr "description": "Library for handling version information and constraints", 45497170572SAndreas Gohr "support": { 45597170572SAndreas Gohr "issues": "https://github.com/phar-io/version/issues", 45697170572SAndreas Gohr "source": "https://github.com/phar-io/version/tree/3.2.1" 45797170572SAndreas Gohr }, 45897170572SAndreas Gohr "time": "2022-02-21T01:04:05+00:00" 45997170572SAndreas Gohr }, 46097170572SAndreas Gohr { 46197170572SAndreas Gohr "name": "phpstan/phpstan", 46297170572SAndreas Gohr "version": "1.10.34", 46397170572SAndreas Gohr "source": { 46497170572SAndreas Gohr "type": "git", 46597170572SAndreas Gohr "url": "https://github.com/phpstan/phpstan.git", 46697170572SAndreas Gohr "reference": "7f806b6f1403e6914c778140e2ba07c293cb4901" 46797170572SAndreas Gohr }, 46897170572SAndreas Gohr "dist": { 46997170572SAndreas Gohr "type": "zip", 47097170572SAndreas Gohr "url": "https://api.github.com/repos/phpstan/phpstan/zipball/7f806b6f1403e6914c778140e2ba07c293cb4901", 47197170572SAndreas Gohr "reference": "7f806b6f1403e6914c778140e2ba07c293cb4901", 47297170572SAndreas Gohr "shasum": "" 47397170572SAndreas Gohr }, 47497170572SAndreas Gohr "require": { 47597170572SAndreas Gohr "php": "^7.2|^8.0" 47697170572SAndreas Gohr }, 47797170572SAndreas Gohr "conflict": { 47897170572SAndreas Gohr "phpstan/phpstan-shim": "*" 47997170572SAndreas Gohr }, 48097170572SAndreas Gohr "bin": [ 48197170572SAndreas Gohr "phpstan", 48297170572SAndreas Gohr "phpstan.phar" 48397170572SAndreas Gohr ], 48497170572SAndreas Gohr "type": "library", 48597170572SAndreas Gohr "autoload": { 48697170572SAndreas Gohr "files": [ 48797170572SAndreas Gohr "bootstrap.php" 48897170572SAndreas Gohr ] 48997170572SAndreas Gohr }, 49097170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 49197170572SAndreas Gohr "license": [ 49297170572SAndreas Gohr "MIT" 49397170572SAndreas Gohr ], 49497170572SAndreas Gohr "description": "PHPStan - PHP Static Analysis Tool", 49597170572SAndreas Gohr "keywords": [ 49697170572SAndreas Gohr "dev", 49797170572SAndreas Gohr "static analysis" 49897170572SAndreas Gohr ], 49997170572SAndreas Gohr "support": { 50097170572SAndreas Gohr "docs": "https://phpstan.org/user-guide/getting-started", 50197170572SAndreas Gohr "forum": "https://github.com/phpstan/phpstan/discussions", 50297170572SAndreas Gohr "issues": "https://github.com/phpstan/phpstan/issues", 50397170572SAndreas Gohr "security": "https://github.com/phpstan/phpstan/security/policy", 50497170572SAndreas Gohr "source": "https://github.com/phpstan/phpstan-src" 50597170572SAndreas Gohr }, 50697170572SAndreas Gohr "funding": [ 50797170572SAndreas Gohr { 50897170572SAndreas Gohr "url": "https://github.com/ondrejmirtes", 50997170572SAndreas Gohr "type": "github" 51097170572SAndreas Gohr }, 51197170572SAndreas Gohr { 51297170572SAndreas Gohr "url": "https://github.com/phpstan", 51397170572SAndreas Gohr "type": "github" 51497170572SAndreas Gohr }, 51597170572SAndreas Gohr { 51697170572SAndreas Gohr "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", 51797170572SAndreas Gohr "type": "tidelift" 51897170572SAndreas Gohr } 51997170572SAndreas Gohr ], 52097170572SAndreas Gohr "time": "2023-09-13T09:49:47+00:00" 52197170572SAndreas Gohr }, 52297170572SAndreas Gohr { 52397170572SAndreas Gohr "name": "phpunit/php-code-coverage", 52497170572SAndreas Gohr "version": "7.0.15", 52597170572SAndreas Gohr "source": { 52697170572SAndreas Gohr "type": "git", 52797170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 52897170572SAndreas Gohr "reference": "819f92bba8b001d4363065928088de22f25a3a48" 52997170572SAndreas Gohr }, 53097170572SAndreas Gohr "dist": { 53197170572SAndreas Gohr "type": "zip", 53297170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/819f92bba8b001d4363065928088de22f25a3a48", 53397170572SAndreas Gohr "reference": "819f92bba8b001d4363065928088de22f25a3a48", 53497170572SAndreas Gohr "shasum": "" 53597170572SAndreas Gohr }, 53697170572SAndreas Gohr "require": { 53797170572SAndreas Gohr "ext-dom": "*", 53897170572SAndreas Gohr "ext-xmlwriter": "*", 53997170572SAndreas Gohr "php": ">=7.2", 54097170572SAndreas Gohr "phpunit/php-file-iterator": "^2.0.2", 54197170572SAndreas Gohr "phpunit/php-text-template": "^1.2.1", 54297170572SAndreas Gohr "phpunit/php-token-stream": "^3.1.3 || ^4.0", 54397170572SAndreas Gohr "sebastian/code-unit-reverse-lookup": "^1.0.1", 54497170572SAndreas Gohr "sebastian/environment": "^4.2.2", 54597170572SAndreas Gohr "sebastian/version": "^2.0.1", 54697170572SAndreas Gohr "theseer/tokenizer": "^1.1.3" 54797170572SAndreas Gohr }, 54897170572SAndreas Gohr "require-dev": { 54997170572SAndreas Gohr "phpunit/phpunit": "^8.2.2" 55097170572SAndreas Gohr }, 55197170572SAndreas Gohr "suggest": { 55297170572SAndreas Gohr "ext-xdebug": "^2.7.2" 55397170572SAndreas Gohr }, 55497170572SAndreas Gohr "type": "library", 55597170572SAndreas Gohr "extra": { 55697170572SAndreas Gohr "branch-alias": { 55797170572SAndreas Gohr "dev-master": "7.0-dev" 55897170572SAndreas Gohr } 55997170572SAndreas Gohr }, 56097170572SAndreas Gohr "autoload": { 56197170572SAndreas Gohr "classmap": [ 56297170572SAndreas Gohr "src/" 56397170572SAndreas Gohr ] 56497170572SAndreas Gohr }, 56597170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 56697170572SAndreas Gohr "license": [ 56797170572SAndreas Gohr "BSD-3-Clause" 56897170572SAndreas Gohr ], 56997170572SAndreas Gohr "authors": [ 57097170572SAndreas Gohr { 57197170572SAndreas Gohr "name": "Sebastian Bergmann", 57297170572SAndreas Gohr "email": "sebastian@phpunit.de", 57397170572SAndreas Gohr "role": "lead" 57497170572SAndreas Gohr } 57597170572SAndreas Gohr ], 57697170572SAndreas Gohr "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", 57797170572SAndreas Gohr "homepage": "https://github.com/sebastianbergmann/php-code-coverage", 57897170572SAndreas Gohr "keywords": [ 57997170572SAndreas Gohr "coverage", 58097170572SAndreas Gohr "testing", 58197170572SAndreas Gohr "xunit" 58297170572SAndreas Gohr ], 58397170572SAndreas Gohr "support": { 58497170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", 58597170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/7.0.15" 58697170572SAndreas Gohr }, 58797170572SAndreas Gohr "funding": [ 58897170572SAndreas Gohr { 58997170572SAndreas Gohr "url": "https://github.com/sebastianbergmann", 59097170572SAndreas Gohr "type": "github" 59197170572SAndreas Gohr } 59297170572SAndreas Gohr ], 59397170572SAndreas Gohr "time": "2021-07-26T12:20:09+00:00" 59497170572SAndreas Gohr }, 59597170572SAndreas Gohr { 59697170572SAndreas Gohr "name": "phpunit/php-file-iterator", 59797170572SAndreas Gohr "version": "2.0.5", 59897170572SAndreas Gohr "source": { 59997170572SAndreas Gohr "type": "git", 60097170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/php-file-iterator.git", 60197170572SAndreas Gohr "reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5" 60297170572SAndreas Gohr }, 60397170572SAndreas Gohr "dist": { 60497170572SAndreas Gohr "type": "zip", 60597170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5", 60697170572SAndreas Gohr "reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5", 60797170572SAndreas Gohr "shasum": "" 60897170572SAndreas Gohr }, 60997170572SAndreas Gohr "require": { 61097170572SAndreas Gohr "php": ">=7.1" 61197170572SAndreas Gohr }, 61297170572SAndreas Gohr "require-dev": { 61397170572SAndreas Gohr "phpunit/phpunit": "^8.5" 61497170572SAndreas Gohr }, 61597170572SAndreas Gohr "type": "library", 61697170572SAndreas Gohr "extra": { 61797170572SAndreas Gohr "branch-alias": { 61897170572SAndreas Gohr "dev-master": "2.0.x-dev" 61997170572SAndreas Gohr } 62097170572SAndreas Gohr }, 62197170572SAndreas Gohr "autoload": { 62297170572SAndreas Gohr "classmap": [ 62397170572SAndreas Gohr "src/" 62497170572SAndreas Gohr ] 62597170572SAndreas Gohr }, 62697170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 62797170572SAndreas Gohr "license": [ 62897170572SAndreas Gohr "BSD-3-Clause" 62997170572SAndreas Gohr ], 63097170572SAndreas Gohr "authors": [ 63197170572SAndreas Gohr { 63297170572SAndreas Gohr "name": "Sebastian Bergmann", 63397170572SAndreas Gohr "email": "sebastian@phpunit.de", 63497170572SAndreas Gohr "role": "lead" 63597170572SAndreas Gohr } 63697170572SAndreas Gohr ], 63797170572SAndreas Gohr "description": "FilterIterator implementation that filters files based on a list of suffixes.", 63897170572SAndreas Gohr "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", 63997170572SAndreas Gohr "keywords": [ 64097170572SAndreas Gohr "filesystem", 64197170572SAndreas Gohr "iterator" 64297170572SAndreas Gohr ], 64397170572SAndreas Gohr "support": { 64497170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", 64597170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.5" 64697170572SAndreas Gohr }, 64797170572SAndreas Gohr "funding": [ 64897170572SAndreas Gohr { 64997170572SAndreas Gohr "url": "https://github.com/sebastianbergmann", 65097170572SAndreas Gohr "type": "github" 65197170572SAndreas Gohr } 65297170572SAndreas Gohr ], 65397170572SAndreas Gohr "time": "2021-12-02T12:42:26+00:00" 65497170572SAndreas Gohr }, 65597170572SAndreas Gohr { 65697170572SAndreas Gohr "name": "phpunit/php-text-template", 65797170572SAndreas Gohr "version": "1.2.1", 65897170572SAndreas Gohr "source": { 65997170572SAndreas Gohr "type": "git", 66097170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/php-text-template.git", 66197170572SAndreas Gohr "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" 66297170572SAndreas Gohr }, 66397170572SAndreas Gohr "dist": { 66497170572SAndreas Gohr "type": "zip", 66597170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 66697170572SAndreas Gohr "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 66797170572SAndreas Gohr "shasum": "" 66897170572SAndreas Gohr }, 66997170572SAndreas Gohr "require": { 67097170572SAndreas Gohr "php": ">=5.3.3" 67197170572SAndreas Gohr }, 67297170572SAndreas Gohr "type": "library", 67397170572SAndreas Gohr "autoload": { 67497170572SAndreas Gohr "classmap": [ 67597170572SAndreas Gohr "src/" 67697170572SAndreas Gohr ] 67797170572SAndreas Gohr }, 67897170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 67997170572SAndreas Gohr "license": [ 68097170572SAndreas Gohr "BSD-3-Clause" 68197170572SAndreas Gohr ], 68297170572SAndreas Gohr "authors": [ 68397170572SAndreas Gohr { 68497170572SAndreas Gohr "name": "Sebastian Bergmann", 68597170572SAndreas Gohr "email": "sebastian@phpunit.de", 68697170572SAndreas Gohr "role": "lead" 68797170572SAndreas Gohr } 68897170572SAndreas Gohr ], 68997170572SAndreas Gohr "description": "Simple template engine.", 69097170572SAndreas Gohr "homepage": "https://github.com/sebastianbergmann/php-text-template/", 69197170572SAndreas Gohr "keywords": [ 69297170572SAndreas Gohr "template" 69397170572SAndreas Gohr ], 69497170572SAndreas Gohr "support": { 69597170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/php-text-template/issues", 69697170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1" 69797170572SAndreas Gohr }, 69897170572SAndreas Gohr "time": "2015-06-21T13:50:34+00:00" 69997170572SAndreas Gohr }, 70097170572SAndreas Gohr { 70197170572SAndreas Gohr "name": "phpunit/php-timer", 70297170572SAndreas Gohr "version": "2.1.3", 70397170572SAndreas Gohr "source": { 70497170572SAndreas Gohr "type": "git", 70597170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/php-timer.git", 70697170572SAndreas Gohr "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662" 70797170572SAndreas Gohr }, 70897170572SAndreas Gohr "dist": { 70997170572SAndreas Gohr "type": "zip", 71097170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/2454ae1765516d20c4ffe103d85a58a9a3bd5662", 71197170572SAndreas Gohr "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662", 71297170572SAndreas Gohr "shasum": "" 71397170572SAndreas Gohr }, 71497170572SAndreas Gohr "require": { 71597170572SAndreas Gohr "php": ">=7.1" 71697170572SAndreas Gohr }, 71797170572SAndreas Gohr "require-dev": { 71897170572SAndreas Gohr "phpunit/phpunit": "^8.5" 71997170572SAndreas Gohr }, 72097170572SAndreas Gohr "type": "library", 72197170572SAndreas Gohr "extra": { 72297170572SAndreas Gohr "branch-alias": { 72397170572SAndreas Gohr "dev-master": "2.1-dev" 72497170572SAndreas Gohr } 72597170572SAndreas Gohr }, 72697170572SAndreas Gohr "autoload": { 72797170572SAndreas Gohr "classmap": [ 72897170572SAndreas Gohr "src/" 72997170572SAndreas Gohr ] 73097170572SAndreas Gohr }, 73197170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 73297170572SAndreas Gohr "license": [ 73397170572SAndreas Gohr "BSD-3-Clause" 73497170572SAndreas Gohr ], 73597170572SAndreas Gohr "authors": [ 73697170572SAndreas Gohr { 73797170572SAndreas Gohr "name": "Sebastian Bergmann", 73897170572SAndreas Gohr "email": "sebastian@phpunit.de", 73997170572SAndreas Gohr "role": "lead" 74097170572SAndreas Gohr } 74197170572SAndreas Gohr ], 74297170572SAndreas Gohr "description": "Utility class for timing", 74397170572SAndreas Gohr "homepage": "https://github.com/sebastianbergmann/php-timer/", 74497170572SAndreas Gohr "keywords": [ 74597170572SAndreas Gohr "timer" 74697170572SAndreas Gohr ], 74797170572SAndreas Gohr "support": { 74897170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/php-timer/issues", 74997170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/php-timer/tree/2.1.3" 75097170572SAndreas Gohr }, 75197170572SAndreas Gohr "funding": [ 75297170572SAndreas Gohr { 75397170572SAndreas Gohr "url": "https://github.com/sebastianbergmann", 75497170572SAndreas Gohr "type": "github" 75597170572SAndreas Gohr } 75697170572SAndreas Gohr ], 75797170572SAndreas Gohr "time": "2020-11-30T08:20:02+00:00" 75897170572SAndreas Gohr }, 75997170572SAndreas Gohr { 76097170572SAndreas Gohr "name": "phpunit/php-token-stream", 761*2ab82b8eSAndreas Gohr "version": "4.0.4", 76297170572SAndreas Gohr "source": { 76397170572SAndreas Gohr "type": "git", 76497170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/php-token-stream.git", 765*2ab82b8eSAndreas Gohr "reference": "a853a0e183b9db7eed023d7933a858fa1c8d25a3" 76697170572SAndreas Gohr }, 76797170572SAndreas Gohr "dist": { 76897170572SAndreas Gohr "type": "zip", 769*2ab82b8eSAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/a853a0e183b9db7eed023d7933a858fa1c8d25a3", 770*2ab82b8eSAndreas Gohr "reference": "a853a0e183b9db7eed023d7933a858fa1c8d25a3", 77197170572SAndreas Gohr "shasum": "" 77297170572SAndreas Gohr }, 77397170572SAndreas Gohr "require": { 77497170572SAndreas Gohr "ext-tokenizer": "*", 775*2ab82b8eSAndreas Gohr "php": "^7.3 || ^8.0" 77697170572SAndreas Gohr }, 77797170572SAndreas Gohr "require-dev": { 778*2ab82b8eSAndreas Gohr "phpunit/phpunit": "^9.0" 77997170572SAndreas Gohr }, 78097170572SAndreas Gohr "type": "library", 78197170572SAndreas Gohr "extra": { 78297170572SAndreas Gohr "branch-alias": { 783*2ab82b8eSAndreas Gohr "dev-master": "4.0-dev" 78497170572SAndreas Gohr } 78597170572SAndreas Gohr }, 78697170572SAndreas Gohr "autoload": { 78797170572SAndreas Gohr "classmap": [ 78897170572SAndreas Gohr "src/" 78997170572SAndreas Gohr ] 79097170572SAndreas Gohr }, 79197170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 79297170572SAndreas Gohr "license": [ 79397170572SAndreas Gohr "BSD-3-Clause" 79497170572SAndreas Gohr ], 79597170572SAndreas Gohr "authors": [ 79697170572SAndreas Gohr { 79797170572SAndreas Gohr "name": "Sebastian Bergmann", 79897170572SAndreas Gohr "email": "sebastian@phpunit.de" 79997170572SAndreas Gohr } 80097170572SAndreas Gohr ], 80197170572SAndreas Gohr "description": "Wrapper around PHP's tokenizer extension.", 80297170572SAndreas Gohr "homepage": "https://github.com/sebastianbergmann/php-token-stream/", 80397170572SAndreas Gohr "keywords": [ 80497170572SAndreas Gohr "tokenizer" 80597170572SAndreas Gohr ], 80697170572SAndreas Gohr "support": { 80797170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/php-token-stream/issues", 808*2ab82b8eSAndreas Gohr "source": "https://github.com/sebastianbergmann/php-token-stream/tree/master" 80997170572SAndreas Gohr }, 81097170572SAndreas Gohr "funding": [ 81197170572SAndreas Gohr { 81297170572SAndreas Gohr "url": "https://github.com/sebastianbergmann", 81397170572SAndreas Gohr "type": "github" 81497170572SAndreas Gohr } 81597170572SAndreas Gohr ], 81697170572SAndreas Gohr "abandoned": true, 817*2ab82b8eSAndreas Gohr "time": "2020-08-04T08:28:15+00:00" 81897170572SAndreas Gohr }, 81997170572SAndreas Gohr { 82097170572SAndreas Gohr "name": "phpunit/phpunit", 82197170572SAndreas Gohr "version": "8.5.33", 82297170572SAndreas Gohr "source": { 82397170572SAndreas Gohr "type": "git", 82497170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/phpunit.git", 82597170572SAndreas Gohr "reference": "7d1ff0e8c6b35db78ff13e3e05517d7cbf7aa32e" 82697170572SAndreas Gohr }, 82797170572SAndreas Gohr "dist": { 82897170572SAndreas Gohr "type": "zip", 82997170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7d1ff0e8c6b35db78ff13e3e05517d7cbf7aa32e", 83097170572SAndreas Gohr "reference": "7d1ff0e8c6b35db78ff13e3e05517d7cbf7aa32e", 83197170572SAndreas Gohr "shasum": "" 83297170572SAndreas Gohr }, 83397170572SAndreas Gohr "require": { 83497170572SAndreas Gohr "doctrine/instantiator": "^1.3.1", 83597170572SAndreas Gohr "ext-dom": "*", 83697170572SAndreas Gohr "ext-json": "*", 83797170572SAndreas Gohr "ext-libxml": "*", 83897170572SAndreas Gohr "ext-mbstring": "*", 83997170572SAndreas Gohr "ext-xml": "*", 84097170572SAndreas Gohr "ext-xmlwriter": "*", 84197170572SAndreas Gohr "myclabs/deep-copy": "^1.10.0", 84297170572SAndreas Gohr "phar-io/manifest": "^2.0.3", 84397170572SAndreas Gohr "phar-io/version": "^3.0.2", 84497170572SAndreas Gohr "php": ">=7.2", 84597170572SAndreas Gohr "phpunit/php-code-coverage": "^7.0.12", 84697170572SAndreas Gohr "phpunit/php-file-iterator": "^2.0.4", 84797170572SAndreas Gohr "phpunit/php-text-template": "^1.2.1", 84897170572SAndreas Gohr "phpunit/php-timer": "^2.1.2", 84997170572SAndreas Gohr "sebastian/comparator": "^3.0.5", 85097170572SAndreas Gohr "sebastian/diff": "^3.0.2", 85197170572SAndreas Gohr "sebastian/environment": "^4.2.3", 85297170572SAndreas Gohr "sebastian/exporter": "^3.1.5", 85397170572SAndreas Gohr "sebastian/global-state": "^3.0.0", 85497170572SAndreas Gohr "sebastian/object-enumerator": "^3.0.3", 85597170572SAndreas Gohr "sebastian/resource-operations": "^2.0.1", 85697170572SAndreas Gohr "sebastian/type": "^1.1.3", 85797170572SAndreas Gohr "sebastian/version": "^2.0.1" 85897170572SAndreas Gohr }, 85997170572SAndreas Gohr "suggest": { 86097170572SAndreas Gohr "ext-soap": "*", 86197170572SAndreas Gohr "ext-xdebug": "*", 86297170572SAndreas Gohr "phpunit/php-invoker": "^2.0.0" 86397170572SAndreas Gohr }, 86497170572SAndreas Gohr "bin": [ 86597170572SAndreas Gohr "phpunit" 86697170572SAndreas Gohr ], 86797170572SAndreas Gohr "type": "library", 86897170572SAndreas Gohr "extra": { 86997170572SAndreas Gohr "branch-alias": { 87097170572SAndreas Gohr "dev-master": "8.5-dev" 87197170572SAndreas Gohr } 87297170572SAndreas Gohr }, 87397170572SAndreas Gohr "autoload": { 87497170572SAndreas Gohr "classmap": [ 87597170572SAndreas Gohr "src/" 87697170572SAndreas Gohr ] 87797170572SAndreas Gohr }, 87897170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 87997170572SAndreas Gohr "license": [ 88097170572SAndreas Gohr "BSD-3-Clause" 88197170572SAndreas Gohr ], 88297170572SAndreas Gohr "authors": [ 88397170572SAndreas Gohr { 88497170572SAndreas Gohr "name": "Sebastian Bergmann", 88597170572SAndreas Gohr "email": "sebastian@phpunit.de", 88697170572SAndreas Gohr "role": "lead" 88797170572SAndreas Gohr } 88897170572SAndreas Gohr ], 88997170572SAndreas Gohr "description": "The PHP Unit Testing framework.", 89097170572SAndreas Gohr "homepage": "https://phpunit.de/", 89197170572SAndreas Gohr "keywords": [ 89297170572SAndreas Gohr "phpunit", 89397170572SAndreas Gohr "testing", 89497170572SAndreas Gohr "xunit" 89597170572SAndreas Gohr ], 89697170572SAndreas Gohr "support": { 89797170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/phpunit/issues", 89897170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.33" 89997170572SAndreas Gohr }, 90097170572SAndreas Gohr "funding": [ 90197170572SAndreas Gohr { 90297170572SAndreas Gohr "url": "https://phpunit.de/sponsors.html", 90397170572SAndreas Gohr "type": "custom" 90497170572SAndreas Gohr }, 90597170572SAndreas Gohr { 90697170572SAndreas Gohr "url": "https://github.com/sebastianbergmann", 90797170572SAndreas Gohr "type": "github" 90897170572SAndreas Gohr }, 90997170572SAndreas Gohr { 91097170572SAndreas Gohr "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", 91197170572SAndreas Gohr "type": "tidelift" 91297170572SAndreas Gohr } 91397170572SAndreas Gohr ], 91497170572SAndreas Gohr "time": "2023-02-27T13:04:50+00:00" 91597170572SAndreas Gohr }, 91697170572SAndreas Gohr { 91797170572SAndreas Gohr "name": "rector/rector", 91897170572SAndreas Gohr "version": "0.18.3", 91997170572SAndreas Gohr "source": { 92097170572SAndreas Gohr "type": "git", 92197170572SAndreas Gohr "url": "https://github.com/rectorphp/rector.git", 92297170572SAndreas Gohr "reference": "ba7988e3e028e68e07191d75b0d5473ac320c5e7" 92397170572SAndreas Gohr }, 92497170572SAndreas Gohr "dist": { 92597170572SAndreas Gohr "type": "zip", 92697170572SAndreas Gohr "url": "https://api.github.com/repos/rectorphp/rector/zipball/ba7988e3e028e68e07191d75b0d5473ac320c5e7", 92797170572SAndreas Gohr "reference": "ba7988e3e028e68e07191d75b0d5473ac320c5e7", 92897170572SAndreas Gohr "shasum": "" 92997170572SAndreas Gohr }, 93097170572SAndreas Gohr "require": { 93197170572SAndreas Gohr "php": "^7.2|^8.0", 93297170572SAndreas Gohr "phpstan/phpstan": "^1.10.31" 93397170572SAndreas Gohr }, 93497170572SAndreas Gohr "conflict": { 93597170572SAndreas Gohr "rector/rector-doctrine": "*", 93697170572SAndreas Gohr "rector/rector-downgrade-php": "*", 93797170572SAndreas Gohr "rector/rector-phpunit": "*", 93897170572SAndreas Gohr "rector/rector-symfony": "*" 93997170572SAndreas Gohr }, 94097170572SAndreas Gohr "bin": [ 94197170572SAndreas Gohr "bin/rector" 94297170572SAndreas Gohr ], 94397170572SAndreas Gohr "type": "library", 94497170572SAndreas Gohr "autoload": { 94597170572SAndreas Gohr "files": [ 94697170572SAndreas Gohr "bootstrap.php" 94797170572SAndreas Gohr ] 94897170572SAndreas Gohr }, 94997170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 95097170572SAndreas Gohr "license": [ 95197170572SAndreas Gohr "MIT" 95297170572SAndreas Gohr ], 95397170572SAndreas Gohr "description": "Instant Upgrade and Automated Refactoring of any PHP code", 95497170572SAndreas Gohr "keywords": [ 95597170572SAndreas Gohr "automation", 95697170572SAndreas Gohr "dev", 95797170572SAndreas Gohr "migration", 95897170572SAndreas Gohr "refactoring" 95997170572SAndreas Gohr ], 96097170572SAndreas Gohr "support": { 96197170572SAndreas Gohr "issues": "https://github.com/rectorphp/rector/issues", 96297170572SAndreas Gohr "source": "https://github.com/rectorphp/rector/tree/0.18.3" 96397170572SAndreas Gohr }, 96497170572SAndreas Gohr "funding": [ 96597170572SAndreas Gohr { 96697170572SAndreas Gohr "url": "https://github.com/tomasvotruba", 96797170572SAndreas Gohr "type": "github" 96897170572SAndreas Gohr } 96997170572SAndreas Gohr ], 97097170572SAndreas Gohr "time": "2023-09-12T20:18:14+00:00" 97197170572SAndreas Gohr }, 97297170572SAndreas Gohr { 97397170572SAndreas Gohr "name": "sebastian/code-unit-reverse-lookup", 97497170572SAndreas Gohr "version": "1.0.2", 97597170572SAndreas Gohr "source": { 97697170572SAndreas Gohr "type": "git", 97797170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", 97897170572SAndreas Gohr "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619" 97997170572SAndreas Gohr }, 98097170572SAndreas Gohr "dist": { 98197170572SAndreas Gohr "type": "zip", 98297170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619", 98397170572SAndreas Gohr "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619", 98497170572SAndreas Gohr "shasum": "" 98597170572SAndreas Gohr }, 98697170572SAndreas Gohr "require": { 98797170572SAndreas Gohr "php": ">=5.6" 98897170572SAndreas Gohr }, 98997170572SAndreas Gohr "require-dev": { 99097170572SAndreas Gohr "phpunit/phpunit": "^8.5" 99197170572SAndreas Gohr }, 99297170572SAndreas Gohr "type": "library", 99397170572SAndreas Gohr "extra": { 99497170572SAndreas Gohr "branch-alias": { 99597170572SAndreas Gohr "dev-master": "1.0.x-dev" 99697170572SAndreas Gohr } 99797170572SAndreas Gohr }, 99897170572SAndreas Gohr "autoload": { 99997170572SAndreas Gohr "classmap": [ 100097170572SAndreas Gohr "src/" 100197170572SAndreas Gohr ] 100297170572SAndreas Gohr }, 100397170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 100497170572SAndreas Gohr "license": [ 100597170572SAndreas Gohr "BSD-3-Clause" 100697170572SAndreas Gohr ], 100797170572SAndreas Gohr "authors": [ 100897170572SAndreas Gohr { 100997170572SAndreas Gohr "name": "Sebastian Bergmann", 101097170572SAndreas Gohr "email": "sebastian@phpunit.de" 101197170572SAndreas Gohr } 101297170572SAndreas Gohr ], 101397170572SAndreas Gohr "description": "Looks up which function or method a line of code belongs to", 101497170572SAndreas Gohr "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", 101597170572SAndreas Gohr "support": { 101697170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", 101797170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2" 101897170572SAndreas Gohr }, 101997170572SAndreas Gohr "funding": [ 102097170572SAndreas Gohr { 102197170572SAndreas Gohr "url": "https://github.com/sebastianbergmann", 102297170572SAndreas Gohr "type": "github" 102397170572SAndreas Gohr } 102497170572SAndreas Gohr ], 102597170572SAndreas Gohr "time": "2020-11-30T08:15:22+00:00" 102697170572SAndreas Gohr }, 102797170572SAndreas Gohr { 102897170572SAndreas Gohr "name": "sebastian/comparator", 102997170572SAndreas Gohr "version": "3.0.5", 103097170572SAndreas Gohr "source": { 103197170572SAndreas Gohr "type": "git", 103297170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/comparator.git", 103397170572SAndreas Gohr "reference": "1dc7ceb4a24aede938c7af2a9ed1de09609ca770" 103497170572SAndreas Gohr }, 103597170572SAndreas Gohr "dist": { 103697170572SAndreas Gohr "type": "zip", 103797170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dc7ceb4a24aede938c7af2a9ed1de09609ca770", 103897170572SAndreas Gohr "reference": "1dc7ceb4a24aede938c7af2a9ed1de09609ca770", 103997170572SAndreas Gohr "shasum": "" 104097170572SAndreas Gohr }, 104197170572SAndreas Gohr "require": { 104297170572SAndreas Gohr "php": ">=7.1", 104397170572SAndreas Gohr "sebastian/diff": "^3.0", 104497170572SAndreas Gohr "sebastian/exporter": "^3.1" 104597170572SAndreas Gohr }, 104697170572SAndreas Gohr "require-dev": { 104797170572SAndreas Gohr "phpunit/phpunit": "^8.5" 104897170572SAndreas Gohr }, 104997170572SAndreas Gohr "type": "library", 105097170572SAndreas Gohr "extra": { 105197170572SAndreas Gohr "branch-alias": { 105297170572SAndreas Gohr "dev-master": "3.0-dev" 105397170572SAndreas Gohr } 105497170572SAndreas Gohr }, 105597170572SAndreas Gohr "autoload": { 105697170572SAndreas Gohr "classmap": [ 105797170572SAndreas Gohr "src/" 105897170572SAndreas Gohr ] 105997170572SAndreas Gohr }, 106097170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 106197170572SAndreas Gohr "license": [ 106297170572SAndreas Gohr "BSD-3-Clause" 106397170572SAndreas Gohr ], 106497170572SAndreas Gohr "authors": [ 106597170572SAndreas Gohr { 106697170572SAndreas Gohr "name": "Sebastian Bergmann", 106797170572SAndreas Gohr "email": "sebastian@phpunit.de" 106897170572SAndreas Gohr }, 106997170572SAndreas Gohr { 107097170572SAndreas Gohr "name": "Jeff Welch", 107197170572SAndreas Gohr "email": "whatthejeff@gmail.com" 107297170572SAndreas Gohr }, 107397170572SAndreas Gohr { 107497170572SAndreas Gohr "name": "Volker Dusch", 107597170572SAndreas Gohr "email": "github@wallbash.com" 107697170572SAndreas Gohr }, 107797170572SAndreas Gohr { 107897170572SAndreas Gohr "name": "Bernhard Schussek", 107997170572SAndreas Gohr "email": "bschussek@2bepublished.at" 108097170572SAndreas Gohr } 108197170572SAndreas Gohr ], 108297170572SAndreas Gohr "description": "Provides the functionality to compare PHP values for equality", 108397170572SAndreas Gohr "homepage": "https://github.com/sebastianbergmann/comparator", 108497170572SAndreas Gohr "keywords": [ 108597170572SAndreas Gohr "comparator", 108697170572SAndreas Gohr "compare", 108797170572SAndreas Gohr "equality" 108897170572SAndreas Gohr ], 108997170572SAndreas Gohr "support": { 109097170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/comparator/issues", 109197170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/comparator/tree/3.0.5" 109297170572SAndreas Gohr }, 109397170572SAndreas Gohr "funding": [ 109497170572SAndreas Gohr { 109597170572SAndreas Gohr "url": "https://github.com/sebastianbergmann", 109697170572SAndreas Gohr "type": "github" 109797170572SAndreas Gohr } 109897170572SAndreas Gohr ], 109997170572SAndreas Gohr "time": "2022-09-14T12:31:48+00:00" 110097170572SAndreas Gohr }, 110197170572SAndreas Gohr { 110297170572SAndreas Gohr "name": "sebastian/diff", 110397170572SAndreas Gohr "version": "3.0.4", 110497170572SAndreas Gohr "source": { 110597170572SAndreas Gohr "type": "git", 110697170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/diff.git", 110797170572SAndreas Gohr "reference": "6296a0c086dd0117c1b78b059374d7fcbe7545ae" 110897170572SAndreas Gohr }, 110997170572SAndreas Gohr "dist": { 111097170572SAndreas Gohr "type": "zip", 111197170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/6296a0c086dd0117c1b78b059374d7fcbe7545ae", 111297170572SAndreas Gohr "reference": "6296a0c086dd0117c1b78b059374d7fcbe7545ae", 111397170572SAndreas Gohr "shasum": "" 111497170572SAndreas Gohr }, 111597170572SAndreas Gohr "require": { 111697170572SAndreas Gohr "php": ">=7.1" 111797170572SAndreas Gohr }, 111897170572SAndreas Gohr "require-dev": { 111997170572SAndreas Gohr "phpunit/phpunit": "^7.5 || ^8.0", 112097170572SAndreas Gohr "symfony/process": "^2 || ^3.3 || ^4" 112197170572SAndreas Gohr }, 112297170572SAndreas Gohr "type": "library", 112397170572SAndreas Gohr "extra": { 112497170572SAndreas Gohr "branch-alias": { 112597170572SAndreas Gohr "dev-master": "3.0-dev" 112697170572SAndreas Gohr } 112797170572SAndreas Gohr }, 112897170572SAndreas Gohr "autoload": { 112997170572SAndreas Gohr "classmap": [ 113097170572SAndreas Gohr "src/" 113197170572SAndreas Gohr ] 113297170572SAndreas Gohr }, 113397170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 113497170572SAndreas Gohr "license": [ 113597170572SAndreas Gohr "BSD-3-Clause" 113697170572SAndreas Gohr ], 113797170572SAndreas Gohr "authors": [ 113897170572SAndreas Gohr { 113997170572SAndreas Gohr "name": "Sebastian Bergmann", 114097170572SAndreas Gohr "email": "sebastian@phpunit.de" 114197170572SAndreas Gohr }, 114297170572SAndreas Gohr { 114397170572SAndreas Gohr "name": "Kore Nordmann", 114497170572SAndreas Gohr "email": "mail@kore-nordmann.de" 114597170572SAndreas Gohr } 114697170572SAndreas Gohr ], 114797170572SAndreas Gohr "description": "Diff implementation", 114897170572SAndreas Gohr "homepage": "https://github.com/sebastianbergmann/diff", 114997170572SAndreas Gohr "keywords": [ 115097170572SAndreas Gohr "diff", 115197170572SAndreas Gohr "udiff", 115297170572SAndreas Gohr "unidiff", 115397170572SAndreas Gohr "unified diff" 115497170572SAndreas Gohr ], 115597170572SAndreas Gohr "support": { 115697170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/diff/issues", 115797170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/diff/tree/3.0.4" 115897170572SAndreas Gohr }, 115997170572SAndreas Gohr "funding": [ 116097170572SAndreas Gohr { 116197170572SAndreas Gohr "url": "https://github.com/sebastianbergmann", 116297170572SAndreas Gohr "type": "github" 116397170572SAndreas Gohr } 116497170572SAndreas Gohr ], 116597170572SAndreas Gohr "time": "2023-05-07T05:30:20+00:00" 116697170572SAndreas Gohr }, 116797170572SAndreas Gohr { 116897170572SAndreas Gohr "name": "sebastian/environment", 116997170572SAndreas Gohr "version": "4.2.4", 117097170572SAndreas Gohr "source": { 117197170572SAndreas Gohr "type": "git", 117297170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/environment.git", 117397170572SAndreas Gohr "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0" 117497170572SAndreas Gohr }, 117597170572SAndreas Gohr "dist": { 117697170572SAndreas Gohr "type": "zip", 117797170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/d47bbbad83711771f167c72d4e3f25f7fcc1f8b0", 117897170572SAndreas Gohr "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0", 117997170572SAndreas Gohr "shasum": "" 118097170572SAndreas Gohr }, 118197170572SAndreas Gohr "require": { 118297170572SAndreas Gohr "php": ">=7.1" 118397170572SAndreas Gohr }, 118497170572SAndreas Gohr "require-dev": { 118597170572SAndreas Gohr "phpunit/phpunit": "^7.5" 118697170572SAndreas Gohr }, 118797170572SAndreas Gohr "suggest": { 118897170572SAndreas Gohr "ext-posix": "*" 118997170572SAndreas Gohr }, 119097170572SAndreas Gohr "type": "library", 119197170572SAndreas Gohr "extra": { 119297170572SAndreas Gohr "branch-alias": { 119397170572SAndreas Gohr "dev-master": "4.2-dev" 119497170572SAndreas Gohr } 119597170572SAndreas Gohr }, 119697170572SAndreas Gohr "autoload": { 119797170572SAndreas Gohr "classmap": [ 119897170572SAndreas Gohr "src/" 119997170572SAndreas Gohr ] 120097170572SAndreas Gohr }, 120197170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 120297170572SAndreas Gohr "license": [ 120397170572SAndreas Gohr "BSD-3-Clause" 120497170572SAndreas Gohr ], 120597170572SAndreas Gohr "authors": [ 120697170572SAndreas Gohr { 120797170572SAndreas Gohr "name": "Sebastian Bergmann", 120897170572SAndreas Gohr "email": "sebastian@phpunit.de" 120997170572SAndreas Gohr } 121097170572SAndreas Gohr ], 121197170572SAndreas Gohr "description": "Provides functionality to handle HHVM/PHP environments", 121297170572SAndreas Gohr "homepage": "http://www.github.com/sebastianbergmann/environment", 121397170572SAndreas Gohr "keywords": [ 121497170572SAndreas Gohr "Xdebug", 121597170572SAndreas Gohr "environment", 121697170572SAndreas Gohr "hhvm" 121797170572SAndreas Gohr ], 121897170572SAndreas Gohr "support": { 121997170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/environment/issues", 122097170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/environment/tree/4.2.4" 122197170572SAndreas Gohr }, 122297170572SAndreas Gohr "funding": [ 122397170572SAndreas Gohr { 122497170572SAndreas Gohr "url": "https://github.com/sebastianbergmann", 122597170572SAndreas Gohr "type": "github" 122697170572SAndreas Gohr } 122797170572SAndreas Gohr ], 122897170572SAndreas Gohr "time": "2020-11-30T07:53:42+00:00" 122997170572SAndreas Gohr }, 123097170572SAndreas Gohr { 123197170572SAndreas Gohr "name": "sebastian/exporter", 123297170572SAndreas Gohr "version": "3.1.5", 123397170572SAndreas Gohr "source": { 123497170572SAndreas Gohr "type": "git", 123597170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/exporter.git", 123697170572SAndreas Gohr "reference": "73a9676f2833b9a7c36968f9d882589cd75511e6" 123797170572SAndreas Gohr }, 123897170572SAndreas Gohr "dist": { 123997170572SAndreas Gohr "type": "zip", 124097170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/73a9676f2833b9a7c36968f9d882589cd75511e6", 124197170572SAndreas Gohr "reference": "73a9676f2833b9a7c36968f9d882589cd75511e6", 124297170572SAndreas Gohr "shasum": "" 124397170572SAndreas Gohr }, 124497170572SAndreas Gohr "require": { 124597170572SAndreas Gohr "php": ">=7.0", 124697170572SAndreas Gohr "sebastian/recursion-context": "^3.0" 124797170572SAndreas Gohr }, 124897170572SAndreas Gohr "require-dev": { 124997170572SAndreas Gohr "ext-mbstring": "*", 125097170572SAndreas Gohr "phpunit/phpunit": "^8.5" 125197170572SAndreas Gohr }, 125297170572SAndreas Gohr "type": "library", 125397170572SAndreas Gohr "extra": { 125497170572SAndreas Gohr "branch-alias": { 125597170572SAndreas Gohr "dev-master": "3.1.x-dev" 125697170572SAndreas Gohr } 125797170572SAndreas Gohr }, 125897170572SAndreas Gohr "autoload": { 125997170572SAndreas Gohr "classmap": [ 126097170572SAndreas Gohr "src/" 126197170572SAndreas Gohr ] 126297170572SAndreas Gohr }, 126397170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 126497170572SAndreas Gohr "license": [ 126597170572SAndreas Gohr "BSD-3-Clause" 126697170572SAndreas Gohr ], 126797170572SAndreas Gohr "authors": [ 126897170572SAndreas Gohr { 126997170572SAndreas Gohr "name": "Sebastian Bergmann", 127097170572SAndreas Gohr "email": "sebastian@phpunit.de" 127197170572SAndreas Gohr }, 127297170572SAndreas Gohr { 127397170572SAndreas Gohr "name": "Jeff Welch", 127497170572SAndreas Gohr "email": "whatthejeff@gmail.com" 127597170572SAndreas Gohr }, 127697170572SAndreas Gohr { 127797170572SAndreas Gohr "name": "Volker Dusch", 127897170572SAndreas Gohr "email": "github@wallbash.com" 127997170572SAndreas Gohr }, 128097170572SAndreas Gohr { 128197170572SAndreas Gohr "name": "Adam Harvey", 128297170572SAndreas Gohr "email": "aharvey@php.net" 128397170572SAndreas Gohr }, 128497170572SAndreas Gohr { 128597170572SAndreas Gohr "name": "Bernhard Schussek", 128697170572SAndreas Gohr "email": "bschussek@gmail.com" 128797170572SAndreas Gohr } 128897170572SAndreas Gohr ], 128997170572SAndreas Gohr "description": "Provides the functionality to export PHP variables for visualization", 129097170572SAndreas Gohr "homepage": "http://www.github.com/sebastianbergmann/exporter", 129197170572SAndreas Gohr "keywords": [ 129297170572SAndreas Gohr "export", 129397170572SAndreas Gohr "exporter" 129497170572SAndreas Gohr ], 129597170572SAndreas Gohr "support": { 129697170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/exporter/issues", 129797170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.5" 129897170572SAndreas Gohr }, 129997170572SAndreas Gohr "funding": [ 130097170572SAndreas Gohr { 130197170572SAndreas Gohr "url": "https://github.com/sebastianbergmann", 130297170572SAndreas Gohr "type": "github" 130397170572SAndreas Gohr } 130497170572SAndreas Gohr ], 130597170572SAndreas Gohr "time": "2022-09-14T06:00:17+00:00" 130697170572SAndreas Gohr }, 130797170572SAndreas Gohr { 130897170572SAndreas Gohr "name": "sebastian/global-state", 130997170572SAndreas Gohr "version": "3.0.3", 131097170572SAndreas Gohr "source": { 131197170572SAndreas Gohr "type": "git", 131297170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/global-state.git", 131397170572SAndreas Gohr "reference": "66783ce213de415b451b904bfef9dda0cf9aeae0" 131497170572SAndreas Gohr }, 131597170572SAndreas Gohr "dist": { 131697170572SAndreas Gohr "type": "zip", 131797170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/66783ce213de415b451b904bfef9dda0cf9aeae0", 131897170572SAndreas Gohr "reference": "66783ce213de415b451b904bfef9dda0cf9aeae0", 131997170572SAndreas Gohr "shasum": "" 132097170572SAndreas Gohr }, 132197170572SAndreas Gohr "require": { 132297170572SAndreas Gohr "php": ">=7.2", 132397170572SAndreas Gohr "sebastian/object-reflector": "^1.1.1", 132497170572SAndreas Gohr "sebastian/recursion-context": "^3.0" 132597170572SAndreas Gohr }, 132697170572SAndreas Gohr "require-dev": { 132797170572SAndreas Gohr "ext-dom": "*", 132897170572SAndreas Gohr "phpunit/phpunit": "^8.0" 132997170572SAndreas Gohr }, 133097170572SAndreas Gohr "suggest": { 133197170572SAndreas Gohr "ext-uopz": "*" 133297170572SAndreas Gohr }, 133397170572SAndreas Gohr "type": "library", 133497170572SAndreas Gohr "extra": { 133597170572SAndreas Gohr "branch-alias": { 133697170572SAndreas Gohr "dev-master": "3.0-dev" 133797170572SAndreas Gohr } 133897170572SAndreas Gohr }, 133997170572SAndreas Gohr "autoload": { 134097170572SAndreas Gohr "classmap": [ 134197170572SAndreas Gohr "src/" 134297170572SAndreas Gohr ] 134397170572SAndreas Gohr }, 134497170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 134597170572SAndreas Gohr "license": [ 134697170572SAndreas Gohr "BSD-3-Clause" 134797170572SAndreas Gohr ], 134897170572SAndreas Gohr "authors": [ 134997170572SAndreas Gohr { 135097170572SAndreas Gohr "name": "Sebastian Bergmann", 135197170572SAndreas Gohr "email": "sebastian@phpunit.de" 135297170572SAndreas Gohr } 135397170572SAndreas Gohr ], 135497170572SAndreas Gohr "description": "Snapshotting of global state", 135597170572SAndreas Gohr "homepage": "http://www.github.com/sebastianbergmann/global-state", 135697170572SAndreas Gohr "keywords": [ 135797170572SAndreas Gohr "global state" 135897170572SAndreas Gohr ], 135997170572SAndreas Gohr "support": { 136097170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/global-state/issues", 136197170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/global-state/tree/3.0.3" 136297170572SAndreas Gohr }, 136397170572SAndreas Gohr "funding": [ 136497170572SAndreas Gohr { 136597170572SAndreas Gohr "url": "https://github.com/sebastianbergmann", 136697170572SAndreas Gohr "type": "github" 136797170572SAndreas Gohr } 136897170572SAndreas Gohr ], 136997170572SAndreas Gohr "time": "2023-08-02T09:23:32+00:00" 137097170572SAndreas Gohr }, 137197170572SAndreas Gohr { 137297170572SAndreas Gohr "name": "sebastian/object-enumerator", 137397170572SAndreas Gohr "version": "3.0.4", 137497170572SAndreas Gohr "source": { 137597170572SAndreas Gohr "type": "git", 137697170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/object-enumerator.git", 137797170572SAndreas Gohr "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2" 137897170572SAndreas Gohr }, 137997170572SAndreas Gohr "dist": { 138097170572SAndreas Gohr "type": "zip", 138197170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2", 138297170572SAndreas Gohr "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2", 138397170572SAndreas Gohr "shasum": "" 138497170572SAndreas Gohr }, 138597170572SAndreas Gohr "require": { 138697170572SAndreas Gohr "php": ">=7.0", 138797170572SAndreas Gohr "sebastian/object-reflector": "^1.1.1", 138897170572SAndreas Gohr "sebastian/recursion-context": "^3.0" 138997170572SAndreas Gohr }, 139097170572SAndreas Gohr "require-dev": { 139197170572SAndreas Gohr "phpunit/phpunit": "^6.0" 139297170572SAndreas Gohr }, 139397170572SAndreas Gohr "type": "library", 139497170572SAndreas Gohr "extra": { 139597170572SAndreas Gohr "branch-alias": { 139697170572SAndreas Gohr "dev-master": "3.0.x-dev" 139797170572SAndreas Gohr } 139897170572SAndreas Gohr }, 139997170572SAndreas Gohr "autoload": { 140097170572SAndreas Gohr "classmap": [ 140197170572SAndreas Gohr "src/" 140297170572SAndreas Gohr ] 140397170572SAndreas Gohr }, 140497170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 140597170572SAndreas Gohr "license": [ 140697170572SAndreas Gohr "BSD-3-Clause" 140797170572SAndreas Gohr ], 140897170572SAndreas Gohr "authors": [ 140997170572SAndreas Gohr { 141097170572SAndreas Gohr "name": "Sebastian Bergmann", 141197170572SAndreas Gohr "email": "sebastian@phpunit.de" 141297170572SAndreas Gohr } 141397170572SAndreas Gohr ], 141497170572SAndreas Gohr "description": "Traverses array structures and object graphs to enumerate all referenced objects", 141597170572SAndreas Gohr "homepage": "https://github.com/sebastianbergmann/object-enumerator/", 141697170572SAndreas Gohr "support": { 141797170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", 141897170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/object-enumerator/tree/3.0.4" 141997170572SAndreas Gohr }, 142097170572SAndreas Gohr "funding": [ 142197170572SAndreas Gohr { 142297170572SAndreas Gohr "url": "https://github.com/sebastianbergmann", 142397170572SAndreas Gohr "type": "github" 142497170572SAndreas Gohr } 142597170572SAndreas Gohr ], 142697170572SAndreas Gohr "time": "2020-11-30T07:40:27+00:00" 142797170572SAndreas Gohr }, 142897170572SAndreas Gohr { 142997170572SAndreas Gohr "name": "sebastian/object-reflector", 143097170572SAndreas Gohr "version": "1.1.2", 143197170572SAndreas Gohr "source": { 143297170572SAndreas Gohr "type": "git", 143397170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/object-reflector.git", 143497170572SAndreas Gohr "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d" 143597170572SAndreas Gohr }, 143697170572SAndreas Gohr "dist": { 143797170572SAndreas Gohr "type": "zip", 143897170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d", 143997170572SAndreas Gohr "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d", 144097170572SAndreas Gohr "shasum": "" 144197170572SAndreas Gohr }, 144297170572SAndreas Gohr "require": { 144397170572SAndreas Gohr "php": ">=7.0" 144497170572SAndreas Gohr }, 144597170572SAndreas Gohr "require-dev": { 144697170572SAndreas Gohr "phpunit/phpunit": "^6.0" 144797170572SAndreas Gohr }, 144897170572SAndreas Gohr "type": "library", 144997170572SAndreas Gohr "extra": { 145097170572SAndreas Gohr "branch-alias": { 145197170572SAndreas Gohr "dev-master": "1.1-dev" 145297170572SAndreas Gohr } 145397170572SAndreas Gohr }, 145497170572SAndreas Gohr "autoload": { 145597170572SAndreas Gohr "classmap": [ 145697170572SAndreas Gohr "src/" 145797170572SAndreas Gohr ] 145897170572SAndreas Gohr }, 145997170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 146097170572SAndreas Gohr "license": [ 146197170572SAndreas Gohr "BSD-3-Clause" 146297170572SAndreas Gohr ], 146397170572SAndreas Gohr "authors": [ 146497170572SAndreas Gohr { 146597170572SAndreas Gohr "name": "Sebastian Bergmann", 146697170572SAndreas Gohr "email": "sebastian@phpunit.de" 146797170572SAndreas Gohr } 146897170572SAndreas Gohr ], 146997170572SAndreas Gohr "description": "Allows reflection of object attributes, including inherited and non-public ones", 147097170572SAndreas Gohr "homepage": "https://github.com/sebastianbergmann/object-reflector/", 147197170572SAndreas Gohr "support": { 147297170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/object-reflector/issues", 147397170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/object-reflector/tree/1.1.2" 147497170572SAndreas Gohr }, 147597170572SAndreas Gohr "funding": [ 147697170572SAndreas Gohr { 147797170572SAndreas Gohr "url": "https://github.com/sebastianbergmann", 147897170572SAndreas Gohr "type": "github" 147997170572SAndreas Gohr } 148097170572SAndreas Gohr ], 148197170572SAndreas Gohr "time": "2020-11-30T07:37:18+00:00" 148297170572SAndreas Gohr }, 148397170572SAndreas Gohr { 148497170572SAndreas Gohr "name": "sebastian/recursion-context", 148597170572SAndreas Gohr "version": "3.0.1", 148697170572SAndreas Gohr "source": { 148797170572SAndreas Gohr "type": "git", 148897170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/recursion-context.git", 148997170572SAndreas Gohr "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb" 149097170572SAndreas Gohr }, 149197170572SAndreas Gohr "dist": { 149297170572SAndreas Gohr "type": "zip", 149397170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb", 149497170572SAndreas Gohr "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb", 149597170572SAndreas Gohr "shasum": "" 149697170572SAndreas Gohr }, 149797170572SAndreas Gohr "require": { 149897170572SAndreas Gohr "php": ">=7.0" 149997170572SAndreas Gohr }, 150097170572SAndreas Gohr "require-dev": { 150197170572SAndreas Gohr "phpunit/phpunit": "^6.0" 150297170572SAndreas Gohr }, 150397170572SAndreas Gohr "type": "library", 150497170572SAndreas Gohr "extra": { 150597170572SAndreas Gohr "branch-alias": { 150697170572SAndreas Gohr "dev-master": "3.0.x-dev" 150797170572SAndreas Gohr } 150897170572SAndreas Gohr }, 150997170572SAndreas Gohr "autoload": { 151097170572SAndreas Gohr "classmap": [ 151197170572SAndreas Gohr "src/" 151297170572SAndreas Gohr ] 151397170572SAndreas Gohr }, 151497170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 151597170572SAndreas Gohr "license": [ 151697170572SAndreas Gohr "BSD-3-Clause" 151797170572SAndreas Gohr ], 151897170572SAndreas Gohr "authors": [ 151997170572SAndreas Gohr { 152097170572SAndreas Gohr "name": "Sebastian Bergmann", 152197170572SAndreas Gohr "email": "sebastian@phpunit.de" 152297170572SAndreas Gohr }, 152397170572SAndreas Gohr { 152497170572SAndreas Gohr "name": "Jeff Welch", 152597170572SAndreas Gohr "email": "whatthejeff@gmail.com" 152697170572SAndreas Gohr }, 152797170572SAndreas Gohr { 152897170572SAndreas Gohr "name": "Adam Harvey", 152997170572SAndreas Gohr "email": "aharvey@php.net" 153097170572SAndreas Gohr } 153197170572SAndreas Gohr ], 153297170572SAndreas Gohr "description": "Provides functionality to recursively process PHP variables", 153397170572SAndreas Gohr "homepage": "http://www.github.com/sebastianbergmann/recursion-context", 153497170572SAndreas Gohr "support": { 153597170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/recursion-context/issues", 153697170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.1" 153797170572SAndreas Gohr }, 153897170572SAndreas Gohr "funding": [ 153997170572SAndreas Gohr { 154097170572SAndreas Gohr "url": "https://github.com/sebastianbergmann", 154197170572SAndreas Gohr "type": "github" 154297170572SAndreas Gohr } 154397170572SAndreas Gohr ], 154497170572SAndreas Gohr "time": "2020-11-30T07:34:24+00:00" 154597170572SAndreas Gohr }, 154697170572SAndreas Gohr { 154797170572SAndreas Gohr "name": "sebastian/resource-operations", 154897170572SAndreas Gohr "version": "2.0.2", 154997170572SAndreas Gohr "source": { 155097170572SAndreas Gohr "type": "git", 155197170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/resource-operations.git", 155297170572SAndreas Gohr "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3" 155397170572SAndreas Gohr }, 155497170572SAndreas Gohr "dist": { 155597170572SAndreas Gohr "type": "zip", 155697170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/31d35ca87926450c44eae7e2611d45a7a65ea8b3", 155797170572SAndreas Gohr "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3", 155897170572SAndreas Gohr "shasum": "" 155997170572SAndreas Gohr }, 156097170572SAndreas Gohr "require": { 156197170572SAndreas Gohr "php": ">=7.1" 156297170572SAndreas Gohr }, 156397170572SAndreas Gohr "type": "library", 156497170572SAndreas Gohr "extra": { 156597170572SAndreas Gohr "branch-alias": { 156697170572SAndreas Gohr "dev-master": "2.0-dev" 156797170572SAndreas Gohr } 156897170572SAndreas Gohr }, 156997170572SAndreas Gohr "autoload": { 157097170572SAndreas Gohr "classmap": [ 157197170572SAndreas Gohr "src/" 157297170572SAndreas Gohr ] 157397170572SAndreas Gohr }, 157497170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 157597170572SAndreas Gohr "license": [ 157697170572SAndreas Gohr "BSD-3-Clause" 157797170572SAndreas Gohr ], 157897170572SAndreas Gohr "authors": [ 157997170572SAndreas Gohr { 158097170572SAndreas Gohr "name": "Sebastian Bergmann", 158197170572SAndreas Gohr "email": "sebastian@phpunit.de" 158297170572SAndreas Gohr } 158397170572SAndreas Gohr ], 158497170572SAndreas Gohr "description": "Provides a list of PHP built-in functions that operate on resources", 158597170572SAndreas Gohr "homepage": "https://www.github.com/sebastianbergmann/resource-operations", 158697170572SAndreas Gohr "support": { 158797170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/resource-operations/issues", 158897170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/resource-operations/tree/2.0.2" 158997170572SAndreas Gohr }, 159097170572SAndreas Gohr "funding": [ 159197170572SAndreas Gohr { 159297170572SAndreas Gohr "url": "https://github.com/sebastianbergmann", 159397170572SAndreas Gohr "type": "github" 159497170572SAndreas Gohr } 159597170572SAndreas Gohr ], 159697170572SAndreas Gohr "time": "2020-11-30T07:30:19+00:00" 159797170572SAndreas Gohr }, 159897170572SAndreas Gohr { 159997170572SAndreas Gohr "name": "sebastian/type", 160097170572SAndreas Gohr "version": "1.1.4", 160197170572SAndreas Gohr "source": { 160297170572SAndreas Gohr "type": "git", 160397170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/type.git", 160497170572SAndreas Gohr "reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4" 160597170572SAndreas Gohr }, 160697170572SAndreas Gohr "dist": { 160797170572SAndreas Gohr "type": "zip", 160897170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/0150cfbc4495ed2df3872fb31b26781e4e077eb4", 160997170572SAndreas Gohr "reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4", 161097170572SAndreas Gohr "shasum": "" 161197170572SAndreas Gohr }, 161297170572SAndreas Gohr "require": { 161397170572SAndreas Gohr "php": ">=7.2" 161497170572SAndreas Gohr }, 161597170572SAndreas Gohr "require-dev": { 161697170572SAndreas Gohr "phpunit/phpunit": "^8.2" 161797170572SAndreas Gohr }, 161897170572SAndreas Gohr "type": "library", 161997170572SAndreas Gohr "extra": { 162097170572SAndreas Gohr "branch-alias": { 162197170572SAndreas Gohr "dev-master": "1.1-dev" 162297170572SAndreas Gohr } 162397170572SAndreas Gohr }, 162497170572SAndreas Gohr "autoload": { 162597170572SAndreas Gohr "classmap": [ 162697170572SAndreas Gohr "src/" 162797170572SAndreas Gohr ] 162897170572SAndreas Gohr }, 162997170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 163097170572SAndreas Gohr "license": [ 163197170572SAndreas Gohr "BSD-3-Clause" 163297170572SAndreas Gohr ], 163397170572SAndreas Gohr "authors": [ 163497170572SAndreas Gohr { 163597170572SAndreas Gohr "name": "Sebastian Bergmann", 163697170572SAndreas Gohr "email": "sebastian@phpunit.de", 163797170572SAndreas Gohr "role": "lead" 163897170572SAndreas Gohr } 163997170572SAndreas Gohr ], 164097170572SAndreas Gohr "description": "Collection of value objects that represent the types of the PHP type system", 164197170572SAndreas Gohr "homepage": "https://github.com/sebastianbergmann/type", 164297170572SAndreas Gohr "support": { 164397170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/type/issues", 164497170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/type/tree/1.1.4" 164597170572SAndreas Gohr }, 164697170572SAndreas Gohr "funding": [ 164797170572SAndreas Gohr { 164897170572SAndreas Gohr "url": "https://github.com/sebastianbergmann", 164997170572SAndreas Gohr "type": "github" 165097170572SAndreas Gohr } 165197170572SAndreas Gohr ], 165297170572SAndreas Gohr "time": "2020-11-30T07:25:11+00:00" 165397170572SAndreas Gohr }, 165497170572SAndreas Gohr { 165597170572SAndreas Gohr "name": "sebastian/version", 165697170572SAndreas Gohr "version": "2.0.1", 165797170572SAndreas Gohr "source": { 165897170572SAndreas Gohr "type": "git", 165997170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/version.git", 166097170572SAndreas Gohr "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" 166197170572SAndreas Gohr }, 166297170572SAndreas Gohr "dist": { 166397170572SAndreas Gohr "type": "zip", 166497170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", 166597170572SAndreas Gohr "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", 166697170572SAndreas Gohr "shasum": "" 166797170572SAndreas Gohr }, 166897170572SAndreas Gohr "require": { 166997170572SAndreas Gohr "php": ">=5.6" 167097170572SAndreas Gohr }, 167197170572SAndreas Gohr "type": "library", 167297170572SAndreas Gohr "extra": { 167397170572SAndreas Gohr "branch-alias": { 167497170572SAndreas Gohr "dev-master": "2.0.x-dev" 167597170572SAndreas Gohr } 167697170572SAndreas Gohr }, 167797170572SAndreas Gohr "autoload": { 167897170572SAndreas Gohr "classmap": [ 167997170572SAndreas Gohr "src/" 168097170572SAndreas Gohr ] 168197170572SAndreas Gohr }, 168297170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 168397170572SAndreas Gohr "license": [ 168497170572SAndreas Gohr "BSD-3-Clause" 168597170572SAndreas Gohr ], 168697170572SAndreas Gohr "authors": [ 168797170572SAndreas Gohr { 168897170572SAndreas Gohr "name": "Sebastian Bergmann", 168997170572SAndreas Gohr "email": "sebastian@phpunit.de", 169097170572SAndreas Gohr "role": "lead" 169197170572SAndreas Gohr } 169297170572SAndreas Gohr ], 169397170572SAndreas Gohr "description": "Library that helps with managing the version number of Git-hosted PHP projects", 169497170572SAndreas Gohr "homepage": "https://github.com/sebastianbergmann/version", 169597170572SAndreas Gohr "support": { 169697170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/version/issues", 169797170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/version/tree/master" 169897170572SAndreas Gohr }, 169997170572SAndreas Gohr "time": "2016-10-03T07:35:21+00:00" 170097170572SAndreas Gohr }, 170197170572SAndreas Gohr { 170297170572SAndreas Gohr "name": "squizlabs/php_codesniffer", 170397170572SAndreas Gohr "version": "3.7.2", 170497170572SAndreas Gohr "source": { 170597170572SAndreas Gohr "type": "git", 170697170572SAndreas Gohr "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", 170797170572SAndreas Gohr "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879" 170897170572SAndreas Gohr }, 170997170572SAndreas Gohr "dist": { 171097170572SAndreas Gohr "type": "zip", 171197170572SAndreas Gohr "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879", 171297170572SAndreas Gohr "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879", 171397170572SAndreas Gohr "shasum": "" 171497170572SAndreas Gohr }, 171597170572SAndreas Gohr "require": { 171697170572SAndreas Gohr "ext-simplexml": "*", 171797170572SAndreas Gohr "ext-tokenizer": "*", 171897170572SAndreas Gohr "ext-xmlwriter": "*", 171997170572SAndreas Gohr "php": ">=5.4.0" 172097170572SAndreas Gohr }, 172197170572SAndreas Gohr "require-dev": { 172297170572SAndreas Gohr "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" 172397170572SAndreas Gohr }, 172497170572SAndreas Gohr "bin": [ 172597170572SAndreas Gohr "bin/phpcs", 172697170572SAndreas Gohr "bin/phpcbf" 172797170572SAndreas Gohr ], 172897170572SAndreas Gohr "type": "library", 172997170572SAndreas Gohr "extra": { 173097170572SAndreas Gohr "branch-alias": { 173197170572SAndreas Gohr "dev-master": "3.x-dev" 173297170572SAndreas Gohr } 173397170572SAndreas Gohr }, 173497170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 173597170572SAndreas Gohr "license": [ 173697170572SAndreas Gohr "BSD-3-Clause" 173797170572SAndreas Gohr ], 173897170572SAndreas Gohr "authors": [ 173997170572SAndreas Gohr { 174097170572SAndreas Gohr "name": "Greg Sherwood", 174197170572SAndreas Gohr "role": "lead" 174297170572SAndreas Gohr } 174397170572SAndreas Gohr ], 174497170572SAndreas Gohr "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", 174597170572SAndreas Gohr "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", 174697170572SAndreas Gohr "keywords": [ 174797170572SAndreas Gohr "phpcs", 174897170572SAndreas Gohr "standards", 174997170572SAndreas Gohr "static analysis" 175097170572SAndreas Gohr ], 175197170572SAndreas Gohr "support": { 175297170572SAndreas Gohr "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", 175397170572SAndreas Gohr "source": "https://github.com/squizlabs/PHP_CodeSniffer", 175497170572SAndreas Gohr "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" 175597170572SAndreas Gohr }, 175697170572SAndreas Gohr "time": "2023-02-22T23:07:41+00:00" 175797170572SAndreas Gohr }, 175897170572SAndreas Gohr { 175997170572SAndreas Gohr "name": "theseer/tokenizer", 176097170572SAndreas Gohr "version": "1.2.1", 176197170572SAndreas Gohr "source": { 176297170572SAndreas Gohr "type": "git", 176397170572SAndreas Gohr "url": "https://github.com/theseer/tokenizer.git", 176497170572SAndreas Gohr "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" 176597170572SAndreas Gohr }, 176697170572SAndreas Gohr "dist": { 176797170572SAndreas Gohr "type": "zip", 176897170572SAndreas Gohr "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", 176997170572SAndreas Gohr "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", 177097170572SAndreas Gohr "shasum": "" 177197170572SAndreas Gohr }, 177297170572SAndreas Gohr "require": { 177397170572SAndreas Gohr "ext-dom": "*", 177497170572SAndreas Gohr "ext-tokenizer": "*", 177597170572SAndreas Gohr "ext-xmlwriter": "*", 177697170572SAndreas Gohr "php": "^7.2 || ^8.0" 177797170572SAndreas Gohr }, 177897170572SAndreas Gohr "type": "library", 177997170572SAndreas Gohr "autoload": { 178097170572SAndreas Gohr "classmap": [ 178197170572SAndreas Gohr "src/" 178297170572SAndreas Gohr ] 178397170572SAndreas Gohr }, 178497170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 178597170572SAndreas Gohr "license": [ 178697170572SAndreas Gohr "BSD-3-Clause" 178797170572SAndreas Gohr ], 178897170572SAndreas Gohr "authors": [ 178997170572SAndreas Gohr { 179097170572SAndreas Gohr "name": "Arne Blankerts", 179197170572SAndreas Gohr "email": "arne@blankerts.de", 179297170572SAndreas Gohr "role": "Developer" 179397170572SAndreas Gohr } 179497170572SAndreas Gohr ], 179597170572SAndreas Gohr "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", 179697170572SAndreas Gohr "support": { 179797170572SAndreas Gohr "issues": "https://github.com/theseer/tokenizer/issues", 179897170572SAndreas Gohr "source": "https://github.com/theseer/tokenizer/tree/1.2.1" 179997170572SAndreas Gohr }, 180097170572SAndreas Gohr "funding": [ 180197170572SAndreas Gohr { 180297170572SAndreas Gohr "url": "https://github.com/theseer", 180397170572SAndreas Gohr "type": "github" 180497170572SAndreas Gohr } 180597170572SAndreas Gohr ], 180697170572SAndreas Gohr "time": "2021-07-28T10:34:58+00:00" 180797170572SAndreas Gohr } 180897170572SAndreas Gohr ], 1809acdf738aSAndreas Gohr "aliases": [], 1810acdf738aSAndreas Gohr "minimum-stability": "stable", 1811acdf738aSAndreas Gohr "stability-flags": [], 1812acdf738aSAndreas Gohr "prefer-stable": true, 1813acdf738aSAndreas Gohr "prefer-lowest": false, 1814acdf738aSAndreas Gohr "platform": { 1815*2ab82b8eSAndreas Gohr "php": ">=7.4" 1816acdf738aSAndreas Gohr }, 1817acdf738aSAndreas Gohr "platform-dev": [], 1818acdf738aSAndreas Gohr "platform-overrides": { 1819*2ab82b8eSAndreas Gohr "php": "7.4" 1820acdf738aSAndreas Gohr }, 182197170572SAndreas Gohr "plugin-api-version": "2.6.0" 1822acdf738aSAndreas Gohr} 1823