Skip to content
composer.lock 182 KiB
Newer Older
                "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",
Hugo Renard's avatar
Hugo Renard committed
                "reference": "d459bdbb08b1d893c56b1328c81fa0fdbda3ab54"
            },
            "dist": {
                "type": "zip",
Hugo Renard's avatar
Hugo Renard committed
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/d459bdbb08b1d893c56b1328c81fa0fdbda3ab54",
                "reference": "d459bdbb08b1d893c56b1328c81fa0fdbda3ab54",
                "shasum": ""
            },
            "require": {
Hugo Renard's avatar
Hugo Renard committed
                "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11",
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"
                }
            ],
Hugo Renard's avatar
Hugo Renard committed
            "time": "2024-01-22T21:44:20+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",
Hugo Renard's avatar
Hugo Renard committed
                "reference": "ed5e37e8041959ec4e46b4bf6df5b94fed49684a"
            },
            "dist": {
                "type": "zip",
Hugo Renard's avatar
Hugo Renard committed
                "url": "https://api.github.com/repos/slimphp/PHP-View/zipball/ed5e37e8041959ec4e46b4bf6df5b94fed49684a",
                "reference": "ed5e37e8041959ec4e46b4bf6df5b94fed49684a",
                "shasum": ""
            },
            "require": {
JulienSchneider's avatar
JulienSchneider committed
                "php": "^7.4 || ^8.0",
Hugo Renard's avatar
Hugo Renard committed
                "psr/http-message": "^1.1"
JulienSchneider's avatar
JulienSchneider committed
            },
            "require-dev": {
Hugo Renard's avatar
Hugo Renard committed
                "phpunit/phpunit": "^9.6",
JulienSchneider's avatar
JulienSchneider committed
                "slim/psr7": "^1.6",
Hugo Renard's avatar
Hugo Renard committed
                "squizlabs/php_codesniffer": "^3.8"
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"
Hugo Renard's avatar
Hugo Renard committed
            "time": "2024-01-01T20:52:51+00:00"
JulienSchneider's avatar
JulienSchneider committed
            "name": "slim/psr7",
Hugo Renard's avatar
Hugo Renard committed
            "version": "1.6.x-dev",
            "source": {
                "type": "git",
JulienSchneider's avatar
JulienSchneider committed
                "url": "https://github.com/slimphp/Slim-Psr7.git",
Hugo Renard's avatar
Hugo Renard committed
                "reference": "72d2b2bac94ab4575d369f605dbfafbe168d3163"
            },
            "dist": {
                "type": "zip",
Hugo Renard's avatar
Hugo Renard committed
                "url": "https://api.github.com/repos/slimphp/Slim-Psr7/zipball/72d2b2bac94ab4575d369f605dbfafbe168d3163",
                "reference": "72d2b2bac94ab4575d369f605dbfafbe168d3163",
                "shasum": ""
            },
            "require": {
JulienSchneider's avatar
JulienSchneider committed
                "fig/http-message-util": "^1.1.5",
                "php": "^7.4 || ^8.0",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.0",
                "ralouphie/getallheaders": "^3.0",
                "symfony/polyfill-php80": "^1.26"
JulienSchneider's avatar
JulienSchneider committed
            "provide": {
                "psr/http-factory-implementation": "1.0",
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "adriansuter/php-autoload-override": "^1.3",
                "ext-json": "*",
                "http-interop/http-factory-tests": "^0.9.0",
Hugo Renard's avatar
Hugo Renard committed
                "php-http/psr7-integration-tests": "1.1",
JulienSchneider's avatar
JulienSchneider committed
                "phpspec/prophecy": "^1.15",
                "phpspec/prophecy-phpunit": "^2.0",
                "phpstan/phpstan": "^1.8",
                "phpunit/phpunit": "^9.5",
                "squizlabs/php_codesniffer": "^3.7"
            },
            "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",
Hugo Renard's avatar
Hugo Renard committed
                "source": "https://github.com/slimphp/Slim-Psr7/tree/1.6.x"
Hugo Renard's avatar
Hugo Renard committed
            "time": "2023-04-17T16:02:20+00:00"
JulienSchneider's avatar
JulienSchneider committed
        },
        {
            "name": "slim/slim",
            "version": "4.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/slimphp/Slim.git",
Hugo Renard's avatar
Hugo Renard committed
                "reference": "7354f85722b89ac08763baf326a15cc11c162837"
JulienSchneider's avatar
JulienSchneider committed
            },
            "dist": {
                "type": "zip",
Hugo Renard's avatar
Hugo Renard committed
                "url": "https://api.github.com/repos/slimphp/Slim/zipball/7354f85722b89ac08763baf326a15cc11c162837",
                "reference": "7354f85722b89ac08763baf326a15cc11c162837",
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.0",
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.18",
                "phpspec/prophecy-phpunit": "^2.1",
                "phpstan/phpstan": "^1.10",
                "phpunit/phpunit": "^9.6",
JulienSchneider's avatar
JulienSchneider committed
                "slim/http": "^1.3",
                "slim/psr7": "^1.6",
Hugo Renard's avatar
Hugo Renard committed
                "squizlabs/php_codesniffer": "^3.8"
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"
                }
            ],
