Skip to content
Snippets Groups Projects
composer.lock 294 KiB
Newer Older
Tibo's avatar
Tibo committed
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
Tibo's avatar
Tibo committed
            ],
            "description": "Provides tools to manage errors and ease debugging PHP code",
Tibo's avatar
Tibo committed
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/error-handler/tree/v4.4.44"
            },
            "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": "2022-07-28T16:29:46+00:00"
Tibo's avatar
Tibo committed
        },
        {
            "name": "symfony/event-dispatcher",
            "version": "v4.4.44",
Tibo's avatar
Tibo committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher.git",
                "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a"
Tibo's avatar
Tibo committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1e866e9e5c1b22168e0ce5f0b467f19bba61266a",
                "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a",
Tibo's avatar
Tibo committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
Tibo's avatar
Tibo committed
                "symfony/event-dispatcher-contracts": "^1.1",
                "symfony/polyfill-php80": "^1.16"
Tibo's avatar
Tibo committed
            },
            "conflict": {
                "symfony/dependency-injection": "<3.4"
            },
            "provide": {
                "psr/event-dispatcher-implementation": "1.0",
                "symfony/event-dispatcher-implementation": "1.1"
            },
            "require-dev": {
Tibo's avatar
Tibo committed
                "psr/log": "^1|^2|^3",
Tibo's avatar
Tibo committed
                "symfony/config": "^3.4|^4.0|^5.0",
                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
                "symfony/error-handler": "~3.4|~4.4",
Tibo's avatar
Tibo committed
                "symfony/expression-language": "^3.4|^4.0|^5.0",
                "symfony/http-foundation": "^3.4|^4.0|^5.0",
                "symfony/service-contracts": "^1.1|^2",
                "symfony/stopwatch": "^3.4|^4.0|^5.0"
            },
            "suggest": {
                "symfony/dependency-injection": "",
                "symfony/http-kernel": ""
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\EventDispatcher\\": ""
                },
                "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 that allow your application components to communicate with each other by dispatching events and listening to them",
Tibo's avatar
Tibo committed
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.44"
            },
            "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": "2022-07-20T09:59:04+00:00"
Tibo's avatar
Tibo committed
            "name": "symfony/event-dispatcher-contracts",
            "version": "v1.1.13",
Tibo's avatar
Tibo committed
            "source": {
                "type": "git",
Tibo's avatar
Tibo committed
                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
Tibo's avatar
Tibo committed
                "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e"
Tibo's avatar
Tibo committed
            },
            "dist": {
                "type": "zip",
Tibo's avatar
Tibo committed
                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/1d5cd762abaa6b2a4169d3e77610193a7157129e",
                "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e",
Tibo's avatar
Tibo committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3"
Tibo's avatar
Tibo committed
            },
            "suggest": {
                "psr/event-dispatcher": "",
                "symfony/event-dispatcher-implementation": ""
Tibo's avatar
Tibo committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Tibo's avatar
Tibo committed
                    "dev-main": "1.1-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
Tibo's avatar
Tibo committed
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\EventDispatcher\\": ""
                }
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
Tibo's avatar
Tibo committed
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
            "description": "Generic abstractions related to dispatching event",
Tibo's avatar
Tibo committed
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.13"
            },
            "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"
                }
            ],
Tibo's avatar
Tibo committed
            "time": "2022-01-02T09:41:36+00:00"
Tibo's avatar
Tibo committed
            "name": "symfony/finder",
            "version": "v4.4.44",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            "source": {
                "type": "git",
Tibo's avatar
Tibo committed
                "url": "https://github.com/symfony/finder.git",
                "reference": "66bd787edb5e42ff59d3523f623895af05043e4f"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/finder/zipball/66bd787edb5e42ff59d3523f623895af05043e4f",
                "reference": "66bd787edb5e42ff59d3523f623895af05043e4f",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "shasum": ""
            },
            "require": {
Tibo's avatar
Tibo committed
                "php": ">=7.1.3",
                "symfony/polyfill-php80": "^1.16"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "type": "library",
            "autoload": {
                "psr-4": {
Tibo's avatar
Tibo committed
                    "Symfony\\Component\\Finder\\": ""
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Finds files and directories via an intuitive fluent interface",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/finder/tree/v4.4.44"
            },
            "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": "2022-07-29T07:35:46+00:00"
        },
        {
            "name": "symfony/http-client-contracts",
            "version": "v2.5.2",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-client-contracts.git",
                "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70",
                "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5"
            },
            "suggest": {
                "symfony/http-client-implementation": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Tibo's avatar
Tibo committed
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\HttpClient\\": ""
                }
            },
            "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 HTTP clients",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.2"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2022-04-12T15:48:08+00:00"
