Skip to content
Snippets Groups Projects
composer.lock 294 KiB
Newer Older
Tibo's avatar
Tibo committed
        },
        {
            "name": "predis/predis",
            "version": "v2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/predis/predis.git",
                "reference": "33b70b971a32b0d28b4f748b0547593dce316e0d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/predis/predis/zipball/33b70b971a32b0d28b4f748b0547593dce316e0d",
                "reference": "33b70b971a32b0d28b4f748b0547593dce316e0d",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.3",
                "phpstan/phpstan": "^1.9",
                "phpunit/phpunit": "^8.0 || ~9.4.4"
            },
            "suggest": {
                "ext-relay": "Faster connection with in-memory caching (>=0.6.2)"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Predis\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Till Krüss",
                    "homepage": "https://till.im",
                    "role": "Maintainer"
                }
            ],
            "description": "A flexible and feature-complete Redis client for PHP.",
            "homepage": "http://github.com/predis/predis",
            "keywords": [
                "nosql",
                "predis",
                "redis"
            ],
            "support": {
                "issues": "https://github.com/predis/predis/issues",
                "source": "https://github.com/predis/predis/tree/v2.2.0"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/tillkruss",
                    "type": "github"
                }
            ],
            "time": "2023-06-14T10:37:31+00:00"
        },
Bilal Talhaoui's avatar
Bilal Talhaoui committed
        {
            "name": "psr/container",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/container.git",
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "shasum": ""
            },
            "require": {
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Psr\\Container\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
Tibo's avatar
Tibo committed
                    "homepage": "https://www.php-fig.org/"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                }
            ],
            "description": "Common Container Interface (PHP FIG PSR-11)",
            "homepage": "https://github.com/php-fig/container",
            "keywords": [
                "PSR-11",
                "container",
                "container-interface",
                "container-interop",
                "psr"
            ],
            "support": {
                "issues": "https://github.com/php-fig/container/issues",
                "source": "https://github.com/php-fig/container/tree/1.1.2"
Thibault Debatty's avatar
Thibault Debatty committed
        {
            "name": "psr/http-client",
            "version": "1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-client.git",
                "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31",
                "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31",
                "shasum": ""
            },
            "require": {
                "php": "^7.0 || ^8.0",
                "psr/http-message": "^1.0 || ^2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Client\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP clients",
            "homepage": "https://github.com/php-fig/http-client",
            "keywords": [
                "http",
                "http-client",
                "psr",
                "psr-18"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-client/tree/1.0.2"
            },
            "time": "2023-04-10T20:12:12+00:00"
        },
        {
            "name": "psr/http-factory",
            "version": "1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-factory.git",
                "reference": "e616d01114759c4c489f93b099585439f795fe35"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
                "reference": "e616d01114759c4c489f93b099585439f795fe35",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0",
                "psr/http-message": "^1.0 || ^2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interfaces for PSR-7 HTTP message factories",
            "keywords": [
                "factory",
                "http",
                "message",
                "psr",
                "psr-17",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
            },
            "time": "2023-04-10T20:10:41+00:00"
        },
Tibo's avatar
Tibo committed
        {
            "name": "psr/http-message",
Thibault Debatty's avatar
Thibault Debatty committed
            "version": "2.0",
Tibo's avatar
Tibo committed
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-message.git",
Thibault Debatty's avatar
Thibault Debatty committed
                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
Tibo's avatar
Tibo committed
            },
            "dist": {
                "type": "zip",
Thibault Debatty's avatar
Thibault Debatty committed
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
Tibo's avatar
Tibo committed
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
Tibo's avatar
Tibo committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Thibault Debatty's avatar
Thibault Debatty committed
                    "dev-master": "2.0.x-dev"
Tibo's avatar
Tibo committed
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
Thibault Debatty's avatar
Thibault Debatty committed
                    "homepage": "https://www.php-fig.org/"
Tibo's avatar
Tibo committed
                }
            ],
            "description": "Common interface for HTTP messages",
            "homepage": "https://github.com/php-fig/http-message",
            "keywords": [
                "http",
                "http-message",
                "psr",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
Thibault Debatty's avatar
Thibault Debatty committed
                "source": "https://github.com/php-fig/http-message/tree/2.0"
Thibault Debatty's avatar
Thibault Debatty committed
            "time": "2023-04-04T09:54:51+00:00"
Tibo's avatar
Tibo committed
        },
