Skip to content
Snippets Groups Projects
composer.lock 227 KiB
Newer Older
  • Learn to ignore specific revisions
  •       "require": {
            "ext-json": "*",
            "ext-spl": "*",
            "ext-xml": "*",
            "php": ">=7.2",
            "sebastianfeldmann/camino": "^0.9.2",
            "sebastianfeldmann/cli": "^3.3",
            "sebastianfeldmann/git": "^3.7",
            "symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0",
            "symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0",
            "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0"
          },
          "replace": {
            "sebastianfeldmann/captainhook": "*"
          },
          "require-dev": {
            "composer/composer": "~1",
            "mikey179/vfsstream": "~1"
          },
          "bin": ["bin/captainhook"],
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "6.0.x-dev"
            },
            "captainhook": {
              "config": "captainhook.json"
            }
          },
          "autoload": {
            "psr-4": {
              "CaptainHook\\App\\": "src/"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Sebastian Feldmann",
              "email": "sf@sebastian-feldmann.info"
            }
          ],
          "description": "PHP git hook manager",
          "homepage": "https://github.com/captainhookphp/captainhook",
          "keywords": [
            "commit-msg",
            "git",
            "hooks",
            "post-merge",
            "pre-commit",
            "pre-push",
            "prepare-commit-msg"
          ],
          "support": {
            "issues": "https://github.com/captainhookphp/captainhook/issues",
            "source": "https://github.com/captainhookphp/captainhook/tree/5.10.1"
          },
          "funding": [
            {
              "url": "https://github.com/sponsors/sebastianfeldmann",
              "type": "github"
            }
          ],
          "time": "2021-05-25T21:21:59+00:00"
        },
    
        {
          "name": "composer/semver",
          "version": "3.2.5",
          "source": {
            "type": "git",
            "url": "https://github.com/composer/semver.git",
            "reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer/semver/zipball/31f3ea725711245195f62e54ffa402d8ef2fdba9",
            "reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9",
            "shasum": ""
          },
          "require": {
            "php": "^5.3.2 || ^7.0 || ^8.0"
          },
          "require-dev": {
            "phpstan/phpstan": "^0.12.54",
            "symfony/phpunit-bridge": "^4.2 || ^5"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "3.x-dev"
            }
          },
          "autoload": {
            "psr-4": {
              "Composer\\Semver\\": "src"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Nils Adermann",
              "email": "naderman@naderman.de",
              "homepage": "http://www.naderman.de"
            },
            {
              "name": "Jordi Boggiano",
              "email": "j.boggiano@seld.be",
              "homepage": "http://seld.be"
            },
            {
              "name": "Rob Bast",
              "email": "rob.bast@gmail.com",
              "homepage": "http://robbast.nl"
            }
          ],
          "description": "Semver library that offers utilities, version constraint parsing and validation.",
          "keywords": ["semantic", "semver", "validation", "versioning"],
          "support": {
            "irc": "irc://irc.freenode.org/composer",
            "issues": "https://github.com/composer/semver/issues",
            "source": "https://github.com/composer/semver/tree/3.2.5"
          },
          "funding": [
            {
              "url": "https://packagist.com",
              "type": "custom"
            },
            {
              "url": "https://github.com/composer",
              "type": "github"
            },
            {
              "url": "https://tidelift.com/funding/github/packagist/composer/composer",
              "type": "tidelift"
            }
          ],
          "time": "2021-05-24T12:41:47+00:00"
        },
        {
          "name": "composer/xdebug-handler",
    
          "source": {
            "type": "git",
            "url": "https://github.com/composer/xdebug-handler.git",
    
            "reference": "964adcdd3a28bf9ed5d9ac6450064e0d71ed7496"
    
            "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/964adcdd3a28bf9ed5d9ac6450064e0d71ed7496",
            "reference": "964adcdd3a28bf9ed5d9ac6450064e0d71ed7496",
    
            "shasum": ""
          },
          "require": {
            "php": "^5.3.2 || ^7.0 || ^8.0",
    
          },
          "require-dev": {
            "phpstan/phpstan": "^0.12.55",
            "symfony/phpunit-bridge": "^4.2 || ^5"
          },
          "type": "library",
          "autoload": {
            "psr-4": {
              "Composer\\XdebugHandler\\": "src"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "John Stevenson",
              "email": "john-stevenson@blueyonder.co.uk"
            }
          ],
          "description": "Restarts a process without Xdebug.",
          "keywords": ["Xdebug", "performance"],
          "support": {
            "irc": "irc://irc.freenode.org/composer",
            "issues": "https://github.com/composer/xdebug-handler/issues",
    
            "source": "https://github.com/composer/xdebug-handler/tree/2.0.1"
    
          },
          "funding": [
            {
              "url": "https://packagist.com",
              "type": "custom"
            },
            {
              "url": "https://github.com/composer",
              "type": "github"
            },
            {
              "url": "https://tidelift.com/funding/github/packagist/composer/composer",
              "type": "tidelift"
            }
          ],
    
        },
        {
          "name": "danielstjules/stringy",
          "version": "3.1.0",
          "source": {
            "type": "git",
            "url": "https://github.com/danielstjules/Stringy.git",
            "reference": "df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e",
            "reference": "df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e",
            "shasum": ""
          },
          "require": {
            "php": ">=5.4.0",
            "symfony/polyfill-mbstring": "~1.1"
          },
          "require-dev": {
            "phpunit/phpunit": "~4.0"
          },
          "type": "library",
          "autoload": {
            "psr-4": {
              "Stringy\\": "src/"
            },
            "files": ["src/Create.php"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Daniel St. Jules",
              "email": "danielst.jules@gmail.com",
              "homepage": "http://www.danielstjules.com"
            }
          ],
          "description": "A string manipulation library with multibyte support",
          "homepage": "https://github.com/danielstjules/Stringy",
          "keywords": [
            "UTF",
            "helpers",
            "manipulation",
            "methods",
            "multibyte",
            "string",
            "utf-8",
            "utility",
            "utils"
          ],
          "support": {
            "issues": "https://github.com/danielstjules/Stringy/issues",
            "source": "https://github.com/danielstjules/Stringy"
          },
          "time": "2017-06-12T01:10:27+00:00"
        },
        {
          "name": "doctrine/annotations",
    
          "source": {
            "type": "git",
            "url": "https://github.com/doctrine/annotations.git",
    
            "reference": "e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f"
    
            "url": "https://api.github.com/repos/doctrine/annotations/zipball/e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f",
            "reference": "e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f",
    
            "shasum": ""
          },
          "require": {
            "doctrine/lexer": "1.*",
            "ext-tokenizer": "*",
            "php": "^7.1 || ^8.0",
            "psr/cache": "^1 || ^2 || ^3"
          },
          "require-dev": {
            "doctrine/cache": "^1.11 || ^2.0",
            "doctrine/coding-standard": "^6.0 || ^8.1",
            "phpstan/phpstan": "^0.12.20",
            "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
            "symfony/cache": "^4.4 || ^5.2"
          },
          "type": "library",
          "autoload": {
            "psr-4": {
              "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Guilherme Blanco",
              "email": "guilhermeblanco@gmail.com"
            },
            {
              "name": "Roman Borschel",
              "email": "roman@code-factory.org"
            },
            {
              "name": "Benjamin Eberlei",
              "email": "kontakt@beberlei.de"
            },
            {
              "name": "Jonathan Wage",
              "email": "jonwage@gmail.com"
            },
            {
              "name": "Johannes Schmitt",
              "email": "schmittjoh@gmail.com"
            }
          ],
          "description": "Docblock Annotations Parser",
          "homepage": "https://www.doctrine-project.org/projects/annotations.html",
          "keywords": ["annotations", "docblock", "parser"],
          "support": {
            "issues": "https://github.com/doctrine/annotations/issues",
    
            "source": "https://github.com/doctrine/annotations/tree/1.13.1"
    
        {
          "name": "doctrine/instantiator",
          "version": "1.4.0",
          "source": {
            "type": "git",
            "url": "https://github.com/doctrine/instantiator.git",
            "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
            "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
            "shasum": ""
          },
          "require": {
            "php": "^7.1 || ^8.0"
          },
          "require-dev": {
            "doctrine/coding-standard": "^8.0",
            "ext-pdo": "*",
            "ext-phar": "*",
            "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
            "phpstan/phpstan": "^0.12",
            "phpstan/phpstan-phpunit": "^0.12",
            "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
          },
          "type": "library",
          "autoload": {
            "psr-4": {
              "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Marco Pivetta",
              "email": "ocramius@gmail.com",
              "homepage": "https://ocramius.github.io/"
            }
          ],
          "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
          "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
          "keywords": ["constructor", "instantiate"],
          "support": {
            "issues": "https://github.com/doctrine/instantiator/issues",
            "source": "https://github.com/doctrine/instantiator/tree/1.4.0"
          },
          "funding": [
            {
              "url": "https://www.doctrine-project.org/sponsorship.html",
              "type": "custom"
            },
            {
              "url": "https://www.patreon.com/phpdoctrine",
              "type": "patreon"
            },
            {
              "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
              "type": "tidelift"
            }
          ],
          "time": "2020-11-10T18:47:58+00:00"
        },
    
        {
          "name": "doctrine/lexer",
          "version": "1.2.1",
          "source": {
            "type": "git",
            "url": "https://github.com/doctrine/lexer.git",
            "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
            "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
            "shasum": ""
          },
          "require": {
            "php": "^7.2 || ^8.0"
          },
          "require-dev": {
            "doctrine/coding-standard": "^6.0",
            "phpstan/phpstan": "^0.11.8",
            "phpunit/phpunit": "^8.2"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-master": "1.2.x-dev"
            }
          },
          "autoload": {
            "psr-4": {
              "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Guilherme Blanco",
              "email": "guilhermeblanco@gmail.com"
            },
            {
              "name": "Roman Borschel",
              "email": "roman@code-factory.org"
            },
            {
              "name": "Johannes Schmitt",
              "email": "schmittjoh@gmail.com"
            }
          ],
          "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
          "homepage": "https://www.doctrine-project.org/projects/lexer.html",
          "keywords": ["annotations", "docblock", "lexer", "parser", "php"],
          "support": {
            "issues": "https://github.com/doctrine/lexer/issues",
            "source": "https://github.com/doctrine/lexer/tree/1.2.1"
          },
          "funding": [
            {
              "url": "https://www.doctrine-project.org/sponsorship.html",
              "type": "custom"
            },
            {
              "url": "https://www.patreon.com/phpdoctrine",
              "type": "patreon"
            },
            {
              "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
              "type": "tidelift"
            }
          ],
          "time": "2020-05-25T17:44:05+00:00"
        },
        {
          "name": "friendsofphp/php-cs-fixer",
    
          "source": {
            "type": "git",
            "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
    
            "reference": "c15377bdfa8d1ecf186f1deadec39c89984e1167"
    
            "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/c15377bdfa8d1ecf186f1deadec39c89984e1167",
            "reference": "c15377bdfa8d1ecf186f1deadec39c89984e1167",
    
            "shasum": ""
          },
          "require": {
            "composer/semver": "^3.2",
            "composer/xdebug-handler": "^2.0",
            "doctrine/annotations": "^1.12",
            "ext-json": "*",
            "ext-tokenizer": "*",
            "php": "^7.1.3 || ^8.0",
            "php-cs-fixer/diff": "^2.0",
            "symfony/console": "^4.4.20 || ^5.1.3",
            "symfony/event-dispatcher": "^4.4.20 || ^5.0",
            "symfony/filesystem": "^4.4.20 || ^5.0",
            "symfony/finder": "^4.4.20 || ^5.0",
            "symfony/options-resolver": "^4.4.20 || ^5.0",
            "symfony/polyfill-php72": "^1.22",
            "symfony/process": "^4.4.20 || ^5.0",
            "symfony/stopwatch": "^4.4.20 || ^5.0"
          },
          "require-dev": {
            "justinrainbow/json-schema": "^5.2",
            "keradus/cli-executor": "^1.4",
            "mikey179/vfsstream": "^1.6.8",
            "php-coveralls/php-coveralls": "^2.4.3",
            "php-cs-fixer/accessible-object": "^1.1",
            "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
            "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1",
            "phpspec/prophecy": "^1.10.3",
            "phpspec/prophecy-phpunit": "^1.1 || ^2.0",
            "phpunit/phpunit": "^7.5.20 || ^8.5.14 || ^9.5",
            "phpunitgoodpractices/polyfill": "^1.5",
            "phpunitgoodpractices/traits": "^1.9.1",
            "symfony/phpunit-bridge": "^5.2.4",
            "symfony/yaml": "^4.4.20 || ^5.0"
          },
          "suggest": {
            "ext-dom": "For handling output formats in XML",
            "ext-mbstring": "For handling non-UTF8 characters.",
            "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
          },
          "bin": ["php-cs-fixer"],
          "type": "application",
          "autoload": {
            "psr-4": {
              "PhpCsFixer\\": "src/"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Fabien Potencier",
              "email": "fabien@symfony.com"
            },
            {
              "name": "Dariusz Rumiński",
              "email": "dariusz.ruminski@gmail.com"
            }
          ],
          "description": "A tool to automatically fix PHP code style",
          "support": {
            "issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues",
    
            "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.0.0"
    
          },
          "funding": [
            {
              "url": "https://github.com/keradus",
              "type": "github"
            }
          ],
    
        {
          "name": "mikey179/vfsstream",
    
          "source": {
            "type": "git",
            "url": "https://github.com/bovigo/vfsStream.git",
    
            "reference": "231c73783ebb7dd9ec77916c10037eff5a2b6efe"
    
          },
          "dist": {
            "type": "zip",
    
            "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/231c73783ebb7dd9ec77916c10037eff5a2b6efe",
            "reference": "231c73783ebb7dd9ec77916c10037eff5a2b6efe",
    
            "shasum": ""
          },
          "require": {
            "php": ">=5.3.0"
          },
          "require-dev": {
            "phpunit/phpunit": "^4.5|^5.0"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-master": "1.6.x-dev"
            }
          },
          "autoload": {
            "psr-0": {
              "org\\bovigo\\vfs\\": "src/main/php"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["BSD-3-Clause"],
          "authors": [
            {
              "name": "Frank Kleine",
              "homepage": "http://frankkleine.de/",
              "role": "Developer"
            }
          ],
          "description": "Virtual file system to mock the real file system in unit tests.",
          "homepage": "http://vfs.bovigo.org/",
          "support": {
            "issues": "https://github.com/bovigo/vfsStream/issues",
            "source": "https://github.com/bovigo/vfsStream/tree/master",
            "wiki": "https://github.com/bovigo/vfsStream/wiki"
          },
    
        },
        {
          "name": "myclabs/deep-copy",
          "version": "1.10.2",
          "source": {
            "type": "git",
            "url": "https://github.com/myclabs/DeepCopy.git",
            "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
            "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
            "shasum": ""
          },
          "require": {
            "php": "^7.1 || ^8.0"
          },
          "replace": {
            "myclabs/deep-copy": "self.version"
          },
          "require-dev": {
            "doctrine/collections": "^1.0",
            "doctrine/common": "^2.6",
            "phpunit/phpunit": "^7.1"
          },
          "type": "library",
          "autoload": {
            "psr-4": {
              "DeepCopy\\": "src/DeepCopy/"
            },
            "files": ["src/DeepCopy/deep_copy.php"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "description": "Create deep copies (clones) of your objects",
          "keywords": ["clone", "copy", "duplicate", "object", "object graph"],
          "support": {
            "issues": "https://github.com/myclabs/DeepCopy/issues",
            "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2"
          },
          "funding": [
            {
              "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
              "type": "tidelift"
            }
          ],
          "time": "2020-11-13T09:40:50+00:00"
        },
        {
          "name": "nette/neon",
          "version": "v3.2.2",
          "source": {
            "type": "git",
            "url": "https://github.com/nette/neon.git",
            "reference": "e4ca6f4669121ca6876b1d048c612480e39a28d5"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/neon/zipball/e4ca6f4669121ca6876b1d048c612480e39a28d5",
            "reference": "e4ca6f4669121ca6876b1d048c612480e39a28d5",
            "shasum": ""
          },
          "require": {
            "ext-json": "*",
            "php": ">=7.1"
          },
          "require-dev": {
            "nette/tester": "^2.0",
            "phpstan/phpstan": "^0.12",
            "tracy/tracy": "^2.3"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-master": "3.2-dev"
            }
          },
          "autoload": {
            "classmap": ["src/"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["BSD-3-Clause", "GPL-2.0-only", "GPL-3.0-only"],
          "authors": [
            {
              "name": "David Grudl",
              "homepage": "https://davidgrudl.com"
            },
            {
              "name": "Nette Community",
              "homepage": "https://nette.org/contributors"
            }
          ],
          "description": "🍸 Nette NEON: encodes and decodes NEON file format.",
          "homepage": "https://ne-on.org",
          "keywords": ["export", "import", "neon", "nette", "yaml"],
          "support": {
            "issues": "https://github.com/nette/neon/issues",
            "source": "https://github.com/nette/neon/tree/v3.2.2"
          },
          "time": "2021-02-28T12:30:32+00:00"
        },
        {
          "name": "nette/utils",
          "version": "v3.2.2",
          "source": {
            "type": "git",
            "url": "https://github.com/nette/utils.git",
            "reference": "967cfc4f9a1acd5f1058d76715a424c53343c20c"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/utils/zipball/967cfc4f9a1acd5f1058d76715a424c53343c20c",
            "reference": "967cfc4f9a1acd5f1058d76715a424c53343c20c",
            "shasum": ""
          },
          "require": {
            "php": ">=7.2 <8.1"
          },
          "conflict": {
            "nette/di": "<3.0.6"
          },
          "require-dev": {
            "nette/tester": "~2.0",
            "phpstan/phpstan": "^0.12",
            "tracy/tracy": "^2.3"
          },
          "suggest": {
            "ext-gd": "to use Image",
            "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
            "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
            "ext-json": "to use Nette\\Utils\\Json",
            "ext-mbstring": "to use Strings::lower() etc...",
            "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
            "ext-xml": "to use Strings::length() etc. when mbstring is not available"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-master": "3.2-dev"
            }
          },
          "autoload": {
            "classmap": ["src/"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["BSD-3-Clause", "GPL-2.0-only", "GPL-3.0-only"],
          "authors": [
            {
              "name": "David Grudl",
              "homepage": "https://davidgrudl.com"
            },
            {
              "name": "Nette Community",
              "homepage": "https://nette.org/contributors"
            }
          ],
          "description": "🛠  Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
          "homepage": "https://nette.org",
          "keywords": [
            "array",
            "core",
            "datetime",
            "images",
            "json",
            "nette",
            "paginator",
            "password",
            "slugify",
            "string",
            "unicode",
            "utf-8",
            "utility",
            "validation"
          ],
          "support": {
            "issues": "https://github.com/nette/utils/issues",
            "source": "https://github.com/nette/utils/tree/v3.2.2"
          },
          "time": "2021-03-03T22:53:25+00:00"
        },
        {
          "name": "nikic/php-parser",
    
          "source": {
            "type": "git",
            "url": "https://github.com/nikic/PHP-Parser.git",
    
            "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f"
    
          },
          "dist": {
            "type": "zip",
    
            "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4432ba399e47c66624bc73c8c0f811e5c109576f",
            "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f",
    
            "shasum": ""
          },
          "require": {
            "ext-tokenizer": "*",
            "php": ">=7.0"
          },
          "require-dev": {
            "ircmaxell/php-yacc": "^0.0.7",
            "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
          },
          "bin": ["bin/php-parse"],
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-master": "4.9-dev"
            }
          },
          "autoload": {
            "psr-4": {
              "PhpParser\\": "lib/PhpParser"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["BSD-3-Clause"],
          "authors": [
            {
              "name": "Nikita Popov"
            }
          ],
          "description": "A PHP parser written in PHP",
          "keywords": ["parser", "php"],
          "support": {
            "issues": "https://github.com/nikic/PHP-Parser/issues",
    
            "source": "https://github.com/nikic/PHP-Parser/tree/v4.10.5"
    
        },
        {
          "name": "phar-io/manifest",
    
          "source": {
            "type": "git",
            "url": "https://github.com/phar-io/manifest.git",
    
            "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133"
    
          },
          "dist": {
            "type": "zip",
    
            "url": "https://api.github.com/repos/phar-io/manifest/zipball/85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
            "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
    
            "shasum": ""
          },
          "require": {
            "ext-dom": "*",
            "ext-phar": "*",
            "ext-xmlwriter": "*",
            "phar-io/version": "^3.0.1",
            "php": "^7.2 || ^8.0"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-master": "2.0.x-dev"
            }
          },
          "autoload": {
            "classmap": ["src/"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["BSD-3-Clause"],
          "authors": [
            {
              "name": "Arne Blankerts",
              "email": "arne@blankerts.de",
              "role": "Developer"
            },
            {
              "name": "Sebastian Heuer",
              "email": "sebastian@phpeople.de",
              "role": "Developer"
            },
            {
              "name": "Sebastian Bergmann",
              "email": "sebastian@phpunit.de",
              "role": "Developer"
            }
          ],
          "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
          "support": {
            "issues": "https://github.com/phar-io/manifest/issues",
    
            "source": "https://github.com/phar-io/manifest/tree/master"
    
        },
        {
          "name": "phar-io/version",
          "version": "3.1.0",
          "source": {
            "type": "git",
            "url": "https://github.com/phar-io/version.git",
            "reference": "bae7c545bef187884426f042434e561ab1ddb182"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phar-io/version/zipball/bae7c545bef187884426f042434e561ab1ddb182",
            "reference": "bae7c545bef187884426f042434e561ab1ddb182",
            "shasum": ""
          },
          "require": {
            "php": "^7.2 || ^8.0"
          },
          "type": "library",
          "autoload": {
            "classmap": ["src/"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["BSD-3-Clause"],
          "authors": [
            {
              "name": "Arne Blankerts",
              "email": "arne@blankerts.de",
              "role": "Developer"
            },
            {
              "name": "Sebastian Heuer",
              "email": "sebastian@phpeople.de",
              "role": "Developer"
            },
            {
              "name": "Sebastian Bergmann",
              "email": "sebastian@phpunit.de",
              "role": "Developer"
            }
          ],
          "description": "Library for handling version information and constraints",
          "support": {
            "issues": "https://github.com/phar-io/version/issues",
            "source": "https://github.com/phar-io/version/tree/3.1.0"
          },
          "time": "2021-02-23T14:00:09+00:00"
        },
    
        {
          "name": "php-cs-fixer/diff",
          "version": "v2.0.2",
          "source": {
            "type": "git",
            "url": "https://github.com/PHP-CS-Fixer/diff.git",
            "reference": "29dc0d507e838c4580d018bd8b5cb412474f7ec3"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/29dc0d507e838c4580d018bd8b5cb412474f7ec3",
            "reference": "29dc0d507e838c4580d018bd8b5cb412474f7ec3",
            "shasum": ""
          },
          "require": {
            "php": "^5.6 || ^7.0 || ^8.0"
          },
          "require-dev": {
            "phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0",
            "symfony/process": "^3.3"
          },
          "type": "library",
          "autoload": {
            "classmap": ["src/"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["BSD-3-Clause"],
          "authors": [
            {
              "name": "Sebastian Bergmann",
              "email": "sebastian@phpunit.de"
            },
            {
              "name": "Kore Nordmann",
              "email": "mail@kore-nordmann.de"
            }
          ],
          "description": "sebastian/diff v3 backport support for PHP 5.6+",
          "homepage": "https://github.com/PHP-CS-Fixer",
          "keywords": ["diff"],
          "support": {
            "issues": "https://github.com/PHP-CS-Fixer/diff/issues",
            "source": "https://github.com/PHP-CS-Fixer/diff/tree/v2.0.2"
          },
          "time": "2020-10-14T08:32:19+00:00"
        },
    
        {
          "name": "phpdocumentor/reflection-common",
          "version": "2.2.0",
          "source": {
            "type": "git",
            "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
            "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
            "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
            "shasum": ""
          },
          "require": {
            "php": "^7.2 || ^8.0"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-2.x": "2.x-dev"
            }
          },
          "autoload": {
            "psr-4": {
              "phpDocumentor\\Reflection\\": "src/"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Jaap van Otterdijk",