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*97170572SAndreas Gohr "content-hash": "dbcbfa0c4c7a40a54385e6fdc4270c10", 8acdf738aSAndreas Gohr "packages": [ 9acdf738aSAndreas Gohr { 10acdf738aSAndreas Gohr "name": "scotteh/php-dom-wrapper", 11*97170572SAndreas Gohr "version": "2.0.5", 12acdf738aSAndreas Gohr "source": { 13acdf738aSAndreas Gohr "type": "git", 14acdf738aSAndreas Gohr "url": "https://github.com/scotteh/php-dom-wrapper.git", 15*97170572SAndreas Gohr "reference": "351e9c635c9aa65c8cedaeefcac3a49581ad2529" 16acdf738aSAndreas Gohr }, 17acdf738aSAndreas Gohr "dist": { 18acdf738aSAndreas Gohr "type": "zip", 19*97170572SAndreas Gohr "url": "https://api.github.com/repos/scotteh/php-dom-wrapper/zipball/351e9c635c9aa65c8cedaeefcac3a49581ad2529", 20*97170572SAndreas 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", 65*97170572SAndreas Gohr "source": "https://github.com/scotteh/php-dom-wrapper/tree/2.0.5" 66acdf738aSAndreas Gohr }, 67*97170572SAndreas Gohr "time": "2023-09-10T13:50:09+00:00" 68acdf738aSAndreas Gohr }, 69acdf738aSAndreas Gohr { 70acdf738aSAndreas Gohr "name": "symfony/css-selector", 71acdf738aSAndreas Gohr "version": "v4.4.44", 72acdf738aSAndreas Gohr "source": { 73acdf738aSAndreas Gohr "type": "git", 74acdf738aSAndreas Gohr "url": "https://github.com/symfony/css-selector.git", 75acdf738aSAndreas Gohr "reference": "bd0a6737e48de45b4b0b7b6fc98c78404ddceaed" 76acdf738aSAndreas Gohr }, 77acdf738aSAndreas Gohr "dist": { 78acdf738aSAndreas Gohr "type": "zip", 79acdf738aSAndreas Gohr "url": "https://api.github.com/repos/symfony/css-selector/zipball/bd0a6737e48de45b4b0b7b6fc98c78404ddceaed", 80acdf738aSAndreas Gohr "reference": "bd0a6737e48de45b4b0b7b6fc98c78404ddceaed", 81acdf738aSAndreas Gohr "shasum": "" 82acdf738aSAndreas Gohr }, 83acdf738aSAndreas Gohr "require": { 84acdf738aSAndreas Gohr "php": ">=7.1.3", 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": { 117acdf738aSAndreas Gohr "source": "https://github.com/symfony/css-selector/tree/v4.4.44" 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 ], 133acdf738aSAndreas Gohr "time": "2022-06-27T13:16:42+00:00" 134acdf738aSAndreas Gohr }, 135acdf738aSAndreas Gohr { 136acdf738aSAndreas Gohr "name": "symfony/polyfill-php80", 137*97170572SAndreas Gohr "version": "v1.28.0", 138acdf738aSAndreas Gohr "source": { 139acdf738aSAndreas Gohr "type": "git", 140acdf738aSAndreas Gohr "url": "https://github.com/symfony/polyfill-php80.git", 141*97170572SAndreas Gohr "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5" 142acdf738aSAndreas Gohr }, 143acdf738aSAndreas Gohr "dist": { 144acdf738aSAndreas Gohr "type": "zip", 145*97170572SAndreas Gohr "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5", 146*97170572SAndreas 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": { 155*97170572SAndreas 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": { 200*97170572SAndreas 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 ], 216*97170572SAndreas Gohr "time": "2023-01-26T09:26:14+00:00" 217acdf738aSAndreas Gohr } 218acdf738aSAndreas Gohr ], 219*97170572SAndreas Gohr "packages-dev": [ 220*97170572SAndreas Gohr { 221*97170572SAndreas Gohr "name": "doctrine/instantiator", 222*97170572SAndreas Gohr "version": "1.5.0", 223*97170572SAndreas Gohr "source": { 224*97170572SAndreas Gohr "type": "git", 225*97170572SAndreas Gohr "url": "https://github.com/doctrine/instantiator.git", 226*97170572SAndreas Gohr "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b" 227*97170572SAndreas Gohr }, 228*97170572SAndreas Gohr "dist": { 229*97170572SAndreas Gohr "type": "zip", 230*97170572SAndreas Gohr "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b", 231*97170572SAndreas Gohr "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b", 232*97170572SAndreas Gohr "shasum": "" 233*97170572SAndreas Gohr }, 234*97170572SAndreas Gohr "require": { 235*97170572SAndreas Gohr "php": "^7.1 || ^8.0" 236*97170572SAndreas Gohr }, 237*97170572SAndreas Gohr "require-dev": { 238*97170572SAndreas Gohr "doctrine/coding-standard": "^9 || ^11", 239*97170572SAndreas Gohr "ext-pdo": "*", 240*97170572SAndreas Gohr "ext-phar": "*", 241*97170572SAndreas Gohr "phpbench/phpbench": "^0.16 || ^1", 242*97170572SAndreas Gohr "phpstan/phpstan": "^1.4", 243*97170572SAndreas Gohr "phpstan/phpstan-phpunit": "^1", 244*97170572SAndreas Gohr "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", 245*97170572SAndreas Gohr "vimeo/psalm": "^4.30 || ^5.4" 246*97170572SAndreas Gohr }, 247*97170572SAndreas Gohr "type": "library", 248*97170572SAndreas Gohr "autoload": { 249*97170572SAndreas Gohr "psr-4": { 250*97170572SAndreas Gohr "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" 251*97170572SAndreas Gohr } 252*97170572SAndreas Gohr }, 253*97170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 254*97170572SAndreas Gohr "license": [ 255*97170572SAndreas Gohr "MIT" 256*97170572SAndreas Gohr ], 257*97170572SAndreas Gohr "authors": [ 258*97170572SAndreas Gohr { 259*97170572SAndreas Gohr "name": "Marco Pivetta", 260*97170572SAndreas Gohr "email": "ocramius@gmail.com", 261*97170572SAndreas Gohr "homepage": "https://ocramius.github.io/" 262*97170572SAndreas Gohr } 263*97170572SAndreas Gohr ], 264*97170572SAndreas Gohr "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", 265*97170572SAndreas Gohr "homepage": "https://www.doctrine-project.org/projects/instantiator.html", 266*97170572SAndreas Gohr "keywords": [ 267*97170572SAndreas Gohr "constructor", 268*97170572SAndreas Gohr "instantiate" 269*97170572SAndreas Gohr ], 270*97170572SAndreas Gohr "support": { 271*97170572SAndreas Gohr "issues": "https://github.com/doctrine/instantiator/issues", 272*97170572SAndreas Gohr "source": "https://github.com/doctrine/instantiator/tree/1.5.0" 273*97170572SAndreas Gohr }, 274*97170572SAndreas Gohr "funding": [ 275*97170572SAndreas Gohr { 276*97170572SAndreas Gohr "url": "https://www.doctrine-project.org/sponsorship.html", 277*97170572SAndreas Gohr "type": "custom" 278*97170572SAndreas Gohr }, 279*97170572SAndreas Gohr { 280*97170572SAndreas Gohr "url": "https://www.patreon.com/phpdoctrine", 281*97170572SAndreas Gohr "type": "patreon" 282*97170572SAndreas Gohr }, 283*97170572SAndreas Gohr { 284*97170572SAndreas Gohr "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", 285*97170572SAndreas Gohr "type": "tidelift" 286*97170572SAndreas Gohr } 287*97170572SAndreas Gohr ], 288*97170572SAndreas Gohr "time": "2022-12-30T00:15:36+00:00" 289*97170572SAndreas Gohr }, 290*97170572SAndreas Gohr { 291*97170572SAndreas Gohr "name": "myclabs/deep-copy", 292*97170572SAndreas Gohr "version": "1.11.1", 293*97170572SAndreas Gohr "source": { 294*97170572SAndreas Gohr "type": "git", 295*97170572SAndreas Gohr "url": "https://github.com/myclabs/DeepCopy.git", 296*97170572SAndreas Gohr "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c" 297*97170572SAndreas Gohr }, 298*97170572SAndreas Gohr "dist": { 299*97170572SAndreas Gohr "type": "zip", 300*97170572SAndreas Gohr "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", 301*97170572SAndreas Gohr "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", 302*97170572SAndreas Gohr "shasum": "" 303*97170572SAndreas Gohr }, 304*97170572SAndreas Gohr "require": { 305*97170572SAndreas Gohr "php": "^7.1 || ^8.0" 306*97170572SAndreas Gohr }, 307*97170572SAndreas Gohr "conflict": { 308*97170572SAndreas Gohr "doctrine/collections": "<1.6.8", 309*97170572SAndreas Gohr "doctrine/common": "<2.13.3 || >=3,<3.2.2" 310*97170572SAndreas Gohr }, 311*97170572SAndreas Gohr "require-dev": { 312*97170572SAndreas Gohr "doctrine/collections": "^1.6.8", 313*97170572SAndreas Gohr "doctrine/common": "^2.13.3 || ^3.2.2", 314*97170572SAndreas Gohr "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" 315*97170572SAndreas Gohr }, 316*97170572SAndreas Gohr "type": "library", 317*97170572SAndreas Gohr "autoload": { 318*97170572SAndreas Gohr "files": [ 319*97170572SAndreas Gohr "src/DeepCopy/deep_copy.php" 320*97170572SAndreas Gohr ], 321*97170572SAndreas Gohr "psr-4": { 322*97170572SAndreas Gohr "DeepCopy\\": "src/DeepCopy/" 323*97170572SAndreas Gohr } 324*97170572SAndreas Gohr }, 325*97170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 326*97170572SAndreas Gohr "license": [ 327*97170572SAndreas Gohr "MIT" 328*97170572SAndreas Gohr ], 329*97170572SAndreas Gohr "description": "Create deep copies (clones) of your objects", 330*97170572SAndreas Gohr "keywords": [ 331*97170572SAndreas Gohr "clone", 332*97170572SAndreas Gohr "copy", 333*97170572SAndreas Gohr "duplicate", 334*97170572SAndreas Gohr "object", 335*97170572SAndreas Gohr "object graph" 336*97170572SAndreas Gohr ], 337*97170572SAndreas Gohr "support": { 338*97170572SAndreas Gohr "issues": "https://github.com/myclabs/DeepCopy/issues", 339*97170572SAndreas Gohr "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1" 340*97170572SAndreas Gohr }, 341*97170572SAndreas Gohr "funding": [ 342*97170572SAndreas Gohr { 343*97170572SAndreas Gohr "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", 344*97170572SAndreas Gohr "type": "tidelift" 345*97170572SAndreas Gohr } 346*97170572SAndreas Gohr ], 347*97170572SAndreas Gohr "time": "2023-03-08T13:26:56+00:00" 348*97170572SAndreas Gohr }, 349*97170572SAndreas Gohr { 350*97170572SAndreas Gohr "name": "phar-io/manifest", 351*97170572SAndreas Gohr "version": "2.0.3", 352*97170572SAndreas Gohr "source": { 353*97170572SAndreas Gohr "type": "git", 354*97170572SAndreas Gohr "url": "https://github.com/phar-io/manifest.git", 355*97170572SAndreas Gohr "reference": "97803eca37d319dfa7826cc2437fc020857acb53" 356*97170572SAndreas Gohr }, 357*97170572SAndreas Gohr "dist": { 358*97170572SAndreas Gohr "type": "zip", 359*97170572SAndreas Gohr "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", 360*97170572SAndreas Gohr "reference": "97803eca37d319dfa7826cc2437fc020857acb53", 361*97170572SAndreas Gohr "shasum": "" 362*97170572SAndreas Gohr }, 363*97170572SAndreas Gohr "require": { 364*97170572SAndreas Gohr "ext-dom": "*", 365*97170572SAndreas Gohr "ext-phar": "*", 366*97170572SAndreas Gohr "ext-xmlwriter": "*", 367*97170572SAndreas Gohr "phar-io/version": "^3.0.1", 368*97170572SAndreas Gohr "php": "^7.2 || ^8.0" 369*97170572SAndreas Gohr }, 370*97170572SAndreas Gohr "type": "library", 371*97170572SAndreas Gohr "extra": { 372*97170572SAndreas Gohr "branch-alias": { 373*97170572SAndreas Gohr "dev-master": "2.0.x-dev" 374*97170572SAndreas Gohr } 375*97170572SAndreas Gohr }, 376*97170572SAndreas Gohr "autoload": { 377*97170572SAndreas Gohr "classmap": [ 378*97170572SAndreas Gohr "src/" 379*97170572SAndreas Gohr ] 380*97170572SAndreas Gohr }, 381*97170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 382*97170572SAndreas Gohr "license": [ 383*97170572SAndreas Gohr "BSD-3-Clause" 384*97170572SAndreas Gohr ], 385*97170572SAndreas Gohr "authors": [ 386*97170572SAndreas Gohr { 387*97170572SAndreas Gohr "name": "Arne Blankerts", 388*97170572SAndreas Gohr "email": "arne@blankerts.de", 389*97170572SAndreas Gohr "role": "Developer" 390*97170572SAndreas Gohr }, 391*97170572SAndreas Gohr { 392*97170572SAndreas Gohr "name": "Sebastian Heuer", 393*97170572SAndreas Gohr "email": "sebastian@phpeople.de", 394*97170572SAndreas Gohr "role": "Developer" 395*97170572SAndreas Gohr }, 396*97170572SAndreas Gohr { 397*97170572SAndreas Gohr "name": "Sebastian Bergmann", 398*97170572SAndreas Gohr "email": "sebastian@phpunit.de", 399*97170572SAndreas Gohr "role": "Developer" 400*97170572SAndreas Gohr } 401*97170572SAndreas Gohr ], 402*97170572SAndreas Gohr "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", 403*97170572SAndreas Gohr "support": { 404*97170572SAndreas Gohr "issues": "https://github.com/phar-io/manifest/issues", 405*97170572SAndreas Gohr "source": "https://github.com/phar-io/manifest/tree/2.0.3" 406*97170572SAndreas Gohr }, 407*97170572SAndreas Gohr "time": "2021-07-20T11:28:43+00:00" 408*97170572SAndreas Gohr }, 409*97170572SAndreas Gohr { 410*97170572SAndreas Gohr "name": "phar-io/version", 411*97170572SAndreas Gohr "version": "3.2.1", 412*97170572SAndreas Gohr "source": { 413*97170572SAndreas Gohr "type": "git", 414*97170572SAndreas Gohr "url": "https://github.com/phar-io/version.git", 415*97170572SAndreas Gohr "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" 416*97170572SAndreas Gohr }, 417*97170572SAndreas Gohr "dist": { 418*97170572SAndreas Gohr "type": "zip", 419*97170572SAndreas Gohr "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", 420*97170572SAndreas Gohr "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", 421*97170572SAndreas Gohr "shasum": "" 422*97170572SAndreas Gohr }, 423*97170572SAndreas Gohr "require": { 424*97170572SAndreas Gohr "php": "^7.2 || ^8.0" 425*97170572SAndreas Gohr }, 426*97170572SAndreas Gohr "type": "library", 427*97170572SAndreas Gohr "autoload": { 428*97170572SAndreas Gohr "classmap": [ 429*97170572SAndreas Gohr "src/" 430*97170572SAndreas Gohr ] 431*97170572SAndreas Gohr }, 432*97170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 433*97170572SAndreas Gohr "license": [ 434*97170572SAndreas Gohr "BSD-3-Clause" 435*97170572SAndreas Gohr ], 436*97170572SAndreas Gohr "authors": [ 437*97170572SAndreas Gohr { 438*97170572SAndreas Gohr "name": "Arne Blankerts", 439*97170572SAndreas Gohr "email": "arne@blankerts.de", 440*97170572SAndreas Gohr "role": "Developer" 441*97170572SAndreas Gohr }, 442*97170572SAndreas Gohr { 443*97170572SAndreas Gohr "name": "Sebastian Heuer", 444*97170572SAndreas Gohr "email": "sebastian@phpeople.de", 445*97170572SAndreas Gohr "role": "Developer" 446*97170572SAndreas Gohr }, 447*97170572SAndreas Gohr { 448*97170572SAndreas Gohr "name": "Sebastian Bergmann", 449*97170572SAndreas Gohr "email": "sebastian@phpunit.de", 450*97170572SAndreas Gohr "role": "Developer" 451*97170572SAndreas Gohr } 452*97170572SAndreas Gohr ], 453*97170572SAndreas Gohr "description": "Library for handling version information and constraints", 454*97170572SAndreas Gohr "support": { 455*97170572SAndreas Gohr "issues": "https://github.com/phar-io/version/issues", 456*97170572SAndreas Gohr "source": "https://github.com/phar-io/version/tree/3.2.1" 457*97170572SAndreas Gohr }, 458*97170572SAndreas Gohr "time": "2022-02-21T01:04:05+00:00" 459*97170572SAndreas Gohr }, 460*97170572SAndreas Gohr { 461*97170572SAndreas Gohr "name": "phpstan/phpstan", 462*97170572SAndreas Gohr "version": "1.10.34", 463*97170572SAndreas Gohr "source": { 464*97170572SAndreas Gohr "type": "git", 465*97170572SAndreas Gohr "url": "https://github.com/phpstan/phpstan.git", 466*97170572SAndreas Gohr "reference": "7f806b6f1403e6914c778140e2ba07c293cb4901" 467*97170572SAndreas Gohr }, 468*97170572SAndreas Gohr "dist": { 469*97170572SAndreas Gohr "type": "zip", 470*97170572SAndreas Gohr "url": "https://api.github.com/repos/phpstan/phpstan/zipball/7f806b6f1403e6914c778140e2ba07c293cb4901", 471*97170572SAndreas Gohr "reference": "7f806b6f1403e6914c778140e2ba07c293cb4901", 472*97170572SAndreas Gohr "shasum": "" 473*97170572SAndreas Gohr }, 474*97170572SAndreas Gohr "require": { 475*97170572SAndreas Gohr "php": "^7.2|^8.0" 476*97170572SAndreas Gohr }, 477*97170572SAndreas Gohr "conflict": { 478*97170572SAndreas Gohr "phpstan/phpstan-shim": "*" 479*97170572SAndreas Gohr }, 480*97170572SAndreas Gohr "bin": [ 481*97170572SAndreas Gohr "phpstan", 482*97170572SAndreas Gohr "phpstan.phar" 483*97170572SAndreas Gohr ], 484*97170572SAndreas Gohr "type": "library", 485*97170572SAndreas Gohr "autoload": { 486*97170572SAndreas Gohr "files": [ 487*97170572SAndreas Gohr "bootstrap.php" 488*97170572SAndreas Gohr ] 489*97170572SAndreas Gohr }, 490*97170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 491*97170572SAndreas Gohr "license": [ 492*97170572SAndreas Gohr "MIT" 493*97170572SAndreas Gohr ], 494*97170572SAndreas Gohr "description": "PHPStan - PHP Static Analysis Tool", 495*97170572SAndreas Gohr "keywords": [ 496*97170572SAndreas Gohr "dev", 497*97170572SAndreas Gohr "static analysis" 498*97170572SAndreas Gohr ], 499*97170572SAndreas Gohr "support": { 500*97170572SAndreas Gohr "docs": "https://phpstan.org/user-guide/getting-started", 501*97170572SAndreas Gohr "forum": "https://github.com/phpstan/phpstan/discussions", 502*97170572SAndreas Gohr "issues": "https://github.com/phpstan/phpstan/issues", 503*97170572SAndreas Gohr "security": "https://github.com/phpstan/phpstan/security/policy", 504*97170572SAndreas Gohr "source": "https://github.com/phpstan/phpstan-src" 505*97170572SAndreas Gohr }, 506*97170572SAndreas Gohr "funding": [ 507*97170572SAndreas Gohr { 508*97170572SAndreas Gohr "url": "https://github.com/ondrejmirtes", 509*97170572SAndreas Gohr "type": "github" 510*97170572SAndreas Gohr }, 511*97170572SAndreas Gohr { 512*97170572SAndreas Gohr "url": "https://github.com/phpstan", 513*97170572SAndreas Gohr "type": "github" 514*97170572SAndreas Gohr }, 515*97170572SAndreas Gohr { 516*97170572SAndreas Gohr "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", 517*97170572SAndreas Gohr "type": "tidelift" 518*97170572SAndreas Gohr } 519*97170572SAndreas Gohr ], 520*97170572SAndreas Gohr "time": "2023-09-13T09:49:47+00:00" 521*97170572SAndreas Gohr }, 522*97170572SAndreas Gohr { 523*97170572SAndreas Gohr "name": "phpunit/php-code-coverage", 524*97170572SAndreas Gohr "version": "7.0.15", 525*97170572SAndreas Gohr "source": { 526*97170572SAndreas Gohr "type": "git", 527*97170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 528*97170572SAndreas Gohr "reference": "819f92bba8b001d4363065928088de22f25a3a48" 529*97170572SAndreas Gohr }, 530*97170572SAndreas Gohr "dist": { 531*97170572SAndreas Gohr "type": "zip", 532*97170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/819f92bba8b001d4363065928088de22f25a3a48", 533*97170572SAndreas Gohr "reference": "819f92bba8b001d4363065928088de22f25a3a48", 534*97170572SAndreas Gohr "shasum": "" 535*97170572SAndreas Gohr }, 536*97170572SAndreas Gohr "require": { 537*97170572SAndreas Gohr "ext-dom": "*", 538*97170572SAndreas Gohr "ext-xmlwriter": "*", 539*97170572SAndreas Gohr "php": ">=7.2", 540*97170572SAndreas Gohr "phpunit/php-file-iterator": "^2.0.2", 541*97170572SAndreas Gohr "phpunit/php-text-template": "^1.2.1", 542*97170572SAndreas Gohr "phpunit/php-token-stream": "^3.1.3 || ^4.0", 543*97170572SAndreas Gohr "sebastian/code-unit-reverse-lookup": "^1.0.1", 544*97170572SAndreas Gohr "sebastian/environment": "^4.2.2", 545*97170572SAndreas Gohr "sebastian/version": "^2.0.1", 546*97170572SAndreas Gohr "theseer/tokenizer": "^1.1.3" 547*97170572SAndreas Gohr }, 548*97170572SAndreas Gohr "require-dev": { 549*97170572SAndreas Gohr "phpunit/phpunit": "^8.2.2" 550*97170572SAndreas Gohr }, 551*97170572SAndreas Gohr "suggest": { 552*97170572SAndreas Gohr "ext-xdebug": "^2.7.2" 553*97170572SAndreas Gohr }, 554*97170572SAndreas Gohr "type": "library", 555*97170572SAndreas Gohr "extra": { 556*97170572SAndreas Gohr "branch-alias": { 557*97170572SAndreas Gohr "dev-master": "7.0-dev" 558*97170572SAndreas Gohr } 559*97170572SAndreas Gohr }, 560*97170572SAndreas Gohr "autoload": { 561*97170572SAndreas Gohr "classmap": [ 562*97170572SAndreas Gohr "src/" 563*97170572SAndreas Gohr ] 564*97170572SAndreas Gohr }, 565*97170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 566*97170572SAndreas Gohr "license": [ 567*97170572SAndreas Gohr "BSD-3-Clause" 568*97170572SAndreas Gohr ], 569*97170572SAndreas Gohr "authors": [ 570*97170572SAndreas Gohr { 571*97170572SAndreas Gohr "name": "Sebastian Bergmann", 572*97170572SAndreas Gohr "email": "sebastian@phpunit.de", 573*97170572SAndreas Gohr "role": "lead" 574*97170572SAndreas Gohr } 575*97170572SAndreas Gohr ], 576*97170572SAndreas Gohr "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", 577*97170572SAndreas Gohr "homepage": "https://github.com/sebastianbergmann/php-code-coverage", 578*97170572SAndreas Gohr "keywords": [ 579*97170572SAndreas Gohr "coverage", 580*97170572SAndreas Gohr "testing", 581*97170572SAndreas Gohr "xunit" 582*97170572SAndreas Gohr ], 583*97170572SAndreas Gohr "support": { 584*97170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", 585*97170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/7.0.15" 586*97170572SAndreas Gohr }, 587*97170572SAndreas Gohr "funding": [ 588*97170572SAndreas Gohr { 589*97170572SAndreas Gohr "url": "https://github.com/sebastianbergmann", 590*97170572SAndreas Gohr "type": "github" 591*97170572SAndreas Gohr } 592*97170572SAndreas Gohr ], 593*97170572SAndreas Gohr "time": "2021-07-26T12:20:09+00:00" 594*97170572SAndreas Gohr }, 595*97170572SAndreas Gohr { 596*97170572SAndreas Gohr "name": "phpunit/php-file-iterator", 597*97170572SAndreas Gohr "version": "2.0.5", 598*97170572SAndreas Gohr "source": { 599*97170572SAndreas Gohr "type": "git", 600*97170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/php-file-iterator.git", 601*97170572SAndreas Gohr "reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5" 602*97170572SAndreas Gohr }, 603*97170572SAndreas Gohr "dist": { 604*97170572SAndreas Gohr "type": "zip", 605*97170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5", 606*97170572SAndreas Gohr "reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5", 607*97170572SAndreas Gohr "shasum": "" 608*97170572SAndreas Gohr }, 609*97170572SAndreas Gohr "require": { 610*97170572SAndreas Gohr "php": ">=7.1" 611*97170572SAndreas Gohr }, 612*97170572SAndreas Gohr "require-dev": { 613*97170572SAndreas Gohr "phpunit/phpunit": "^8.5" 614*97170572SAndreas Gohr }, 615*97170572SAndreas Gohr "type": "library", 616*97170572SAndreas Gohr "extra": { 617*97170572SAndreas Gohr "branch-alias": { 618*97170572SAndreas Gohr "dev-master": "2.0.x-dev" 619*97170572SAndreas Gohr } 620*97170572SAndreas Gohr }, 621*97170572SAndreas Gohr "autoload": { 622*97170572SAndreas Gohr "classmap": [ 623*97170572SAndreas Gohr "src/" 624*97170572SAndreas Gohr ] 625*97170572SAndreas Gohr }, 626*97170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 627*97170572SAndreas Gohr "license": [ 628*97170572SAndreas Gohr "BSD-3-Clause" 629*97170572SAndreas Gohr ], 630*97170572SAndreas Gohr "authors": [ 631*97170572SAndreas Gohr { 632*97170572SAndreas Gohr "name": "Sebastian Bergmann", 633*97170572SAndreas Gohr "email": "sebastian@phpunit.de", 634*97170572SAndreas Gohr "role": "lead" 635*97170572SAndreas Gohr } 636*97170572SAndreas Gohr ], 637*97170572SAndreas Gohr "description": "FilterIterator implementation that filters files based on a list of suffixes.", 638*97170572SAndreas Gohr "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", 639*97170572SAndreas Gohr "keywords": [ 640*97170572SAndreas Gohr "filesystem", 641*97170572SAndreas Gohr "iterator" 642*97170572SAndreas Gohr ], 643*97170572SAndreas Gohr "support": { 644*97170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", 645*97170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.5" 646*97170572SAndreas Gohr }, 647*97170572SAndreas Gohr "funding": [ 648*97170572SAndreas Gohr { 649*97170572SAndreas Gohr "url": "https://github.com/sebastianbergmann", 650*97170572SAndreas Gohr "type": "github" 651*97170572SAndreas Gohr } 652*97170572SAndreas Gohr ], 653*97170572SAndreas Gohr "time": "2021-12-02T12:42:26+00:00" 654*97170572SAndreas Gohr }, 655*97170572SAndreas Gohr { 656*97170572SAndreas Gohr "name": "phpunit/php-text-template", 657*97170572SAndreas Gohr "version": "1.2.1", 658*97170572SAndreas Gohr "source": { 659*97170572SAndreas Gohr "type": "git", 660*97170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/php-text-template.git", 661*97170572SAndreas Gohr "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" 662*97170572SAndreas Gohr }, 663*97170572SAndreas Gohr "dist": { 664*97170572SAndreas Gohr "type": "zip", 665*97170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 666*97170572SAndreas Gohr "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 667*97170572SAndreas Gohr "shasum": "" 668*97170572SAndreas Gohr }, 669*97170572SAndreas Gohr "require": { 670*97170572SAndreas Gohr "php": ">=5.3.3" 671*97170572SAndreas Gohr }, 672*97170572SAndreas Gohr "type": "library", 673*97170572SAndreas Gohr "autoload": { 674*97170572SAndreas Gohr "classmap": [ 675*97170572SAndreas Gohr "src/" 676*97170572SAndreas Gohr ] 677*97170572SAndreas Gohr }, 678*97170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 679*97170572SAndreas Gohr "license": [ 680*97170572SAndreas Gohr "BSD-3-Clause" 681*97170572SAndreas Gohr ], 682*97170572SAndreas Gohr "authors": [ 683*97170572SAndreas Gohr { 684*97170572SAndreas Gohr "name": "Sebastian Bergmann", 685*97170572SAndreas Gohr "email": "sebastian@phpunit.de", 686*97170572SAndreas Gohr "role": "lead" 687*97170572SAndreas Gohr } 688*97170572SAndreas Gohr ], 689*97170572SAndreas Gohr "description": "Simple template engine.", 690*97170572SAndreas Gohr "homepage": "https://github.com/sebastianbergmann/php-text-template/", 691*97170572SAndreas Gohr "keywords": [ 692*97170572SAndreas Gohr "template" 693*97170572SAndreas Gohr ], 694*97170572SAndreas Gohr "support": { 695*97170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/php-text-template/issues", 696*97170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1" 697*97170572SAndreas Gohr }, 698*97170572SAndreas Gohr "time": "2015-06-21T13:50:34+00:00" 699*97170572SAndreas Gohr }, 700*97170572SAndreas Gohr { 701*97170572SAndreas Gohr "name": "phpunit/php-timer", 702*97170572SAndreas Gohr "version": "2.1.3", 703*97170572SAndreas Gohr "source": { 704*97170572SAndreas Gohr "type": "git", 705*97170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/php-timer.git", 706*97170572SAndreas Gohr "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662" 707*97170572SAndreas Gohr }, 708*97170572SAndreas Gohr "dist": { 709*97170572SAndreas Gohr "type": "zip", 710*97170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/2454ae1765516d20c4ffe103d85a58a9a3bd5662", 711*97170572SAndreas Gohr "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662", 712*97170572SAndreas Gohr "shasum": "" 713*97170572SAndreas Gohr }, 714*97170572SAndreas Gohr "require": { 715*97170572SAndreas Gohr "php": ">=7.1" 716*97170572SAndreas Gohr }, 717*97170572SAndreas Gohr "require-dev": { 718*97170572SAndreas Gohr "phpunit/phpunit": "^8.5" 719*97170572SAndreas Gohr }, 720*97170572SAndreas Gohr "type": "library", 721*97170572SAndreas Gohr "extra": { 722*97170572SAndreas Gohr "branch-alias": { 723*97170572SAndreas Gohr "dev-master": "2.1-dev" 724*97170572SAndreas Gohr } 725*97170572SAndreas Gohr }, 726*97170572SAndreas Gohr "autoload": { 727*97170572SAndreas Gohr "classmap": [ 728*97170572SAndreas Gohr "src/" 729*97170572SAndreas Gohr ] 730*97170572SAndreas Gohr }, 731*97170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 732*97170572SAndreas Gohr "license": [ 733*97170572SAndreas Gohr "BSD-3-Clause" 734*97170572SAndreas Gohr ], 735*97170572SAndreas Gohr "authors": [ 736*97170572SAndreas Gohr { 737*97170572SAndreas Gohr "name": "Sebastian Bergmann", 738*97170572SAndreas Gohr "email": "sebastian@phpunit.de", 739*97170572SAndreas Gohr "role": "lead" 740*97170572SAndreas Gohr } 741*97170572SAndreas Gohr ], 742*97170572SAndreas Gohr "description": "Utility class for timing", 743*97170572SAndreas Gohr "homepage": "https://github.com/sebastianbergmann/php-timer/", 744*97170572SAndreas Gohr "keywords": [ 745*97170572SAndreas Gohr "timer" 746*97170572SAndreas Gohr ], 747*97170572SAndreas Gohr "support": { 748*97170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/php-timer/issues", 749*97170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/php-timer/tree/2.1.3" 750*97170572SAndreas Gohr }, 751*97170572SAndreas Gohr "funding": [ 752*97170572SAndreas Gohr { 753*97170572SAndreas Gohr "url": "https://github.com/sebastianbergmann", 754*97170572SAndreas Gohr "type": "github" 755*97170572SAndreas Gohr } 756*97170572SAndreas Gohr ], 757*97170572SAndreas Gohr "time": "2020-11-30T08:20:02+00:00" 758*97170572SAndreas Gohr }, 759*97170572SAndreas Gohr { 760*97170572SAndreas Gohr "name": "phpunit/php-token-stream", 761*97170572SAndreas Gohr "version": "3.1.3", 762*97170572SAndreas Gohr "source": { 763*97170572SAndreas Gohr "type": "git", 764*97170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/php-token-stream.git", 765*97170572SAndreas Gohr "reference": "9c1da83261628cb24b6a6df371b6e312b3954768" 766*97170572SAndreas Gohr }, 767*97170572SAndreas Gohr "dist": { 768*97170572SAndreas Gohr "type": "zip", 769*97170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9c1da83261628cb24b6a6df371b6e312b3954768", 770*97170572SAndreas Gohr "reference": "9c1da83261628cb24b6a6df371b6e312b3954768", 771*97170572SAndreas Gohr "shasum": "" 772*97170572SAndreas Gohr }, 773*97170572SAndreas Gohr "require": { 774*97170572SAndreas Gohr "ext-tokenizer": "*", 775*97170572SAndreas Gohr "php": ">=7.1" 776*97170572SAndreas Gohr }, 777*97170572SAndreas Gohr "require-dev": { 778*97170572SAndreas Gohr "phpunit/phpunit": "^7.0" 779*97170572SAndreas Gohr }, 780*97170572SAndreas Gohr "type": "library", 781*97170572SAndreas Gohr "extra": { 782*97170572SAndreas Gohr "branch-alias": { 783*97170572SAndreas Gohr "dev-master": "3.1-dev" 784*97170572SAndreas Gohr } 785*97170572SAndreas Gohr }, 786*97170572SAndreas Gohr "autoload": { 787*97170572SAndreas Gohr "classmap": [ 788*97170572SAndreas Gohr "src/" 789*97170572SAndreas Gohr ] 790*97170572SAndreas Gohr }, 791*97170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 792*97170572SAndreas Gohr "license": [ 793*97170572SAndreas Gohr "BSD-3-Clause" 794*97170572SAndreas Gohr ], 795*97170572SAndreas Gohr "authors": [ 796*97170572SAndreas Gohr { 797*97170572SAndreas Gohr "name": "Sebastian Bergmann", 798*97170572SAndreas Gohr "email": "sebastian@phpunit.de" 799*97170572SAndreas Gohr } 800*97170572SAndreas Gohr ], 801*97170572SAndreas Gohr "description": "Wrapper around PHP's tokenizer extension.", 802*97170572SAndreas Gohr "homepage": "https://github.com/sebastianbergmann/php-token-stream/", 803*97170572SAndreas Gohr "keywords": [ 804*97170572SAndreas Gohr "tokenizer" 805*97170572SAndreas Gohr ], 806*97170572SAndreas Gohr "support": { 807*97170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/php-token-stream/issues", 808*97170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/php-token-stream/tree/3.1.3" 809*97170572SAndreas Gohr }, 810*97170572SAndreas Gohr "funding": [ 811*97170572SAndreas Gohr { 812*97170572SAndreas Gohr "url": "https://github.com/sebastianbergmann", 813*97170572SAndreas Gohr "type": "github" 814*97170572SAndreas Gohr } 815*97170572SAndreas Gohr ], 816*97170572SAndreas Gohr "abandoned": true, 817*97170572SAndreas Gohr "time": "2021-07-26T12:15:06+00:00" 818*97170572SAndreas Gohr }, 819*97170572SAndreas Gohr { 820*97170572SAndreas Gohr "name": "phpunit/phpunit", 821*97170572SAndreas Gohr "version": "8.5.33", 822*97170572SAndreas Gohr "source": { 823*97170572SAndreas Gohr "type": "git", 824*97170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/phpunit.git", 825*97170572SAndreas Gohr "reference": "7d1ff0e8c6b35db78ff13e3e05517d7cbf7aa32e" 826*97170572SAndreas Gohr }, 827*97170572SAndreas Gohr "dist": { 828*97170572SAndreas Gohr "type": "zip", 829*97170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7d1ff0e8c6b35db78ff13e3e05517d7cbf7aa32e", 830*97170572SAndreas Gohr "reference": "7d1ff0e8c6b35db78ff13e3e05517d7cbf7aa32e", 831*97170572SAndreas Gohr "shasum": "" 832*97170572SAndreas Gohr }, 833*97170572SAndreas Gohr "require": { 834*97170572SAndreas Gohr "doctrine/instantiator": "^1.3.1", 835*97170572SAndreas Gohr "ext-dom": "*", 836*97170572SAndreas Gohr "ext-json": "*", 837*97170572SAndreas Gohr "ext-libxml": "*", 838*97170572SAndreas Gohr "ext-mbstring": "*", 839*97170572SAndreas Gohr "ext-xml": "*", 840*97170572SAndreas Gohr "ext-xmlwriter": "*", 841*97170572SAndreas Gohr "myclabs/deep-copy": "^1.10.0", 842*97170572SAndreas Gohr "phar-io/manifest": "^2.0.3", 843*97170572SAndreas Gohr "phar-io/version": "^3.0.2", 844*97170572SAndreas Gohr "php": ">=7.2", 845*97170572SAndreas Gohr "phpunit/php-code-coverage": "^7.0.12", 846*97170572SAndreas Gohr "phpunit/php-file-iterator": "^2.0.4", 847*97170572SAndreas Gohr "phpunit/php-text-template": "^1.2.1", 848*97170572SAndreas Gohr "phpunit/php-timer": "^2.1.2", 849*97170572SAndreas Gohr "sebastian/comparator": "^3.0.5", 850*97170572SAndreas Gohr "sebastian/diff": "^3.0.2", 851*97170572SAndreas Gohr "sebastian/environment": "^4.2.3", 852*97170572SAndreas Gohr "sebastian/exporter": "^3.1.5", 853*97170572SAndreas Gohr "sebastian/global-state": "^3.0.0", 854*97170572SAndreas Gohr "sebastian/object-enumerator": "^3.0.3", 855*97170572SAndreas Gohr "sebastian/resource-operations": "^2.0.1", 856*97170572SAndreas Gohr "sebastian/type": "^1.1.3", 857*97170572SAndreas Gohr "sebastian/version": "^2.0.1" 858*97170572SAndreas Gohr }, 859*97170572SAndreas Gohr "suggest": { 860*97170572SAndreas Gohr "ext-soap": "*", 861*97170572SAndreas Gohr "ext-xdebug": "*", 862*97170572SAndreas Gohr "phpunit/php-invoker": "^2.0.0" 863*97170572SAndreas Gohr }, 864*97170572SAndreas Gohr "bin": [ 865*97170572SAndreas Gohr "phpunit" 866*97170572SAndreas Gohr ], 867*97170572SAndreas Gohr "type": "library", 868*97170572SAndreas Gohr "extra": { 869*97170572SAndreas Gohr "branch-alias": { 870*97170572SAndreas Gohr "dev-master": "8.5-dev" 871*97170572SAndreas Gohr } 872*97170572SAndreas Gohr }, 873*97170572SAndreas Gohr "autoload": { 874*97170572SAndreas Gohr "classmap": [ 875*97170572SAndreas Gohr "src/" 876*97170572SAndreas Gohr ] 877*97170572SAndreas Gohr }, 878*97170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 879*97170572SAndreas Gohr "license": [ 880*97170572SAndreas Gohr "BSD-3-Clause" 881*97170572SAndreas Gohr ], 882*97170572SAndreas Gohr "authors": [ 883*97170572SAndreas Gohr { 884*97170572SAndreas Gohr "name": "Sebastian Bergmann", 885*97170572SAndreas Gohr "email": "sebastian@phpunit.de", 886*97170572SAndreas Gohr "role": "lead" 887*97170572SAndreas Gohr } 888*97170572SAndreas Gohr ], 889*97170572SAndreas Gohr "description": "The PHP Unit Testing framework.", 890*97170572SAndreas Gohr "homepage": "https://phpunit.de/", 891*97170572SAndreas Gohr "keywords": [ 892*97170572SAndreas Gohr "phpunit", 893*97170572SAndreas Gohr "testing", 894*97170572SAndreas Gohr "xunit" 895*97170572SAndreas Gohr ], 896*97170572SAndreas Gohr "support": { 897*97170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/phpunit/issues", 898*97170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.33" 899*97170572SAndreas Gohr }, 900*97170572SAndreas Gohr "funding": [ 901*97170572SAndreas Gohr { 902*97170572SAndreas Gohr "url": "https://phpunit.de/sponsors.html", 903*97170572SAndreas Gohr "type": "custom" 904*97170572SAndreas Gohr }, 905*97170572SAndreas Gohr { 906*97170572SAndreas Gohr "url": "https://github.com/sebastianbergmann", 907*97170572SAndreas Gohr "type": "github" 908*97170572SAndreas Gohr }, 909*97170572SAndreas Gohr { 910*97170572SAndreas Gohr "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", 911*97170572SAndreas Gohr "type": "tidelift" 912*97170572SAndreas Gohr } 913*97170572SAndreas Gohr ], 914*97170572SAndreas Gohr "time": "2023-02-27T13:04:50+00:00" 915*97170572SAndreas Gohr }, 916*97170572SAndreas Gohr { 917*97170572SAndreas Gohr "name": "rector/rector", 918*97170572SAndreas Gohr "version": "0.18.3", 919*97170572SAndreas Gohr "source": { 920*97170572SAndreas Gohr "type": "git", 921*97170572SAndreas Gohr "url": "https://github.com/rectorphp/rector.git", 922*97170572SAndreas Gohr "reference": "ba7988e3e028e68e07191d75b0d5473ac320c5e7" 923*97170572SAndreas Gohr }, 924*97170572SAndreas Gohr "dist": { 925*97170572SAndreas Gohr "type": "zip", 926*97170572SAndreas Gohr "url": "https://api.github.com/repos/rectorphp/rector/zipball/ba7988e3e028e68e07191d75b0d5473ac320c5e7", 927*97170572SAndreas Gohr "reference": "ba7988e3e028e68e07191d75b0d5473ac320c5e7", 928*97170572SAndreas Gohr "shasum": "" 929*97170572SAndreas Gohr }, 930*97170572SAndreas Gohr "require": { 931*97170572SAndreas Gohr "php": "^7.2|^8.0", 932*97170572SAndreas Gohr "phpstan/phpstan": "^1.10.31" 933*97170572SAndreas Gohr }, 934*97170572SAndreas Gohr "conflict": { 935*97170572SAndreas Gohr "rector/rector-doctrine": "*", 936*97170572SAndreas Gohr "rector/rector-downgrade-php": "*", 937*97170572SAndreas Gohr "rector/rector-phpunit": "*", 938*97170572SAndreas Gohr "rector/rector-symfony": "*" 939*97170572SAndreas Gohr }, 940*97170572SAndreas Gohr "bin": [ 941*97170572SAndreas Gohr "bin/rector" 942*97170572SAndreas Gohr ], 943*97170572SAndreas Gohr "type": "library", 944*97170572SAndreas Gohr "autoload": { 945*97170572SAndreas Gohr "files": [ 946*97170572SAndreas Gohr "bootstrap.php" 947*97170572SAndreas Gohr ] 948*97170572SAndreas Gohr }, 949*97170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 950*97170572SAndreas Gohr "license": [ 951*97170572SAndreas Gohr "MIT" 952*97170572SAndreas Gohr ], 953*97170572SAndreas Gohr "description": "Instant Upgrade and Automated Refactoring of any PHP code", 954*97170572SAndreas Gohr "keywords": [ 955*97170572SAndreas Gohr "automation", 956*97170572SAndreas Gohr "dev", 957*97170572SAndreas Gohr "migration", 958*97170572SAndreas Gohr "refactoring" 959*97170572SAndreas Gohr ], 960*97170572SAndreas Gohr "support": { 961*97170572SAndreas Gohr "issues": "https://github.com/rectorphp/rector/issues", 962*97170572SAndreas Gohr "source": "https://github.com/rectorphp/rector/tree/0.18.3" 963*97170572SAndreas Gohr }, 964*97170572SAndreas Gohr "funding": [ 965*97170572SAndreas Gohr { 966*97170572SAndreas Gohr "url": "https://github.com/tomasvotruba", 967*97170572SAndreas Gohr "type": "github" 968*97170572SAndreas Gohr } 969*97170572SAndreas Gohr ], 970*97170572SAndreas Gohr "time": "2023-09-12T20:18:14+00:00" 971*97170572SAndreas Gohr }, 972*97170572SAndreas Gohr { 973*97170572SAndreas Gohr "name": "sebastian/code-unit-reverse-lookup", 974*97170572SAndreas Gohr "version": "1.0.2", 975*97170572SAndreas Gohr "source": { 976*97170572SAndreas Gohr "type": "git", 977*97170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", 978*97170572SAndreas Gohr "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619" 979*97170572SAndreas Gohr }, 980*97170572SAndreas Gohr "dist": { 981*97170572SAndreas Gohr "type": "zip", 982*97170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619", 983*97170572SAndreas Gohr "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619", 984*97170572SAndreas Gohr "shasum": "" 985*97170572SAndreas Gohr }, 986*97170572SAndreas Gohr "require": { 987*97170572SAndreas Gohr "php": ">=5.6" 988*97170572SAndreas Gohr }, 989*97170572SAndreas Gohr "require-dev": { 990*97170572SAndreas Gohr "phpunit/phpunit": "^8.5" 991*97170572SAndreas Gohr }, 992*97170572SAndreas Gohr "type": "library", 993*97170572SAndreas Gohr "extra": { 994*97170572SAndreas Gohr "branch-alias": { 995*97170572SAndreas Gohr "dev-master": "1.0.x-dev" 996*97170572SAndreas Gohr } 997*97170572SAndreas Gohr }, 998*97170572SAndreas Gohr "autoload": { 999*97170572SAndreas Gohr "classmap": [ 1000*97170572SAndreas Gohr "src/" 1001*97170572SAndreas Gohr ] 1002*97170572SAndreas Gohr }, 1003*97170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 1004*97170572SAndreas Gohr "license": [ 1005*97170572SAndreas Gohr "BSD-3-Clause" 1006*97170572SAndreas Gohr ], 1007*97170572SAndreas Gohr "authors": [ 1008*97170572SAndreas Gohr { 1009*97170572SAndreas Gohr "name": "Sebastian Bergmann", 1010*97170572SAndreas Gohr "email": "sebastian@phpunit.de" 1011*97170572SAndreas Gohr } 1012*97170572SAndreas Gohr ], 1013*97170572SAndreas Gohr "description": "Looks up which function or method a line of code belongs to", 1014*97170572SAndreas Gohr "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", 1015*97170572SAndreas Gohr "support": { 1016*97170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", 1017*97170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2" 1018*97170572SAndreas Gohr }, 1019*97170572SAndreas Gohr "funding": [ 1020*97170572SAndreas Gohr { 1021*97170572SAndreas Gohr "url": "https://github.com/sebastianbergmann", 1022*97170572SAndreas Gohr "type": "github" 1023*97170572SAndreas Gohr } 1024*97170572SAndreas Gohr ], 1025*97170572SAndreas Gohr "time": "2020-11-30T08:15:22+00:00" 1026*97170572SAndreas Gohr }, 1027*97170572SAndreas Gohr { 1028*97170572SAndreas Gohr "name": "sebastian/comparator", 1029*97170572SAndreas Gohr "version": "3.0.5", 1030*97170572SAndreas Gohr "source": { 1031*97170572SAndreas Gohr "type": "git", 1032*97170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/comparator.git", 1033*97170572SAndreas Gohr "reference": "1dc7ceb4a24aede938c7af2a9ed1de09609ca770" 1034*97170572SAndreas Gohr }, 1035*97170572SAndreas Gohr "dist": { 1036*97170572SAndreas Gohr "type": "zip", 1037*97170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dc7ceb4a24aede938c7af2a9ed1de09609ca770", 1038*97170572SAndreas Gohr "reference": "1dc7ceb4a24aede938c7af2a9ed1de09609ca770", 1039*97170572SAndreas Gohr "shasum": "" 1040*97170572SAndreas Gohr }, 1041*97170572SAndreas Gohr "require": { 1042*97170572SAndreas Gohr "php": ">=7.1", 1043*97170572SAndreas Gohr "sebastian/diff": "^3.0", 1044*97170572SAndreas Gohr "sebastian/exporter": "^3.1" 1045*97170572SAndreas Gohr }, 1046*97170572SAndreas Gohr "require-dev": { 1047*97170572SAndreas Gohr "phpunit/phpunit": "^8.5" 1048*97170572SAndreas Gohr }, 1049*97170572SAndreas Gohr "type": "library", 1050*97170572SAndreas Gohr "extra": { 1051*97170572SAndreas Gohr "branch-alias": { 1052*97170572SAndreas Gohr "dev-master": "3.0-dev" 1053*97170572SAndreas Gohr } 1054*97170572SAndreas Gohr }, 1055*97170572SAndreas Gohr "autoload": { 1056*97170572SAndreas Gohr "classmap": [ 1057*97170572SAndreas Gohr "src/" 1058*97170572SAndreas Gohr ] 1059*97170572SAndreas Gohr }, 1060*97170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 1061*97170572SAndreas Gohr "license": [ 1062*97170572SAndreas Gohr "BSD-3-Clause" 1063*97170572SAndreas Gohr ], 1064*97170572SAndreas Gohr "authors": [ 1065*97170572SAndreas Gohr { 1066*97170572SAndreas Gohr "name": "Sebastian Bergmann", 1067*97170572SAndreas Gohr "email": "sebastian@phpunit.de" 1068*97170572SAndreas Gohr }, 1069*97170572SAndreas Gohr { 1070*97170572SAndreas Gohr "name": "Jeff Welch", 1071*97170572SAndreas Gohr "email": "whatthejeff@gmail.com" 1072*97170572SAndreas Gohr }, 1073*97170572SAndreas Gohr { 1074*97170572SAndreas Gohr "name": "Volker Dusch", 1075*97170572SAndreas Gohr "email": "github@wallbash.com" 1076*97170572SAndreas Gohr }, 1077*97170572SAndreas Gohr { 1078*97170572SAndreas Gohr "name": "Bernhard Schussek", 1079*97170572SAndreas Gohr "email": "bschussek@2bepublished.at" 1080*97170572SAndreas Gohr } 1081*97170572SAndreas Gohr ], 1082*97170572SAndreas Gohr "description": "Provides the functionality to compare PHP values for equality", 1083*97170572SAndreas Gohr "homepage": "https://github.com/sebastianbergmann/comparator", 1084*97170572SAndreas Gohr "keywords": [ 1085*97170572SAndreas Gohr "comparator", 1086*97170572SAndreas Gohr "compare", 1087*97170572SAndreas Gohr "equality" 1088*97170572SAndreas Gohr ], 1089*97170572SAndreas Gohr "support": { 1090*97170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/comparator/issues", 1091*97170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/comparator/tree/3.0.5" 1092*97170572SAndreas Gohr }, 1093*97170572SAndreas Gohr "funding": [ 1094*97170572SAndreas Gohr { 1095*97170572SAndreas Gohr "url": "https://github.com/sebastianbergmann", 1096*97170572SAndreas Gohr "type": "github" 1097*97170572SAndreas Gohr } 1098*97170572SAndreas Gohr ], 1099*97170572SAndreas Gohr "time": "2022-09-14T12:31:48+00:00" 1100*97170572SAndreas Gohr }, 1101*97170572SAndreas Gohr { 1102*97170572SAndreas Gohr "name": "sebastian/diff", 1103*97170572SAndreas Gohr "version": "3.0.4", 1104*97170572SAndreas Gohr "source": { 1105*97170572SAndreas Gohr "type": "git", 1106*97170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/diff.git", 1107*97170572SAndreas Gohr "reference": "6296a0c086dd0117c1b78b059374d7fcbe7545ae" 1108*97170572SAndreas Gohr }, 1109*97170572SAndreas Gohr "dist": { 1110*97170572SAndreas Gohr "type": "zip", 1111*97170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/6296a0c086dd0117c1b78b059374d7fcbe7545ae", 1112*97170572SAndreas Gohr "reference": "6296a0c086dd0117c1b78b059374d7fcbe7545ae", 1113*97170572SAndreas Gohr "shasum": "" 1114*97170572SAndreas Gohr }, 1115*97170572SAndreas Gohr "require": { 1116*97170572SAndreas Gohr "php": ">=7.1" 1117*97170572SAndreas Gohr }, 1118*97170572SAndreas Gohr "require-dev": { 1119*97170572SAndreas Gohr "phpunit/phpunit": "^7.5 || ^8.0", 1120*97170572SAndreas Gohr "symfony/process": "^2 || ^3.3 || ^4" 1121*97170572SAndreas Gohr }, 1122*97170572SAndreas Gohr "type": "library", 1123*97170572SAndreas Gohr "extra": { 1124*97170572SAndreas Gohr "branch-alias": { 1125*97170572SAndreas Gohr "dev-master": "3.0-dev" 1126*97170572SAndreas Gohr } 1127*97170572SAndreas Gohr }, 1128*97170572SAndreas Gohr "autoload": { 1129*97170572SAndreas Gohr "classmap": [ 1130*97170572SAndreas Gohr "src/" 1131*97170572SAndreas Gohr ] 1132*97170572SAndreas Gohr }, 1133*97170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 1134*97170572SAndreas Gohr "license": [ 1135*97170572SAndreas Gohr "BSD-3-Clause" 1136*97170572SAndreas Gohr ], 1137*97170572SAndreas Gohr "authors": [ 1138*97170572SAndreas Gohr { 1139*97170572SAndreas Gohr "name": "Sebastian Bergmann", 1140*97170572SAndreas Gohr "email": "sebastian@phpunit.de" 1141*97170572SAndreas Gohr }, 1142*97170572SAndreas Gohr { 1143*97170572SAndreas Gohr "name": "Kore Nordmann", 1144*97170572SAndreas Gohr "email": "mail@kore-nordmann.de" 1145*97170572SAndreas Gohr } 1146*97170572SAndreas Gohr ], 1147*97170572SAndreas Gohr "description": "Diff implementation", 1148*97170572SAndreas Gohr "homepage": "https://github.com/sebastianbergmann/diff", 1149*97170572SAndreas Gohr "keywords": [ 1150*97170572SAndreas Gohr "diff", 1151*97170572SAndreas Gohr "udiff", 1152*97170572SAndreas Gohr "unidiff", 1153*97170572SAndreas Gohr "unified diff" 1154*97170572SAndreas Gohr ], 1155*97170572SAndreas Gohr "support": { 1156*97170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/diff/issues", 1157*97170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/diff/tree/3.0.4" 1158*97170572SAndreas Gohr }, 1159*97170572SAndreas Gohr "funding": [ 1160*97170572SAndreas Gohr { 1161*97170572SAndreas Gohr "url": "https://github.com/sebastianbergmann", 1162*97170572SAndreas Gohr "type": "github" 1163*97170572SAndreas Gohr } 1164*97170572SAndreas Gohr ], 1165*97170572SAndreas Gohr "time": "2023-05-07T05:30:20+00:00" 1166*97170572SAndreas Gohr }, 1167*97170572SAndreas Gohr { 1168*97170572SAndreas Gohr "name": "sebastian/environment", 1169*97170572SAndreas Gohr "version": "4.2.4", 1170*97170572SAndreas Gohr "source": { 1171*97170572SAndreas Gohr "type": "git", 1172*97170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/environment.git", 1173*97170572SAndreas Gohr "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0" 1174*97170572SAndreas Gohr }, 1175*97170572SAndreas Gohr "dist": { 1176*97170572SAndreas Gohr "type": "zip", 1177*97170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/d47bbbad83711771f167c72d4e3f25f7fcc1f8b0", 1178*97170572SAndreas Gohr "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0", 1179*97170572SAndreas Gohr "shasum": "" 1180*97170572SAndreas Gohr }, 1181*97170572SAndreas Gohr "require": { 1182*97170572SAndreas Gohr "php": ">=7.1" 1183*97170572SAndreas Gohr }, 1184*97170572SAndreas Gohr "require-dev": { 1185*97170572SAndreas Gohr "phpunit/phpunit": "^7.5" 1186*97170572SAndreas Gohr }, 1187*97170572SAndreas Gohr "suggest": { 1188*97170572SAndreas Gohr "ext-posix": "*" 1189*97170572SAndreas Gohr }, 1190*97170572SAndreas Gohr "type": "library", 1191*97170572SAndreas Gohr "extra": { 1192*97170572SAndreas Gohr "branch-alias": { 1193*97170572SAndreas Gohr "dev-master": "4.2-dev" 1194*97170572SAndreas Gohr } 1195*97170572SAndreas Gohr }, 1196*97170572SAndreas Gohr "autoload": { 1197*97170572SAndreas Gohr "classmap": [ 1198*97170572SAndreas Gohr "src/" 1199*97170572SAndreas Gohr ] 1200*97170572SAndreas Gohr }, 1201*97170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 1202*97170572SAndreas Gohr "license": [ 1203*97170572SAndreas Gohr "BSD-3-Clause" 1204*97170572SAndreas Gohr ], 1205*97170572SAndreas Gohr "authors": [ 1206*97170572SAndreas Gohr { 1207*97170572SAndreas Gohr "name": "Sebastian Bergmann", 1208*97170572SAndreas Gohr "email": "sebastian@phpunit.de" 1209*97170572SAndreas Gohr } 1210*97170572SAndreas Gohr ], 1211*97170572SAndreas Gohr "description": "Provides functionality to handle HHVM/PHP environments", 1212*97170572SAndreas Gohr "homepage": "http://www.github.com/sebastianbergmann/environment", 1213*97170572SAndreas Gohr "keywords": [ 1214*97170572SAndreas Gohr "Xdebug", 1215*97170572SAndreas Gohr "environment", 1216*97170572SAndreas Gohr "hhvm" 1217*97170572SAndreas Gohr ], 1218*97170572SAndreas Gohr "support": { 1219*97170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/environment/issues", 1220*97170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/environment/tree/4.2.4" 1221*97170572SAndreas Gohr }, 1222*97170572SAndreas Gohr "funding": [ 1223*97170572SAndreas Gohr { 1224*97170572SAndreas Gohr "url": "https://github.com/sebastianbergmann", 1225*97170572SAndreas Gohr "type": "github" 1226*97170572SAndreas Gohr } 1227*97170572SAndreas Gohr ], 1228*97170572SAndreas Gohr "time": "2020-11-30T07:53:42+00:00" 1229*97170572SAndreas Gohr }, 1230*97170572SAndreas Gohr { 1231*97170572SAndreas Gohr "name": "sebastian/exporter", 1232*97170572SAndreas Gohr "version": "3.1.5", 1233*97170572SAndreas Gohr "source": { 1234*97170572SAndreas Gohr "type": "git", 1235*97170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/exporter.git", 1236*97170572SAndreas Gohr "reference": "73a9676f2833b9a7c36968f9d882589cd75511e6" 1237*97170572SAndreas Gohr }, 1238*97170572SAndreas Gohr "dist": { 1239*97170572SAndreas Gohr "type": "zip", 1240*97170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/73a9676f2833b9a7c36968f9d882589cd75511e6", 1241*97170572SAndreas Gohr "reference": "73a9676f2833b9a7c36968f9d882589cd75511e6", 1242*97170572SAndreas Gohr "shasum": "" 1243*97170572SAndreas Gohr }, 1244*97170572SAndreas Gohr "require": { 1245*97170572SAndreas Gohr "php": ">=7.0", 1246*97170572SAndreas Gohr "sebastian/recursion-context": "^3.0" 1247*97170572SAndreas Gohr }, 1248*97170572SAndreas Gohr "require-dev": { 1249*97170572SAndreas Gohr "ext-mbstring": "*", 1250*97170572SAndreas Gohr "phpunit/phpunit": "^8.5" 1251*97170572SAndreas Gohr }, 1252*97170572SAndreas Gohr "type": "library", 1253*97170572SAndreas Gohr "extra": { 1254*97170572SAndreas Gohr "branch-alias": { 1255*97170572SAndreas Gohr "dev-master": "3.1.x-dev" 1256*97170572SAndreas Gohr } 1257*97170572SAndreas Gohr }, 1258*97170572SAndreas Gohr "autoload": { 1259*97170572SAndreas Gohr "classmap": [ 1260*97170572SAndreas Gohr "src/" 1261*97170572SAndreas Gohr ] 1262*97170572SAndreas Gohr }, 1263*97170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 1264*97170572SAndreas Gohr "license": [ 1265*97170572SAndreas Gohr "BSD-3-Clause" 1266*97170572SAndreas Gohr ], 1267*97170572SAndreas Gohr "authors": [ 1268*97170572SAndreas Gohr { 1269*97170572SAndreas Gohr "name": "Sebastian Bergmann", 1270*97170572SAndreas Gohr "email": "sebastian@phpunit.de" 1271*97170572SAndreas Gohr }, 1272*97170572SAndreas Gohr { 1273*97170572SAndreas Gohr "name": "Jeff Welch", 1274*97170572SAndreas Gohr "email": "whatthejeff@gmail.com" 1275*97170572SAndreas Gohr }, 1276*97170572SAndreas Gohr { 1277*97170572SAndreas Gohr "name": "Volker Dusch", 1278*97170572SAndreas Gohr "email": "github@wallbash.com" 1279*97170572SAndreas Gohr }, 1280*97170572SAndreas Gohr { 1281*97170572SAndreas Gohr "name": "Adam Harvey", 1282*97170572SAndreas Gohr "email": "aharvey@php.net" 1283*97170572SAndreas Gohr }, 1284*97170572SAndreas Gohr { 1285*97170572SAndreas Gohr "name": "Bernhard Schussek", 1286*97170572SAndreas Gohr "email": "bschussek@gmail.com" 1287*97170572SAndreas Gohr } 1288*97170572SAndreas Gohr ], 1289*97170572SAndreas Gohr "description": "Provides the functionality to export PHP variables for visualization", 1290*97170572SAndreas Gohr "homepage": "http://www.github.com/sebastianbergmann/exporter", 1291*97170572SAndreas Gohr "keywords": [ 1292*97170572SAndreas Gohr "export", 1293*97170572SAndreas Gohr "exporter" 1294*97170572SAndreas Gohr ], 1295*97170572SAndreas Gohr "support": { 1296*97170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/exporter/issues", 1297*97170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.5" 1298*97170572SAndreas Gohr }, 1299*97170572SAndreas Gohr "funding": [ 1300*97170572SAndreas Gohr { 1301*97170572SAndreas Gohr "url": "https://github.com/sebastianbergmann", 1302*97170572SAndreas Gohr "type": "github" 1303*97170572SAndreas Gohr } 1304*97170572SAndreas Gohr ], 1305*97170572SAndreas Gohr "time": "2022-09-14T06:00:17+00:00" 1306*97170572SAndreas Gohr }, 1307*97170572SAndreas Gohr { 1308*97170572SAndreas Gohr "name": "sebastian/global-state", 1309*97170572SAndreas Gohr "version": "3.0.3", 1310*97170572SAndreas Gohr "source": { 1311*97170572SAndreas Gohr "type": "git", 1312*97170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/global-state.git", 1313*97170572SAndreas Gohr "reference": "66783ce213de415b451b904bfef9dda0cf9aeae0" 1314*97170572SAndreas Gohr }, 1315*97170572SAndreas Gohr "dist": { 1316*97170572SAndreas Gohr "type": "zip", 1317*97170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/66783ce213de415b451b904bfef9dda0cf9aeae0", 1318*97170572SAndreas Gohr "reference": "66783ce213de415b451b904bfef9dda0cf9aeae0", 1319*97170572SAndreas Gohr "shasum": "" 1320*97170572SAndreas Gohr }, 1321*97170572SAndreas Gohr "require": { 1322*97170572SAndreas Gohr "php": ">=7.2", 1323*97170572SAndreas Gohr "sebastian/object-reflector": "^1.1.1", 1324*97170572SAndreas Gohr "sebastian/recursion-context": "^3.0" 1325*97170572SAndreas Gohr }, 1326*97170572SAndreas Gohr "require-dev": { 1327*97170572SAndreas Gohr "ext-dom": "*", 1328*97170572SAndreas Gohr "phpunit/phpunit": "^8.0" 1329*97170572SAndreas Gohr }, 1330*97170572SAndreas Gohr "suggest": { 1331*97170572SAndreas Gohr "ext-uopz": "*" 1332*97170572SAndreas Gohr }, 1333*97170572SAndreas Gohr "type": "library", 1334*97170572SAndreas Gohr "extra": { 1335*97170572SAndreas Gohr "branch-alias": { 1336*97170572SAndreas Gohr "dev-master": "3.0-dev" 1337*97170572SAndreas Gohr } 1338*97170572SAndreas Gohr }, 1339*97170572SAndreas Gohr "autoload": { 1340*97170572SAndreas Gohr "classmap": [ 1341*97170572SAndreas Gohr "src/" 1342*97170572SAndreas Gohr ] 1343*97170572SAndreas Gohr }, 1344*97170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 1345*97170572SAndreas Gohr "license": [ 1346*97170572SAndreas Gohr "BSD-3-Clause" 1347*97170572SAndreas Gohr ], 1348*97170572SAndreas Gohr "authors": [ 1349*97170572SAndreas Gohr { 1350*97170572SAndreas Gohr "name": "Sebastian Bergmann", 1351*97170572SAndreas Gohr "email": "sebastian@phpunit.de" 1352*97170572SAndreas Gohr } 1353*97170572SAndreas Gohr ], 1354*97170572SAndreas Gohr "description": "Snapshotting of global state", 1355*97170572SAndreas Gohr "homepage": "http://www.github.com/sebastianbergmann/global-state", 1356*97170572SAndreas Gohr "keywords": [ 1357*97170572SAndreas Gohr "global state" 1358*97170572SAndreas Gohr ], 1359*97170572SAndreas Gohr "support": { 1360*97170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/global-state/issues", 1361*97170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/global-state/tree/3.0.3" 1362*97170572SAndreas Gohr }, 1363*97170572SAndreas Gohr "funding": [ 1364*97170572SAndreas Gohr { 1365*97170572SAndreas Gohr "url": "https://github.com/sebastianbergmann", 1366*97170572SAndreas Gohr "type": "github" 1367*97170572SAndreas Gohr } 1368*97170572SAndreas Gohr ], 1369*97170572SAndreas Gohr "time": "2023-08-02T09:23:32+00:00" 1370*97170572SAndreas Gohr }, 1371*97170572SAndreas Gohr { 1372*97170572SAndreas Gohr "name": "sebastian/object-enumerator", 1373*97170572SAndreas Gohr "version": "3.0.4", 1374*97170572SAndreas Gohr "source": { 1375*97170572SAndreas Gohr "type": "git", 1376*97170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/object-enumerator.git", 1377*97170572SAndreas Gohr "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2" 1378*97170572SAndreas Gohr }, 1379*97170572SAndreas Gohr "dist": { 1380*97170572SAndreas Gohr "type": "zip", 1381*97170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2", 1382*97170572SAndreas Gohr "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2", 1383*97170572SAndreas Gohr "shasum": "" 1384*97170572SAndreas Gohr }, 1385*97170572SAndreas Gohr "require": { 1386*97170572SAndreas Gohr "php": ">=7.0", 1387*97170572SAndreas Gohr "sebastian/object-reflector": "^1.1.1", 1388*97170572SAndreas Gohr "sebastian/recursion-context": "^3.0" 1389*97170572SAndreas Gohr }, 1390*97170572SAndreas Gohr "require-dev": { 1391*97170572SAndreas Gohr "phpunit/phpunit": "^6.0" 1392*97170572SAndreas Gohr }, 1393*97170572SAndreas Gohr "type": "library", 1394*97170572SAndreas Gohr "extra": { 1395*97170572SAndreas Gohr "branch-alias": { 1396*97170572SAndreas Gohr "dev-master": "3.0.x-dev" 1397*97170572SAndreas Gohr } 1398*97170572SAndreas Gohr }, 1399*97170572SAndreas Gohr "autoload": { 1400*97170572SAndreas Gohr "classmap": [ 1401*97170572SAndreas Gohr "src/" 1402*97170572SAndreas Gohr ] 1403*97170572SAndreas Gohr }, 1404*97170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 1405*97170572SAndreas Gohr "license": [ 1406*97170572SAndreas Gohr "BSD-3-Clause" 1407*97170572SAndreas Gohr ], 1408*97170572SAndreas Gohr "authors": [ 1409*97170572SAndreas Gohr { 1410*97170572SAndreas Gohr "name": "Sebastian Bergmann", 1411*97170572SAndreas Gohr "email": "sebastian@phpunit.de" 1412*97170572SAndreas Gohr } 1413*97170572SAndreas Gohr ], 1414*97170572SAndreas Gohr "description": "Traverses array structures and object graphs to enumerate all referenced objects", 1415*97170572SAndreas Gohr "homepage": "https://github.com/sebastianbergmann/object-enumerator/", 1416*97170572SAndreas Gohr "support": { 1417*97170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", 1418*97170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/object-enumerator/tree/3.0.4" 1419*97170572SAndreas Gohr }, 1420*97170572SAndreas Gohr "funding": [ 1421*97170572SAndreas Gohr { 1422*97170572SAndreas Gohr "url": "https://github.com/sebastianbergmann", 1423*97170572SAndreas Gohr "type": "github" 1424*97170572SAndreas Gohr } 1425*97170572SAndreas Gohr ], 1426*97170572SAndreas Gohr "time": "2020-11-30T07:40:27+00:00" 1427*97170572SAndreas Gohr }, 1428*97170572SAndreas Gohr { 1429*97170572SAndreas Gohr "name": "sebastian/object-reflector", 1430*97170572SAndreas Gohr "version": "1.1.2", 1431*97170572SAndreas Gohr "source": { 1432*97170572SAndreas Gohr "type": "git", 1433*97170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/object-reflector.git", 1434*97170572SAndreas Gohr "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d" 1435*97170572SAndreas Gohr }, 1436*97170572SAndreas Gohr "dist": { 1437*97170572SAndreas Gohr "type": "zip", 1438*97170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d", 1439*97170572SAndreas Gohr "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d", 1440*97170572SAndreas Gohr "shasum": "" 1441*97170572SAndreas Gohr }, 1442*97170572SAndreas Gohr "require": { 1443*97170572SAndreas Gohr "php": ">=7.0" 1444*97170572SAndreas Gohr }, 1445*97170572SAndreas Gohr "require-dev": { 1446*97170572SAndreas Gohr "phpunit/phpunit": "^6.0" 1447*97170572SAndreas Gohr }, 1448*97170572SAndreas Gohr "type": "library", 1449*97170572SAndreas Gohr "extra": { 1450*97170572SAndreas Gohr "branch-alias": { 1451*97170572SAndreas Gohr "dev-master": "1.1-dev" 1452*97170572SAndreas Gohr } 1453*97170572SAndreas Gohr }, 1454*97170572SAndreas Gohr "autoload": { 1455*97170572SAndreas Gohr "classmap": [ 1456*97170572SAndreas Gohr "src/" 1457*97170572SAndreas Gohr ] 1458*97170572SAndreas Gohr }, 1459*97170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 1460*97170572SAndreas Gohr "license": [ 1461*97170572SAndreas Gohr "BSD-3-Clause" 1462*97170572SAndreas Gohr ], 1463*97170572SAndreas Gohr "authors": [ 1464*97170572SAndreas Gohr { 1465*97170572SAndreas Gohr "name": "Sebastian Bergmann", 1466*97170572SAndreas Gohr "email": "sebastian@phpunit.de" 1467*97170572SAndreas Gohr } 1468*97170572SAndreas Gohr ], 1469*97170572SAndreas Gohr "description": "Allows reflection of object attributes, including inherited and non-public ones", 1470*97170572SAndreas Gohr "homepage": "https://github.com/sebastianbergmann/object-reflector/", 1471*97170572SAndreas Gohr "support": { 1472*97170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/object-reflector/issues", 1473*97170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/object-reflector/tree/1.1.2" 1474*97170572SAndreas Gohr }, 1475*97170572SAndreas Gohr "funding": [ 1476*97170572SAndreas Gohr { 1477*97170572SAndreas Gohr "url": "https://github.com/sebastianbergmann", 1478*97170572SAndreas Gohr "type": "github" 1479*97170572SAndreas Gohr } 1480*97170572SAndreas Gohr ], 1481*97170572SAndreas Gohr "time": "2020-11-30T07:37:18+00:00" 1482*97170572SAndreas Gohr }, 1483*97170572SAndreas Gohr { 1484*97170572SAndreas Gohr "name": "sebastian/recursion-context", 1485*97170572SAndreas Gohr "version": "3.0.1", 1486*97170572SAndreas Gohr "source": { 1487*97170572SAndreas Gohr "type": "git", 1488*97170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/recursion-context.git", 1489*97170572SAndreas Gohr "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb" 1490*97170572SAndreas Gohr }, 1491*97170572SAndreas Gohr "dist": { 1492*97170572SAndreas Gohr "type": "zip", 1493*97170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb", 1494*97170572SAndreas Gohr "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb", 1495*97170572SAndreas Gohr "shasum": "" 1496*97170572SAndreas Gohr }, 1497*97170572SAndreas Gohr "require": { 1498*97170572SAndreas Gohr "php": ">=7.0" 1499*97170572SAndreas Gohr }, 1500*97170572SAndreas Gohr "require-dev": { 1501*97170572SAndreas Gohr "phpunit/phpunit": "^6.0" 1502*97170572SAndreas Gohr }, 1503*97170572SAndreas Gohr "type": "library", 1504*97170572SAndreas Gohr "extra": { 1505*97170572SAndreas Gohr "branch-alias": { 1506*97170572SAndreas Gohr "dev-master": "3.0.x-dev" 1507*97170572SAndreas Gohr } 1508*97170572SAndreas Gohr }, 1509*97170572SAndreas Gohr "autoload": { 1510*97170572SAndreas Gohr "classmap": [ 1511*97170572SAndreas Gohr "src/" 1512*97170572SAndreas Gohr ] 1513*97170572SAndreas Gohr }, 1514*97170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 1515*97170572SAndreas Gohr "license": [ 1516*97170572SAndreas Gohr "BSD-3-Clause" 1517*97170572SAndreas Gohr ], 1518*97170572SAndreas Gohr "authors": [ 1519*97170572SAndreas Gohr { 1520*97170572SAndreas Gohr "name": "Sebastian Bergmann", 1521*97170572SAndreas Gohr "email": "sebastian@phpunit.de" 1522*97170572SAndreas Gohr }, 1523*97170572SAndreas Gohr { 1524*97170572SAndreas Gohr "name": "Jeff Welch", 1525*97170572SAndreas Gohr "email": "whatthejeff@gmail.com" 1526*97170572SAndreas Gohr }, 1527*97170572SAndreas Gohr { 1528*97170572SAndreas Gohr "name": "Adam Harvey", 1529*97170572SAndreas Gohr "email": "aharvey@php.net" 1530*97170572SAndreas Gohr } 1531*97170572SAndreas Gohr ], 1532*97170572SAndreas Gohr "description": "Provides functionality to recursively process PHP variables", 1533*97170572SAndreas Gohr "homepage": "http://www.github.com/sebastianbergmann/recursion-context", 1534*97170572SAndreas Gohr "support": { 1535*97170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/recursion-context/issues", 1536*97170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.1" 1537*97170572SAndreas Gohr }, 1538*97170572SAndreas Gohr "funding": [ 1539*97170572SAndreas Gohr { 1540*97170572SAndreas Gohr "url": "https://github.com/sebastianbergmann", 1541*97170572SAndreas Gohr "type": "github" 1542*97170572SAndreas Gohr } 1543*97170572SAndreas Gohr ], 1544*97170572SAndreas Gohr "time": "2020-11-30T07:34:24+00:00" 1545*97170572SAndreas Gohr }, 1546*97170572SAndreas Gohr { 1547*97170572SAndreas Gohr "name": "sebastian/resource-operations", 1548*97170572SAndreas Gohr "version": "2.0.2", 1549*97170572SAndreas Gohr "source": { 1550*97170572SAndreas Gohr "type": "git", 1551*97170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/resource-operations.git", 1552*97170572SAndreas Gohr "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3" 1553*97170572SAndreas Gohr }, 1554*97170572SAndreas Gohr "dist": { 1555*97170572SAndreas Gohr "type": "zip", 1556*97170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/31d35ca87926450c44eae7e2611d45a7a65ea8b3", 1557*97170572SAndreas Gohr "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3", 1558*97170572SAndreas Gohr "shasum": "" 1559*97170572SAndreas Gohr }, 1560*97170572SAndreas Gohr "require": { 1561*97170572SAndreas Gohr "php": ">=7.1" 1562*97170572SAndreas Gohr }, 1563*97170572SAndreas Gohr "type": "library", 1564*97170572SAndreas Gohr "extra": { 1565*97170572SAndreas Gohr "branch-alias": { 1566*97170572SAndreas Gohr "dev-master": "2.0-dev" 1567*97170572SAndreas Gohr } 1568*97170572SAndreas Gohr }, 1569*97170572SAndreas Gohr "autoload": { 1570*97170572SAndreas Gohr "classmap": [ 1571*97170572SAndreas Gohr "src/" 1572*97170572SAndreas Gohr ] 1573*97170572SAndreas Gohr }, 1574*97170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 1575*97170572SAndreas Gohr "license": [ 1576*97170572SAndreas Gohr "BSD-3-Clause" 1577*97170572SAndreas Gohr ], 1578*97170572SAndreas Gohr "authors": [ 1579*97170572SAndreas Gohr { 1580*97170572SAndreas Gohr "name": "Sebastian Bergmann", 1581*97170572SAndreas Gohr "email": "sebastian@phpunit.de" 1582*97170572SAndreas Gohr } 1583*97170572SAndreas Gohr ], 1584*97170572SAndreas Gohr "description": "Provides a list of PHP built-in functions that operate on resources", 1585*97170572SAndreas Gohr "homepage": "https://www.github.com/sebastianbergmann/resource-operations", 1586*97170572SAndreas Gohr "support": { 1587*97170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/resource-operations/issues", 1588*97170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/resource-operations/tree/2.0.2" 1589*97170572SAndreas Gohr }, 1590*97170572SAndreas Gohr "funding": [ 1591*97170572SAndreas Gohr { 1592*97170572SAndreas Gohr "url": "https://github.com/sebastianbergmann", 1593*97170572SAndreas Gohr "type": "github" 1594*97170572SAndreas Gohr } 1595*97170572SAndreas Gohr ], 1596*97170572SAndreas Gohr "time": "2020-11-30T07:30:19+00:00" 1597*97170572SAndreas Gohr }, 1598*97170572SAndreas Gohr { 1599*97170572SAndreas Gohr "name": "sebastian/type", 1600*97170572SAndreas Gohr "version": "1.1.4", 1601*97170572SAndreas Gohr "source": { 1602*97170572SAndreas Gohr "type": "git", 1603*97170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/type.git", 1604*97170572SAndreas Gohr "reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4" 1605*97170572SAndreas Gohr }, 1606*97170572SAndreas Gohr "dist": { 1607*97170572SAndreas Gohr "type": "zip", 1608*97170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/0150cfbc4495ed2df3872fb31b26781e4e077eb4", 1609*97170572SAndreas Gohr "reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4", 1610*97170572SAndreas Gohr "shasum": "" 1611*97170572SAndreas Gohr }, 1612*97170572SAndreas Gohr "require": { 1613*97170572SAndreas Gohr "php": ">=7.2" 1614*97170572SAndreas Gohr }, 1615*97170572SAndreas Gohr "require-dev": { 1616*97170572SAndreas Gohr "phpunit/phpunit": "^8.2" 1617*97170572SAndreas Gohr }, 1618*97170572SAndreas Gohr "type": "library", 1619*97170572SAndreas Gohr "extra": { 1620*97170572SAndreas Gohr "branch-alias": { 1621*97170572SAndreas Gohr "dev-master": "1.1-dev" 1622*97170572SAndreas Gohr } 1623*97170572SAndreas Gohr }, 1624*97170572SAndreas Gohr "autoload": { 1625*97170572SAndreas Gohr "classmap": [ 1626*97170572SAndreas Gohr "src/" 1627*97170572SAndreas Gohr ] 1628*97170572SAndreas Gohr }, 1629*97170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 1630*97170572SAndreas Gohr "license": [ 1631*97170572SAndreas Gohr "BSD-3-Clause" 1632*97170572SAndreas Gohr ], 1633*97170572SAndreas Gohr "authors": [ 1634*97170572SAndreas Gohr { 1635*97170572SAndreas Gohr "name": "Sebastian Bergmann", 1636*97170572SAndreas Gohr "email": "sebastian@phpunit.de", 1637*97170572SAndreas Gohr "role": "lead" 1638*97170572SAndreas Gohr } 1639*97170572SAndreas Gohr ], 1640*97170572SAndreas Gohr "description": "Collection of value objects that represent the types of the PHP type system", 1641*97170572SAndreas Gohr "homepage": "https://github.com/sebastianbergmann/type", 1642*97170572SAndreas Gohr "support": { 1643*97170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/type/issues", 1644*97170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/type/tree/1.1.4" 1645*97170572SAndreas Gohr }, 1646*97170572SAndreas Gohr "funding": [ 1647*97170572SAndreas Gohr { 1648*97170572SAndreas Gohr "url": "https://github.com/sebastianbergmann", 1649*97170572SAndreas Gohr "type": "github" 1650*97170572SAndreas Gohr } 1651*97170572SAndreas Gohr ], 1652*97170572SAndreas Gohr "time": "2020-11-30T07:25:11+00:00" 1653*97170572SAndreas Gohr }, 1654*97170572SAndreas Gohr { 1655*97170572SAndreas Gohr "name": "sebastian/version", 1656*97170572SAndreas Gohr "version": "2.0.1", 1657*97170572SAndreas Gohr "source": { 1658*97170572SAndreas Gohr "type": "git", 1659*97170572SAndreas Gohr "url": "https://github.com/sebastianbergmann/version.git", 1660*97170572SAndreas Gohr "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" 1661*97170572SAndreas Gohr }, 1662*97170572SAndreas Gohr "dist": { 1663*97170572SAndreas Gohr "type": "zip", 1664*97170572SAndreas Gohr "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", 1665*97170572SAndreas Gohr "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", 1666*97170572SAndreas Gohr "shasum": "" 1667*97170572SAndreas Gohr }, 1668*97170572SAndreas Gohr "require": { 1669*97170572SAndreas Gohr "php": ">=5.6" 1670*97170572SAndreas Gohr }, 1671*97170572SAndreas Gohr "type": "library", 1672*97170572SAndreas Gohr "extra": { 1673*97170572SAndreas Gohr "branch-alias": { 1674*97170572SAndreas Gohr "dev-master": "2.0.x-dev" 1675*97170572SAndreas Gohr } 1676*97170572SAndreas Gohr }, 1677*97170572SAndreas Gohr "autoload": { 1678*97170572SAndreas Gohr "classmap": [ 1679*97170572SAndreas Gohr "src/" 1680*97170572SAndreas Gohr ] 1681*97170572SAndreas Gohr }, 1682*97170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 1683*97170572SAndreas Gohr "license": [ 1684*97170572SAndreas Gohr "BSD-3-Clause" 1685*97170572SAndreas Gohr ], 1686*97170572SAndreas Gohr "authors": [ 1687*97170572SAndreas Gohr { 1688*97170572SAndreas Gohr "name": "Sebastian Bergmann", 1689*97170572SAndreas Gohr "email": "sebastian@phpunit.de", 1690*97170572SAndreas Gohr "role": "lead" 1691*97170572SAndreas Gohr } 1692*97170572SAndreas Gohr ], 1693*97170572SAndreas Gohr "description": "Library that helps with managing the version number of Git-hosted PHP projects", 1694*97170572SAndreas Gohr "homepage": "https://github.com/sebastianbergmann/version", 1695*97170572SAndreas Gohr "support": { 1696*97170572SAndreas Gohr "issues": "https://github.com/sebastianbergmann/version/issues", 1697*97170572SAndreas Gohr "source": "https://github.com/sebastianbergmann/version/tree/master" 1698*97170572SAndreas Gohr }, 1699*97170572SAndreas Gohr "time": "2016-10-03T07:35:21+00:00" 1700*97170572SAndreas Gohr }, 1701*97170572SAndreas Gohr { 1702*97170572SAndreas Gohr "name": "squizlabs/php_codesniffer", 1703*97170572SAndreas Gohr "version": "3.7.2", 1704*97170572SAndreas Gohr "source": { 1705*97170572SAndreas Gohr "type": "git", 1706*97170572SAndreas Gohr "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", 1707*97170572SAndreas Gohr "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879" 1708*97170572SAndreas Gohr }, 1709*97170572SAndreas Gohr "dist": { 1710*97170572SAndreas Gohr "type": "zip", 1711*97170572SAndreas Gohr "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879", 1712*97170572SAndreas Gohr "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879", 1713*97170572SAndreas Gohr "shasum": "" 1714*97170572SAndreas Gohr }, 1715*97170572SAndreas Gohr "require": { 1716*97170572SAndreas Gohr "ext-simplexml": "*", 1717*97170572SAndreas Gohr "ext-tokenizer": "*", 1718*97170572SAndreas Gohr "ext-xmlwriter": "*", 1719*97170572SAndreas Gohr "php": ">=5.4.0" 1720*97170572SAndreas Gohr }, 1721*97170572SAndreas Gohr "require-dev": { 1722*97170572SAndreas Gohr "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" 1723*97170572SAndreas Gohr }, 1724*97170572SAndreas Gohr "bin": [ 1725*97170572SAndreas Gohr "bin/phpcs", 1726*97170572SAndreas Gohr "bin/phpcbf" 1727*97170572SAndreas Gohr ], 1728*97170572SAndreas Gohr "type": "library", 1729*97170572SAndreas Gohr "extra": { 1730*97170572SAndreas Gohr "branch-alias": { 1731*97170572SAndreas Gohr "dev-master": "3.x-dev" 1732*97170572SAndreas Gohr } 1733*97170572SAndreas Gohr }, 1734*97170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 1735*97170572SAndreas Gohr "license": [ 1736*97170572SAndreas Gohr "BSD-3-Clause" 1737*97170572SAndreas Gohr ], 1738*97170572SAndreas Gohr "authors": [ 1739*97170572SAndreas Gohr { 1740*97170572SAndreas Gohr "name": "Greg Sherwood", 1741*97170572SAndreas Gohr "role": "lead" 1742*97170572SAndreas Gohr } 1743*97170572SAndreas Gohr ], 1744*97170572SAndreas Gohr "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", 1745*97170572SAndreas Gohr "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", 1746*97170572SAndreas Gohr "keywords": [ 1747*97170572SAndreas Gohr "phpcs", 1748*97170572SAndreas Gohr "standards", 1749*97170572SAndreas Gohr "static analysis" 1750*97170572SAndreas Gohr ], 1751*97170572SAndreas Gohr "support": { 1752*97170572SAndreas Gohr "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", 1753*97170572SAndreas Gohr "source": "https://github.com/squizlabs/PHP_CodeSniffer", 1754*97170572SAndreas Gohr "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" 1755*97170572SAndreas Gohr }, 1756*97170572SAndreas Gohr "time": "2023-02-22T23:07:41+00:00" 1757*97170572SAndreas Gohr }, 1758*97170572SAndreas Gohr { 1759*97170572SAndreas Gohr "name": "theseer/tokenizer", 1760*97170572SAndreas Gohr "version": "1.2.1", 1761*97170572SAndreas Gohr "source": { 1762*97170572SAndreas Gohr "type": "git", 1763*97170572SAndreas Gohr "url": "https://github.com/theseer/tokenizer.git", 1764*97170572SAndreas Gohr "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" 1765*97170572SAndreas Gohr }, 1766*97170572SAndreas Gohr "dist": { 1767*97170572SAndreas Gohr "type": "zip", 1768*97170572SAndreas Gohr "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", 1769*97170572SAndreas Gohr "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", 1770*97170572SAndreas Gohr "shasum": "" 1771*97170572SAndreas Gohr }, 1772*97170572SAndreas Gohr "require": { 1773*97170572SAndreas Gohr "ext-dom": "*", 1774*97170572SAndreas Gohr "ext-tokenizer": "*", 1775*97170572SAndreas Gohr "ext-xmlwriter": "*", 1776*97170572SAndreas Gohr "php": "^7.2 || ^8.0" 1777*97170572SAndreas Gohr }, 1778*97170572SAndreas Gohr "type": "library", 1779*97170572SAndreas Gohr "autoload": { 1780*97170572SAndreas Gohr "classmap": [ 1781*97170572SAndreas Gohr "src/" 1782*97170572SAndreas Gohr ] 1783*97170572SAndreas Gohr }, 1784*97170572SAndreas Gohr "notification-url": "https://packagist.org/downloads/", 1785*97170572SAndreas Gohr "license": [ 1786*97170572SAndreas Gohr "BSD-3-Clause" 1787*97170572SAndreas Gohr ], 1788*97170572SAndreas Gohr "authors": [ 1789*97170572SAndreas Gohr { 1790*97170572SAndreas Gohr "name": "Arne Blankerts", 1791*97170572SAndreas Gohr "email": "arne@blankerts.de", 1792*97170572SAndreas Gohr "role": "Developer" 1793*97170572SAndreas Gohr } 1794*97170572SAndreas Gohr ], 1795*97170572SAndreas Gohr "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", 1796*97170572SAndreas Gohr "support": { 1797*97170572SAndreas Gohr "issues": "https://github.com/theseer/tokenizer/issues", 1798*97170572SAndreas Gohr "source": "https://github.com/theseer/tokenizer/tree/1.2.1" 1799*97170572SAndreas Gohr }, 1800*97170572SAndreas Gohr "funding": [ 1801*97170572SAndreas Gohr { 1802*97170572SAndreas Gohr "url": "https://github.com/theseer", 1803*97170572SAndreas Gohr "type": "github" 1804*97170572SAndreas Gohr } 1805*97170572SAndreas Gohr ], 1806*97170572SAndreas Gohr "time": "2021-07-28T10:34:58+00:00" 1807*97170572SAndreas Gohr } 1808*97170572SAndreas 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": { 1815acdf738aSAndreas Gohr "php": ">=7.2" 1816acdf738aSAndreas Gohr }, 1817acdf738aSAndreas Gohr "platform-dev": [], 1818acdf738aSAndreas Gohr "platform-overrides": { 1819acdf738aSAndreas Gohr "php": "7.2" 1820acdf738aSAndreas Gohr }, 1821*97170572SAndreas Gohr "plugin-api-version": "2.6.0" 1822acdf738aSAndreas Gohr} 1823