{
    "name": "php-http\/client-common",
    "description": "Common HTTP Client implementations and tools for HTTPlug",
    "license": "MIT",
    "keywords": [
        "http",
        "client",
        "httplug",
        "common"
    ],
    "homepage": "http:\/\/httplug.io",
    "authors": [
        {
            "name": "M\u00e1rk S\u00e1gi-Kaz\u00e1r",
            "email": "mark.sagikazar@gmail.com"
        }
    ],
    "require": {
        "php": "^7.1 || ^8.0",
        "php-http\/httplug": "^2.0",
        "php-http\/message": "^1.6",
        "psr\/http-client": "^1.0",
        "psr\/http-factory": "^1.0",
        "psr\/http-message": "^1.0 || ^2.0",
        "symfony\/options-resolver": "~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
        "symfony\/polyfill-php80": "^1.17"
    },
    "require-dev": {
        "doctrine\/instantiator": "^1.1",
        "guzzlehttp\/psr7": "^1.4",
        "nyholm\/psr7": "^1.2",
        "phpunit\/phpunit": "^7.5.20 || ^8.5.33 || ^9.6.7"
    },
    "suggest": {
        "ext-json": "To detect JSON responses with the ContentTypePlugin",
        "ext-libxml": "To detect XML responses with the ContentTypePlugin",
        "php-http\/logger-plugin": "PSR-3 Logger plugin",
        "php-http\/cache-plugin": "PSR-6 Cache plugin",
        "php-http\/stopwatch-plugin": "Symfony Stopwatch plugin"
    },
    "autoload": {
        "psr-4": {
            "ShopMagicVendor\\Http\\Client\\Common\\": "src\/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "ShopMagicVendor\\Tests\\Http\\Client\\Common\\": "tests\/"
        }
    },
    "scripts": {
        "test": [
            "vendor\/bin\/phpunit"
        ],
        "test-ci": [
            "vendor\/bin\/phpunit"
        ]
    },
    "config": {
        "sort-packages": true
    }
}