Bilal Talhaoui's avatar
Bilal Talhaoui committed
        {
            "name": "psr/log",
Tibo's avatar
Tibo committed
            "version": "1.1.4",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
Tibo's avatar
Tibo committed
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "dist": {
                "type": "zip",
Tibo's avatar
Tibo committed
                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Tibo's avatar
Tibo committed
                    "dev-master": "1.1.x-dev"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Log\\": "Psr/Log/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
Tibo's avatar
Tibo committed
                    "homepage": "https://www.php-fig.org/"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                }
            ],
            "description": "Common interface for logging libraries",
            "homepage": "https://github.com/php-fig/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "support": {
Tibo's avatar
Tibo committed
                "source": "https://github.com/php-fig/log/tree/1.1.4"
Tibo's avatar
Tibo committed
            "time": "2021-05-03T11:20:27+00:00"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
        },
        {
            "name": "psr/simple-cache",
btalhaoui's avatar
btalhaoui committed
            "version": "1.0.1",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/simple-cache.git",
btalhaoui's avatar
btalhaoui committed
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "dist": {
                "type": "zip",
btalhaoui's avatar
btalhaoui committed
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\SimpleCache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interfaces for simple caching",
            "keywords": [
                "cache",
                "caching",
                "psr",
                "psr-16",
                "simple-cache"
            ],
            "support": {
                "source": "https://github.com/php-fig/simple-cache/tree/master"
            },
btalhaoui's avatar
btalhaoui committed
            "time": "2017-10-23T01:57:42+00:00"
        {
            "name": "psy/psysh",
            "version": "v0.11.20",
            "source": {
                "type": "git",
                "url": "https://github.com/bobthecow/psysh.git",
                "reference": "0fa27040553d1d280a67a4393194df5228afea5b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/0fa27040553d1d280a67a4393194df5228afea5b",
                "reference": "0fa27040553d1d280a67a4393194df5228afea5b",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-tokenizer": "*",
                "nikic/php-parser": "^4.0 || ^3.1",
                "php": "^8.0 || ^7.0.8",
                "symfony/console": "^6.0 || ^5.0 || ^4.0 || ^3.4",
                "symfony/var-dumper": "^6.0 || ^5.0 || ^4.0 || ^3.4"
            },
            "conflict": {
                "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.2"
            },
            "suggest": {
                "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
                "ext-pdo-sqlite": "The doc command requires SQLite to work.",
                "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
                "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
            },
            "bin": [
                "bin/psysh"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "0.11.x-dev"
                }
            },
            "autoload": {
                "files": [
                    "src/functions.php"
                ],
                "psr-4": {
                    "Psy\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Justin Hileman",
                    "email": "justin@justinhileman.info",
                    "homepage": "http://justinhileman.com"
                }
            ],
            "description": "An interactive shell for modern PHP.",
            "homepage": "http://psysh.org",
            "keywords": [
                "REPL",
                "console",
                "interactive",
                "shell"
            ],
            "support": {
                "issues": "https://github.com/bobthecow/psysh/issues",
                "source": "https://github.com/bobthecow/psysh/tree/v0.11.20"
            },
            "time": "2023-07-31T14:32:22+00:00"
        },
Tibo's avatar
Tibo committed
        {
            "name": "ralouphie/getallheaders",
Tibo's avatar
Tibo committed
            "version": "3.0.3",
Tibo's avatar
Tibo committed
            "source": {
                "type": "git",
                "url": "https://github.com/ralouphie/getallheaders.git",
Tibo's avatar
Tibo committed
                "reference": "120b605dfeb996808c31b6477290a714d356e822"
Tibo's avatar
Tibo committed
            },
            "dist": {
                "type": "zip",
Tibo's avatar
Tibo committed
                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
                "reference": "120b605dfeb996808c31b6477290a714d356e822",
Tibo's avatar
Tibo committed
                "shasum": ""
            },
            "require": {
Tibo's avatar
Tibo committed
                "php": ">=5.6"
Tibo's avatar
Tibo committed
            },
            "require-dev": {
Tibo's avatar
Tibo committed
                "php-coveralls/php-coveralls": "^2.1",
                "phpunit/phpunit": "^5 || ^6.5"
Tibo's avatar
Tibo committed
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/getallheaders.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ralph Khattar",
                    "email": "ralph.khattar@gmail.com"
                }
            ],
            "description": "A polyfill for getallheaders.",
            "support": {
                "issues": "https://github.com/ralouphie/getallheaders/issues",
                "source": "https://github.com/ralouphie/getallheaders/tree/develop"
            },
Tibo's avatar
Tibo committed
            "time": "2019-03-08T08:55:37+00:00"
Tibo's avatar
Tibo committed
        },
