[
    {
        "name": "doctrine/annotations",
        "version": "1.14.2",
        "version_normalized": "1.14.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/annotations.git",
            "reference": "ad785217c1e9555a7d6c6c8c9f406395a5e2882b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/annotations/zipball/ad785217c1e9555a7d6c6c8c9f406395a5e2882b",
            "reference": "ad785217c1e9555a7d6c6c8c9f406395a5e2882b",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "^1 || ^2",
            "ext-tokenizer": "*",
            "php": "^7.1 || ^8.0",
            "psr/cache": "^1 || ^2 || ^3"
        },
        "require-dev": {
            "doctrine/cache": "^1.11 || ^2.0",
            "doctrine/coding-standard": "^9 || ^10",
            "phpstan/phpstan": "~1.4.10 || ^1.8.0",
            "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
            "symfony/cache": "^4.4 || ^5.4 || ^6",
            "vimeo/psalm": "^4.10"
        },
        "suggest": {
            "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations"
        },
        "time": "2022-12-15T06:48:22+00:00",
        "type": "library",
        "installation-source": "dist",
        "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.14.2"
        }
    },
    {
        "name": "doctrine/deprecations",
        "version": "v1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/deprecations.git",
            "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
            "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
            "shasum": ""
        },
        "require": {
            "php": "^7.1|^8.0"
        },
        "require-dev": {
            "doctrine/coding-standard": "^9",
            "phpunit/phpunit": "^7.5|^8.5|^9.5",
            "psr/log": "^1|^2|^3"
        },
        "suggest": {
            "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
        },
        "time": "2022-05-02T15:47:09+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
        "homepage": "https://www.doctrine-project.org/",
        "support": {
            "issues": "https://github.com/doctrine/deprecations/issues",
            "source": "https://github.com/doctrine/deprecations/tree/v1.0.0"
        }
    },
    {
        "name": "doctrine/lexer",
        "version": "2.1.0",
        "version_normalized": "2.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/lexer.git",
            "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/lexer/zipball/39ab8fcf5a51ce4b85ca97c7a7d033eb12831124",
            "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124",
            "shasum": ""
        },
        "require": {
            "doctrine/deprecations": "^1.0",
            "php": "^7.1 || ^8.0"
        },
        "require-dev": {
            "doctrine/coding-standard": "^9 || ^10",
            "phpstan/phpstan": "^1.3",
            "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
            "psalm/plugin-phpunit": "^0.18.3",
            "vimeo/psalm": "^4.11 || ^5.0"
        },
        "time": "2022-12-14T08:49:07+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Lexer\\": "src"
            }
        },
        "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/2.1.0"
        },
        "funding": [
            {
                "url": "https://www.doctrine-project.org/sponsorship.html",
                "type": "custom"
            },
            {
                "url": "https://www.patreon.com/phpdoctrine",
                "type": "patreon"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "psr/cache",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "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"
        },
        "time": "2016-08-06T20:24:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ],
        "support": {
            "source": "https://github.com/php-fig/cache/tree/master"
        }
    },
    {
        "name": "psr/log",
        "version": "1.1.4",
        "version_normalized": "1.1.4.0",
        "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"
        },
        "time": "2021-05-03T11:20:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ],
        "support": {
            "source": "https://github.com/php-fig/log/tree/1.1.4"
        }
    },
    {
        "name": "symfony/deprecation-contracts",
        "version": "v2.5.2",
        "version_normalized": "2.5.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/deprecation-contracts.git",
            "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
            "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "time": "2022-01-02T09:53:40+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "2.5-dev"
            },
            "thanks": {
                "name": "symfony/contracts",
                "url": "https://github.com/symfony/contracts"
            }
        },
        "installation-source": "dist",
        "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.2"
        },
        "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"
            }
        ]
    },
    {
        "name": "symfony/finder",
        "version": "v5.4.17",
        "version_normalized": "5.4.17.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/finder.git",
            "reference": "40c08632019838dfb3350f18cf5563b8080055fc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/finder/zipball/40c08632019838dfb3350f18cf5563b8080055fc",
            "reference": "40c08632019838dfb3350f18cf5563b8080055fc",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/deprecation-contracts": "^2.1|^3",
            "symfony/polyfill-php80": "^1.16"
        },
        "time": "2022-12-22T10:31:03+00:00",
        "type": "library",
        "installation-source": "dist",
        "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.17"
        },
        "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"
            }
        ]
    },
    {
        "name": "symfony/polyfill-ctype",
        "version": "v1.27.0",
        "version_normalized": "1.27.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-ctype.git",
            "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
            "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "provide": {
            "ext-ctype": "*"
        },
        "suggest": {
            "ext-ctype": "For best performance"
        },
        "time": "2022-11-03T14:55:06+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.27-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "bootstrap.php"
            ],
            "psr-4": {
                "Symfony\\Polyfill\\Ctype\\": ""
            }
        },
        "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"
        ],
        "support": {
            "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.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"
            }
        ]
    },
    {
        "name": "symfony/polyfill-php80",
        "version": "v1.27.0",
        "version_normalized": "1.27.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php80.git",
            "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
            "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "time": "2022-11-03T14:55:06+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.27-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "bootstrap.php"
            ],
            "psr-4": {
                "Symfony\\Polyfill\\Php80\\": ""
            },
            "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"
        ],
        "support": {
            "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.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"
            }
        ]
    },
    {
        "name": "symfony/yaml",
        "version": "v5.4.17",
        "version_normalized": "5.4.17.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/yaml.git",
            "reference": "edcdc11498108f8967fe95118a7ec8624b94760e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/yaml/zipball/edcdc11498108f8967fe95118a7ec8624b94760e",
            "reference": "edcdc11498108f8967fe95118a7ec8624b94760e",
            "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"
        },
        "time": "2022-12-13T09:57:04+00:00",
        "bin": [
            "Resources/bin/yaml-lint"
        ],
        "type": "library",
        "installation-source": "dist",
        "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.17"
        },
        "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"
            }
        ]
    },
    {
        "name": "zircote/swagger-php",
        "version": "4.5.1",
        "version_normalized": "4.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zircote/swagger-php.git",
            "reference": "eb84fb4d65a327e604812fbddc6c27f69b9ed6e2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zircote/swagger-php/zipball/eb84fb4d65a327e604812fbddc6c27f69b9ed6e2",
            "reference": "eb84fb4d65a327e604812fbddc6c27f69b9ed6e2",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "^1.7",
            "ext-json": "*",
            "php": ">=7.2",
            "psr/log": "^1.1 || ^2.0 || ^3.0",
            "symfony/deprecation-contracts": "^2 || ^3",
            "symfony/finder": ">=2.2",
            "symfony/yaml": ">=3.3"
        },
        "require-dev": {
            "composer/package-versions-deprecated": "^1.11",
            "friendsofphp/php-cs-fixer": "^2.17 || ^3.0",
            "phpstan/phpstan": "^1.6",
            "phpunit/phpunit": ">=8",
            "vimeo/psalm": "^4.23"
        },
        "time": "2022-11-09T00:17:13+00:00",
        "bin": [
            "bin/openapi"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "OpenApi\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "Robert Allen",
                "email": "zircote@gmail.com"
            },
            {
                "name": "Bob Fanger",
                "email": "bfanger@gmail.com",
                "homepage": "https://bfanger.nl"
            },
            {
                "name": "Martin Rademacher",
                "email": "mano@radebatz.net",
                "homepage": "https://radebatz.net"
            }
        ],
        "description": "swagger-php - Generate interactive documentation for your RESTful API using phpdoc annotations",
        "homepage": "https://github.com/zircote/swagger-php/",
        "keywords": [
            "api",
            "json",
            "rest",
            "service discovery"
        ],
        "support": {
            "issues": "https://github.com/zircote/swagger-php/issues",
            "source": "https://github.com/zircote/swagger-php/tree/4.5.1"
        }
    }
]
