{ "_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": "dc55fca6aad73214de0080d0ecc4f631", "packages": [ { "name": "phpmailer/phpmailer", "version": "v6.12.0", "source": { "type": "git", "url": "https://github.com/PHPMailer/PHPMailer.git", "reference": "d1ac35d784bf9f5e61b424901d5a014967f15b12" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/d1ac35d784bf9f5e61b424901d5a014967f15b12", "reference": "d1ac35d784bf9f5e61b424901d5a014967f15b12", "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": { "decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication", "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.12.0" }, "funding": [ { "url": "https://github.com/Synchro", "type": "github" } ], "time": "2025-10-15T16:49:08+00:00" }, { "name": "sendgrid/php-http-client", "version": "4.1.3", "source": { "type": "git", "url": "https://github.com/sendgrid/php-http-client.git", "reference": "3002e9c8d21dcf664936ced4e5802ba8581a52c2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sendgrid/php-http-client/zipball/3002e9c8d21dcf664936ced4e5802ba8581a52c2", "reference": "3002e9c8d21dcf664936ced4e5802ba8581a52c2", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", "php": ">=7.3" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.16", "phpunit/phpunit": "^9", "squizlabs/php_codesniffer": "~2.0" }, "suggest": { "composer/ca-bundle": "Including this library will ensure that a valid CA bundle is available for secure connections" }, "type": "library", "autoload": { "psr-4": { "SendGrid\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Matt Bernier", "email": "mbernier@twilio.com" }, { "name": "Elmer Thomas", "email": "ethomas@twilio.com" } ], "description": "HTTP REST client, simplified for PHP", "homepage": "http://github.com/sendgrid/php-http-client", "keywords": [ "api", "fluent", "http", "rest", "sendgrid" ], "support": { "issues": "https://github.com/sendgrid/php-http-client/issues", "source": "https://github.com/sendgrid/php-http-client/tree/4.1.3" }, "time": "2025-04-11T10:34:13+00:00" }, { "name": "sendgrid/sendgrid", "version": "8.1.11", "source": { "type": "git", "url": "https://github.com/sendgrid/sendgrid-php.git", "reference": "1ed29bffffaec0216dc1330bb437d3b305428a11" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sendgrid/sendgrid-php/zipball/1ed29bffffaec0216dc1330bb437d3b305428a11", "reference": "1ed29bffffaec0216dc1330bb437d3b305428a11", "shasum": "" }, "require": { "ext-curl": "*", "ext-gmp": "*", "ext-json": "*", "ext-mbstring": "*", "ext-openssl": "*", "php": ">=7.3", "sendgrid/php-http-client": "~4.1", "starkbank/ecdsa": "^2.1.0" }, "replace": { "sendgrid/sendgrid-php": "*" }, "require-dev": { "phpstan/phpstan": "^1.5", "phpunit/phpunit": "^9", "squizlabs/php_codesniffer": "3.*", "swaggest/json-diff": "^3.4" }, "type": "library", "autoload": { "psr-4": { "SendGrid\\Mail\\": "lib/mail/", "SendGrid\\Stats\\": "lib/stats/", "SendGrid\\Helper\\": "lib/helper/", "SendGrid\\Contacts\\": "lib/contacts/", "SendGrid\\EventWebhook\\": "lib/eventwebhook/" }, "classmap": [ "lib/BaseSendGridClientInterface.php", "lib/SendGrid.php", "lib/TwilioEmail.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "This library allows you to quickly and easily send emails through Twilio SendGrid using PHP.", "homepage": "http://github.com/sendgrid/sendgrid-php", "keywords": [ "email", "grid", "send", "sendgrid", "twilio sendgrid" ], "support": { "issues": "https://github.com/sendgrid/sendgrid-php/issues", "source": "https://github.com/sendgrid/sendgrid-php/tree/8.1.11" }, "time": "2025-02-22T09:34:11+00:00" }, { "name": "starkbank/ecdsa", "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/starkbank/ecdsa-php.git", "reference": "4a227c48b179544abb73b20f17440b4654e07041" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/starkbank/ecdsa-php/zipball/4a227c48b179544abb73b20f17440b4654e07041", "reference": "4a227c48b179544abb73b20f17440b4654e07041", "shasum": "" }, "require": { "ext-gmp": "*", "php": ">=7.0" }, "type": "library", "autoload": { "files": [ "src/ellipticcurve.php" ], "psr-4": { "EllipticCurve\\": "src/" }, "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "StarkBank", "email": "developers@starkbank.com", "homepage": "https://starkbank.com", "role": "Developer" } ], "description": "fast openSSL-compatible implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA)", "homepage": "https://github.com/starkbank/ecdsa-php", "support": { "issues": "https://github.com/starkbank/ecdsa-php/issues", "source": "https://github.com/starkbank/ecdsa-php/tree/v2.1.0" }, "time": "2023-09-06T22:09:08+00:00" }, { "name": "stripe/stripe-php", "version": "v10.21.0", "source": { "type": "git", "url": "https://github.com/stripe/stripe-php.git", "reference": "b4ab319731958077227fad1874a3671458c5d593" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stripe/stripe-php/zipball/b4ab319731958077227fad1874a3671458c5d593", "reference": "b4ab319731958077227fad1874a3671458c5d593", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", "php": ">=5.6.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "3.5.0", "php-coveralls/php-coveralls": "^2.5", "phpstan/phpstan": "^1.2", "phpunit/phpunit": "^5.7 || ^9.0", "squizlabs/php_codesniffer": "^3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "psr-4": { "Stripe\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Stripe and contributors", "homepage": "https://github.com/stripe/stripe-php/contributors" } ], "description": "Stripe PHP Library", "homepage": "https://stripe.com/", "keywords": [ "api", "payment processing", "stripe" ], "support": { "issues": "https://github.com/stripe/stripe-php/issues", "source": "https://github.com/stripe/stripe-php/tree/v10.21.0" }, "time": "2023-08-11T00:23:24+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" }