Skip to content
Snippets Groups Projects
Select Git revision
  • 5ddb85b24417405b65b1661f9a1a0c4442043f41
  • main default protected
  • rewrite
  • production
4 results

composer.lock

Blame
  • composer.lock 43.05 KiB
    {
        "_readme": [
            "This file locks the dependencies of your project to a known state",
            "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
            "This file is @generated automatically"
        ],
        "content-hash": "7cbb1a410be00f937b47c45077c89f9a",
        "packages": [
            {
                "name": "erusev/parsedown",
                "version": "1.7.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/erusev/parsedown.git",
                    "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
                    "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
                    "shasum": ""
                },
                "require": {
                    "ext-mbstring": "*",
                    "php": ">=5.3.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.8.35"
                },
                "type": "library",
                "autoload": {
                    "psr-0": {
                        "Parsedown": ""
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Emanuil Rusev",
                        "email": "hello@erusev.com",
                        "homepage": "http://erusev.com"
                    }
                ],
                "description": "Parser for Markdown.",
                "homepage": "http://parsedown.org",
                "keywords": [
                    "markdown",
                    "parser"
                ],
                "support": {
                    "issues": "https://github.com/erusev/parsedown/issues",
                    "source": "https://github.com/erusev/parsedown/tree/1.7.x"
                },
                "time": "2019-12-30T22:54:17+00:00"
            },
            {
                "name": "erusev/parsedown-extra",
                "version": "0.8.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/erusev/parsedown-extra.git",
                    "reference": "91ac3ff98f0cea243bdccc688df43810f044dcef"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/erusev/parsedown-extra/zipball/91ac3ff98f0cea243bdccc688df43810f044dcef",
                    "reference": "91ac3ff98f0cea243bdccc688df43810f044dcef",
                    "shasum": ""
                },
                "require": {
                    "erusev/parsedown": "^1.7.4"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.8.35"
                },
                "type": "library",
                "autoload": {
                    "psr-0": {
                        "ParsedownExtra": ""
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Emanuil Rusev",
                        "email": "hello@erusev.com",
                        "homepage": "http://erusev.com"
                    }
                ],
                "description": "An extension of Parsedown that adds support for Markdown Extra.",
                "homepage": "https://github.com/erusev/parsedown-extra",
                "keywords": [
                    "markdown",
                    "markdown extra",
                    "parsedown",
                    "parser"
                ],
                "support": {
                    "issues": "https://github.com/erusev/parsedown-extra/issues",
                    "source": "https://github.com/erusev/parsedown-extra/tree/0.8.x"
                },
                "time": "2019-12-30T23:20:37+00:00"
            },
            {
                "name": "guzzlehttp/guzzle",
                "version": "7.8.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/guzzle/guzzle.git",
                    "reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
                    "reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
                    "shasum": ""
                },
                "require": {
                    "ext-json": "*",
                    "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
                    "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
                    "php": "^7.2.5 || ^8.0",
                    "psr/http-client": "^1.0",
                    "symfony/deprecation-contracts": "^2.2 || ^3.0"
                },
                "provide": {
                    "psr/http-client-implementation": "1.0"
                },
                "require-dev": {
                    "bamarni/composer-bin-plugin": "^1.8.2",
                    "ext-curl": "*",
                    "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
                    "php-http/message-factory": "^1.1",
                    "phpunit/phpunit": "^8.5.36 || ^9.6.15",
                    "psr/log": "^1.1 || ^2.0 || ^3.0"
                },
                "suggest": {
                    "ext-curl": "Required for CURL handler support",
                    "ext-intl": "Required for Internationalized Domain Name (IDN) support",
                    "psr/log": "Required for using the Log middleware"
                },
                "type": "library",
                "extra": {
                    "bamarni-bin": {
                        "bin-links": true,
                        "forward-command": false
                    }
                },
                "autoload": {
                    "files": [
                        "src/functions_include.php"
                    ],
                    "psr-4": {
                        "GuzzleHttp\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Graham Campbell",
                        "email": "hello@gjcampbell.co.uk",
                        "homepage": "https://github.com/GrahamCampbell"
                    },
                    {
                        "name": "Michael Dowling",
                        "email": "mtdowling@gmail.com",
                        "homepage": "https://github.com/mtdowling"
                    },
                    {
                        "name": "Jeremy Lindblom",
                        "email": "jeremeamia@gmail.com",
                        "homepage": "https://github.com/jeremeamia"
                    },
                    {
                        "name": "George Mponos",
                        "email": "gmponos@gmail.com",
                        "homepage": "https://github.com/gmponos"
                    },
                    {
                        "name": "Tobias Nyholm",
                        "email": "tobias.nyholm@gmail.com",
                        "homepage": "https://github.com/Nyholm"
                    },
                    {
                        "name": "Márk Sági-Kazár",
                        "email": "mark.sagikazar@gmail.com",
                        "homepage": "https://github.com/sagikazarmark"
                    },
                    {
                        "name": "Tobias Schultze",
                        "email": "webmaster@tubo-world.de",
                        "homepage": "https://github.com/Tobion"
                    }
                ],
                "description": "Guzzle is a PHP HTTP client library",
                "keywords": [
                    "client",
                    "curl",
                    "framework",
                    "http",
                    "http client",
                    "psr-18",
                    "psr-7",
                    "rest",
                    "web service"
                ],
                "support": {
                    "issues": "https://github.com/guzzle/guzzle/issues",
                    "source": "https://github.com/guzzle/guzzle/tree/7.8.1"
                },
                "funding": [
                    {
                        "url": "https://github.com/GrahamCampbell",
                        "type": "github"
                    },
                    {
                        "url": "https://github.com/Nyholm",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
                        "type": "tidelift"
                    }
                ],
                "time": "2023-12-03T20:35:24+00:00"
            },
            {
                "name": "guzzlehttp/promises",
                "version": "2.0.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/guzzle/promises.git",
                    "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
                    "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.2.5 || ^8.0"
                },
                "require-dev": {
                    "bamarni/composer-bin-plugin": "^1.8.2",
                    "phpunit/phpunit": "^8.5.36 || ^9.6.15"
                },
                "type": "library",
                "extra": {
                    "bamarni-bin": {
                        "bin-links": true,
                        "forward-command": false
                    }
                },
                "autoload": {
                    "psr-4": {
                        "GuzzleHttp\\Promise\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Graham Campbell",
                        "email": "hello@gjcampbell.co.uk",
                        "homepage": "https://github.com/GrahamCampbell"
                    },
                    {
                        "name": "Michael Dowling",
                        "email": "mtdowling@gmail.com",
                        "homepage": "https://github.com/mtdowling"
                    },
                    {
                        "name": "Tobias Nyholm",
                        "email": "tobias.nyholm@gmail.com",
                        "homepage": "https://github.com/Nyholm"
                    },
                    {
                        "name": "Tobias Schultze",
                        "email": "webmaster@tubo-world.de",
                        "homepage": "https://github.com/Tobion"
                    }
                ],
                "description": "Guzzle promises library",
                "keywords": [
                    "promise"
                ],
                "support": {
                    "issues": "https://github.com/guzzle/promises/issues",
                    "source": "https://github.com/guzzle/promises/tree/2.0.2"
                },
                "funding": [
                    {
                        "url": "https://github.com/GrahamCampbell",
                        "type": "github"
                    },
                    {
                        "url": "https://github.com/Nyholm",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
                        "type": "tidelift"
                    }
                ],
                "time": "2023-12-03T20:19:20+00:00"
            },
            {
                "name": "guzzlehttp/psr7",
                "version": "2.6.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/guzzle/psr7.git",
                    "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/guzzle/psr7/zipball/be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
                    "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.2.5 || ^8.0",
                    "psr/http-factory": "^1.0",
                    "psr/http-message": "^1.1 || ^2.0",
                    "ralouphie/getallheaders": "^3.0"
                },
                "provide": {
                    "psr/http-factory-implementation": "1.0",
                    "psr/http-message-implementation": "1.0"
                },
                "require-dev": {
                    "bamarni/composer-bin-plugin": "^1.8.1",
                    "http-interop/http-factory-tests": "^0.9",
                    "phpunit/phpunit": "^8.5.29 || ^9.5.23"
                },
                "suggest": {
                    "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
                },
                "type": "library",
                "extra": {
                    "bamarni-bin": {
                        "bin-links": true,
                        "forward-command": false
                    }
                },
                "autoload": {
                    "psr-4": {
                        "GuzzleHttp\\Psr7\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Graham Campbell",
                        "email": "hello@gjcampbell.co.uk",
                        "homepage": "https://github.com/GrahamCampbell"
                    },
                    {
                        "name": "Michael Dowling",
                        "email": "mtdowling@gmail.com",
                        "homepage": "https://github.com/mtdowling"
                    },
                    {
                        "name": "George Mponos",
                        "email": "gmponos@gmail.com",
                        "homepage": "https://github.com/gmponos"
                    },
                    {
                        "name": "Tobias Nyholm",
                        "email": "tobias.nyholm@gmail.com",
                        "homepage": "https://github.com/Nyholm"
                    },
                    {
                        "name": "Márk Sági-Kazár",
                        "email": "mark.sagikazar@gmail.com",
                        "homepage": "https://github.com/sagikazarmark"
                    },
                    {
                        "name": "Tobias Schultze",
                        "email": "webmaster@tubo-world.de",
                        "homepage": "https://github.com/Tobion"
                    },
                    {
                        "name": "Márk Sági-Kazár",
                        "email": "mark.sagikazar@gmail.com",
                        "homepage": "https://sagikazarmark.hu"
                    }
                ],
                "description": "PSR-7 message implementation that also provides common utility methods",
                "keywords": [
                    "http",
                    "message",
                    "psr-7",
                    "request",
                    "response",
                    "stream",
                    "uri",
                    "url"
                ],
                "support": {
                    "issues": "https://github.com/guzzle/psr7/issues",
                    "source": "https://github.com/guzzle/psr7/tree/2.6.1"
                },
                "funding": [
                    {
                        "url": "https://github.com/GrahamCampbell",
                        "type": "github"
                    },
                    {
                        "url": "https://github.com/Nyholm",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
                        "type": "tidelift"
                    }
                ],
                "time": "2023-08-27T10:13:57+00:00"
            },
            {
                "name": "jean85/pretty-package-versions",
                "version": "2.0.5",
                "source": {
                    "type": "git",
                    "url": "https://github.com/Jean85/pretty-package-versions.git",
                    "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/ae547e455a3d8babd07b96966b17d7fd21d9c6af",
                    "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af",
                    "shasum": ""
                },
                "require": {
                    "composer-runtime-api": "^2.0.0",
                    "php": "^7.1|^8.0"
                },
                "require-dev": {
                    "friendsofphp/php-cs-fixer": "^2.17",
                    "jean85/composer-provided-replaced-stub-package": "^1.0",
                    "phpstan/phpstan": "^0.12.66",
                    "phpunit/phpunit": "^7.5|^8.5|^9.4",
                    "vimeo/psalm": "^4.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Jean85\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Alessandro Lai",
                        "email": "alessandro.lai85@gmail.com"
                    }
                ],
                "description": "A library to get pretty versions strings of installed dependencies",
                "keywords": [
                    "composer",
                    "package",
                    "release",
                    "versions"
                ],
                "support": {
                    "issues": "https://github.com/Jean85/pretty-package-versions/issues",
                    "source": "https://github.com/Jean85/pretty-package-versions/tree/2.0.5"
                },
                "time": "2021-10-08T21:21:46+00:00"
            },
            {
                "name": "kornrunner/blurhash",
                "version": "v1.2.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/kornrunner/php-blurhash.git",
                    "reference": "bc8a4596cb0a49874f0158696a382ab3933fefe4"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/kornrunner/php-blurhash/zipball/bc8a4596cb0a49874f0158696a382ab3933fefe4",
                    "reference": "bc8a4596cb0a49874f0158696a382ab3933fefe4",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.3|^8.0"
                },
                "require-dev": {
                    "ext-gd": "*",
                    "ocramius/package-versions": "^1.4|^2.0",
                    "phpstan/phpstan": "^0.12",
                    "phpunit/phpunit": "^9",
                    "vimeo/psalm": "^4.3"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "kornrunner\\Blurhash\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Boris Momčilović",
                        "email": "boris.momcilovic@gmail.com"
                    }
                ],
                "description": "Pure PHP implementation of Blurhash",
                "homepage": "https://github.com/kornrunner/php-blurhash",
                "support": {
                    "issues": "https://github.com/kornrunner/php-blurhash/issues",
                    "source": "https://github.com/kornrunner/php-blurhash.git"
                },
                "time": "2022-07-13T19:38:39+00:00"
            },
            {
                "name": "phpmailer/phpmailer",
                "version": "v6.8.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/PHPMailer/PHPMailer.git",
                    "reference": "e88da8d679acc3824ff231fdc553565b802ac016"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e88da8d679acc3824ff231fdc553565b802ac016",
                    "reference": "e88da8d679acc3824ff231fdc553565b802ac016",
                    "shasum": ""
                },
                "require": {
                    "ext-ctype": "*",
                    "ext-filter": "*",
                    "ext-hash": "*",
                    "php": ">=5.5.0"
                },
                "require-dev": {
                    "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
                    "doctrine/annotations": "^1.2.6 || ^1.13.3",
                    "php-parallel-lint/php-console-highlighter": "^1.0.0",
                    "php-parallel-lint/php-parallel-lint": "^1.3.2",
                    "phpcompatibility/php-compatibility": "^9.3.5",
                    "roave/security-advisories": "dev-latest",
                    "squizlabs/php_codesniffer": "^3.7.2",
                    "yoast/phpunit-polyfills": "^1.0.4"
                },
                "suggest": {
                    "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
                    "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
                    "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
                    "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
                    "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
                    "psr/log": "For optional PSR-3 debug logging",
                    "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
                    "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "PHPMailer\\PHPMailer\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "LGPL-2.1-only"
                ],
                "authors": [
                    {
                        "name": "Marcus Bointon",
                        "email": "phpmailer@synchromedia.co.uk"
                    },
                    {
                        "name": "Jim Jagielski",
                        "email": "jimjag@gmail.com"
                    },
                    {
                        "name": "Andy Prevost",
                        "email": "codeworxtech@users.sourceforge.net"
                    },
                    {
                        "name": "Brent R. Matzelle"
                    }
                ],
                "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
                "support": {
                    "issues": "https://github.com/PHPMailer/PHPMailer/issues",
                    "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.8.1"
                },
                "funding": [
                    {
                        "url": "https://github.com/Synchro",
                        "type": "github"
                    }
                ],
                "time": "2023-08-29T08:26:30+00:00"
            },
            {
                "name": "psr/http-client",
                "version": "1.0.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-fig/http-client.git",
                    "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
                    "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
                    "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"
                },
                "time": "2023-09-23T14:17:50+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"
            },
            {
                "name": "psr/http-message",
                "version": "2.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-fig/http-message.git",
                    "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
                    "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.2 || ^8.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.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 interface for HTTP messages",
                "homepage": "https://github.com/php-fig/http-message",
                "keywords": [
                    "http",
                    "http-message",
                    "psr",
                    "psr-7",
                    "request",
                    "response"
                ],
                "support": {
                    "source": "https://github.com/php-fig/http-message/tree/2.0"
                },
                "time": "2023-04-04T09:54:51+00:00"
            },
            {
                "name": "psr/log",
                "version": "3.0.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-fig/log.git",
                    "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
                    "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
                    "shasum": ""
                },
                "require": {
                    "php": ">=8.0.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Psr\\Log\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "PHP-FIG",
                        "homepage": "https://www.php-fig.org/"
                    }
                ],
                "description": "Common interface for logging libraries",
                "homepage": "https://github.com/php-fig/log",
                "keywords": [
                    "log",
                    "psr",
                    "psr-3"
                ],
                "support": {
                    "source": "https://github.com/php-fig/log/tree/3.0.0"
                },
                "time": "2021-07-14T16:46:02+00:00"
            },
            {
                "name": "ralouphie/getallheaders",
                "version": "3.0.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/ralouphie/getallheaders.git",
                    "reference": "120b605dfeb996808c31b6477290a714d356e822"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
                    "reference": "120b605dfeb996808c31b6477290a714d356e822",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.6"
                },
                "require-dev": {
                    "php-coveralls/php-coveralls": "^2.1",
                    "phpunit/phpunit": "^5 || ^6.5"
                },
                "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"
                },
                "time": "2019-03-08T08:55:37+00:00"
            },
            {
                "name": "resend/resend-php",
                "version": "v0.11.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/resend/resend-php.git",
                    "reference": "31ec02fc2d16b3badc10612289a3325afe68147c"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/resend/resend-php/zipball/31ec02fc2d16b3badc10612289a3325afe68147c",
                    "reference": "31ec02fc2d16b3badc10612289a3325afe68147c",
                    "shasum": ""
                },
                "require": {
                    "guzzlehttp/guzzle": "^7.5",
                    "php": "^8.1.0"
                },
                "require-dev": {
                    "friendsofphp/php-cs-fixer": "^3.13",
                    "mockery/mockery": "^1.6",
                    "pestphp/pest": "^2.0"
                },
                "type": "library",
                "autoload": {
                    "files": [
                        "src/Resend.php"
                    ],
                    "psr-4": {
                        "Resend\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Resend and contributors",
                        "homepage": "https://github.com/resend/resend-php/contributors"
                    }
                ],
                "description": "Resend PHP library.",
                "homepage": "https://resend.com/",
                "keywords": [
                    "api",
                    "client",
                    "php",
                    "resend",
                    "sdk"
                ],
                "support": {
                    "issues": "https://github.com/resend/resend-php/issues",
                    "source": "https://github.com/resend/resend-php/tree/v0.11.0"
                },
                "time": "2024-02-01T18:06:15+00:00"
            },
            {
                "name": "sentry/sdk",
                "version": "4.0.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/getsentry/sentry-php-sdk.git",
                    "reference": "fcbca864e8d1dc712f3ecfaa95ea89d024fb2e53"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/fcbca864e8d1dc712f3ecfaa95ea89d024fb2e53",
                    "reference": "fcbca864e8d1dc712f3ecfaa95ea89d024fb2e53",
                    "shasum": ""
                },
                "require": {
                    "sentry/sentry": "^4.0"
                },
                "type": "metapackage",
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Sentry",
                        "email": "accounts@sentry.io"
                    }
                ],
                "description": "This is a meta package of sentry/sentry. We recommend using sentry/sentry directly.",
                "homepage": "http://sentry.io",
                "keywords": [
                    "crash-reporting",
                    "crash-reports",
                    "error-handler",
                    "error-monitoring",
                    "log",
                    "logging",
                    "sentry"
                ],
                "support": {
                    "issues": "https://github.com/getsentry/sentry-php-sdk/issues",
                    "source": "https://github.com/getsentry/sentry-php-sdk/tree/4.0.0"
                },
                "funding": [
                    {
                        "url": "https://sentry.io/",
                        "type": "custom"
                    },
                    {
                        "url": "https://sentry.io/pricing/",
                        "type": "custom"
                    }
                ],
                "time": "2023-11-06T10:23:19+00:00"
            },
            {
                "name": "sentry/sentry",
                "version": "4.0.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/getsentry/sentry-php.git",
                    "reference": "7e10bf3fd0bee2f2eee6981e509522ab0c523d5e"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/7e10bf3fd0bee2f2eee6981e509522ab0c523d5e",
                    "reference": "7e10bf3fd0bee2f2eee6981e509522ab0c523d5e",
                    "shasum": ""
                },
                "require": {
                    "ext-curl": "*",
                    "ext-json": "*",
                    "ext-mbstring": "*",
                    "guzzlehttp/psr7": "^1.8.4|^2.1.1",
                    "jean85/pretty-package-versions": "^1.5|^2.0.4",
                    "php": "^7.2|^8.0",
                    "psr/log": "^1.0|^2.0|^3.0",
                    "symfony/options-resolver": "^4.4.30|^5.0.11|^6.0|^7.0"
                },
                "conflict": {
                    "raven/raven": "*"
                },
                "require-dev": {
                    "friendsofphp/php-cs-fixer": "^3.4",
                    "guzzlehttp/promises": "^1.0|^2.0",
                    "guzzlehttp/psr7": "^1.8.4|^2.1.1",
                    "monolog/monolog": "^1.6|^2.0|^3.0",
                    "phpbench/phpbench": "^1.0",
                    "phpstan/phpstan": "^1.3",
                    "phpunit/phpunit": "^8.5.14|^9.4",
                    "symfony/phpunit-bridge": "^5.2|^6.0",
                    "vimeo/psalm": "^4.17"
                },
                "suggest": {
                    "monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler."
                },
                "type": "library",
                "autoload": {
                    "files": [
                        "src/functions.php"
                    ],
                    "psr-4": {
                        "Sentry\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Sentry",
                        "email": "accounts@sentry.io"
                    }
                ],
                "description": "A PHP SDK for Sentry (http://sentry.io)",
                "homepage": "http://sentry.io",
                "keywords": [
                    "crash-reporting",
                    "crash-reports",
                    "error-handler",
                    "error-monitoring",
                    "log",
                    "logging",
                    "sentry"
                ],
                "support": {
                    "issues": "https://github.com/getsentry/sentry-php/issues",
                    "source": "https://github.com/getsentry/sentry-php/tree/4.0.0"
                },
                "funding": [
                    {
                        "url": "https://sentry.io/",
                        "type": "custom"
                    },
                    {
                        "url": "https://sentry.io/pricing/",
                        "type": "custom"
                    }
                ],
                "time": "2023-11-06T10:16:08+00:00"
            },
            {
                "name": "symfony/deprecation-contracts",
                "version": "v3.3.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/deprecation-contracts.git",
                    "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
                    "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
                    "shasum": ""
                },
                "require": {
                    "php": ">=8.1"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "3.4-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/v3.3.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": "2023-05-23T14:45:45+00:00"
            },
            {
                "name": "symfony/options-resolver",
                "version": "v6.3.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/options-resolver.git",
                    "reference": "a10f19f5198d589d5c33333cffe98dc9820332dd"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/options-resolver/zipball/a10f19f5198d589d5c33333cffe98dc9820332dd",
                    "reference": "a10f19f5198d589d5c33333cffe98dc9820332dd",
                    "shasum": ""
                },
                "require": {
                    "php": ">=8.1",
                    "symfony/deprecation-contracts": "^2.5|^3"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\OptionsResolver\\": ""
                    },
                    "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 an improved replacement for the array_replace PHP function",
                "homepage": "https://symfony.com",
                "keywords": [
                    "config",
                    "configuration",
                    "options"
                ],
                "support": {
                    "source": "https://github.com/symfony/options-resolver/tree/v6.3.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": "2023-05-12T14:21:09+00:00"
            }
        ],
        "packages-dev": [],
        "aliases": [],
        "minimum-stability": "stable",
        "stability-flags": [],
        "prefer-stable": false,
        "prefer-lowest": false,
        "platform": [],
        "platform-dev": [],
        "plugin-api-version": "2.6.0"
    }