Skip to content
Snippets Groups Projects
composer.lock 261 KiB
Newer Older
  • Learn to ignore specific revisions
  •         {
                "name": "phpstan/extension-installer",
                "version": "1.1.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/phpstan/extension-installer.git",
                    "reference": "66c7adc9dfa38b6b5838a9fb728b68a7d8348051"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/phpstan/extension-installer/zipball/66c7adc9dfa38b6b5838a9fb728b68a7d8348051",
                    "reference": "66c7adc9dfa38b6b5838a9fb728b68a7d8348051",
                    "shasum": ""
                },
                "require": {
                    "composer-plugin-api": "^1.1 || ^2.0",
                    "php": "^7.1 || ^8.0",
                    "phpstan/phpstan": ">=0.11.6"
                },
                "require-dev": {
                    "composer/composer": "^1.8",
                    "phing/phing": "^2.16.3",
                    "php-parallel-lint/php-parallel-lint": "^1.2.0",
                    "phpstan/phpstan-strict-rules": "^0.11 || ^0.12"
                },
                "type": "composer-plugin",
                "extra": {
                    "class": "PHPStan\\ExtensionInstaller\\Plugin"
                },
                "autoload": {
                    "psr-4": {
                        "PHPStan\\ExtensionInstaller\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "description": "Composer plugin for automatic installation of PHPStan extensions",
                "support": {
                    "issues": "https://github.com/phpstan/extension-installer/issues",
                    "source": "https://github.com/phpstan/extension-installer/tree/1.1.0"
                },
                "time": "2020-12-13T13:06:13+00:00"
            },
    
            {
                "name": "phpstan/phpdoc-parser",
                "version": "0.5.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/phpstan/phpdoc-parser.git",
                    "reference": "e352d065af1ae9b41c12d1dfd309e90f7b1f55c9"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/e352d065af1ae9b41c12d1dfd309e90f7b1f55c9",
                    "reference": "e352d065af1ae9b41c12d1dfd309e90f7b1f55c9",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1 || ^8.0"
                },
                "require-dev": {
                    "phing/phing": "^2.16.3",
                    "php-parallel-lint/php-parallel-lint": "^1.2",
                    "phpstan/extension-installer": "^1.0",
                    "phpstan/phpstan": "^0.12.60",
                    "phpstan/phpstan-strict-rules": "^0.12.5",
                    "phpunit/phpunit": "^7.5.20",
                    "symfony/process": "^5.2"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "0.5-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "PHPStan\\PhpDocParser\\": [
                            "src/"
                        ]
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "description": "PHPDoc parser with support for nullable, intersection and generic types",
                "support": {
                    "issues": "https://github.com/phpstan/phpdoc-parser/issues",
                    "source": "https://github.com/phpstan/phpdoc-parser/tree/0.5.4"
                },
                "time": "2021-04-03T14:46:19+00:00"
            },
            {
                "name": "phpstan/phpstan",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/phpstan/phpstan.git",
    
                    "reference": "a84fdc53ecca7643dbc89ef8880d8b393a6c155a"
    
                    "url": "https://api.github.com/repos/phpstan/phpstan/zipball/a84fdc53ecca7643dbc89ef8880d8b393a6c155a",
                    "reference": "a84fdc53ecca7643dbc89ef8880d8b393a6c155a",
    
                "conflict": {
                    "phpstan/phpstan-shim": "*"
                },
                "bin": [
                    "phpstan",
                    "phpstan.phar"
                ],
                "type": "library",
    
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
    
                "description": "PHPStan - PHP Static Analysis Tool",
    
                    "issues": "https://github.com/phpstan/phpstan/issues",
                    "source": "https://github.com/phpstan/phpstan/tree/0.12.86"
    
                "funding": [
                    {
                        "url": "https://github.com/ondrejmirtes",
                        "type": "github"
                    },
                    {
                        "url": "https://www.patreon.com/phpstan",
                        "type": "patreon"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
                        "type": "tidelift"
                    }
                ],
                "time": "2021-05-08T11:29:01+00:00"
    
    3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612
            },
            {
                "name": "phpunit/php-code-coverage",
                "version": "9.2.6",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
                    "reference": "f6293e1b30a2354e8428e004689671b83871edde"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f6293e1b30a2354e8428e004689671b83871edde",
                    "reference": "f6293e1b30a2354e8428e004689671b83871edde",
                    "shasum": ""
                },
                "require": {
                    "ext-dom": "*",
                    "ext-libxml": "*",
                    "ext-xmlwriter": "*",
                    "nikic/php-parser": "^4.10.2",
                    "php": ">=7.3",
                    "phpunit/php-file-iterator": "^3.0.3",
                    "phpunit/php-text-template": "^2.0.2",
                    "sebastian/code-unit-reverse-lookup": "^2.0.2",
                    "sebastian/complexity": "^2.0",
                    "sebastian/environment": "^5.1.2",
                    "sebastian/lines-of-code": "^1.0.3",
                    "sebastian/version": "^3.0.1",
                    "theseer/tokenizer": "^1.2.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^9.3"
                },
                "suggest": {
                    "ext-pcov": "*",
                    "ext-xdebug": "*"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "9.2-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
                "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
                "keywords": [
                    "coverage",
                    "testing",
                    "xunit"
                ],
                "support": {
                    "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
                    "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.6"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2021-03-28T07:26:59+00:00"
            },
            {
                "name": "phpunit/php-file-iterator",
                "version": "3.0.5",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
                    "reference": "aa4be8575f26070b100fccb67faabb28f21f66f8"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/aa4be8575f26070b100fccb67faabb28f21f66f8",
                    "reference": "aa4be8575f26070b100fccb67faabb28f21f66f8",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "^9.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "FilterIterator implementation that filters files based on a list of suffixes.",
                "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
                "keywords": [
                    "filesystem",
                    "iterator"
                ],
                "support": {
                    "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
                    "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.5"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2020-09-28T05:57:25+00:00"
            },
            {
                "name": "phpunit/php-invoker",
                "version": "3.1.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/php-invoker.git",
                    "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
                    "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.3"
                },
                "require-dev": {
                    "ext-pcntl": "*",
                    "phpunit/phpunit": "^9.3"
                },
                "suggest": {
                    "ext-pcntl": "*"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.1-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "Invoke callables with a timeout",
                "homepage": "https://github.com/sebastianbergmann/php-invoker/",
                "keywords": [
                    "process"
                ],
                "support": {
                    "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
                    "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2020-09-28T05:58:55+00:00"
            },
            {
                "name": "phpunit/php-text-template",
                "version": "2.0.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/php-text-template.git",
                    "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
                    "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "^9.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "Simple template engine.",
                "homepage": "https://github.com/sebastianbergmann/php-text-template/",
                "keywords": [
                    "template"
                ],
                "support": {
                    "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
                    "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2020-10-26T05:33:50+00:00"
            },
            {
                "name": "phpunit/php-timer",
                "version": "5.0.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/php-timer.git",
                    "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
                    "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "^9.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "5.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "Utility class for timing",
                "homepage": "https://github.com/sebastianbergmann/php-timer/",
                "keywords": [
                    "timer"
                ],
                "support": {
                    "issues": "https://github.com/sebastianbergmann/php-timer/issues",
                    "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2020-10-26T13:16:10+00:00"
            },
            {
                "name": "phpunit/phpunit",
                "version": "9.5.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/phpunit.git",
                    "reference": "c73c6737305e779771147af66c96ca6a7ed8a741"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c73c6737305e779771147af66c96ca6a7ed8a741",
                    "reference": "c73c6737305e779771147af66c96ca6a7ed8a741",
                    "shasum": ""
                },
                "require": {
                    "doctrine/instantiator": "^1.3.1",
                    "ext-dom": "*",
                    "ext-json": "*",
                    "ext-libxml": "*",
                    "ext-mbstring": "*",
                    "ext-xml": "*",
                    "ext-xmlwriter": "*",
                    "myclabs/deep-copy": "^1.10.1",
                    "phar-io/manifest": "^2.0.1",
                    "phar-io/version": "^3.0.2",
                    "php": ">=7.3",
                    "phpspec/prophecy": "^1.12.1",
                    "phpunit/php-code-coverage": "^9.2.3",
                    "phpunit/php-file-iterator": "^3.0.5",
                    "phpunit/php-invoker": "^3.1.1",
                    "phpunit/php-text-template": "^2.0.3",
                    "phpunit/php-timer": "^5.0.2",
                    "sebastian/cli-parser": "^1.0.1",
                    "sebastian/code-unit": "^1.0.6",
                    "sebastian/comparator": "^4.0.5",
                    "sebastian/diff": "^4.0.3",
                    "sebastian/environment": "^5.1.3",
                    "sebastian/exporter": "^4.0.3",
                    "sebastian/global-state": "^5.0.1",
                    "sebastian/object-enumerator": "^4.0.3",
                    "sebastian/resource-operations": "^3.0.3",
                    "sebastian/type": "^2.3",
                    "sebastian/version": "^3.0.2"
                },
                "require-dev": {
                    "ext-pdo": "*",
                    "phpspec/prophecy-phpunit": "^2.0.1"
                },
                "suggest": {
                    "ext-soap": "*",
                    "ext-xdebug": "*"
                },
                "bin": [
                    "phpunit"
                ],
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "9.5-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ],
                    "files": [
                        "src/Framework/Assert/Functions.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "The PHP Unit Testing framework.",
                "homepage": "https://phpunit.de/",
                "keywords": [
                    "phpunit",
                    "testing",
                    "xunit"
                ],
                "support": {
                    "issues": "https://github.com/sebastianbergmann/phpunit/issues",
                    "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.4"
                },
                "funding": [
                    {
                        "url": "https://phpunit.de/donate.html",
                        "type": "custom"
                    },
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2021-03-23T07:16:29+00:00"
            },
            {
                "name": "psr/container",
                "version": "1.1.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-fig/container.git",
                    "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
                    "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.2.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Psr\\Container\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "PHP-FIG",
                        "homepage": "https://www.php-fig.org/"
                    }
                ],
                "description": "Common Container Interface (PHP FIG PSR-11)",
                "homepage": "https://github.com/php-fig/container",
    
                "keywords": [
                    "PSR-11",
                    "container",
                    "container-interface",
                    "container-interop",
                    "psr"
    
                    "issues": "https://github.com/php-fig/container/issues",
                    "source": "https://github.com/php-fig/container/tree/1.1.1"
    
                "name": "psr/event-dispatcher",
                "version": "1.0.0",
    
                    "url": "https://github.com/php-fig/event-dispatcher.git",
                    "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
    
                    "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
                    "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
    
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
    
                "authors": [
                    {
                        "name": "PHP-FIG",
                        "homepage": "http://www.php-fig.org/"
                    }
                ],
                "description": "Standard interfaces for event handling.",
                "keywords": [
                    "events",
                    "psr",
                    "psr-14"
                ],
    
                    "issues": "https://github.com/php-fig/event-dispatcher/issues",
                    "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
    
                    "url": "https://github.com/rectorphp/rector.git",
    
                    "reference": "270eaef34d0f34b49ad0fc3e44cff377b9aa04ce"
    
                    "url": "https://api.github.com/repos/rectorphp/rector/zipball/270eaef34d0f34b49ad0fc3e44cff377b9aa04ce",
                    "reference": "270eaef34d0f34b49ad0fc3e44cff377b9aa04ce",
    
                    "php": "^7.1|^8.0",
                    "phpstan/phpstan": "0.12.86"
    
                    "phpstan/phpdoc-parser": "<=0.5.3",
                    "phpstan/phpstan": "<=0.12.82",
                    "rector/rector-cakephp": "*",
                    "rector/rector-doctrine": "*",
                    "rector/rector-nette": "*",
                    "rector/rector-nette-to-symfony": "*",
                    "rector/rector-phpunit": "*",
                    "rector/rector-prefixed": "*",
                    "rector/rector-symfony": "*"
    
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
    
                "description": "Prefixed and PHP 7.1 downgraded version of rector/rector",
    
                    "issues": "https://github.com/rectorphp/rector/issues",
    
                    "source": "https://github.com/rectorphp/rector/tree/0.11.5"
    
                "funding": [
                    {
                        "url": "https://github.com/tomasvotruba",
                        "type": "github"
                    }
                ],
    
                "time": "2021-05-18T13:45:09+00:00"
    
            },
            {
                "name": "rector/rector-phpstan-rules",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/rectorphp/phpstan-rules.git",
    
                    "reference": "84b2034aab951be7e86dc6cc7e141ee92a3d115b"
    
                    "url": "https://api.github.com/repos/rectorphp/phpstan-rules/zipball/84b2034aab951be7e86dc6cc7e141ee92a3d115b",
                    "reference": "84b2034aab951be7e86dc6cc7e141ee92a3d115b",
    
                    "shasum": ""
                },
                "require": {
                    "nette/utils": "^3.2",
                    "php": ">=7.3",
    
                    "phpstan/phpstan": "^0.12.86",
                    "symplify/phpstan-rules": "^9.3.5"
    
                },
                "require-dev": {
                    "phpstan/extension-installer": "^1.1",
                    "phpunit/phpunit": "^9.5",
    
                    "symplify/easy-coding-standard": "^9.3",
                    "symplify/phpstan-extensions": "^9.3"
    
                },
                "type": "phpstan-extension",
                "extra": {
                    "phpstan": {
                        "includes": [
                            "config/config.neon"
                        ]
                    }
                },
                "autoload": {
                    "psr-4": {
    
                        "Rector\\PHPStanRules\\": "src"
    
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "description": "PHPStan rules for Rector projects - with focus on static reflection, constant re-use and Rector design patterns",
                "support": {
                    "issues": "https://github.com/rectorphp/phpstan-rules/issues",
    
                    "source": "https://github.com/rectorphp/phpstan-rules/tree/0.2.12"
    
                "time": "2021-05-20T22:31:19+00:00"
    
            },
            {
                "name": "sebastian/cli-parser",
                "version": "1.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/cli-parser.git",
                    "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
                    "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "^9.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "Library for parsing CLI options",
                "homepage": "https://github.com/sebastianbergmann/cli-parser",
                "support": {
                    "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
                    "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2020-09-28T06:08:49+00:00"
            },
            {
                "name": "sebastian/code-unit",
                "version": "1.0.8",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/code-unit.git",
                    "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
                    "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "^9.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "Collection of value objects that represent the PHP code units",
                "homepage": "https://github.com/sebastianbergmann/code-unit",
                "support": {
                    "issues": "https://github.com/sebastianbergmann/code-unit/issues",
                    "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2020-10-26T13:08:54+00:00"
            },
            {
                "name": "sebastian/code-unit-reverse-lookup",
                "version": "2.0.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
                    "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
                    "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "^9.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Looks up which function or method a line of code belongs to",
                "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
                "support": {
                    "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
                    "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2020-09-28T05:30:19+00:00"
            },
            {
                "name": "sebastian/comparator",
                "version": "4.0.6",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/comparator.git",
                    "reference": "55f4261989e546dc112258c7a75935a81a7ce382"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382",
                    "reference": "55f4261989e546dc112258c7a75935a81a7ce382",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.3",
                    "sebastian/diff": "^4.0",
                    "sebastian/exporter": "^4.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^9.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "4.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    },
                    {
                        "name": "Jeff Welch",
                        "email": "whatthejeff@gmail.com"
                    },
                    {
                        "name": "Volker Dusch",