FriendsOfPHP/pickle

View on GitHub
composer.lock

Summary

Maintainability
Test Coverage
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "3a8b5504899c811c9836bc134837e1ff",
    "packages": [
        {
            "name": "composer/ca-bundle",
            "version": "1.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/ca-bundle.git",
                "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b",
                "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "ext-pcre": "*",
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^0.12.55",
                "psr/log": "^1.0",
                "symfony/phpunit-bridge": "^4.2 || ^5",
                "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\CaBundle\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
            "keywords": [
                "cabundle",
                "cacert",
                "certificate",
                "ssl",
                "tls"
            ],
            "support": {
                "irc": "irc://irc.freenode.org/composer",
                "issues": "https://github.com/composer/ca-bundle/issues",
                "source": "https://github.com/composer/ca-bundle/tree/1.3.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"
                }
            ],
            "time": "2021-10-28T20:44:15+00:00"
        },
        {
            "name": "composer/composer",
            "version": "1.10.24",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/composer.git",
                "reference": "6dea608377dc5409895d4cfd987947bc0abe154a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/composer/zipball/6dea608377dc5409895d4cfd987947bc0abe154a",
                "reference": "6dea608377dc5409895d4cfd987947bc0abe154a",
                "shasum": ""
            },
            "require": {
                "composer/ca-bundle": "^1.0",
                "composer/semver": "^1.0",
                "composer/spdx-licenses": "^1.2",
                "composer/xdebug-handler": "^1.1",
                "justinrainbow/json-schema": "^5.2.10",
                "php": "^5.3.2 || ^7.0 || ^8.0",
                "psr/log": "^1.0",
                "seld/jsonlint": "^1.4",
                "seld/phar-utils": "^1.0",
                "symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0",
                "symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0",
                "symfony/finder": "^2.7 || ^3.0 || ^4.0 || ^5.0",
                "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0"
            },
            "conflict": {
                "symfony/console": "2.8.38"
            },
            "require-dev": {
                "phpspec/prophecy": "^1.10",
                "symfony/phpunit-bridge": "^4.2"
            },
            "suggest": {
                "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
                "ext-zip": "Enabling the zip extension allows you to unzip archives",
                "ext-zlib": "Allow gzip compression of HTTP requests"
            },
            "bin": [
                "bin/composer"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.10-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\": "src/Composer"
                }
            },
            "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"
                }
            ],
            "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
            "homepage": "https://getcomposer.org/",
            "keywords": [
                "autoload",
                "dependency",
                "package"
            ],
            "support": {
                "irc": "irc://irc.freenode.org/composer",
                "issues": "https://github.com/composer/composer/issues",
                "source": "https://github.com/composer/composer/tree/1.10.24"
            },
            "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-12-09T19:06:33+00:00"
        },
        {
            "name": "composer/semver",
            "version": "1.7.2",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/semver.git",
                "reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/semver/zipball/647490bbcaf7fc4891c58f47b825eb99d19c377a",
                "reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.5 || ^5.0.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.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/1.7.2"
            },
            "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": "2020-12-03T15:47:16+00:00"
        },
        {
            "name": "composer/spdx-licenses",
            "version": "1.5.6",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/spdx-licenses.git",
                "reference": "a30d487169d799745ca7280bc90fdfa693536901"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/a30d487169d799745ca7280bc90fdfa693536901",
                "reference": "a30d487169d799745ca7280bc90fdfa693536901",
                "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",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\Spdx\\": "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": "SPDX licenses list and validation library.",
            "keywords": [
                "license",
                "spdx",
                "validator"
            ],
            "support": {
                "irc": "irc://irc.freenode.org/composer",
                "issues": "https://github.com/composer/spdx-licenses/issues",
                "source": "https://github.com/composer/spdx-licenses/tree/1.5.6"
            },
            "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-11-18T10:14:14+00:00"
        },
        {
            "name": "composer/xdebug-handler",
            "version": "1.4.6",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/xdebug-handler.git",
                "reference": "f27e06cd9675801df441b3656569b328e04aa37c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f27e06cd9675801df441b3656569b328e04aa37c",
                "reference": "f27e06cd9675801df441b3656569b328e04aa37c",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0 || ^8.0",
                "psr/log": "^1.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"
            ],
            "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-03-25T17:01:18+00:00"
        },
        {
            "name": "justinrainbow/json-schema",
            "version": "5.2.11",
            "source": {
                "type": "git",
                "url": "https://github.com/justinrainbow/json-schema.git",
                "reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ab6744b7296ded80f8cc4f9509abbff393399aa",
                "reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
                "json-schema/json-schema-test-suite": "1.2.0",
                "phpunit/phpunit": "^4.8.35"
            },
            "bin": [
                "bin/validate-json"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "JsonSchema\\": "src/JsonSchema/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bruno Prieto Reis",
                    "email": "bruno.p.reis@gmail.com"
                },
                {
                    "name": "Justin Rainbow",
                    "email": "justin.rainbow@gmail.com"
                },
                {
                    "name": "Igor Wiedler",
                    "email": "igor@wiedler.ch"
                },
                {
                    "name": "Robert Schönthal",
                    "email": "seroscho@googlemail.com"
                }
            ],
            "description": "A library to validate a json schema.",
            "homepage": "https://github.com/justinrainbow/json-schema",
            "keywords": [
                "json",
                "schema"
            ],
            "time": "2021-07-22T09:24:00+00:00"
        },
        {
            "name": "mlocati/composer-patcher",
            "version": "1.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/mlocati/composer-patcher.git",
                "reference": "38db5a938b33dfba6ccba5f0eb11a2fba8205b52"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mlocati/composer-patcher/zipball/38db5a938b33dfba6ccba5f0eb11a2fba8205b52",
                "reference": "38db5a938b33dfba6ccba5f0eb11a2fba8205b52",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.1 || ^2",
                "php": ">= 5.3.2"
            },
            "conflict": {
                "cweagans/composer-patches": "*"
            },
            "require-dev": {
                "composer/composer": "^1.1 || ^2",
                "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4 || ^9.4"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "ComposerPatcher\\Plugin"
            },
            "autoload": {
                "psr-4": {
                    "ComposerPatcher\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michele Locati",
                    "email": "michele@locati.it",
                    "homepage": "https://mlocati.github.io",
                    "role": "author"
                }
            ],
            "description": "A Composer plugin to patch Composer packages.",
            "homepage": "https://github.com/mlocati/composer-patcher",
            "keywords": [
                "composer",
                "patch",
                "patcher",
                "patches",
                "plugin"
            ],
            "support": {
                "issues": "https://github.com/mlocati/composer-patcher/issues",
                "source": "https://github.com/mlocati/composer-patcher/tree/1.2.2"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/mlocati",
                    "type": "github"
                },
                {
                    "url": "https://paypal.me/mlocati",
                    "type": "other"
                }
            ],
            "time": "2020-10-30T11:26:06+00:00"
        },
        {
            "name": "padraic/humbug_get_contents",
            "version": "1.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/humbug/file_get_contents.git",
                "reference": "dcb086060c9dd6b2f51d8f7a895500307110b7a7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/humbug/file_get_contents/zipball/dcb086060c9dd6b2f51d8f7a895500307110b7a7",
                "reference": "dcb086060c9dd6b2f51d8f7a895500307110b7a7",
                "shasum": ""
            },
            "require": {
                "composer/ca-bundle": "^1.0",
                "ext-openssl": "*",
                "php": "^5.3 || ^7.0 || ^7.1 || ^7.2"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.1",
                "mikey179/vfsstream": "^1.6",
                "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5"
            },
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": false
                },
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Humbug\\": "src/"
                },
                "files": [
                    "src/function.php",
                    "src/functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Pádraic Brady",
                    "email": "padraic.brady@gmail.com",
                    "homepage": "http://blog.astrumfutura.com"
                },
                {
                    "name": "Théo Fidry",
                    "email": "theo.fidry@gmail.com"
                }
            ],
            "description": "Secure wrapper for accessing HTTPS resources with file_get_contents for PHP 5.3+",
            "homepage": "https://github.com/padraic/file_get_contents",
            "keywords": [
                "download",
                "file_get_contents",
                "http",
                "https",
                "ssl",
                "tls"
            ],
            "support": {
                "issues": "https://github.com/humbug/file_get_contents/issues",
                "source": "https://github.com/humbug/file_get_contents/tree/master"
            },
            "time": "2018-02-12T18:47:17+00:00"
        },
        {
            "name": "padraic/phar-updater",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/humbug/phar-updater.git",
                "reference": "e5a5da3dc3344031271157c7f10b0fa04afffa9b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/humbug/phar-updater/zipball/e5a5da3dc3344031271157c7f10b0fa04afffa9b",
                "reference": "e5a5da3dc3344031271157c7f10b0fa04afffa9b",
                "shasum": ""
            },
            "require": {
                "padraic/humbug_get_contents": "^1.0",
                "php": "^5.6|^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.5|^6.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Humbug\\SelfUpdate\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Padraic Brady",
                    "email": "padraic.brady@gmail.com",
                    "homepage": "http://blog.astrumfutura.com"
                }
            ],
            "description": "A thing to make PHAR self-updating easy and secure.",
            "keywords": [
                "humbug",
                "phar",
                "self-update",
                "update"
            ],
            "support": {
                "issues": "https://github.com/humbug/phar-updater/issues",
                "source": "https://github.com/humbug/phar-updater/tree/master"
            },
            "abandoned": true,
            "time": "2017-11-01T16:56:56+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"
            ],
            "time": "2021-03-05T17:36:06+00:00"
        },
        {
            "name": "psr/log",
            "version": "1.1.4",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Log\\": "Psr/Log/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "homepage": "https://github.com/php-fig/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "time": "2021-05-03T11:20:27+00:00"
        },
        {
            "name": "seld/jsonlint",
            "version": "1.8.3",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/jsonlint.git",
                "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
                "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
                "shasum": ""
            },
            "require": {
                "php": "^5.3 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
            },
            "bin": [
                "bin/jsonlint"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "JSON Linter",
            "keywords": [
                "json",
                "linter",
                "parser",
                "validator"
            ],
            "support": {
                "issues": "https://github.com/Seldaek/jsonlint/issues",
                "source": "https://github.com/Seldaek/jsonlint/tree/1.8.3"
            },
            "funding": [
                {
                    "url": "https://github.com/Seldaek",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
                    "type": "tidelift"
                }
            ],
            "time": "2020-11-11T09:19:24+00:00"
        },
        {
            "name": "seld/phar-utils",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/phar-utils.git",
                "reference": "9f3452c93ff423469c0d56450431562ca423dcee"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/9f3452c93ff423469c0d56450431562ca423dcee",
                "reference": "9f3452c93ff423469c0d56450431562ca423dcee",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Seld\\PharUtils\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be"
                }
            ],
            "description": "PHAR file format utilities, for when PHP phars you up",
            "keywords": [
                "phar"
            ],
            "support": {
                "issues": "https://github.com/Seldaek/phar-utils/issues",
                "source": "https://github.com/Seldaek/phar-utils/tree/1.2.0"
            },
            "time": "2021-12-10T11:20:11+00:00"
        },
        {
            "name": "symfony/console",
            "version": "v5.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/console.git",
                "reference": "9130e1a0fc93cb0faadca4ee917171bd2ca9e5f4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/9130e1a0fc93cb0faadca4ee917171bd2ca9e5f4",
                "reference": "9130e1a0fc93cb0faadca4ee917171bd2ca9e5f4",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php73": "^1.9",
                "symfony/polyfill-php80": "^1.16",
                "symfony/service-contracts": "^1.1|^2|^3",
                "symfony/string": "^5.1|^6.0"
            },
            "conflict": {
                "psr/log": ">=3",
                "symfony/dependency-injection": "<4.4",
                "symfony/dotenv": "<5.1",
                "symfony/event-dispatcher": "<4.4",
                "symfony/lock": "<4.4",
                "symfony/process": "<4.4"
            },
            "provide": {
                "psr/log-implementation": "1.0|2.0"
            },
            "require-dev": {
                "psr/log": "^1|^2",
                "symfony/config": "^4.4|^5.0|^6.0",
                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
                "symfony/lock": "^4.4|^5.0|^6.0",
                "symfony/process": "^4.4|^5.0|^6.0",
                "symfony/var-dumper": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "psr/log": "For using the console logger",
                "symfony/event-dispatcher": "",
                "symfony/lock": "",
                "symfony/process": ""
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Console\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Eases the creation of beautiful and testable command line interfaces",
            "homepage": "https://symfony.com",
            "keywords": [
                "cli",
                "command line",
                "console",
                "terminal"
            ],
            "support": {
                "source": "https://github.com/symfony/console/tree/v5.4.1"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-12-09T11:22:43+00:00"
        },
        {
            "name": "symfony/deprecation-contracts",
            "version": "v2.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/deprecation-contracts.git",
                "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8",
                "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "autoload": {
                "files": [
                    "function.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "A generic function and convention to trigger deprecation notices",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-07-12T14:48:14+00:00"
        },
        {
            "name": "symfony/filesystem",
            "version": "v5.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/filesystem.git",
                "reference": "731f917dc31edcffec2c6a777f3698c33bea8f01"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/731f917dc31edcffec2c6a777f3698c33bea8f01",
                "reference": "731f917dc31edcffec2c6a777f3698c33bea8f01",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-mbstring": "~1.8",
                "symfony/polyfill-php80": "^1.16"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Filesystem\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides basic utilities for the filesystem",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/filesystem/tree/v5.4.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-10-28T13:39:27+00:00"
        },
        {
            "name": "symfony/finder",
            "version": "v5.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/finder.git",
                "reference": "d2f29dac98e96a98be467627bd49c2efb1bc2590"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/finder/zipball/d2f29dac98e96a98be467627bd49c2efb1bc2590",
                "reference": "d2f29dac98e96a98be467627bd49c2efb1bc2590",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-php80": "^1.16"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Finder\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Finds files and directories via an intuitive fluent interface",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/finder/tree/v5.4.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-11-28T15:25:38+00:00"
        },
        {
            "name": "symfony/polyfill-ctype",
            "version": "v1.23.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-ctype.git",
                "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
                "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Ctype\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Gert de Pagter",
                    "email": "BackEndTea@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for ctype functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "ctype",
                "polyfill",
                "portable"
            ],
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-02-19T12:13:01+00:00"
        },
        {
            "name": "symfony/polyfill-intl-grapheme",
            "version": "v1.23.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
                "reference": "16880ba9c5ebe3642d1995ab866db29270b36535"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/16880ba9c5ebe3642d1995ab866db29270b36535",
                "reference": "16880ba9c5ebe3642d1995ab866db29270b36535",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for intl's grapheme_* functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "grapheme",
                "intl",
                "polyfill",
                "portable",
                "shim"
            ],
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-05-27T12:26:48+00:00"
        },
        {
            "name": "symfony/polyfill-intl-normalizer",
            "version": "v1.23.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
                "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
                "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
                },
                "files": [
                    "bootstrap.php"
                ],
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for intl's Normalizer class and related functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "intl",
                "normalizer",
                "polyfill",
                "portable",
                "shim"
            ],
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-02-19T12:13:01+00:00"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.23.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
                "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Mbstring extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-05-27T12:26:48+00:00"
        },
        {
            "name": "symfony/polyfill-php73",
            "version": "v1.23.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php73.git",
                "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
                "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php73\\": ""
                },
                "files": [
                    "bootstrap.php"
                ],
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-02-19T12:13:01+00:00"
        },
        {
            "name": "symfony/polyfill-php80",
            "version": "v1.23.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php80.git",
                "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
                "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php80\\": ""
                },
                "files": [
                    "bootstrap.php"
                ],
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ion Bazan",
                    "email": "ion.bazan@gmail.com"
                },
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-07-28T13:41:28+00:00"
        },
        {
            "name": "symfony/process",
            "version": "v5.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/process.git",
                "reference": "5be20b3830f726e019162b26223110c8f47cf274"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/process/zipball/5be20b3830f726e019162b26223110c8f47cf274",
                "reference": "5be20b3830f726e019162b26223110c8f47cf274",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/polyfill-php80": "^1.16"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Process\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Executes commands in sub-processes",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/process/tree/v5.4.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-11-28T15:25:38+00:00"
        },
        {
            "name": "symfony/service-contracts",
            "version": "v2.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/service-contracts.git",
                "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
                "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr/container": "^1.1",
                "symfony/deprecation-contracts": "^2.1"
            },
            "conflict": {
                "ext-psr": "<1.1|>=2"
            },
            "suggest": {
                "symfony/service-implementation": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\Service\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Generic abstractions related to writing services",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https://github.com/symfony/service-contracts/tree/v2.5.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-11-04T16:48:04+00:00"
        },
        {
            "name": "symfony/string",
            "version": "v5.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/string.git",
                "reference": "9ffaaba53c61ba75a3c7a3a779051d1e9ec4fd2d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/string/zipball/9ffaaba53c61ba75a3c7a3a779051d1e9ec4fd2d",
                "reference": "9ffaaba53c61ba75a3c7a3a779051d1e9ec4fd2d",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-intl-grapheme": "~1.0",
                "symfony/polyfill-intl-normalizer": "~1.0",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php80": "~1.15"
            },
            "conflict": {
                "symfony/translation-contracts": ">=3.0"
            },
            "require-dev": {
                "symfony/error-handler": "^4.4|^5.0|^6.0",
                "symfony/http-client": "^4.4|^5.0|^6.0",
                "symfony/translation-contracts": "^1.1|^2",
                "symfony/var-exporter": "^4.4|^5.0|^6.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\String\\": ""
                },
                "files": [
                    "Resources/functions.php"
                ],
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
            "homepage": "https://symfony.com",
            "keywords": [
                "grapheme",
                "i18n",
                "string",
                "unicode",
                "utf-8",
                "utf8"
            ],
            "support": {
                "source": "https://github.com/symfony/string/tree/v5.4.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-11-24T10:02:00+00:00"
        }
    ],
    "packages-dev": [
        {
            "name": "atoum/atoum",
            "version": "3.4.2",
            "source": {
                "type": "git",
                "url": "https://github.com/atoum/atoum.git",
                "reference": "e90606b89e62c5c18c5d02596078edf55f35b3c3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/atoum/atoum/zipball/e90606b89e62c5c18c5d02596078edf55f35b3c3",
                "reference": "e90606b89e62c5c18c5d02596078edf55f35b3c3",
                "shasum": ""
            },
            "require": {
                "ext-hash": "*",
                "ext-json": "*",
                "ext-tokenizer": "*",
                "ext-xml": "*",
                "php": "^5.6.0 || ^7.0.0 <7.5.0"
            },
            "replace": {
                "mageekguy/atoum": "*"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2"
            },
            "suggest": {
                "atoum/stubs": "Provides IDE support (like autocompletion) for atoum",
                "ext-mbstring": "Provides support for UTF-8 strings",
                "ext-xdebug": "Provides code coverage report (>= 2.3)"
            },
            "bin": [
                "bin/atoum"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                },
                "patches_applied": {
                    "hash": "20651bf1016024344dfb3aeab39b19ee5389ddfa",
                    "list": [
                        {
                            "from-package": "friendsofphp/pickle dev-master",
                            "path": "patches/atoum/atoum/0001-PHP-8-fixes.patch",
                            "description": "PHP 8 fixes"
                        }
                    ]
                }
            },
            "autoload": {
                "classmap": [
                    "classes/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Frédéric Hardy",
                    "email": "frederic.hardy@atoum.org",
                    "homepage": "http://blog.mageekbox.net"
                },
                {
                    "name": "François Dussert",
                    "email": "francois.dussert@atoum.org"
                },
                {
                    "name": "Gérald Croes",
                    "email": "gerald.croes@atoum.org"
                },
                {
                    "name": "Julien Bianchi",
                    "email": "julien.bianchi@atoum.org"
                },
                {
                    "name": "Ludovic Fleury",
                    "email": "ludovic.fleury@atoum.org"
                }
            ],
            "description": "Simple modern and intuitive unit testing framework for PHP 5.3+",
            "homepage": "http://www.atoum.org",
            "keywords": [
                "TDD",
                "atoum",
                "test",
                "unit testing"
            ],
            "support": {
                "issues": "https://github.com/atoum/atoum/issues",
                "source": "https://github.com/atoum/atoum/tree/3.4.2"
            },
            "time": "2020-03-04T10:29:09+00:00"
        },
        {
            "name": "atoum/praspel-extension",
            "version": "0.17.02.24",
            "source": {
                "type": "git",
                "url": "https://github.com/hoaproject/Contributions-Atoum-PraspelExtension.git",
                "reference": "064523b17fd3e49167f078aabf3bf41e8a57de06"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hoaproject/Contributions-Atoum-PraspelExtension/zipball/064523b17fd3e49167f078aabf3bf41e8a57de06",
                "reference": "064523b17fd3e49167f078aabf3bf41e8a57de06",
                "shasum": ""
            },
            "require": {
                "atoum/atoum": "^2.0 | ^3.0",
                "hoa/consistency": "~1.0",
                "hoa/console": "~3.0",
                "hoa/dispatcher": "~1.0",
                "hoa/exception": "~1.0",
                "hoa/iterator": "~2.0",
                "hoa/math": "~1.0",
                "hoa/praspel": "~1.0",
                "hoa/realdom": "~1.0",
                "hoa/router": "~3.0",
                "hoa/visitor": "~2.0"
            },
            "bin": [
                "Bin/praspel"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Atoum\\PraspelExtension\\": "."
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Ivan Enderlin",
                    "email": "ivan.enderlin@hoa-project.net"
                },
                {
                    "name": "Hoa community",
                    "homepage": "https://hoa-project.net/"
                }
            ],
            "description": "Include Praspel inside atoum.",
            "homepage": "https://hoa-project.net/",
            "keywords": [
                "assertion",
                "atoum",
                "checker",
                "contract",
                "data",
                "generation",
                "library",
                "praspel",
                "specification",
                "test"
            ],
            "support": {
                "email": "support@hoa-project.net",
                "forum": "https://users.hoa-project.net/",
                "irc": "irc://chat.freenode.net/hoaproject",
                "issues": "https://github.com/hoaproject/Contributions-Atoum-PraspelExtension/issues",
                "source": "https://central.hoa-project.net/Resource/Contributions/Atoum/PraspelExtension"
            },
            "time": "2017-02-24T13:54:11+00:00"
        },
        {
            "name": "atoum/visibility-extension",
            "version": "1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/atoum/visibility-extension.git",
                "reference": "88f2a7f5b607c70d47674b38d6cb7d445faa993c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/atoum/visibility-extension/zipball/88f2a7f5b607c70d47674b38d6cb7d445faa993c",
                "reference": "88f2a7f5b607c70d47674b38d6cb7d445faa993c",
                "shasum": ""
            },
            "require": {
                "atoum/atoum": "^2.9 | ^3.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "mageekguy\\atoum\\visibility\\": "classes"
                },
                "files": [
                    "configuration.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "jubianchi",
                    "email": "contact@jubianchi.fr"
                }
            ],
            "description": "atoum extension to loosen method visibility",
            "homepage": "http://www.atoum.org",
            "keywords": [
                "TDD",
                "atoum",
                "atoum-extension",
                "test",
                "unit testing",
                "visibility"
            ],
            "support": {
                "issues": "https://github.com/atoum/visibility-extension/issues",
                "source": "https://github.com/atoum/visibility-extension/tree/master"
            },
            "time": "2017-02-24T13:25:41+00:00"
        },
        {
            "name": "behat/behat",
            "version": "v3.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Behat/Behat.git",
                "reference": "a55661154079cf881ef643b303bfaf67bae3a09f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Behat/Behat/zipball/a55661154079cf881ef643b303bfaf67bae3a09f",
                "reference": "a55661154079cf881ef643b303bfaf67bae3a09f",
                "shasum": ""
            },
            "require": {
                "behat/gherkin": "^4.9.0",
                "behat/transliterator": "^1.2",
                "ext-mbstring": "*",
                "php": "^7.2 || ^8.0",
                "psr/container": "^1.0",
                "symfony/config": "^4.4 || ^5.0 || ^6.0",
                "symfony/console": "^4.4 || ^5.0 || ^6.0",
                "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0",
                "symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0",
                "symfony/translation": "^4.4 || ^5.0 || ^6.0",
                "symfony/yaml": "^4.4 || ^5.0 || ^6.0"
            },
            "require-dev": {
                "container-interop/container-interop": "^1.2",
                "herrera-io/box": "~1.6.1",
                "phpunit/phpunit": "^8.5 || ^9.0",
                "symfony/process": "^4.4 || ^5.0 || ^6.0",
                "vimeo/psalm": "^4.8"
            },
            "suggest": {
                "ext-dom": "Needed to output test results in JUnit format."
            },
            "bin": [
                "bin/behat"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Behat\\Behat\\": "src/Behat/Behat/",
                    "Behat\\Testwork\\": "src/Behat/Testwork/",
                    "Behat\\Step\\": "src/Behat/Step/",
                    "Behat\\Hook\\": "src/Behat/Hook/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com",
                    "homepage": "http://everzet.com"
                }
            ],
            "description": "Scenario-oriented BDD framework for PHP",
            "homepage": "http://behat.org/",
            "keywords": [
                "Agile",
                "BDD",
                "ScenarioBDD",
                "Scrum",
                "StoryBDD",
                "User story",
                "business",
                "development",
                "documentation",
                "examples",
                "symfony",
                "testing"
            ],
            "support": {
                "issues": "https://github.com/Behat/Behat/issues",
                "source": "https://github.com/Behat/Behat/tree/v3.10.0"
            },
            "time": "2021-11-02T20:09:40+00:00"
        },
        {
            "name": "behat/gherkin",
            "version": "v4.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Behat/Gherkin.git",
                "reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/0bc8d1e30e96183e4f36db9dc79caead300beff4",
                "reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4",
                "shasum": ""
            },
            "require": {
                "php": "~7.2|~8.0"
            },
            "require-dev": {
                "cucumber/cucumber": "dev-gherkin-22.0.0",
                "phpunit/phpunit": "~8|~9",
                "symfony/yaml": "~3|~4|~5"
            },
            "suggest": {
                "symfony/yaml": "If you want to parse features, represented in YAML files"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Behat\\Gherkin": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com",
                    "homepage": "http://everzet.com"
                }
            ],
            "description": "Gherkin DSL parser for PHP",
            "homepage": "http://behat.org/",
            "keywords": [
                "BDD",
                "Behat",
                "Cucumber",
                "DSL",
                "gherkin",
                "parser"
            ],
            "support": {
                "issues": "https://github.com/Behat/Gherkin/issues",
                "source": "https://github.com/Behat/Gherkin/tree/v4.9.0"
            },
            "time": "2021-10-12T13:05:09+00:00"
        },
        {
            "name": "behat/transliterator",
            "version": "v1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Behat/Transliterator.git",
                "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Behat/Transliterator/zipball/3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc",
                "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "chuyskywalker/rolling-curl": "^3.1",
                "php-yaoi/php-yaoi": "^1.0",
                "phpunit/phpunit": "^4.8.36|^6.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Behat\\Transliterator\\": "src/Behat/Transliterator"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Artistic-1.0"
            ],
            "description": "String transliterator",
            "keywords": [
                "i18n",
                "slug",
                "transliterator"
            ],
            "support": {
                "issues": "https://github.com/Behat/Transliterator/issues",
                "source": "https://github.com/Behat/Transliterator/tree/v1.3.0"
            },
            "time": "2020-01-14T16:39:13+00:00"
        },
        {
            "name": "doctrine/annotations",
            "version": "1.13.2",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/annotations.git",
                "reference": "5b668aef16090008790395c02c893b1ba13f7e08"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08",
                "reference": "5b668aef16090008790395c02c893b1ba13f7e08",
                "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.2"
            },
            "time": "2021-08-05T19:00:23+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",
            "version": "v2.19.3",
            "source": {
                "type": "git",
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
                "reference": "75ac86f33fab4714ea5a39a396784d83ae3b5ed8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/75ac86f33fab4714ea5a39a396784d83ae3b5ed8",
                "reference": "75ac86f33fab4714ea5a39a396784d83ae3b5ed8",
                "shasum": ""
            },
            "require": {
                "composer/semver": "^1.4 || ^2.0 || ^3.0",
                "composer/xdebug-handler": "^1.2 || ^2.0",
                "doctrine/annotations": "^1.2",
                "ext-json": "*",
                "ext-tokenizer": "*",
                "php": "^5.6 || ^7.0 || ^8.0",
                "php-cs-fixer/diff": "^1.3",
                "symfony/console": "^3.4.43 || ^4.1.6 || ^5.0",
                "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
                "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
                "symfony/finder": "^3.0 || ^4.0 || ^5.0",
                "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
                "symfony/polyfill-php70": "^1.0",
                "symfony/polyfill-php72": "^1.4",
                "symfony/process": "^3.0 || ^4.0 || ^5.0",
                "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
            },
            "require-dev": {
                "justinrainbow/json-schema": "^5.0",
                "keradus/cli-executor": "^1.4",
                "mikey179/vfsstream": "^1.6",
                "php-coveralls/php-coveralls": "^2.4.2",
                "php-cs-fixer/accessible-object": "^1.0",
                "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
                "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1",
                "phpspec/prophecy-phpunit": "^1.1 || ^2.0",
                "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.13 || ^9.5",
                "phpunitgoodpractices/polyfill": "^1.5",
                "phpunitgoodpractices/traits": "^1.9.1",
                "sanmai/phpunit-legacy-adapter": "^6.4 || ^8.2.1",
                "symfony/phpunit-bridge": "^5.2.1",
                "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
            },
            "suggest": {
                "ext-dom": "For handling output formats in XML",
                "ext-mbstring": "For handling non-UTF8 characters.",
                "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
                "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
                "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
            },
            "bin": [
                "php-cs-fixer"
            ],
            "type": "application",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.19-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "PhpCsFixer\\": "src/"
                },
                "classmap": [
                    "tests/Test/AbstractFixerTestCase.php",
                    "tests/Test/AbstractIntegrationCaseFactory.php",
                    "tests/Test/AbstractIntegrationTestCase.php",
                    "tests/Test/Assert/AssertTokensTrait.php",
                    "tests/Test/IntegrationCase.php",
                    "tests/Test/IntegrationCaseFactory.php",
                    "tests/Test/IntegrationCaseFactoryInterface.php",
                    "tests/Test/InternalIntegrationCaseFactory.php",
                    "tests/Test/IsIdenticalConstraint.php",
                    "tests/Test/TokensWithObservedTransformers.php",
                    "tests/TestCase.php"
                ]
            },
            "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/v2.19.3"
            },
            "funding": [
                {
                    "url": "https://github.com/keradus",
                    "type": "github"
                }
            ],
            "time": "2021-11-15T17:17:55+00:00"
        },
        {
            "name": "hoa/compiler",
            "version": "3.17.08.08",
            "source": {
                "type": "git",
                "url": "https://github.com/hoaproject/Compiler.git",
                "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/aa09caf0bf28adae6654ca6ee415ee2f522672de",
                "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de",
                "shasum": ""
            },
            "require": {
                "hoa/consistency": "~1.0",
                "hoa/exception": "~1.0",
                "hoa/file": "~1.0",
                "hoa/iterator": "~2.0",
                "hoa/math": "~1.0",
                "hoa/protocol": "~1.0",
                "hoa/regex": "~1.0",
                "hoa/visitor": "~2.0"
            },
            "require-dev": {
                "hoa/json": "~2.0",
                "hoa/test": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Hoa\\Compiler\\": "."
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Ivan Enderlin",
                    "email": "ivan.enderlin@hoa-project.net"
                },
                {
                    "name": "Hoa community",
                    "homepage": "https://hoa-project.net/"
                }
            ],
            "description": "The Hoa\\Compiler library.",
            "homepage": "https://hoa-project.net/",
            "keywords": [
                "algebraic",
                "ast",
                "compiler",
                "context-free",
                "coverage",
                "exhaustive",
                "grammar",
                "isotropic",
                "language",
                "lexer",
                "library",
                "ll1",
                "llk",
                "parser",
                "pp",
                "random",
                "regular",
                "rule",
                "sampler",
                "syntax",
                "token",
                "trace",
                "uniform"
            ],
            "support": {
                "docs": "https://central.hoa-project.net/Documentation/Library/Compiler",
                "email": "support@hoa-project.net",
                "forum": "https://users.hoa-project.net/",
                "irc": "irc://chat.freenode.net/hoaproject",
                "issues": "https://github.com/hoaproject/Compiler/issues",
                "source": "https://central.hoa-project.net/Resource/Library/Compiler"
            },
            "time": "2017-08-08T07:44:07+00:00"
        },
        {
            "name": "hoa/consistency",
            "version": "1.17.05.02",
            "source": {
                "type": "git",
                "url": "https://github.com/hoaproject/Consistency.git",
                "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
                "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
                "shasum": ""
            },
            "require": {
                "hoa/exception": "~1.0",
                "php": ">=5.5.0"
            },
            "require-dev": {
                "hoa/stream": "~1.0",
                "hoa/test": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Hoa\\Consistency\\": "."
                },
                "files": [
                    "Prelude.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Ivan Enderlin",
                    "email": "ivan.enderlin@hoa-project.net"
                },
                {
                    "name": "Hoa community",
                    "homepage": "https://hoa-project.net/"
                }
            ],
            "description": "The Hoa\\Consistency library.",
            "homepage": "https://hoa-project.net/",
            "keywords": [
                "autoloader",
                "callable",
                "consistency",
                "entity",
                "flex",
                "keyword",
                "library"
            ],
            "support": {
                "docs": "https://central.hoa-project.net/Documentation/Library/Consistency",
                "email": "support@hoa-project.net",
                "forum": "https://users.hoa-project.net/",
                "irc": "irc://chat.freenode.net/hoaproject",
                "issues": "https://github.com/hoaproject/Consistency/issues",
                "source": "https://central.hoa-project.net/Resource/Library/Consistency"
            },
            "time": "2017-05-02T12:18:12+00:00"
        },
        {
            "name": "hoa/console",
            "version": "3.17.05.02",
            "source": {
                "type": "git",
                "url": "https://github.com/hoaproject/Console.git",
                "reference": "e231fd3ea70e6d773576ae78de0bdc1daf331a66"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hoaproject/Console/zipball/e231fd3ea70e6d773576ae78de0bdc1daf331a66",
                "reference": "e231fd3ea70e6d773576ae78de0bdc1daf331a66",
                "shasum": ""
            },
            "require": {
                "hoa/consistency": "~1.0",
                "hoa/event": "~1.0",
                "hoa/exception": "~1.0",
                "hoa/file": "~1.0",
                "hoa/protocol": "~1.0",
                "hoa/stream": "~1.0",
                "hoa/ustring": "~4.0"
            },
            "require-dev": {
                "hoa/test": "~2.0"
            },
            "suggest": {
                "ext-pcntl": "To enable hoa://Event/Console/Window:resize.",
                "hoa/dispatcher": "To use the console kit.",
                "hoa/router": "To use the console kit."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Hoa\\Console\\": "."
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Ivan Enderlin",
                    "email": "ivan.enderlin@hoa-project.net"
                },
                {
                    "name": "Hoa community",
                    "homepage": "https://hoa-project.net/"
                }
            ],
            "description": "The Hoa\\Console library.",
            "homepage": "https://hoa-project.net/",
            "keywords": [
                "autocompletion",
                "chrome",
                "cli",
                "console",
                "cursor",
                "getoption",
                "library",
                "option",
                "parser",
                "processus",
                "readline",
                "terminfo",
                "tput",
                "window"
            ],
            "support": {
                "docs": "https://central.hoa-project.net/Documentation/Library/Console",
                "email": "support@hoa-project.net",
                "forum": "https://users.hoa-project.net/",
                "irc": "irc://chat.freenode.net/hoaproject",
                "issues": "https://github.com/hoaproject/Console/issues",
                "source": "https://central.hoa-project.net/Resource/Library/Console"
            },
            "time": "2017-05-02T12:26:19+00:00"
        },
        {
            "name": "hoa/dispatcher",
            "version": "1.17.05.02",
            "source": {
                "type": "git",
                "url": "https://github.com/hoaproject/Dispatcher.git",
                "reference": "8144e7c8364241ffd78c60989068ec03ee510b7d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hoaproject/Dispatcher/zipball/8144e7c8364241ffd78c60989068ec03ee510b7d",
                "reference": "8144e7c8364241ffd78c60989068ec03ee510b7d",
                "shasum": ""
            },
            "require": {
                "hoa/consistency": "~1.0",
                "hoa/exception": "~1.0",
                "hoa/zformat": "~1.0"
            },
            "require-dev": {
                "hoa/router": "~3.0",
                "hoa/test": "~2.0",
                "hoa/view": "~3.0"
            },
            "suggest": {
                "hoa/router": "Provide routers.",
                "hoa/view": "Provide view interface."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Hoa\\Dispatcher\\": "."
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Ivan Enderlin",
                    "email": "ivan.enderlin@hoa-project.net"
                },
                {
                    "name": "Hoa community",
                    "homepage": "https://hoa-project.net/"
                }
            ],
            "description": "The Hoa\\Dispatcher library.",
            "homepage": "https://hoa-project.net/",
            "keywords": [
                "dispatcher",
                "kit",
                "library"
            ],
            "support": {
                "docs": "https://central.hoa-project.net/Documentation/Library/Dispatcher",
                "email": "support@hoa-project.net",
                "forum": "https://users.hoa-project.net/",
                "irc": "irc://chat.freenode.net/hoaproject",
                "issues": "https://github.com/hoaproject/Dispatcher/issues",
                "source": "https://central.hoa-project.net/Resource/Library/Dispatcher"
            },
            "time": "2017-05-02T12:27:07+00:00"
        },
        {
            "name": "hoa/event",
            "version": "1.17.01.13",
            "source": {
                "type": "git",
                "url": "https://github.com/hoaproject/Event.git",
                "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
                "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
                "shasum": ""
            },
            "require": {
                "hoa/consistency": "~1.0",
                "hoa/exception": "~1.0"
            },
            "require-dev": {
                "hoa/test": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Hoa\\Event\\": "."
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Ivan Enderlin",
                    "email": "ivan.enderlin@hoa-project.net"
                },
                {
                    "name": "Hoa community",
                    "homepage": "https://hoa-project.net/"
                }
            ],
            "description": "The Hoa\\Event library.",
            "homepage": "https://hoa-project.net/",
            "keywords": [
                "event",
                "library",
                "listener",
                "observer"
            ],
            "support": {
                "docs": "https://central.hoa-project.net/Documentation/Library/Event",
                "email": "support@hoa-project.net",
                "forum": "https://users.hoa-project.net/",
                "irc": "irc://chat.freenode.net/hoaproject",
                "issues": "https://github.com/hoaproject/Event/issues",
                "source": "https://central.hoa-project.net/Resource/Library/Event"
            },
            "time": "2017-01-13T15:30:50+00:00"
        },
        {
            "name": "hoa/exception",
            "version": "1.17.01.16",
            "source": {
                "type": "git",
                "url": "https://github.com/hoaproject/Exception.git",
                "reference": "091727d46420a3d7468ef0595651488bfc3a458f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
                "reference": "091727d46420a3d7468ef0595651488bfc3a458f",
                "shasum": ""
            },
            "require": {
                "hoa/consistency": "~1.0",
                "hoa/event": "~1.0"
            },
            "require-dev": {
                "hoa/test": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Hoa\\Exception\\": "."
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Ivan Enderlin",
                    "email": "ivan.enderlin@hoa-project.net"
                },
                {
                    "name": "Hoa community",
                    "homepage": "https://hoa-project.net/"
                }
            ],
            "description": "The Hoa\\Exception library.",
            "homepage": "https://hoa-project.net/",
            "keywords": [
                "exception",
                "library"
            ],
            "support": {
                "docs": "https://central.hoa-project.net/Documentation/Library/Exception",
                "email": "support@hoa-project.net",
                "forum": "https://users.hoa-project.net/",
                "irc": "irc://chat.freenode.net/hoaproject",
                "issues": "https://github.com/hoaproject/Exception/issues",
                "source": "https://central.hoa-project.net/Resource/Library/Exception"
            },
            "time": "2017-01-16T07:53:27+00:00"
        },
        {
            "name": "hoa/file",
            "version": "1.17.07.11",
            "source": {
                "type": "git",
                "url": "https://github.com/hoaproject/File.git",
                "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hoaproject/File/zipball/35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
                "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
                "shasum": ""
            },
            "require": {
                "hoa/consistency": "~1.0",
                "hoa/event": "~1.0",
                "hoa/exception": "~1.0",
                "hoa/iterator": "~2.0",
                "hoa/stream": "~1.0"
            },
            "require-dev": {
                "hoa/test": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Hoa\\File\\": "."
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Ivan Enderlin",
                    "email": "ivan.enderlin@hoa-project.net"
                },
                {
                    "name": "Hoa community",
                    "homepage": "https://hoa-project.net/"
                }
            ],
            "description": "The Hoa\\File library.",
            "homepage": "https://hoa-project.net/",
            "keywords": [
                "Socket",
                "directory",
                "file",
                "finder",
                "library",
                "link",
                "temporary"
            ],
            "support": {
                "docs": "https://central.hoa-project.net/Documentation/Library/File",
                "email": "support@hoa-project.net",
                "forum": "https://users.hoa-project.net/",
                "irc": "irc://chat.freenode.net/hoaproject",
                "issues": "https://github.com/hoaproject/File/issues",
                "source": "https://central.hoa-project.net/Resource/Library/File"
            },
            "time": "2017-07-11T07:42:15+00:00"
        },
        {
            "name": "hoa/iterator",
            "version": "2.17.01.10",
            "source": {
                "type": "git",
                "url": "https://github.com/hoaproject/Iterator.git",
                "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/d1120ba09cb4ccd049c86d10058ab94af245f0cc",
                "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc",
                "shasum": ""
            },
            "require": {
                "hoa/consistency": "~1.0",
                "hoa/exception": "~1.0"
            },
            "require-dev": {
                "hoa/test": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Hoa\\Iterator\\": "."
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Ivan Enderlin",
                    "email": "ivan.enderlin@hoa-project.net"
                },
                {
                    "name": "Hoa community",
                    "homepage": "https://hoa-project.net/"
                }
            ],
            "description": "The Hoa\\Iterator library.",
            "homepage": "https://hoa-project.net/",
            "keywords": [
                "iterator",
                "library"
            ],
            "support": {
                "docs": "https://central.hoa-project.net/Documentation/Library/Iterator",
                "email": "support@hoa-project.net",
                "forum": "https://users.hoa-project.net/",
                "irc": "irc://chat.freenode.net/hoaproject",
                "issues": "https://github.com/hoaproject/Iterator/issues",
                "source": "https://central.hoa-project.net/Resource/Library/Iterator"
            },
            "time": "2017-01-10T10:34:47+00:00"
        },
        {
            "name": "hoa/math",
            "version": "1.17.05.16",
            "source": {
                "type": "git",
                "url": "https://github.com/hoaproject/Math.git",
                "reference": "7150785d30f5d565704912116a462e9f5bc83a0c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hoaproject/Math/zipball/7150785d30f5d565704912116a462e9f5bc83a0c",
                "reference": "7150785d30f5d565704912116a462e9f5bc83a0c",
                "shasum": ""
            },
            "require": {
                "hoa/compiler": "~3.0",
                "hoa/consistency": "~1.0",
                "hoa/exception": "~1.0",
                "hoa/iterator": "~2.0",
                "hoa/protocol": "~1.0",
                "hoa/zformat": "~1.0"
            },
            "require-dev": {
                "hoa/test": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Hoa\\Math\\": "."
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Ivan Enderlin",
                    "email": "ivan.enderlin@hoa-project.net"
                },
                {
                    "name": "Hoa community",
                    "homepage": "https://hoa-project.net/"
                }
            ],
            "description": "The Hoa\\Math library.",
            "homepage": "https://hoa-project.net/",
            "keywords": [
                "arrangement",
                "combination",
                "combinatorics",
                "counting",
                "library",
                "math",
                "permutation",
                "sampler",
                "set"
            ],
            "support": {
                "docs": "https://central.hoa-project.net/Documentation/Library/Math",
                "email": "support@hoa-project.net",
                "forum": "https://users.hoa-project.net/",
                "irc": "irc://chat.freenode.net/hoaproject",
                "issues": "https://github.com/hoaproject/Math/issues",
                "source": "https://central.hoa-project.net/Resource/Library/Math"
            },
            "time": "2017-05-16T08:02:17+00:00"
        },
        {
            "name": "hoa/praspel",
            "version": "1.17.01.10",
            "source": {
                "type": "git",
                "url": "https://github.com/hoaproject/Praspel.git",
                "reference": "b4e3e894bc9043d0e2bd43cdf1482c9d7bd0cace"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hoaproject/Praspel/zipball/b4e3e894bc9043d0e2bd43cdf1482c9d7bd0cace",
                "reference": "b4e3e894bc9043d0e2bd43cdf1482c9d7bd0cace",
                "shasum": ""
            },
            "require": {
                "hoa/compiler": "~3.0",
                "hoa/consistency": "~1.0",
                "hoa/exception": "~1.0",
                "hoa/file": "~1.0",
                "hoa/iterator": "~2.0",
                "hoa/protocol": "~1.0",
                "hoa/realdom": "~1.0",
                "hoa/ustring": "~4.0",
                "hoa/visitor": "~2.0"
            },
            "require-dev": {
                "hoa/math": "~1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Hoa\\Praspel\\": "."
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Ivan Enderlin",
                    "email": "ivan.enderlin@hoa-project.net"
                },
                {
                    "name": "Hoa community",
                    "homepage": "https://hoa-project.net/"
                }
            ],
            "description": "The Hoa\\Praspel library.",
            "homepage": "https://hoa-project.net/",
            "keywords": [
                "contract",
                "generation",
                "invariant",
                "library",
                "postcondition",
                "praspel",
                "precondition",
                "specification",
                "test",
                "validation"
            ],
            "support": {
                "docs": "https://central.hoa-project.net/Documentation/Library/Praspel",
                "email": "support@hoa-project.net",
                "forum": "https://users.hoa-project.net/",
                "irc": "irc://chat.freenode.net/hoaproject",
                "issues": "https://github.com/hoaproject/Praspel/issues",
                "source": "https://central.hoa-project.net/Resource/Library/Praspel"
            },
            "time": "2017-01-10T13:08:06+00:00"
        },
        {
            "name": "hoa/protocol",
            "version": "1.17.01.14",
            "source": {
                "type": "git",
                "url": "https://github.com/hoaproject/Protocol.git",
                "reference": "5c2cf972151c45f373230da170ea015deecf19e2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2",
                "reference": "5c2cf972151c45f373230da170ea015deecf19e2",
                "shasum": ""
            },
            "require": {
                "hoa/consistency": "~1.0",
                "hoa/exception": "~1.0"
            },
            "require-dev": {
                "hoa/test": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Hoa\\Protocol\\": "."
                },
                "files": [
                    "Wrapper.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Ivan Enderlin",
                    "email": "ivan.enderlin@hoa-project.net"
                },
                {
                    "name": "Hoa community",
                    "homepage": "https://hoa-project.net/"
                }
            ],
            "description": "The Hoa\\Protocol library.",
            "homepage": "https://hoa-project.net/",
            "keywords": [
                "library",
                "protocol",
                "resource",
                "stream",
                "wrapper"
            ],
            "support": {
                "docs": "https://central.hoa-project.net/Documentation/Library/Protocol",
                "email": "support@hoa-project.net",
                "forum": "https://users.hoa-project.net/",
                "irc": "irc://chat.freenode.net/hoaproject",
                "issues": "https://github.com/hoaproject/Protocol/issues",
                "source": "https://central.hoa-project.net/Resource/Library/Protocol"
            },
            "time": "2017-01-14T12:26:10+00:00"
        },
        {
            "name": "hoa/realdom",
            "version": "1.17.01.13",
            "source": {
                "type": "git",
                "url": "https://github.com/hoaproject/Realdom.git",
                "reference": "79ef97b79814217dfca5c78de1cc9adb906739d2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hoaproject/Realdom/zipball/79ef97b79814217dfca5c78de1cc9adb906739d2",
                "reference": "79ef97b79814217dfca5c78de1cc9adb906739d2",
                "shasum": ""
            },
            "require": {
                "hoa/compiler": "~3.0",
                "hoa/consistency": "~1.0",
                "hoa/exception": "~1.0",
                "hoa/file": "~1.0",
                "hoa/iterator": "~2.0",
                "hoa/math": "~1.0",
                "hoa/praspel": "~1.0",
                "hoa/regex": "~1.0",
                "hoa/ustring": "~4.0",
                "hoa/visitor": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                },
                "patches_applied": {
                    "hash": "f11d7d269a1fdc63edee82bffee61186c89e71af",
                    "list": [
                        {
                            "from-package": "friendsofphp/pickle dev-master",
                            "path": "patches/hoa/realdom/0001-Remove-use-of-deprecated-each-function.patch",
                            "description": "PHP 8 fixes"
                        }
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Hoa\\Realdom\\": "."
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Ivan Enderlin",
                    "email": "ivan.enderlin@hoa-project.net"
                },
                {
                    "name": "Hoa community",
                    "homepage": "https://hoa-project.net/"
                }
            ],
            "description": "The Hoa\\Realdom library.",
            "homepage": "https://hoa-project.net/",
            "keywords": [
                "domain",
                "generation",
                "library",
                "praspel",
                "realdom",
                "realistic",
                "specification",
                "test",
                "validation"
            ],
            "support": {
                "docs": "https://central.hoa-project.net/Documentation/Library/Realdom",
                "email": "support@hoa-project.net",
                "forum": "https://users.hoa-project.net/",
                "irc": "irc://chat.freenode.net/hoaproject",
                "issues": "https://github.com/hoaproject/Realdom/issues",
                "source": "https://central.hoa-project.net/Resource/Library/Realdom"
            },
            "time": "2017-01-13T15:55:50+00:00"
        },
        {
            "name": "hoa/regex",
            "version": "1.17.01.13",
            "source": {
                "type": "git",
                "url": "https://github.com/hoaproject/Regex.git",
                "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hoaproject/Regex/zipball/7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
                "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
                "shasum": ""
            },
            "require": {
                "hoa/consistency": "~1.0",
                "hoa/exception": "~1.0",
                "hoa/math": "~1.0",
                "hoa/protocol": "~1.0",
                "hoa/ustring": "~4.0",
                "hoa/visitor": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Hoa\\Regex\\": "."
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Ivan Enderlin",
                    "email": "ivan.enderlin@hoa-project.net"
                },
                {
                    "name": "Hoa community",
                    "homepage": "https://hoa-project.net/"
                }
            ],
            "description": "The Hoa\\Regex library.",
            "homepage": "https://hoa-project.net/",
            "keywords": [
                "compiler",
                "library",
                "regex"
            ],
            "support": {
                "docs": "https://central.hoa-project.net/Documentation/Library/Regex",
                "email": "support@hoa-project.net",
                "forum": "https://users.hoa-project.net/",
                "irc": "irc://chat.freenode.net/hoaproject",
                "issues": "https://github.com/hoaproject/Regex/issues",
                "source": "https://central.hoa-project.net/Resource/Library/Regex"
            },
            "time": "2017-01-13T16:10:24+00:00"
        },
        {
            "name": "hoa/router",
            "version": "3.17.01.14",
            "source": {
                "type": "git",
                "url": "https://github.com/hoaproject/Router.git",
                "reference": "8f09a2ed672f8cbf33d2e7e2e9db9181f1925b91"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hoaproject/Router/zipball/8f09a2ed672f8cbf33d2e7e2e9db9181f1925b91",
                "reference": "8f09a2ed672f8cbf33d2e7e2e9db9181f1925b91",
                "shasum": ""
            },
            "require": {
                "hoa/consistency": "~1.0",
                "hoa/exception": "~1.0",
                "hoa/zformat": "~1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Hoa\\Router\\": "."
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Ivan Enderlin",
                    "email": "ivan.enderlin@hoa-project.net"
                },
                {
                    "name": "Hoa community",
                    "homepage": "https://hoa-project.net/"
                }
            ],
            "description": "The Hoa\\Router library.",
            "homepage": "https://hoa-project.net/",
            "keywords": [
                "cli",
                "http",
                "library",
                "router"
            ],
            "support": {
                "docs": "https://central.hoa-project.net/Documentation/Library/Router",
                "email": "support@hoa-project.net",
                "forum": "https://users.hoa-project.net/",
                "irc": "irc://chat.freenode.net/hoaproject",
                "issues": "https://github.com/hoaproject/Router/issues",
                "source": "https://central.hoa-project.net/Resource/Library/Router"
            },
            "time": "2017-01-14T12:27:58+00:00"
        },
        {
            "name": "hoa/stream",
            "version": "1.17.02.21",
            "source": {
                "type": "git",
                "url": "https://github.com/hoaproject/Stream.git",
                "reference": "3293cfffca2de10525df51436adf88a559151d82"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82",
                "reference": "3293cfffca2de10525df51436adf88a559151d82",
                "shasum": ""
            },
            "require": {
                "hoa/consistency": "~1.0",
                "hoa/event": "~1.0",
                "hoa/exception": "~1.0",
                "hoa/protocol": "~1.0"
            },
            "require-dev": {
                "hoa/test": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                },
                "patches_applied": {
                    "hash": "2486a6463faad73fe576c8964aa53d8fddd52e8a",
                    "list": [
                        {
                            "from-package": "friendsofphp/pickle dev-master",
                            "path": "patches/hoa/stream/0001-Fix-PHP-8-compatibility.patch",
                            "description": "PHP 8 fixes"
                        }
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Hoa\\Stream\\": "."
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Ivan Enderlin",
                    "email": "ivan.enderlin@hoa-project.net"
                },
                {
                    "name": "Hoa community",
                    "homepage": "https://hoa-project.net/"
                }
            ],
            "description": "The Hoa\\Stream library.",
            "homepage": "https://hoa-project.net/",
            "keywords": [
                "Context",
                "bucket",
                "composite",
                "filter",
                "in",
                "library",
                "out",
                "protocol",
                "stream",
                "wrapper"
            ],
            "support": {
                "docs": "https://central.hoa-project.net/Documentation/Library/Stream",
                "email": "support@hoa-project.net",
                "forum": "https://users.hoa-project.net/",
                "irc": "irc://chat.freenode.net/hoaproject",
                "issues": "https://github.com/hoaproject/Stream/issues",
                "source": "https://central.hoa-project.net/Resource/Library/Stream"
            },
            "time": "2017-02-21T16:01:06+00:00"
        },
        {
            "name": "hoa/ustring",
            "version": "4.17.01.16",
            "source": {
                "type": "git",
                "url": "https://github.com/hoaproject/Ustring.git",
                "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/e6326e2739178799b1fe3fdd92029f9517fa17a0",
                "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0",
                "shasum": ""
            },
            "require": {
                "hoa/consistency": "~1.0",
                "hoa/exception": "~1.0"
            },
            "require-dev": {
                "hoa/test": "~2.0"
            },
            "suggest": {
                "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
                "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Hoa\\Ustring\\": "."
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Ivan Enderlin",
                    "email": "ivan.enderlin@hoa-project.net"
                },
                {
                    "name": "Hoa community",
                    "homepage": "https://hoa-project.net/"
                }
            ],
            "description": "The Hoa\\Ustring library.",
            "homepage": "https://hoa-project.net/",
            "keywords": [
                "library",
                "search",
                "string",
                "unicode"
            ],
            "support": {
                "docs": "https://central.hoa-project.net/Documentation/Library/Ustring",
                "email": "support@hoa-project.net",
                "forum": "https://users.hoa-project.net/",
                "irc": "irc://chat.freenode.net/hoaproject",
                "issues": "https://github.com/hoaproject/Ustring/issues",
                "source": "https://central.hoa-project.net/Resource/Library/Ustring"
            },
            "time": "2017-01-16T07:08:25+00:00"
        },
        {
            "name": "hoa/visitor",
            "version": "2.17.01.16",
            "source": {
                "type": "git",
                "url": "https://github.com/hoaproject/Visitor.git",
                "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/c18fe1cbac98ae449e0d56e87469103ba08f224a",
                "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a",
                "shasum": ""
            },
            "require": {
                "hoa/consistency": "~1.0"
            },
            "require-dev": {
                "hoa/test": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Hoa\\Visitor\\": "."
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Ivan Enderlin",
                    "email": "ivan.enderlin@hoa-project.net"
                },
                {
                    "name": "Hoa community",
                    "homepage": "https://hoa-project.net/"
                }
            ],
            "description": "The Hoa\\Visitor library.",
            "homepage": "https://hoa-project.net/",
            "keywords": [
                "library",
                "structure",
                "visit",
                "visitor"
            ],
            "support": {
                "docs": "https://central.hoa-project.net/Documentation/Library/Visitor",
                "email": "support@hoa-project.net",
                "forum": "https://users.hoa-project.net/",
                "irc": "irc://chat.freenode.net/hoaproject",
                "issues": "https://github.com/hoaproject/Visitor/issues",
                "source": "https://central.hoa-project.net/Resource/Library/Visitor"
            },
            "time": "2017-01-16T07:02:03+00:00"
        },
        {
            "name": "hoa/zformat",
            "version": "1.17.01.10",
            "source": {
                "type": "git",
                "url": "https://github.com/hoaproject/Zformat.git",
                "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
                "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
                "shasum": ""
            },
            "require": {
                "hoa/consistency": "~1.0",
                "hoa/exception": "~1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Hoa\\Zformat\\": "."
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Ivan Enderlin",
                    "email": "ivan.enderlin@hoa-project.net"
                },
                {
                    "name": "Hoa community",
                    "homepage": "https://hoa-project.net/"
                }
            ],
            "description": "The Hoa\\Zformat library.",
            "homepage": "https://hoa-project.net/",
            "keywords": [
                "library",
                "parameter",
                "zformat"
            ],
            "support": {
                "docs": "https://central.hoa-project.net/Documentation/Library/Zformat",
                "email": "support@hoa-project.net",
                "forum": "https://users.hoa-project.net/",
                "irc": "irc://chat.freenode.net/hoaproject",
                "issues": "https://github.com/hoaproject/Zformat/issues",
                "source": "https://central.hoa-project.net/Resource/Library/Zformat"
            },
            "time": "2017-01-10T10:39:54+00:00"
        },
        {
            "name": "php-cs-fixer/diff",
            "version": "v1.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/PHP-CS-Fixer/diff.git",
                "reference": "dbd31aeb251639ac0b9e7e29405c1441907f5759"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/dbd31aeb251639ac0b9e7e29405c1441907f5759",
                "reference": "dbd31aeb251639ac0b9e7e29405c1441907f5759",
                "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"
                },
                {
                    "name": "SpacePossum"
                }
            ],
            "description": "sebastian/diff v2 backport support for PHP5.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/v1.3.1"
            },
            "time": "2020-10-14T08:39:05+00:00"
        },
        {
            "name": "psr/cache",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/cache.git",
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Cache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for caching libraries",
            "keywords": [
                "cache",
                "psr",
                "psr-6"
            ],
            "time": "2016-08-06T20:24:11+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": "symfony/config",
            "version": "v5.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/config.git",
                "reference": "e39cf688c80fd79ab0a6a2d05a9facac9b2d534b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/config/zipball/e39cf688c80fd79ab0a6a2d05a9facac9b2d534b",
                "reference": "e39cf688c80fd79ab0a6a2d05a9facac9b2d534b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/filesystem": "^4.4|^5.0|^6.0",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-php80": "^1.16",
                "symfony/polyfill-php81": "^1.22"
            },
            "conflict": {
                "symfony/finder": "<4.4"
            },
            "require-dev": {
                "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
                "symfony/finder": "^4.4|^5.0|^6.0",
                "symfony/messenger": "^4.4|^5.0|^6.0",
                "symfony/service-contracts": "^1.1|^2|^3",
                "symfony/yaml": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "symfony/yaml": "To use the yaml reference dumper"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Config\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/config/tree/v5.4.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-11-28T15:25:38+00:00"
        },
        {
            "name": "symfony/dependency-injection",
            "version": "v5.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/dependency-injection.git",
                "reference": "9bd1ef389a2fe05fea7306b6155403e8a960d73d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/9bd1ef389a2fe05fea7306b6155403e8a960d73d",
                "reference": "9bd1ef389a2fe05fea7306b6155403e8a960d73d",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr/container": "^1.1.1",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-php80": "^1.16",
                "symfony/polyfill-php81": "^1.22",
                "symfony/service-contracts": "^1.1.6|^2"
            },
            "conflict": {
                "ext-psr": "<1.1|>=2",
                "symfony/config": "<5.3",
                "symfony/finder": "<4.4",
                "symfony/proxy-manager-bridge": "<4.4",
                "symfony/yaml": "<4.4"
            },
            "provide": {
                "psr/container-implementation": "1.0",
                "symfony/service-implementation": "1.0|2.0"
            },
            "require-dev": {
                "symfony/config": "^5.3|^6.0",
                "symfony/expression-language": "^4.4|^5.0|^6.0",
                "symfony/yaml": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "symfony/config": "",
                "symfony/expression-language": "For using expressions in service container configuration",
                "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
                "symfony/yaml": ""
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\DependencyInjection\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Allows you to standardize and centralize the way objects are constructed in your application",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/dependency-injection/tree/v5.4.1"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-12-01T16:25:34+00:00"
        },
        {
            "name": "symfony/event-dispatcher",
            "version": "v5.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher.git",
                "reference": "27d39ae126352b9fa3be5e196ccf4617897be3eb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/27d39ae126352b9fa3be5e196ccf4617897be3eb",
                "reference": "27d39ae126352b9fa3be5e196ccf4617897be3eb",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/event-dispatcher-contracts": "^2|^3",
                "symfony/polyfill-php80": "^1.16"
            },
            "conflict": {
                "symfony/dependency-injection": "<4.4"
            },
            "provide": {
                "psr/event-dispatcher-implementation": "1.0",
                "symfony/event-dispatcher-implementation": "2.0"
            },
            "require-dev": {
                "psr/log": "^1|^2|^3",
                "symfony/config": "^4.4|^5.0|^6.0",
                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony/error-handler": "^4.4|^5.0|^6.0",
                "symfony/expression-language": "^4.4|^5.0|^6.0",
                "symfony/http-foundation": "^4.4|^5.0|^6.0",
                "symfony/service-contracts": "^1.1|^2|^3",
                "symfony/stopwatch": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "symfony/dependency-injection": "",
                "symfony/http-kernel": ""
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\EventDispatcher\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-11-23T10:19:22+00:00"
        },
        {
            "name": "symfony/event-dispatcher-contracts",
            "version": "v2.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
                "reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/66bea3b09be61613cd3b4043a65a8ec48cfa6d2a",
                "reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr/event-dispatcher": "^1"
            },
            "suggest": {
                "symfony/event-dispatcher-implementation": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\EventDispatcher\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Generic abstractions related to dispatching event",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-07-12T14:48:14+00:00"
        },
        {
            "name": "symfony/options-resolver",
            "version": "v5.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/options-resolver.git",
                "reference": "b0fb78576487af19c500aaddb269fd36701d4847"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/b0fb78576487af19c500aaddb269fd36701d4847",
                "reference": "b0fb78576487af19c500aaddb269fd36701d4847",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-php73": "~1.0",
                "symfony/polyfill-php80": "^1.16"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\OptionsResolver\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides an improved replacement for the array_replace PHP function",
            "homepage": "https://symfony.com",
            "keywords": [
                "config",
                "configuration",
                "options"
            ],
            "support": {
                "source": "https://github.com/symfony/options-resolver/tree/v5.4.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-11-23T10:19:22+00:00"
        },
        {
            "name": "symfony/polyfill-php70",
            "version": "v1.20.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php70.git",
                "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/5f03a781d984aae42cebd18e7912fa80f02ee644",
                "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "metapackage",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.20-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php70/tree/v1.20.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2020-10-23T14:02:19+00:00"
        },
        {
            "name": "symfony/polyfill-php72",
            "version": "v1.23.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php72.git",
                "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
                "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php72\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-05-27T09:17:38+00:00"
        },
        {
            "name": "symfony/polyfill-php81",
            "version": "v1.23.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php81.git",
                "reference": "e66119f3de95efc359483f810c4c3e6436279436"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436",
                "reference": "e66119f3de95efc359483f810c4c3e6436279436",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php81\\": ""
                },
                "files": [
                    "bootstrap.php"
                ],
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-05-21T13:25:03+00:00"
        },
        {
            "name": "symfony/stopwatch",
            "version": "v5.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/stopwatch.git",
                "reference": "208ef96122bfed82a8f3a61458a07113a08bdcfe"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/208ef96122bfed82a8f3a61458a07113a08bdcfe",
                "reference": "208ef96122bfed82a8f3a61458a07113a08bdcfe",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/service-contracts": "^1|^2|^3"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Stopwatch\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides a way to profile code",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/stopwatch/tree/v5.4.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-11-23T10:19:22+00:00"
        },
        {
            "name": "symfony/translation",
            "version": "v5.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/translation.git",
                "reference": "8c82cd35ed861236138d5ae1c78c0c7ebcd62107"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/translation/zipball/8c82cd35ed861236138d5ae1c78c0c7ebcd62107",
                "reference": "8c82cd35ed861236138d5ae1c78c0c7ebcd62107",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php80": "^1.16",
                "symfony/translation-contracts": "^2.3"
            },
            "conflict": {
                "symfony/config": "<4.4",
                "symfony/console": "<5.3",
                "symfony/dependency-injection": "<5.0",
                "symfony/http-kernel": "<5.0",
                "symfony/twig-bundle": "<5.0",
                "symfony/yaml": "<4.4"
            },
            "provide": {
                "symfony/translation-implementation": "2.3"
            },
            "require-dev": {
                "psr/log": "^1|^2|^3",
                "symfony/config": "^4.4|^5.0|^6.0",
                "symfony/console": "^5.4|^6.0",
                "symfony/dependency-injection": "^5.0|^6.0",
                "symfony/finder": "^4.4|^5.0|^6.0",
                "symfony/http-client-contracts": "^1.1|^2.0|^3.0",
                "symfony/http-kernel": "^5.0|^6.0",
                "symfony/intl": "^4.4|^5.0|^6.0",
                "symfony/polyfill-intl-icu": "^1.21",
                "symfony/service-contracts": "^1.1.2|^2|^3",
                "symfony/yaml": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "psr/log-implementation": "To use logging capability in translator",
                "symfony/config": "",
                "symfony/yaml": ""
            },
            "type": "library",
            "autoload": {
                "files": [
                    "Resources/functions.php"
                ],
                "psr-4": {
                    "Symfony\\Component\\Translation\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides tools to internationalize your application",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/translation/tree/v5.4.1"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-12-05T20:33:52+00:00"
        },
        {
            "name": "symfony/translation-contracts",
            "version": "v2.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/translation-contracts.git",
                "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/d28150f0f44ce854e942b671fc2620a98aae1b1e",
                "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5"
            },
            "suggest": {
                "symfony/translation-implementation": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\Translation\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Generic abstractions related to translation",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https://github.com/symfony/translation-contracts/tree/v2.5.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-08-17T14:20:01+00:00"
        },
        {
            "name": "symfony/yaml",
            "version": "v5.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
                "reference": "034ccc0994f1ae3f7499fa5b1f2e75d5e7a94efc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/034ccc0994f1ae3f7499fa5b1f2e75d5e7a94efc",
                "reference": "034ccc0994f1ae3f7499fa5b1f2e75d5e7a94efc",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-ctype": "^1.8"
            },
            "conflict": {
                "symfony/console": "<5.3"
            },
            "require-dev": {
                "symfony/console": "^5.3|^6.0"
            },
            "suggest": {
                "symfony/console": "For validating YAML files using the lint command"
            },
            "bin": [
                "Resources/bin/yaml-lint"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Yaml\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Loads and dumps YAML files",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/yaml/tree/v5.4.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-11-28T15:25:38+00:00"
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": {
        "padraic/phar-updater": 20
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {
        "php": ">=7.2",
        "ext-dom": "*",
        "ext-json": "*",
        "ext-mbstring": "*",
        "ext-openssl": "*",
        "ext-simplexml": "*",
        "ext-zlib": "*"
    },
    "platform-dev": [],
    "platform-overrides": {
        "php": "7.2.5"
    },
    "plugin-api-version": "1.1.0"
}