[
    {
        "name": "psr/cache",
        "version": "3.0.0",
        "version_normalized": "3.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/cache.git",
            "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
            "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
            "shasum": ""
        },
        "require": {
            "php": ">=8.0.0"
        },
        "time": "2021-02-03T23:26:27+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": "https://www.php-fig.org/"
            }
        ],
        "description": "Common interface for caching libraries",
        "keywords": [
            "cache",
            "psr",
            "psr-6"
        ]
    },
    {
        "name": "psr/container",
        "version": "2.0.2",
        "version_normalized": "2.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/container.git",
            "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
            "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
            "shasum": ""
        },
        "require": {
            "php": ">=7.4.0"
        },
        "time": "2021-11-05T16:47:00+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "psr/log",
        "version": "3.0.0",
        "version_normalized": "3.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
            "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
            "shasum": ""
        },
        "require": {
            "php": ">=8.0.0"
        },
        "time": "2021-07-14T16:46:02+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Log\\": "src"
            }
        },
        "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"
        ]
    },
    {
        "name": "symfony/cache",
        "version": "v7.1.2",
        "version_normalized": "7.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/cache.git",
            "reference": "e933e1d947ffb88efcdd34a2bd51561cab7deaae"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/cache/zipball/e933e1d947ffb88efcdd34a2bd51561cab7deaae",
            "reference": "e933e1d947ffb88efcdd34a2bd51561cab7deaae",
            "shasum": ""
        },
        "require": {
            "php": ">=8.2",
            "psr/cache": "^2.0|^3.0",
            "psr/log": "^1.1|^2|^3",
            "symfony/cache-contracts": "^2.5|^3",
            "symfony/deprecation-contracts": "^2.5|^3.0",
            "symfony/service-contracts": "^2.5|^3",
            "symfony/var-exporter": "^6.4|^7.0"
        },
        "conflict": {
            "doctrine/dbal": "<3.6",
            "symfony/dependency-injection": "<6.4",
            "symfony/http-kernel": "<6.4",
            "symfony/var-dumper": "<6.4"
        },
        "provide": {
            "psr/cache-implementation": "2.0|3.0",
            "psr/simple-cache-implementation": "1.0|2.0|3.0",
            "symfony/cache-implementation": "1.1|2.0|3.0"
        },
        "require-dev": {
            "cache/integration-tests": "dev-master",
            "doctrine/dbal": "^3.6|^4",
            "predis/predis": "^1.1|^2.0",
            "psr/simple-cache": "^1.0|^2.0|^3.0",
            "symfony/config": "^6.4|^7.0",
            "symfony/dependency-injection": "^6.4|^7.0",
            "symfony/filesystem": "^6.4|^7.0",
            "symfony/http-kernel": "^6.4|^7.0",
            "symfony/messenger": "^6.4|^7.0",
            "symfony/var-dumper": "^6.4|^7.0"
        },
        "time": "2024-06-11T13:32:38+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Cache\\": ""
            },
            "classmap": [
                "Traits/ValueWrapper.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 extended PSR-6, PSR-16 (and tags) implementations",
        "homepage": "https://symfony.com",
        "keywords": [
            "caching",
            "psr6"
        ],
        "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/cache-contracts",
        "version": "v3.5.0",
        "version_normalized": "3.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/cache-contracts.git",
            "reference": "df6a1a44c890faded49a5fca33c2d5c5fd3c2197"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/df6a1a44c890faded49a5fca33c2d5c5fd3c2197",
            "reference": "df6a1a44c890faded49a5fca33c2d5c5fd3c2197",
            "shasum": ""
        },
        "require": {
            "php": ">=8.1",
            "psr/cache": "^3.0"
        },
        "time": "2024-04-18T09:32:20+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "3.5-dev"
            },
            "thanks": {
                "name": "symfony/contracts",
                "url": "https://github.com/symfony/contracts"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Contracts\\Cache\\": ""
            }
        },
        "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 caching",
        "homepage": "https://symfony.com",
        "keywords": [
            "abstractions",
            "contracts",
            "decoupling",
            "interfaces",
            "interoperability",
            "standards"
        ],
        "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/deprecation-contracts",
        "version": "v3.5.0",
        "version_normalized": "3.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/deprecation-contracts.git",
            "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
            "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
            "shasum": ""
        },
        "require": {
            "php": ">=8.1"
        },
        "time": "2024-04-18T09:32:20+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "3.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",
        "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/expression-language",
        "version": "v7.1.1",
        "version_normalized": "7.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/expression-language.git",
            "reference": "463cb95f80c14136175f4e03f7f6199b01c6b8b4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/expression-language/zipball/463cb95f80c14136175f4e03f7f6199b01c6b8b4",
            "reference": "463cb95f80c14136175f4e03f7f6199b01c6b8b4",
            "shasum": ""
        },
        "require": {
            "php": ">=8.2",
            "symfony/cache": "^6.4|^7.0",
            "symfony/deprecation-contracts": "^2.5|^3",
            "symfony/service-contracts": "^2.5|^3"
        },
        "time": "2024-05-31T14:57:53+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\ExpressionLanguage\\": ""
            },
            "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 engine that can compile and evaluate expressions",
        "homepage": "https://symfony.com",
        "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/service-contracts",
        "version": "v3.5.0",
        "version_normalized": "3.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/service-contracts.git",
            "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
            "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
            "shasum": ""
        },
        "require": {
            "php": ">=8.1",
            "psr/container": "^1.1|^2.0",
            "symfony/deprecation-contracts": "^2.5|^3"
        },
        "conflict": {
            "ext-psr": "<1.1|>=2"
        },
        "time": "2024-04-18T09:32:20+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "3.5-dev"
            },
            "thanks": {
                "name": "symfony/contracts",
                "url": "https://github.com/symfony/contracts"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Contracts\\Service\\": ""
            },
            "exclude-from-classmap": [
                "/Test/"
            ]
        },
        "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"
        ],
        "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/var-exporter",
        "version": "v7.1.2",
        "version_normalized": "7.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/var-exporter.git",
            "reference": "b80a669a2264609f07f1667f891dbfca25eba44c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/var-exporter/zipball/b80a669a2264609f07f1667f891dbfca25eba44c",
            "reference": "b80a669a2264609f07f1667f891dbfca25eba44c",
            "shasum": ""
        },
        "require": {
            "php": ">=8.2"
        },
        "require-dev": {
            "symfony/property-access": "^6.4|^7.0",
            "symfony/serializer": "^6.4|^7.0",
            "symfony/var-dumper": "^6.4|^7.0"
        },
        "time": "2024-06-28T08:00:31+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\VarExporter\\": ""
            },
            "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": "Allows exporting any serializable PHP data structure to plain PHP code",
        "homepage": "https://symfony.com",
        "keywords": [
            "clone",
            "construct",
            "export",
            "hydrate",
            "instantiate",
            "lazy-loading",
            "proxy",
            "serialize"
        ],
        "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"
            }
        ]
    }
]
