HEX
Server: LiteSpeed
System: Linux srv1.dhviews.com 5.14.0-570.23.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jun 24 11:27:16 EDT 2025 x86_64
User: bdedition (1723)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/bdedition/public_html/core/vendor/sendgrid/php-http-client/composer.json
{
    "name": "sendgrid/php-http-client",
    "description": "HTTP REST client, simplified for PHP",
    "type": "library",
    "homepage": "http://github.com/sendgrid/php-http-client",
    "keywords": ["SendGrid", "HTTP", "REST", "API", "Fluent"],
    "license": "MIT",
    "authors": [
        {
            "name": "Matt Bernier",
            "email": "mbernier@twilio.com"
        },
        {
            "name": "Elmer Thomas",
            "email": "ethomas@twilio.com"
        }
    ],
    "require": {
        "php": ">=7.3",
        "ext-curl": "*",
        "ext-json": "*",
        "ext-mbstring": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "^9",
        "squizlabs/php_codesniffer": "~2.0",
        "friendsofphp/php-cs-fixer": "^2.16"
    },
    "suggest": {
        "composer/ca-bundle": "Including this library will ensure that a valid CA bundle is available for secure connections"
    },
    "autoload": {
        "psr-4": {
            "SendGrid\\": "lib/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "SendGrid\\Test\\": "test/unit/"
        }
    }
}