Hugo Renard's avatar
Hugo Renard committed
            "time": "2024-01-01T20:50:49+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",
Hugo Renard's avatar
Hugo Renard committed
                "reference": "0aff1982feec6ac2a86f821957761b707c0071e6"
            },
            "dist": {
                "type": "zip",
Hugo Renard's avatar
Hugo Renard committed
                "url": "https://api.github.com/repos/symfony/console/zipball/0aff1982feec6ac2a86f821957761b707c0071e6",
                "reference": "0aff1982feec6ac2a86f821957761b707c0071e6",
                "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"
                }
            ],
Hugo Renard's avatar
Hugo Renard committed
            "time": "2024-01-21T09:52:19+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",
Hugo Renard's avatar
Hugo Renard committed
                "reference": "2c438b99bb2753c1628c1e6f523991edea5b03a4"
            },
            "dist": {
                "type": "zip",
Hugo Renard's avatar
Hugo Renard committed
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/2c438b99bb2753c1628c1e6f523991edea5b03a4",
                "reference": "2c438b99bb2753c1628c1e6f523991edea5b03a4",
                "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": {
Hugo Renard's avatar
Hugo Renard committed
                "source": "https://github.com/symfony/deprecation-contracts/tree/main"
            },
            "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"
                }
            ],
Hugo Renard's avatar
Hugo Renard committed
            "time": "2024-01-02T14:07:37+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",
Hugo Renard's avatar
Hugo Renard committed
                "reference": "ff4bce3c33451e7ec778070e45bd23f74214cd5d"
            },
            "dist": {
                "type": "zip",
Hugo Renard's avatar
Hugo Renard committed
                "url": "https://api.github.com/repos/symfony/finder/zipball/ff4bce3c33451e7ec778070e45bd23f74214cd5d",
                "reference": "ff4bce3c33451e7ec778070e45bd23f74214cd5d",
                "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"
                }
            ],
Hugo Renard's avatar
Hugo Renard committed
            "time": "2023-07-31T08:02:31+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",
Hugo Renard's avatar
Hugo Renard committed
                "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
            },
            "dist": {
                "type": "zip",
Hugo Renard's avatar
Hugo Renard committed
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
                "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
                "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": {
                "branch-alias": {
Hugo Renard's avatar
Hugo Renard committed
                    "dev-main": "1.28-dev"
                },
                "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": {
Hugo Renard's avatar
Hugo Renard committed
                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.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"
                }
            ],
Hugo Renard's avatar
Hugo Renard committed
            "time": "2023-01-26T09:26:14+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",
Hugo Renard's avatar
Hugo Renard committed
                "reference": "875e90aeea2777b6f135677f618529449334a612"
            },
            "dist": {
                "type": "zip",
Hugo Renard's avatar
Hugo Renard committed
                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612",
                "reference": "875e90aeea2777b6f135677f618529449334a612",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
JulienSchneider's avatar
JulienSchneider committed
            "suggest": {
                "ext-intl": "For best performance"
            },
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
Hugo Renard's avatar
Hugo Renard committed
                    "dev-main": "1.28-dev"
                },
                "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": {
Hugo Renard's avatar
Hugo Renard committed
                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.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"
                }
            ],
Hugo Renard's avatar
Hugo Renard committed
            "time": "2023-01-26T09:26:14+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",
Hugo Renard's avatar
Hugo Renard committed
                "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
JulienSchneider's avatar
JulienSchneider committed
            },
            "dist": {
                "type": "zip",
Hugo Renard's avatar
Hugo Renard committed
                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
                "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
JulienSchneider's avatar
JulienSchneider committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
Hugo Renard's avatar
Hugo Renard committed
                    "dev-main": "1.28-dev"
JulienSchneider's avatar
JulienSchneider committed
                },
                "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": {
Hugo Renard's avatar
Hugo Renard committed
                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.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"
                }
            ],
Hugo Renard's avatar
Hugo Renard committed
            "time": "2023-01-26T09:26:14+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",
Hugo Renard's avatar
Hugo Renard committed
                "reference": "42292d99c55abe617799667f454222c54c60e229"
JulienSchneider's avatar
JulienSchneider committed
            },
            "dist": {
                "type": "zip",
Hugo Renard's avatar
Hugo Renard committed
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
                "reference": "42292d99c55abe617799667f454222c54c60e229",
JulienSchneider's avatar
JulienSchneider committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
Hugo Renard's avatar
Hugo Renard committed
                    "dev-main": "1.28-dev"
JulienSchneider's avatar
JulienSchneider committed
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "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"
            ],
            "support": {
Hugo Renard's avatar
Hugo Renard committed
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.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"
                }
            ],
Hugo Renard's avatar
Hugo Renard committed
            "time": "2023-07-28T09:04:16+00:00"
JulienSchneider's avatar
JulienSchneider committed
        },
        {
            "name": "symfony/polyfill-php73",
Hugo Renard's avatar
Hugo Renard committed
            "version": "1.x-dev",
JulienSchneider's avatar
JulienSchneider committed
            "source": {