{ "_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": "73895e8471582d7775c84ea5cdb8d888", "packages": [ { "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": "v17.1.1", "source": { "type": "git", "url": "https://github.com/stripe/stripe-php.git", "reference": "01ca9b5fdd899b8e4b69f83b85e09d96f6240220" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stripe/stripe-php/zipball/01ca9b5fdd899b8e4b69f83b85e09d96f6240220", "reference": "01ca9b5fdd899b8e4b69f83b85e09d96f6240220", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", "php": ">=5.6.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "3.72.0", "phpstan/phpstan": "^1.2", "phpunit/phpunit": "^5.7 || ^9.0" }, "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/v17.1.1" }, "time": "2025-04-05T00:09:14+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" }