[
    {
        "name": "carbonphp/carbon-doctrine-types",
        "version": "3.2.0",
        "version_normalized": "3.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
            "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
            "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
            "shasum": ""
        },
        "require": {
            "php": "^8.1"
        },
        "conflict": {
            "doctrine/dbal": "<4.0.0 || >=5.0.0"
        },
        "require-dev": {
            "doctrine/dbal": "^4.0.0",
            "nesbot/carbon": "^2.71.0 || ^3.0.0",
            "phpunit/phpunit": "^10.3"
        },
        "time": "2024-02-09T16:56:22+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "KyleKatarn",
                "email": "kylekatarnls@gmail.com"
            }
        ],
        "description": "Types to use Carbon in Doctrine",
        "keywords": [
            "carbon",
            "date",
            "datetime",
            "doctrine",
            "time"
        ],
        "funding": [
            {
                "url": "https://github.com/kylekatarnls",
                "type": "github"
            },
            {
                "url": "https://opencollective.com/Carbon",
                "type": "open_collective"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "psr/clock",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/clock.git",
            "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
            "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
            "shasum": ""
        },
        "require": {
            "php": "^7.0 || ^8.0"
        },
        "time": "2022-11-25T14:36:26+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Clock\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "https://www.php-fig.org/"
            }
        ],
        "description": "Common interface for reading the clock.",
        "homepage": "https://github.com/php-fig/clock",
        "keywords": [
            "clock",
            "now",
            "psr",
            "psr-20",
            "time"
        ]
    },
    {
        "name": "symfony/deprecation-contracts",
        "version": "v3.5.1",
        "version_normalized": "3.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/deprecation-contracts.git",
            "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
            "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
            "shasum": ""
        },
        "require": {
            "php": ">=8.1"
        },
        "time": "2024-09-25T14:20:29+00:00",
        "type": "library",
        "extra": {
            "thanks": {
                "url": "https://github.com/symfony/contracts",
                "name": "symfony/contracts"
            },
            "branch-alias": {
                "dev-main": "3.5-dev"
            }
        },
        "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/polyfill-mbstring",
        "version": "v1.31.0",
        "version_normalized": "1.31.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
            "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2"
        },
        "provide": {
            "ext-mbstring": "*"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2024-09-09T11:45:10+00:00",
        "type": "library",
        "extra": {
            "thanks": {
                "url": "https://github.com/symfony/polyfill",
                "name": "symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "bootstrap.php"
            ],
            "psr-4": {
                "Symfony\\Polyfill\\Mbstring\\": ""
            }
        },
        "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"
            }
        ]
    },
    {
        "name": "symfony/polyfill-php80",
        "version": "v1.31.0",
        "version_normalized": "1.31.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php80.git",
            "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
            "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2"
        },
        "time": "2024-09-09T11:45:10+00:00",
        "type": "library",
        "extra": {
            "thanks": {
                "url": "https://github.com/symfony/polyfill",
                "name": "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"
        ],
        "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/translation",
        "version": "v6.4.13",
        "version_normalized": "6.4.13.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/translation.git",
            "reference": "bee9bfabfa8b4045a66bf82520e492cddbaffa66"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/translation/zipball/bee9bfabfa8b4045a66bf82520e492cddbaffa66",
            "reference": "bee9bfabfa8b4045a66bf82520e492cddbaffa66",
            "shasum": ""
        },
        "require": {
            "php": ">=8.1",
            "symfony/deprecation-contracts": "^2.5|^3",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/translation-contracts": "^2.5|^3.0"
        },
        "conflict": {
            "symfony/config": "<5.4",
            "symfony/console": "<5.4",
            "symfony/dependency-injection": "<5.4",
            "symfony/http-client-contracts": "<2.5",
            "symfony/http-kernel": "<5.4",
            "symfony/service-contracts": "<2.5",
            "symfony/twig-bundle": "<5.4",
            "symfony/yaml": "<5.4"
        },
        "provide": {
            "symfony/translation-implementation": "2.3|3.0"
        },
        "require-dev": {
            "nikic/php-parser": "^4.18|^5.0",
            "psr/log": "^1|^2|^3",
            "symfony/config": "^5.4|^6.0|^7.0",
            "symfony/console": "^5.4|^6.0|^7.0",
            "symfony/dependency-injection": "^5.4|^6.0|^7.0",
            "symfony/finder": "^5.4|^6.0|^7.0",
            "symfony/http-client-contracts": "^2.5|^3.0",
            "symfony/http-kernel": "^5.4|^6.0|^7.0",
            "symfony/intl": "^5.4|^6.0|^7.0",
            "symfony/polyfill-intl-icu": "^1.21",
            "symfony/routing": "^5.4|^6.0|^7.0",
            "symfony/service-contracts": "^2.5|^3",
            "symfony/yaml": "^5.4|^6.0|^7.0"
        },
        "time": "2024-09-27T18:14:25+00:00",
        "type": "library",
        "installation-source": "dist",
        "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",
        "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/translation-contracts",
        "version": "v3.5.1",
        "version_normalized": "3.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/translation-contracts.git",
            "reference": "4667ff3bd513750603a09c8dedbea942487fb07c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/4667ff3bd513750603a09c8dedbea942487fb07c",
            "reference": "4667ff3bd513750603a09c8dedbea942487fb07c",
            "shasum": ""
        },
        "require": {
            "php": ">=8.1"
        },
        "time": "2024-09-25T14:20:29+00:00",
        "type": "library",
        "extra": {
            "thanks": {
                "url": "https://github.com/symfony/contracts",
                "name": "symfony/contracts"
            },
            "branch-alias": {
                "dev-main": "3.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Contracts\\Translation\\": ""
            },
            "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 translation",
        "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": "voku/portable-ascii",
        "version": "2.0.3",
        "version_normalized": "2.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/voku/portable-ascii.git",
            "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
            "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
        },
        "suggest": {
            "ext-intl": "Use Intl for transliterator_transliterate() support"
        },
        "time": "2024-11-21T01:49:47+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "voku\\": "src/voku/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Lars Moelleken",
                "homepage": "https://www.moelleken.org/"
            }
        ],
        "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
        "homepage": "https://github.com/voku/portable-ascii",
        "keywords": [
            "ascii",
            "clean",
            "php"
        ],
        "funding": [
            {
                "url": "https://www.paypal.me/moelleken",
                "type": "custom"
            },
            {
                "url": "https://github.com/voku",
                "type": "github"
            },
            {
                "url": "https://opencollective.com/portable-ascii",
                "type": "open_collective"
            },
            {
                "url": "https://www.patreon.com/voku",
                "type": "patreon"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
                "type": "tidelift"
            }
        ]
    }
]
