{
    "packages": [
        {
            "name": "nitropack/httpclient",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "git@github.com:wpengine/np-httpclient.git",
                "reference": "9e46a9f49892f41e4bf39aeb2aa7edf9b5d84304"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wpengine/np-httpclient/zipball/9e46a9f49892f41e4bf39aeb2aa7edf9b5d84304",
                "reference": "9e46a9f49892f41e4bf39aeb2aa7edf9b5d84304",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "nitropack/url": "dev-master",
                "php": "^7.4|^8.0"
            },
            "require-dev": {
                "ext-pcntl": "*",
                "ext-posix": "*",
                "monolog/monolog": "^1.1|^2.0|^3.0"
            },
            "time": "2026-02-18T15:16:23+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "source",
            "autoload": {
                "psr-4": {
                    "NitroPack\\HttpClient\\": "src/"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "Tests\\": "tests/"
                }
            },
            "scripts": {
                "test": [
                    "composer prepare-test-image && composer run-unit-tests && composer run-feature-tests"
                ],
                "prepare-test-image": [
                    "docker build --build-arg PHP_VERSION=$(php -r \"echo PHP_MAJOR_VERSION.'.'.PHP_MINOR_VERSION;\") -t nitropack-httpclient:latest ."
                ],
                "run-unit-tests": [
                    "vendor/bin/phpunit --testsuite unit"
                ],
                "run-feature-tests": [
                    "vendor/bin/phpunit --testsuite feature"
                ]
            },
            "authors": [
                {
                    "name": "Ivailo Hristov"
                }
            ],
            "description": "HttpClient library written in PHP, without relying on cURL nor url_fopen",
            "keywords": [
                "client",
                "http",
                "library",
                "php"
            ],
            "install-path": "../nitropack/httpclient"
        },
        {
            "name": "nitropack/url",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "git@github.com:wpengine/np-url.git",
                "reference": "1987bbdf5152552ad6663a1a125c4e3e9b512950"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wpengine/np-url/zipball/1987bbdf5152552ad6663a1a125c4e3e9b512950",
                "reference": "1987bbdf5152552ad6663a1a125c4e3e9b512950",
                "shasum": ""
            },
            "require": {
                "php": "^7.4|^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.0||^10.0||^11.0"
            },
            "time": "2025-06-24T07:02:36+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "source",
            "autoload": {
                "psr-4": {
                    "NitroPack\\Url\\": "src/"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "Tests\\": "tests/"
                }
            },
            "authors": [
                {
                    "name": "Ivailo Hristov"
                }
            ],
            "description": "URL manipulation library",
            "keywords": [
                "library",
                "manipulation",
                "php",
                "url"
            ],
            "install-path": "../nitropack/url"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