Bilal Talhaoui's avatar
Bilal Talhaoui committed
        {
            "name": "ramsey/uuid",
            "version": "3.9.7",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            "source": {
                "type": "git",
                "url": "https://github.com/ramsey/uuid.git",
                "reference": "dc75aa439eb4c1b77f5379fd958b3dc0e6014178"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/dc75aa439eb4c1b77f5379fd958b3dc0e6014178",
                "reference": "dc75aa439eb4c1b77f5379fd958b3dc0e6014178",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "shasum": ""
            },
            "require": {
Tibo's avatar
Tibo committed
                "ext-json": "*",
Tibo's avatar
Tibo committed
                "paragonie/random_compat": "^1 | ^2 | ^9.99.99",
                "php": "^5.4 | ^7.0 | ^8.0",
Tibo's avatar
Tibo committed
                "symfony/polyfill-ctype": "^1.8"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "replace": {
                "rhumsaa/uuid": "self.version"
            },
            "require-dev": {
Tibo's avatar
Tibo committed
                "codeception/aspect-mock": "^1 | ^2",
                "doctrine/annotations": "^1.2",
Tibo's avatar
Tibo committed
                "goaop/framework": "1.0.0-alpha.2 | ^1 | >=2.1.0 <=2.3.2",
Tibo's avatar
Tibo committed
                "mockery/mockery": "^0.9.11 | ^1",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "moontoast/math": "^1.1",
Tibo's avatar
Tibo committed
                "nikic/php-parser": "<=4.5.0",
Tibo's avatar
Tibo committed
                "paragonie/random-lib": "^2",
Tibo's avatar
Tibo committed
                "php-mock/php-mock-phpunit": "^0.3 | ^1.1 | ^2.6",
                "php-parallel-lint/php-parallel-lint": "^1.3",
                "phpunit/phpunit": ">=4.8.36 <9.0.0 | >=9.3.0",
                "squizlabs/php_codesniffer": "^3.5",
                "yoast/phpunit-polyfills": "^1.0"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "suggest": {
Tibo's avatar
Tibo committed
                "ext-ctype": "Provides support for PHP Ctype functions",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
Tibo's avatar
Tibo committed
                "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
Tibo's avatar
Tibo committed
                "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
            },
            "type": "library",
            "autoload": {
Tibo's avatar
Tibo committed
                "files": [
                    "src/functions.php"
Tibo's avatar
Tibo committed
                ],
                "psr-4": {
                    "Ramsey\\Uuid\\": "src/"
                }
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
Tibo's avatar
Tibo committed
                {
                    "name": "Ben Ramsey",
                    "email": "ben@benramsey.com",
                    "homepage": "https://benramsey.com"
                },
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                {
                    "name": "Marijn Huizendveld",
                    "email": "marijn.huizendveld@gmail.com"
                },
                {
                    "name": "Thibaud Fabre",
                    "email": "thibaud@aztech.io"
                }
            ],
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
            "homepage": "https://github.com/ramsey/uuid",
            "keywords": [
                "guid",
                "identifier",
                "uuid"
            ],
            "support": {
                "issues": "https://github.com/ramsey/uuid/issues",
                "rss": "https://github.com/ramsey/uuid/releases.atom",
                "source": "https://github.com/ramsey/uuid",
                "wiki": "https://github.com/ramsey/uuid/wiki"
            },
Tibo's avatar
Tibo committed
            "funding": [
                {
                    "url": "https://github.com/ramsey",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
                    "type": "tidelift"
                }
            ],
            "time": "2022-12-19T21:55:10+00:00"
Tibo's avatar
Tibo committed
        {
            "name": "swiftmailer/swiftmailer",
Tibo's avatar
Tibo committed
            "version": "v6.3.0",
Tibo's avatar
Tibo committed
            "source": {
                "type": "git",
                "url": "https://github.com/swiftmailer/swiftmailer.git",
Tibo's avatar
Tibo committed
                "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c"
Tibo's avatar
Tibo committed
            },
            "dist": {
                "type": "zip",
Tibo's avatar
Tibo committed
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8a5d5072dca8f48460fce2f4131fcc495eec654c",
                "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c",
Tibo's avatar
Tibo committed
                "shasum": ""
            },
            "require": {
Tibo's avatar
Tibo committed
                "egulias/email-validator": "^2.0|^3.1",
Tibo's avatar
Tibo committed
                "php": ">=7.0.0",
                "symfony/polyfill-iconv": "^1.0",
                "symfony/polyfill-intl-idn": "^1.10",
                "symfony/polyfill-mbstring": "^1.0"
Tibo's avatar
Tibo committed
            },
            "require-dev": {
                "mockery/mockery": "^1.0",
Tibo's avatar
Tibo committed
                "symfony/phpunit-bridge": "^4.4|^5.4"
Tibo's avatar
Tibo committed
            },
Tibo's avatar
Tibo committed
            "suggest": {
                "ext-intl": "Needed to support internationalized email addresses"
Tibo's avatar
Tibo committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "6.2-dev"
                }
            },
            "autoload": {
                "files": [
                    "lib/swift_required.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Chris Corbyn"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Swiftmailer, free feature-rich PHP mailer",
            "homepage": "https://swiftmailer.symfony.com",
            "keywords": [
                "email",
                "mail",
                "mailer"
Tibo's avatar
Tibo committed
            ],
            "support": {
                "issues": "https://github.com/swiftmailer/swiftmailer/issues",
Tibo's avatar
Tibo committed
                "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.3.0"
            },
            "funding": [
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer",
                    "type": "tidelift"
                }
            ],
Tibo's avatar
Tibo committed
            "abandoned": "symfony/mailer",
            "time": "2021-10-18T15:26:12+00:00"
Tibo's avatar
Tibo committed
        },
        {
            "name": "symfony/console",
            "version": "v4.4.49",
Tibo's avatar
Tibo committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/console.git",
                "reference": "33fa45ffc81fdcc1ca368d4946da859c8cdb58d9"
Tibo's avatar
Tibo committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/33fa45ffc81fdcc1ca368d4946da859c8cdb58d9",
                "reference": "33fa45ffc81fdcc1ca368d4946da859c8cdb58d9",
Tibo's avatar
Tibo committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php73": "^1.8",
Tibo's avatar
Tibo committed
                "symfony/polyfill-php80": "^1.16",
Tibo's avatar
Tibo committed
                "symfony/service-contracts": "^1.1|^2"
            },
            "conflict": {
Tibo's avatar
Tibo committed
                "psr/log": ">=3",
Tibo's avatar
Tibo committed
                "symfony/dependency-injection": "<3.4",
                "symfony/event-dispatcher": "<4.3|>=5",
                "symfony/lock": "<4.4",
                "symfony/process": "<3.3"
            },
            "provide": {
Tibo's avatar
Tibo committed
                "psr/log-implementation": "1.0|2.0"
Tibo's avatar
Tibo committed
            },
            "require-dev": {
Tibo's avatar
Tibo committed
                "psr/log": "^1|^2",
Tibo's avatar
Tibo committed
                "symfony/config": "^3.4|^4.0|^5.0",
                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
                "symfony/event-dispatcher": "^4.3",
                "symfony/lock": "^4.4|^5.0",
                "symfony/process": "^3.4|^4.0|^5.0",
                "symfony/var-dumper": "^4.3|^5.0"
            },
            "suggest": {
                "psr/log": "For using the console logger",
                "symfony/event-dispatcher": "",
                "symfony/lock": "",
                "symfony/process": ""
            },
Tibo's avatar
Tibo committed
            "type": "library",
            "autoload": {
                "psr-4": {
Tibo's avatar
Tibo committed
                    "Symfony\\Component\\Console\\": ""
                },
                "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"
Tibo's avatar
Tibo committed
            ],
            "description": "Eases the creation of beautiful and testable command line interfaces",
Tibo's avatar
Tibo committed
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/console/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-05T17:10:16+00:00"
Tibo's avatar
Tibo committed
        },
        {
            "name": "symfony/css-selector",
Thibault Debatty's avatar
Thibault Debatty committed
            "version": "v5.4.26",
Tibo's avatar
Tibo committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/css-selector.git",
Thibault Debatty's avatar
Thibault Debatty committed
                "reference": "0ad3f7e9a1ab492c5b4214cf22a9dc55dcf8600a"
Tibo's avatar
Tibo committed
            },
            "dist": {
                "type": "zip",
Thibault Debatty's avatar
Thibault Debatty committed
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/0ad3f7e9a1ab492c5b4214cf22a9dc55dcf8600a",
                "reference": "0ad3f7e9a1ab492c5b4214cf22a9dc55dcf8600a",
Tibo's avatar
Tibo committed
                "shasum": ""
            },
            "require": {
Tibo's avatar
Tibo committed
                "php": ">=7.2.5",
                "symfony/polyfill-php80": "^1.16"
Tibo's avatar
Tibo committed
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\CssSelector\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
Tibo's avatar
Tibo committed
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
Tibo's avatar
Tibo committed
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Jean-François Simon",
                    "email": "jeanfrancois.simon@sensiolabs.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
            "description": "Converts CSS selectors to XPath expressions",
Tibo's avatar
Tibo committed
            "homepage": "https://symfony.com",
            "support": {
Thibault Debatty's avatar
Thibault Debatty committed
                "source": "https://github.com/symfony/css-selector/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-07T06:10:25+00:00"
Tibo's avatar
Tibo committed
        },
        {
            "name": "symfony/debug",
            "version": "v4.4.44",
Tibo's avatar
Tibo committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/debug.git",
                "reference": "1a692492190773c5310bc7877cb590c04c2f05be"
Tibo's avatar
Tibo committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be",
                "reference": "1a692492190773c5310bc7877cb590c04c2f05be",
Tibo's avatar
Tibo committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
Tibo's avatar
Tibo committed
                "psr/log": "^1|^2|^3"
Tibo's avatar
Tibo committed
            },
            "conflict": {
                "symfony/http-kernel": "<3.4"
            },
            "require-dev": {
                "symfony/http-kernel": "^3.4|^4.0|^5.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Debug\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides tools to ease debugging PHP code",
Tibo's avatar
Tibo committed
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/debug/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"
                }
            ],
            "abandoned": "symfony/error-handler",
            "time": "2022-07-28T16:29:46+00:00"
        },
        {
            "name": "symfony/deprecation-contracts",
            "version": "v2.5.2",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/deprecation-contracts.git",
Tibo's avatar
Tibo committed
                "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
            },
            "dist": {
                "type": "zip",
Tibo's avatar
Tibo committed
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
                "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "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": {
                "files": [
                    "function.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "A generic function and convention to trigger deprecation notices",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/deprecation-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"
                }
            ],
Tibo's avatar
Tibo committed
            "time": "2022-01-02T09:53:40+00:00"
        },
        {
            "name": "symfony/error-handler",
            "version": "v4.4.44",
            "source": {
Tibo's avatar
Tibo committed
                "type": "git",
                "url": "https://github.com/symfony/error-handler.git",
                "reference": "be731658121ef2d8be88f3a1ec938148a9237291"
Tibo's avatar
Tibo committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/error-handler/zipball/be731658121ef2d8be88f3a1ec938148a9237291",
                "reference": "be731658121ef2d8be88f3a1ec938148a9237291",
Tibo's avatar
Tibo committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
Tibo's avatar
Tibo committed
                "psr/log": "^1|^2|^3",
Tibo's avatar
Tibo committed
                "symfony/debug": "^4.4.5",
                "symfony/var-dumper": "^4.4|^5.0"
            },
            "require-dev": {
                "symfony/http-kernel": "^4.4|^5.0",
                "symfony/serializer": "^4.4|^5.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\ErrorHandler\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"