Skip to content
Snippets Groups Projects
composer.lock 227 KiB
Newer Older
  • Learn to ignore specific revisions
  •           "email": "opensource@ijaap.nl"
            }
          ],
          "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
          "homepage": "http://www.phpdoc.org",
          "keywords": [
            "FQSEN",
            "phpDocumentor",
            "phpdoc",
            "reflection",
            "static analysis"
          ],
          "support": {
            "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
            "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
          },
          "time": "2020-06-27T09:03:43+00:00"
        },
        {
          "name": "phpdocumentor/reflection-docblock",
          "version": "5.2.2",
          "source": {
            "type": "git",
            "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
            "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
            "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
            "shasum": ""
          },
          "require": {
            "ext-filter": "*",
            "php": "^7.2 || ^8.0",
            "phpdocumentor/reflection-common": "^2.2",
            "phpdocumentor/type-resolver": "^1.3",
            "webmozart/assert": "^1.9.1"
          },
          "require-dev": {
            "mockery/mockery": "~1.3.2"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-master": "5.x-dev"
            }
          },
          "autoload": {
            "psr-4": {
              "phpDocumentor\\Reflection\\": "src"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Mike van Riel",
              "email": "me@mikevanriel.com"
            },
            {
              "name": "Jaap van Otterdijk",
              "email": "account@ijaap.nl"
            }
          ],
          "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
          "support": {
            "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
            "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master"
          },
          "time": "2020-09-03T19:13:55+00:00"
        },
        {
          "name": "phpdocumentor/type-resolver",
          "version": "1.4.0",
          "source": {
            "type": "git",
            "url": "https://github.com/phpDocumentor/TypeResolver.git",
            "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
            "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
            "shasum": ""
          },
          "require": {
            "php": "^7.2 || ^8.0",
            "phpdocumentor/reflection-common": "^2.0"
          },
          "require-dev": {
            "ext-tokenizer": "*"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-1.x": "1.x-dev"
            }
          },
          "autoload": {
            "psr-4": {
              "phpDocumentor\\Reflection\\": "src"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Mike van Riel",
              "email": "me@mikevanriel.com"
            }
          ],
          "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
          "support": {
            "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
            "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.4.0"
          },
          "time": "2020-09-17T18:55:26+00:00"
        },
        {
          "name": "phpspec/prophecy",
          "version": "1.13.0",
          "source": {
            "type": "git",
            "url": "https://github.com/phpspec/prophecy.git",
            "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpspec/prophecy/zipball/be1996ed8adc35c3fd795488a653f4b518be70ea",
            "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea",
            "shasum": ""
          },
          "require": {
            "doctrine/instantiator": "^1.2",
            "php": "^7.2 || ~8.0, <8.1",
            "phpdocumentor/reflection-docblock": "^5.2",
            "sebastian/comparator": "^3.0 || ^4.0",
            "sebastian/recursion-context": "^3.0 || ^4.0"
          },
          "require-dev": {
            "phpspec/phpspec": "^6.0",
            "phpunit/phpunit": "^8.0 || ^9.0"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-master": "1.11.x-dev"
            }
          },
          "autoload": {
            "psr-4": {
              "Prophecy\\": "src/Prophecy"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Konstantin Kudryashov",
              "email": "ever.zet@gmail.com",
              "homepage": "http://everzet.com"
            },
            {
              "name": "Marcello Duarte",
              "email": "marcello.duarte@gmail.com"
            }
          ],
          "description": "Highly opinionated mocking framework for PHP 5.3+",
          "homepage": "https://github.com/phpspec/prophecy",
          "keywords": ["Double", "Dummy", "fake", "mock", "spy", "stub"],
          "support": {
            "issues": "https://github.com/phpspec/prophecy/issues",
            "source": "https://github.com/phpspec/prophecy/tree/1.13.0"
          },
          "time": "2021-03-17T13:42:18+00:00"
        },
        {
          "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",
    
          "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": {
    
            "php-parallel-lint/php-parallel-lint": "^1.2",
            "phpstan/extension-installer": "^1.0",
    
            "phpstan/phpstan-strict-rules": "^0.12.5",
    
            "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"
    
        },
        {
          "name": "phpstan/phpstan",
    
          "source": {
            "type": "git",
            "url": "https://github.com/phpstan/phpstan.git",
    
            "reference": "464d1a81af49409c41074aa6640ed0c4cbd9bb68"
    
          },
          "dist": {
            "type": "zip",
    
            "url": "https://api.github.com/repos/phpstan/phpstan/zipball/464d1a81af49409c41074aa6640ed0c4cbd9bb68",
            "reference": "464d1a81af49409c41074aa6640ed0c4cbd9bb68",
    
            "shasum": ""
          },
          "require": {
            "php": "^7.1|^8.0"
          },
          "conflict": {
            "phpstan/phpstan-shim": "*"
          },
          "bin": ["phpstan", "phpstan.phar"],
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-master": "0.12-dev"
            }
          },
          "autoload": {
            "files": ["bootstrap.php"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "description": "PHPStan - PHP Static Analysis Tool",
          "support": {
            "issues": "https://github.com/phpstan/phpstan/issues",
    
            "source": "https://github.com/phpstan/phpstan/tree/0.12.88"
    
          },
          "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"
            }
          ],
    
        },
        {
          "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",
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/phpunit.git",
    
            "reference": "89ff45ea9d70e35522fb6654a2ebc221158de276"
    
          },
          "dist": {
            "type": "zip",
    
            "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/89ff45ea9d70e35522fb6654a2ebc221158de276",
            "reference": "89ff45ea9d70e35522fb6654a2ebc221158de276",
    
            "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/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/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.5"
    
          },
          "funding": [
            {
              "url": "https://phpunit.de/donate.html",
              "type": "custom"
            },
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
    
        },
        {
          "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"
          ],
          "support": {
            "issues": "https://github.com/php-fig/container/issues",
            "source": "https://github.com/php-fig/container/tree/1.1.1"
          },
          "time": "2021-03-05T17:36:06+00:00"
        },
        {
          "name": "psr/event-dispatcher",
          "version": "1.0.0",
          "source": {
            "type": "git",
            "url": "https://github.com/php-fig/event-dispatcher.git",
            "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
            "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
            "shasum": ""
          },
          "require": {
            "php": ">=7.2.0"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-master": "1.0.x-dev"
            }
          },
          "autoload": {
            "psr-4": {
              "Psr\\EventDispatcher\\": "src/"
            }
          },
          "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"],
          "support": {
            "issues": "https://github.com/php-fig/event-dispatcher/issues",
            "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
          },
          "time": "2019-01-08T18:20:26+00:00"
        },
        {
          "name": "rector/rector",
    
          "source": {
            "type": "git",
            "url": "https://github.com/rectorphp/rector.git",
    
            "reference": "5c030ad7cefa59075e0fe14604cd4982ceaa2bd0"
    
          },
          "dist": {
            "type": "zip",
    
            "url": "https://api.github.com/repos/rectorphp/rector/zipball/5c030ad7cefa59075e0fe14604cd4982ceaa2bd0",
            "reference": "5c030ad7cefa59075e0fe14604cd4982ceaa2bd0",
    
            "shasum": ""
          },
          "require": {
            "php": "^7.1|^8.0",
    
          },
          "conflict": {
            "phpstan/phpdoc-parser": "<=0.5.3",
            "phpstan/phpstan": "<=0.12.82",
            "rector/rector-cakephp": "*",
            "rector/rector-doctrine": "*",
            "rector/rector-nette": "*",
    
            "rector/rector-phpunit": "*",
            "rector/rector-prefixed": "*",
            "rector/rector-symfony": "*"
          },
          "bin": ["bin/rector"],
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "0.10-dev"
            }
          },
          "autoload": {
            "files": ["bootstrap.php"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "description": "Prefixed and PHP 7.1 downgraded version of rector/rector",
          "support": {
            "issues": "https://github.com/rectorphp/rector/issues",
    
            "source": "https://github.com/rectorphp/rector/tree/0.11.16"
    
          },
          "funding": [
            {
              "url": "https://github.com/tomasvotruba",
              "type": "github"
            }
          ],
    
          "time": "2021-06-08T08:41:04+00:00"
        },
        {
          "name": "rector/rector-phpstan-rules",
          "version": "0.2.12",
          "source": {
            "type": "git",
            "url": "https://github.com/rectorphp/phpstan-rules.git",
            "reference": "84b2034aab951be7e86dc6cc7e141ee92a3d115b"
          },
          "dist": {
            "type": "zip",
            "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",