Skip to content
composer.lock 187 KiB
Newer Older
JulienSchneider's avatar
JulienSchneider committed
                "issues": "https://github.com/ralouphie/getallheaders/issues",
                "source": "https://github.com/ralouphie/getallheaders/tree/develop"
JulienSchneider's avatar
JulienSchneider committed
            "time": "2019-03-08T08:55:37+00:00"
JulienSchneider's avatar
JulienSchneider committed
            "name": "ramsey/collection",
Hugo Renard's avatar
Hugo Renard committed
            "version": "2.0.0",
            "source": {
                "type": "git",
JulienSchneider's avatar
JulienSchneider committed
                "url": "https://github.com/ramsey/collection.git",
Hugo Renard's avatar
Hugo Renard committed
                "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5"
            },
            "dist": {
                "type": "zip",
Hugo Renard's avatar
Hugo Renard committed
                "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
                "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
                "shasum": ""
            },
            "require": {
Hugo Renard's avatar
Hugo Renard committed
                "php": "^8.1"
JulienSchneider's avatar
JulienSchneider committed
            "require-dev": {
                "captainhook/plugin-composer": "^5.3",
                "ergebnis/composer-normalize": "^2.28.3",
                "fakerphp/faker": "^1.21",
                "hamcrest/hamcrest-php": "^2.0",
                "jangregor/phpstan-prophecy": "^1.0",
                "mockery/mockery": "^1.5",
                "php-parallel-lint/php-console-highlighter": "^1.0",
                "php-parallel-lint/php-parallel-lint": "^1.3",
                "phpcsstandards/phpcsutils": "^1.0.0-rc1",
                "phpspec/prophecy-phpunit": "^2.0",
                "phpstan/extension-installer": "^1.2",
                "phpstan/phpstan": "^1.9",
                "phpstan/phpstan-mockery": "^1.1",
                "phpstan/phpstan-phpunit": "^1.3",
                "phpunit/phpunit": "^9.5",
                "psalm/plugin-mockery": "^1.1",
                "psalm/plugin-phpunit": "^0.18.4",
                "ramsey/coding-standard": "^2.0.3",
                "ramsey/conventional-commits": "^1.3",
                "vimeo/psalm": "^5.4"
            },
            "type": "library",
            "extra": {
JulienSchneider's avatar
JulienSchneider committed
                "captainhook": {
                    "force-install": true
JulienSchneider's avatar
JulienSchneider committed
                "ramsey/conventional-commits": {
                    "configFile": "conventional-commits.json"
                }
            },
            "autoload": {
                "psr-4": {
JulienSchneider's avatar
JulienSchneider committed
                    "Ramsey\\Collection\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
JulienSchneider's avatar
JulienSchneider committed
                    "name": "Ben Ramsey",
                    "email": "ben@benramsey.com",
                    "homepage": "https://benramsey.com"
JulienSchneider's avatar
JulienSchneider committed
            "description": "A PHP library for representing and manipulating collections.",
            "keywords": [
JulienSchneider's avatar
JulienSchneider committed
                "array",
                "collection",
                "hash",
                "map",
                "queue",
                "set"
            ],
            "support": {
JulienSchneider's avatar
JulienSchneider committed
                "issues": "https://github.com/ramsey/collection/issues",
Hugo Renard's avatar
Hugo Renard committed
                "source": "https://github.com/ramsey/collection/tree/2.0.0"
            },
            "funding": [
                {
JulienSchneider's avatar
JulienSchneider committed
                    "url": "https://github.com/ramsey",
                    "type": "github"
                },
                {
JulienSchneider's avatar
JulienSchneider committed
                    "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
                    "type": "tidelift"
                }
            ],
Hugo Renard's avatar
Hugo Renard committed
            "time": "2022-12-31T21:50:55+00:00"
JulienSchneider's avatar
JulienSchneider committed
            "name": "ramsey/uuid",
Hugo Renard's avatar
Hugo Renard committed
            "version": "4.x-dev",
            "source": {
                "type": "git",
JulienSchneider's avatar
JulienSchneider committed
                "url": "https://github.com/ramsey/uuid.git",
                "reference": "c433de9d6929dca56757cb433319158648ab95be"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/c433de9d6929dca56757cb433319158648ab95be",
                "reference": "c433de9d6929dca56757cb433319158648ab95be",
                "shasum": ""
            },
            "require": {
                "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12",
JulienSchneider's avatar
JulienSchneider committed
                "ext-json": "*",
Hugo Renard's avatar
Hugo Renard committed
                "php": "^8.0",
                "ramsey/collection": "^1.2 || ^2.0"
JulienSchneider's avatar
JulienSchneider committed
            },
            "replace": {
                "rhumsaa/uuid": "self.version"
            },
            "require-dev": {
                "captainhook/captainhook": "^5.10",
                "captainhook/plugin-composer": "^5.3",
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
                "doctrine/annotations": "^1.8",
                "ergebnis/composer-normalize": "^2.15",
                "mockery/mockery": "^1.3",
                "paragonie/random-lib": "^2",
                "php-mock/php-mock": "^2.2",
                "php-mock/php-mock-mockery": "^1.3",
                "php-parallel-lint/php-parallel-lint": "^1.1",
                "phpbench/phpbench": "^1.0",
Hugo Renard's avatar
Hugo Renard committed
                "phpstan/extension-installer": "^1.1",
                "phpstan/phpstan": "^1.8",
                "phpstan/phpstan-mockery": "^1.1",
                "phpstan/phpstan-phpunit": "^1.1",
JulienSchneider's avatar
JulienSchneider committed
                "phpunit/phpunit": "^8.5 || ^9",
Hugo Renard's avatar
Hugo Renard committed
                "ramsey/composer-repl": "^1.4",
                "slevomat/coding-standard": "^8.4",
JulienSchneider's avatar
JulienSchneider committed
                "squizlabs/php_codesniffer": "^3.5",
                "vimeo/psalm": "^4.9"
            },
            "suggest": {
                "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
                "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
                "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
                "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
Hugo Renard's avatar
Hugo Renard committed
            "default-branch": true,
            "type": "library",
JulienSchneider's avatar
JulienSchneider committed
            "extra": {
                "captainhook": {
                    "force-install": true
                }
            },
            "autoload": {
JulienSchneider's avatar
JulienSchneider committed
                "files": [
                    "src/functions.php"
                ],
                "psr-4": {
JulienSchneider's avatar
JulienSchneider committed
                    "Ramsey\\Uuid\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
JulienSchneider's avatar
JulienSchneider committed
            "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
            "keywords": [
                "guid",
                "identifier",
                "uuid"
            ],
            "support": {
JulienSchneider's avatar
JulienSchneider committed
                "issues": "https://github.com/ramsey/uuid/issues",
Hugo Renard's avatar
Hugo Renard committed
                "source": "https://github.com/ramsey/uuid/tree/4.x"
            },
            "funding": [
                {
JulienSchneider's avatar
JulienSchneider committed
                    "url": "https://github.com/ramsey",
                    "type": "github"
                },
                {
JulienSchneider's avatar
JulienSchneider committed
                    "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
                    "type": "tidelift"
                }
            ],
            "time": "2024-08-12T21:09:13+00:00"
JulienSchneider's avatar
JulienSchneider committed
            "name": "slim/php-view",
            "version": "3.x-dev",
            "source": {
                "type": "git",
JulienSchneider's avatar
JulienSchneider committed
                "url": "https://github.com/slimphp/PHP-View.git",
                "reference": "ef1821663a6a028b9e446e8c6818fd257bf70313"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/slimphp/PHP-View/zipball/ef1821663a6a028b9e446e8c6818fd257bf70313",
                "reference": "ef1821663a6a028b9e446e8c6818fd257bf70313",
                "shasum": ""
            },
            "require": {
JulienSchneider's avatar
JulienSchneider committed
                "php": "^7.4 || ^8.0",
                "psr/http-message": "^1.1 || ^2.0"
JulienSchneider's avatar
JulienSchneider committed
            },
            "require-dev": {
                "phpstan/phpstan": "^1",
                "phpunit/phpunit": "^9 || ^10",
JulienSchneider's avatar
JulienSchneider committed
                "slim/psr7": "^1.6",
                "squizlabs/php_codesniffer": "^3.10"
JulienSchneider's avatar
JulienSchneider committed
            "default-branch": true,
            "type": "library",
            "autoload": {
                "psr-4": {
JulienSchneider's avatar
JulienSchneider committed
                    "Slim\\Views\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
JulienSchneider's avatar
JulienSchneider committed
                    "name": "Glenn Eggleton",
                    "email": "geggleto@gmail.com"
JulienSchneider's avatar
JulienSchneider committed
            "description": "Render PHP view scripts into a PSR-7 Response object.",
            "keywords": [
                "framework",
                "php",
                "phtml",
                "renderer",
                "slim",
                "template",
                "view"
            ],
            "support": {
JulienSchneider's avatar
JulienSchneider committed
                "issues": "https://github.com/slimphp/PHP-View/issues",
                "source": "https://github.com/slimphp/PHP-View/tree/3.x"
            "time": "2024-07-19T18:54:54+00:00"
JulienSchneider's avatar
JulienSchneider committed
            "name": "slim/psr7",
            "version": "1.7.0",
            "source": {
                "type": "git",
JulienSchneider's avatar
JulienSchneider committed
                "url": "https://github.com/slimphp/Slim-Psr7.git",
                "reference": "753e9646def5ff4db1a06e5cf4ef539bfd30f467"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/slimphp/Slim-Psr7/zipball/753e9646def5ff4db1a06e5cf4ef539bfd30f467",
                "reference": "753e9646def5ff4db1a06e5cf4ef539bfd30f467",
                "shasum": ""
            },
            "require": {
JulienSchneider's avatar
JulienSchneider committed
                "fig/http-message-util": "^1.1.5",
                "php": "^8.0",
                "psr/http-factory": "^1.1",
                "psr/http-message": "^1.0 || ^2.0",
JulienSchneider's avatar
JulienSchneider committed
                "ralouphie/getallheaders": "^3.0",
                "symfony/polyfill-php80": "^1.29"
JulienSchneider's avatar
JulienSchneider committed
            "provide": {
                "psr/http-factory-implementation": "^1.0",
                "psr/http-message-implementation": "^1.0 || ^2.0"
JulienSchneider's avatar
JulienSchneider committed
            },
            "require-dev": {
                "adriansuter/php-autoload-override": "^1.4",
JulienSchneider's avatar
JulienSchneider committed
                "ext-json": "*",
                "http-interop/http-factory-tests": "^1.1.0",
                "php-http/psr7-integration-tests": "1.3.0",
                "phpspec/prophecy": "^1.19",
                "phpspec/prophecy-phpunit": "^2.2",
                "phpstan/phpstan": "^1.11",
                "phpunit/phpunit": "^9.6",
                "squizlabs/php_codesniffer": "^3.10"
JulienSchneider's avatar
JulienSchneider committed
            },
            "type": "library",
            "autoload": {
                "psr-4": {
JulienSchneider's avatar
JulienSchneider committed
                    "Slim\\Psr7\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
JulienSchneider's avatar
JulienSchneider committed
                    "name": "Josh Lockhart",
                    "email": "hello@joshlockhart.com",
                    "homepage": "http://joshlockhart.com"
JulienSchneider's avatar
JulienSchneider committed
                    "name": "Andrew Smith",
                    "email": "a.smith@silentworks.co.uk",
                    "homepage": "http://silentworks.co.uk"
                },
                {
                    "name": "Rob Allen",
                    "email": "rob@akrabat.com",
                    "homepage": "http://akrabat.com"
                },
                {
                    "name": "Pierre Berube",
                    "email": "pierre@lgse.com",
                    "homepage": "http://www.lgse.com"
JulienSchneider's avatar
JulienSchneider committed
            "description": "Strict PSR-7 implementation",
            "homepage": "https://www.slimframework.com",
            "keywords": [
JulienSchneider's avatar
JulienSchneider committed
                "http",
                "psr-7",
                "psr7"
            ],
            "support": {
JulienSchneider's avatar
JulienSchneider committed
                "issues": "https://github.com/slimphp/Slim-Psr7/issues",
                "source": "https://github.com/slimphp/Slim-Psr7/tree/1.7.0"
            "time": "2024-06-08T14:48:17+00:00"
JulienSchneider's avatar
JulienSchneider committed
        },
        {
            "name": "slim/slim",
            "version": "4.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/slimphp/Slim.git",
                "reference": "f29badd6e7590a5961f87d9321896222ac91f297"
JulienSchneider's avatar
JulienSchneider committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/slimphp/Slim/zipball/f29badd6e7590a5961f87d9321896222ac91f297",
                "reference": "f29badd6e7590a5961f87d9321896222ac91f297",
JulienSchneider's avatar
JulienSchneider committed
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "nikic/fast-route": "^1.3",
                "php": "^7.4 || ^8.0",
                "psr/container": "^1.0 || ^2.0",
                "psr/http-factory": "^1.1",
Hugo Renard's avatar
Hugo Renard committed
                "psr/http-message": "^1.1 || ^2.0",
JulienSchneider's avatar
JulienSchneider committed
                "psr/http-server-handler": "^1.0",
                "psr/http-server-middleware": "^1.0",
                "psr/log": "^1.1 || ^2.0 || ^3.0"
            },
            "require-dev": {
                "adriansuter/php-autoload-override": "^1.4",
                "ext-simplexml": "*",
Hugo Renard's avatar
Hugo Renard committed
                "guzzlehttp/psr7": "^2.6",
                "httpsoft/http-message": "^1.1",
                "httpsoft/http-server-request": "^1.1",
                "laminas/laminas-diactoros": "^2.17 || ^3",
                "nyholm/psr7": "^1.8",
                "nyholm/psr7-server": "^1.1",
                "phpspec/prophecy": "^1.19",
Hugo Renard's avatar
Hugo Renard committed
                "phpspec/prophecy-phpunit": "^2.1",
                "phpstan/phpstan": "^1.11",
Hugo Renard's avatar
Hugo Renard committed
                "phpunit/phpunit": "^9.6",
JulienSchneider's avatar
JulienSchneider committed
                "slim/http": "^1.3",
                "slim/psr7": "^1.6",
                "squizlabs/php_codesniffer": "^3.10",
                "vimeo/psalm": "^5.24"
JulienSchneider's avatar
JulienSchneider committed
            },
            "suggest": {
                "ext-simplexml": "Needed to support XML format in BodyParsingMiddleware",
                "ext-xml": "Needed to support XML format in BodyParsingMiddleware",
                "php-di/php-di": "PHP-DI is the recommended container library to be used with Slim",
                "slim/psr7": "Slim PSR-7 implementation. See https://www.slimframework.com/docs/v4/start/installation.html for more information."
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Slim\\": "Slim"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
JulienSchneider's avatar
JulienSchneider committed
                    "name": "Josh Lockhart",
                    "email": "hello@joshlockhart.com",
                    "homepage": "https://joshlockhart.com"
JulienSchneider's avatar
JulienSchneider committed
                    "name": "Andrew Smith",
                    "email": "a.smith@silentworks.co.uk",
                    "homepage": "http://silentworks.co.uk"
JulienSchneider's avatar
JulienSchneider committed
                    "name": "Rob Allen",
                    "email": "rob@akrabat.com",
                    "homepage": "http://akrabat.com"
                },
                {
                    "name": "Pierre Berube",
                    "email": "pierre@lgse.com",
                    "homepage": "http://www.lgse.com"
                },
                {
                    "name": "Gabriel Manricks",
                    "email": "gmanricks@me.com",
                    "homepage": "http://gabrielmanricks.com"
                }
            ],
            "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
            "homepage": "https://www.slimframework.com",
            "keywords": [
                "api",
                "framework",
                "micro",
                "router"
            ],
            "support": {
                "docs": "https://www.slimframework.com/docs/v4/",
                "forum": "https://discourse.slimframework.com/",
                "irc": "irc://irc.freenode.net:6667/slimphp",
                "issues": "https://github.com/slimphp/Slim/issues",
                "rss": "https://www.slimframework.com/blog/feed.rss",
                "slack": "https://slimphp.slack.com/",
                "source": "https://github.com/slimphp/Slim",
                "wiki": "https://github.com/slimphp/Slim/wiki"
            },
            "funding": [
                {
                    "url": "https://opencollective.com/slimphp",
                    "type": "open_collective"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/slim/slim",
                    "type": "tidelift"
                }
            ],
            "time": "2024-07-07T12:48:11+00:00"
        },
        {
            "name": "symfony/clock",
            "version": "7.2.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/clock.git",
                "reference": "738af07b16942450f71491c995d35996893c8d85"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/clock/zipball/738af07b16942450f71491c995d35996893c8d85",
                "reference": "738af07b16942450f71491c995d35996893c8d85",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2",
                "psr/clock": "^1.0",
                "symfony/polyfill-php83": "^1.28"
            },
            "provide": {
                "psr/clock-implementation": "1.0"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "Resources/now.php"
                ],
                "psr-4": {
                    "Symfony\\Component\\Clock\\": ""
                },
                "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": "Decouples applications from the system clock",
            "homepage": "https://symfony.com",
            "keywords": [
                "clock",
                "psr20",
                "time"
            ],
            "support": {
                "source": "https://github.com/symfony/clock/tree/7.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"
                }
            ],
            "time": "2024-08-06T10:13:52+00:00"
JulienSchneider's avatar
JulienSchneider committed
            "name": "symfony/console",
            "version": "5.4.x-dev",
            "source": {
                "type": "git",
JulienSchneider's avatar
JulienSchneider committed
                "url": "https://github.com/symfony/console.git",
                "reference": "e86f8554de667c16dde8aeb89a3990cfde924df9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/e86f8554de667c16dde8aeb89a3990cfde924df9",
                "reference": "e86f8554de667c16dde8aeb89a3990cfde924df9",
                "shasum": ""
            },
            "require": {
JulienSchneider's avatar
JulienSchneider committed
                "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": {
JulienSchneider's avatar
JulienSchneider committed
                "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": {
JulienSchneider's avatar
JulienSchneider committed
                "psr/log": "For using the console logger",
                "symfony/event-dispatcher": "",
                "symfony/lock": "",
                "symfony/process": ""
            },
            "type": "library",
            "autoload": {
                "psr-4": {
JulienSchneider's avatar
JulienSchneider committed
                    "Symfony\\Component\\Console\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
JulienSchneider's avatar
JulienSchneider committed
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
JulienSchneider's avatar
JulienSchneider committed
            "description": "Eases the creation of beautiful and testable command line interfaces",
            "homepage": "https://symfony.com",
            "keywords": [
JulienSchneider's avatar
JulienSchneider committed
                "cli",
Hugo Renard's avatar
Hugo Renard committed
                "command-line",
JulienSchneider's avatar
JulienSchneider committed
                "console",
                "terminal"
            ],
            "support": {
JulienSchneider's avatar
JulienSchneider committed
                "source": "https://github.com/symfony/console/tree/5.4"
            },
            "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": "2024-08-13T16:31:56+00:00"
JulienSchneider's avatar
JulienSchneider committed
            "name": "symfony/deprecation-contracts",
Hugo Renard's avatar
Hugo Renard committed
            "version": "dev-main",
            "source": {
                "type": "git",
JulienSchneider's avatar
JulienSchneider committed
                "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": {
Hugo Renard's avatar
Hugo Renard committed
                "php": ">=8.1"
Hugo Renard's avatar
Hugo Renard committed
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
Hugo Renard's avatar
Hugo Renard committed
                    "dev-main": "3.5-dev"
                },
                "thanks": {
JulienSchneider's avatar
JulienSchneider committed
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "autoload": {
                "files": [
JulienSchneider's avatar
JulienSchneider committed
                    "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"
                }
            ],
JulienSchneider's avatar
JulienSchneider committed
            "description": "A generic function and convention to trigger deprecation notices",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/deprecation-contracts/tree/v3.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": "2024-04-18T09:32:20+00:00"
JulienSchneider's avatar
JulienSchneider committed
            "name": "symfony/finder",
            "version": "5.4.x-dev",
            "source": {
                "type": "git",
JulienSchneider's avatar
JulienSchneider committed
                "url": "https://github.com/symfony/finder.git",
                "reference": "ae25a9145a900764158d439653d5630191155ca0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/finder/zipball/ae25a9145a900764158d439653d5630191155ca0",
                "reference": "ae25a9145a900764158d439653d5630191155ca0",
                "shasum": ""
            },
            "require": {
JulienSchneider's avatar
JulienSchneider committed
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-php80": "^1.16"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
JulienSchneider's avatar
JulienSchneider committed
                    "Symfony\\Component\\Finder\\": ""
JulienSchneider's avatar
JulienSchneider committed
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
JulienSchneider's avatar
JulienSchneider committed
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
JulienSchneider's avatar
JulienSchneider committed
            "description": "Finds files and directories via an intuitive fluent interface",
            "homepage": "https://symfony.com",
            "support": {
JulienSchneider's avatar
JulienSchneider committed
                "source": "https://github.com/symfony/finder/tree/5.4"
            },
            "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": "2024-08-13T14:03:51+00:00"
JulienSchneider's avatar
JulienSchneider committed
            "name": "symfony/polyfill-ctype",
Hugo Renard's avatar
Hugo Renard committed
            "version": "1.x-dev",
            "source": {
                "type": "git",
JulienSchneider's avatar
JulienSchneider committed
                "url": "https://github.com/symfony/polyfill-ctype.git",
                "reference": "0424dff1c58f028c451efff2045f5d92410bd540"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/0424dff1c58f028c451efff2045f5d92410bd540",
                "reference": "0424dff1c58f028c451efff2045f5d92410bd540",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
JulienSchneider's avatar
JulienSchneider committed
                "ext-ctype": "*"
            },
            "suggest": {
JulienSchneider's avatar
JulienSchneider committed
                "ext-ctype": "For best performance"
JulienSchneider's avatar
JulienSchneider committed
            "default-branch": true,
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
JulienSchneider's avatar
JulienSchneider committed
                    "Symfony\\Polyfill\\Ctype\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
JulienSchneider's avatar
JulienSchneider committed
                    "name": "Gert de Pagter",
                    "email": "BackEndTea@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
JulienSchneider's avatar
JulienSchneider committed
            "description": "Symfony polyfill for ctype functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
JulienSchneider's avatar
JulienSchneider committed
                "ctype",
                "polyfill",
JulienSchneider's avatar
JulienSchneider committed
                "portable"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.30.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": "2024-05-31T15:07:36+00:00"
JulienSchneider's avatar
JulienSchneider committed
            "name": "symfony/polyfill-intl-grapheme",
Hugo Renard's avatar
Hugo Renard committed
            "version": "1.x-dev",
            "source": {
                "type": "git",
JulienSchneider's avatar
JulienSchneider committed
                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
                "reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/64647a7c30b2283f5d49b874d84a18fc22054b7a",
                "reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
JulienSchneider's avatar
JulienSchneider committed
            "suggest": {
                "ext-intl": "For best performance"
            },
            "default-branch": true,
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
JulienSchneider's avatar
JulienSchneider committed
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
                }
            },
            "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"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.30.0"
JulienSchneider's avatar
JulienSchneider committed
            },
            "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": "2024-05-31T15:07:36+00:00"
JulienSchneider's avatar
JulienSchneider committed
        },
        {
            "name": "symfony/polyfill-intl-normalizer",
Hugo Renard's avatar
Hugo Renard committed
            "version": "1.x-dev",
JulienSchneider's avatar
JulienSchneider committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
                "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb"
JulienSchneider's avatar
JulienSchneider committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/a95281b0be0d9ab48050ebd988b967875cdb9fdb",
                "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb",
JulienSchneider's avatar
JulienSchneider committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "default-branch": true,
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
                },
                "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"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.30.0"
JulienSchneider's avatar
JulienSchneider committed
            },
            "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": "2024-05-31T15:07:36+00:00"
JulienSchneider's avatar
JulienSchneider committed
        },
        {
            "name": "symfony/polyfill-mbstring",
Hugo Renard's avatar
Hugo Renard committed
            "version": "1.x-dev",
JulienSchneider's avatar
JulienSchneider committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "8740a072b86292957feb42703edde77fcfca84fb"
JulienSchneider's avatar
JulienSchneider committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8740a072b86292957feb42703edde77fcfca84fb",
                "reference": "8740a072b86292957feb42703edde77fcfca84fb",