Tibo's avatar
Tibo committed
            "name": "symfony/http-foundation",
            "version": "v4.4.49",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            "source": {
                "type": "git",
Tibo's avatar
Tibo committed
                "url": "https://github.com/symfony/http-foundation.git",
                "reference": "191413c7b832c015bb38eae963f2e57498c3c173"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/191413c7b832c015bb38eae963f2e57498c3c173",
                "reference": "191413c7b832c015bb38eae963f2e57498c3c173",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "shasum": ""
            },
            "require": {
Tibo's avatar
Tibo committed
                "php": ">=7.1.3",
                "symfony/mime": "^4.3|^5.0",
                "symfony/polyfill-mbstring": "~1.1",
Tibo's avatar
Tibo committed
                "symfony/polyfill-php80": "^1.16"
Tibo's avatar
Tibo committed
            },
            "require-dev": {
                "predis/predis": "~1.0",
                "symfony/expression-language": "^3.4|^4.0|^5.0"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "type": "library",
            "autoload": {
                "psr-4": {
Tibo's avatar
Tibo committed
                    "Symfony\\Component\\HttpFoundation\\": ""
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                },
                "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": "Defines an object-oriented layer for the HTTP specification",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/http-foundation/tree/v4.4.49"
            },
            "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": "2022-11-04T16:17:57+00:00"
Tibo's avatar
Tibo committed
            "name": "symfony/http-kernel",
            "version": "v4.4.50",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            "source": {
                "type": "git",
Tibo's avatar
Tibo committed
                "url": "https://github.com/symfony/http-kernel.git",
                "reference": "aa6df6c045f034aa13ac752fc234bb300b9488ef"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/aa6df6c045f034aa13ac752fc234bb300b9488ef",
                "reference": "aa6df6c045f034aa13ac752fc234bb300b9488ef",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "shasum": ""
            },
            "require": {
Tibo's avatar
Tibo committed
                "php": ">=7.1.3",
Tibo's avatar
Tibo committed
                "psr/log": "^1|^2",
Tibo's avatar
Tibo committed
                "symfony/error-handler": "^4.4",
                "symfony/event-dispatcher": "^4.4",
                "symfony/http-client-contracts": "^1.1|^2",
Tibo's avatar
Tibo committed
                "symfony/http-foundation": "^4.4.30|^5.3.7",
Tibo's avatar
Tibo committed
                "symfony/polyfill-ctype": "^1.8",
                "symfony/polyfill-php73": "^1.9",
Tibo's avatar
Tibo committed
                "symfony/polyfill-php80": "^1.16"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "conflict": {
Tibo's avatar
Tibo committed
                "symfony/browser-kit": "<4.3",
                "symfony/config": "<3.4",
                "symfony/console": ">=5",
                "symfony/dependency-injection": "<4.3",
                "symfony/translation": "<4.2",
                "twig/twig": "<1.43|<2.13,>=2"
Tibo's avatar
Tibo committed
            },
            "provide": {
Tibo's avatar
Tibo committed
                "psr/log-implementation": "1.0|2.0"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "require-dev": {
Tibo's avatar
Tibo committed
                "psr/cache": "^1.0|^2.0|^3.0",
Tibo's avatar
Tibo committed
                "symfony/browser-kit": "^4.3|^5.0",
                "symfony/config": "^3.4|^4.0|^5.0",
                "symfony/console": "^3.4|^4.0",
                "symfony/css-selector": "^3.4|^4.0|^5.0",
                "symfony/dependency-injection": "^4.3|^5.0",
                "symfony/dom-crawler": "^3.4|^4.0|^5.0",
                "symfony/expression-language": "^3.4|^4.0|^5.0",
                "symfony/finder": "^3.4|^4.0|^5.0",
                "symfony/process": "^3.4|^4.0|^5.0",
                "symfony/routing": "^3.4|^4.0|^5.0",
                "symfony/stopwatch": "^3.4|^4.0|^5.0",
                "symfony/templating": "^3.4|^4.0|^5.0",
                "symfony/translation": "^4.2|^5.0",
                "symfony/translation-contracts": "^1.1|^2",
                "twig/twig": "^1.43|^2.13|^3.0.4"
Tibo's avatar
Tibo committed
            },
            "suggest": {
                "symfony/browser-kit": "",
                "symfony/config": "",
                "symfony/console": "",
                "symfony/dependency-injection": ""
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "type": "library",
            "autoload": {
                "psr-4": {
Tibo's avatar
Tibo committed
                    "Symfony\\Component\\HttpKernel\\": ""
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                },
                "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 a structured process for converting a Request into a Response",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/http-kernel/tree/v4.4.50"
            },
            "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": "2023-02-01T08:01:31+00:00"
Tibo's avatar
Tibo committed
            "name": "symfony/mime",
Thibault Debatty's avatar
Thibault Debatty committed
            "version": "v5.4.26",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            "source": {
                "type": "git",
Tibo's avatar
Tibo committed
                "url": "https://github.com/symfony/mime.git",
Thibault Debatty's avatar
Thibault Debatty committed
                "reference": "2ea06dfeee20000a319d8407cea1d47533d5a9d2"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "dist": {
                "type": "zip",
Thibault Debatty's avatar
Thibault Debatty committed
                "url": "https://api.github.com/repos/symfony/mime/zipball/2ea06dfeee20000a319d8407cea1d47533d5a9d2",
                "reference": "2ea06dfeee20000a319d8407cea1d47533d5a9d2",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "shasum": ""
            },
            "require": {
Tibo's avatar
Tibo committed
                "php": ">=7.2.5",
Tibo's avatar
Tibo committed
                "symfony/deprecation-contracts": "^2.1|^3",
Tibo's avatar
Tibo committed
                "symfony/polyfill-intl-idn": "^1.10",
                "symfony/polyfill-mbstring": "^1.0",
Tibo's avatar
Tibo committed
                "symfony/polyfill-php80": "^1.16"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "conflict": {
Tibo's avatar
Tibo committed
                "egulias/email-validator": "~3.0.0",
                "phpdocumentor/reflection-docblock": "<3.2.2",
                "phpdocumentor/type-resolver": "<1.4.0",
                "symfony/mailer": "<4.4",
Thibault Debatty's avatar
Thibault Debatty committed
                "symfony/serializer": "<5.4.26|>=6,<6.2.13|>=6.3,<6.3.2"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "require-dev": {
                "egulias/email-validator": "^2.1.10|^3.1|^4",
                "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
Tibo's avatar
Tibo committed
                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony/property-access": "^4.4|^5.1|^6.0",
                "symfony/property-info": "^4.4|^5.1|^6.0",
Thibault Debatty's avatar
Thibault Debatty committed
                "symfony/serializer": "^5.4.26|~6.2.13|^6.3.2"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "type": "library",
            "autoload": {
                "psr-4": {
Tibo's avatar
Tibo committed
                    "Symfony\\Component\\Mime\\": ""
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                },
                "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": "Allows manipulating MIME messages",
            "homepage": "https://symfony.com",
            "keywords": [
                "mime",
                "mime-type"
            ],
            "support": {
Thibault Debatty's avatar
Thibault Debatty committed
                "source": "https://github.com/symfony/mime/tree/v5.4.26"
            },
            "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"
                }
            ],
Thibault Debatty's avatar
Thibault Debatty committed
            "time": "2023-07-27T06:29:31+00:00"
        },
        {
            "name": "symfony/polyfill-ctype",
            "version": "v1.27.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-ctype.git",
                "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
                "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
Tibo's avatar
Tibo committed
            "provide": {
                "ext-ctype": "*"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.27-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
Tibo's avatar
Tibo committed
                "files": [
                    "bootstrap.php"
Tibo's avatar
Tibo committed
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Ctype\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Gert de Pagter",
                    "email": "BackEndTea@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for ctype functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "ctype",
                "polyfill",
                "portable"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2022-11-03T14:55:06+00:00"
        },
        {
            "name": "symfony/polyfill-iconv",
            "version": "v1.27.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-iconv.git",
                "reference": "927013f3aac555983a5059aada98e1907d842695"
                "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/927013f3aac555983a5059aada98e1907d842695",
                "reference": "927013f3aac555983a5059aada98e1907d842695",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
Tibo's avatar
Tibo committed
            "provide": {
                "ext-iconv": "*"
            },
            "suggest": {
                "ext-iconv": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.27-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
Tibo's avatar
Tibo committed
                "files": [
                    "bootstrap.php"
Tibo's avatar
Tibo committed
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Iconv\\": ""
                }
            },
            "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 Iconv extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "iconv",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-iconv/tree/v1.27.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2022-11-03T14:55:06+00:00"
        },
        {
            "name": "symfony/polyfill-intl-idn",
            "version": "v1.27.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-idn.git",
                "reference": "639084e360537a19f9ee352433b84ce831f3d2da"
                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da",
                "reference": "639084e360537a19f9ee352433b84ce831f3d2da",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1",
                "symfony/polyfill-intl-normalizer": "^1.10",
                "symfony/polyfill-php72": "^1.10"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.27-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
Tibo's avatar
Tibo committed
                "files": [
                    "bootstrap.php"
Tibo's avatar
Tibo committed
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Laurent Bassin",
                    "email": "laurent@bassin.info"
                },
                {
                    "name": "Trevor Rowbotham",
                    "email": "trevor.rowbotham@pm.me"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            "homepage": "https://symfony.com",
Tibo's avatar
Tibo committed
            "keywords": [
                "compatibility",
                "idn",
                "intl",
                "polyfill",
                "portable",
                "shim"
Tibo's avatar
Tibo committed
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2022-11-03T14:55:06+00:00"
            "name": "symfony/polyfill-intl-normalizer",
            "version": "v1.27.0",
Tibo's avatar
Tibo committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
                "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
Tibo's avatar
Tibo committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
                "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
Tibo's avatar
Tibo committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
Tibo's avatar
Tibo committed
            },
            "suggest": {
                "ext-intl": "For best performance"
Tibo's avatar
Tibo committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.27-dev"
Tibo's avatar
Tibo committed
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
Tibo's avatar
Tibo committed
                }
            },
            "autoload": {
Tibo's avatar
Tibo committed
                "files": [
                    "bootstrap.php"
                ],
Tibo's avatar
Tibo committed
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
                },
                "classmap": [
                    "Resources/stubs"
Tibo's avatar
Tibo committed
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
Tibo's avatar
Tibo committed
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for intl's Normalizer class and related functions",
Tibo's avatar
Tibo committed
            "homepage": "https://symfony.com",
Tibo's avatar
Tibo committed
            "keywords": [
                "compatibility",
Tibo's avatar
Tibo committed
                "polyfill",
Tibo's avatar
Tibo committed
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2022-11-03T14:55:06+00:00"
Tibo's avatar
Tibo committed
        },
            "name": "symfony/polyfill-mbstring",
            "version": "v1.27.0",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
                "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
Tibo's avatar
Tibo committed
            },
Tibo's avatar
Tibo committed
            "provide": {
                "ext-mbstring": "*"
            },
Tibo's avatar
Tibo committed
            "suggest": {
                "ext-mbstring": "For best performance"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.27-dev"
Tibo's avatar
Tibo committed
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                }
            },
            "autoload": {
Tibo's avatar
Tibo committed
                "files": [
                    "bootstrap.php"
Tibo's avatar
Tibo committed
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                }
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
Tibo's avatar
Tibo committed
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Mbstring extension",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            "homepage": "https://symfony.com",
Tibo's avatar
Tibo committed
            "keywords": [
                "compatibility",
Tibo's avatar
Tibo committed
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",