HEX
Server: LiteSpeed
System: Linux s1049.use1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xedaptot (3356)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: /home/xedaptot/ai.naniguide.com/vendor/php-http/curl-client/composer.json
{
    "name": "php-http/curl-client",
    "description": "PSR-18 and HTTPlug Async client with cURL",
    "license": "MIT",
    "keywords": [
        "curl",
        "http",
        "psr-18"
    ],
    "homepage": "http://php-http.org",
    "authors": [{
        "name": "Михаил Красильников",
        "email": "[email protected]"
    }],
    "require": {
        "php": "^8.1",
        "ext-curl": "*",
        "php-http/discovery": "^1.6",
        "php-http/httplug": "^2.0",
        "php-http/message": "^1.2",
        "psr/http-client": "^1.0",
        "psr/http-factory-implementation": "^1.0",
        "symfony/options-resolver": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0"
    },
    "require-dev": {
        "guzzlehttp/psr7": "^2.0",
        "php-http/client-integration-tests": "^4.0",
        "phpunit/phpunit": "^9.6.17 || ^10.0 || ^11.0 || ^12.0",
        "laminas/laminas-diactoros": "^2.0 || ^3.0",
        "php-http/message-factory": "^1.1"
    },
    "autoload": {
        "psr-4": {
            "Http\\Client\\Curl\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Http\\Client\\Curl\\Tests\\": "tests/"
        }
    },
    "provide": {
        "php-http/client-implementation": "1.0",
        "php-http/async-client-implementation": "1.0",
        "psr/http-client-implementation": "1.0"
    },
    "scripts": {
        "test": "vendor/bin/phpunit",
        "test-ci": "vendor/bin/phpunit --coverage-clover build/coverage.xml"
    },
    "config": {
        "allow-plugins": {
            "php-http/discovery": false
        }
    }
}