{
    "packages": [
        {
            "name": "nitropack/httpclient",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "git@github.com:wpengine/np-httpclient.git",
                "reference": "b12350fa4cb4f137e3b872b348bd8bb68d0df4e3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wpengine/np-httpclient/zipball/b12350fa4cb4f137e3b872b348bd8bb68d0df4e3",
                "reference": "b12350fa4cb4f137e3b872b348bd8bb68d0df4e3",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "nitropack/url": "dev-master",
                "php": "^5.6|^7.0|^8.0"
            },
            "require-dev": {
                "ext-pcntl": "*",
                "ext-posix": "*",
                "monolog/monolog": "^1.1|^2.0|^3.0"
            },
            "time": "2025-03-17T08:38:39+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "dist",
            "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": "9177dadfc07b986a0f710cc45d06050e428650d6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wpengine/np-url/zipball/9177dadfc07b986a0f710cc45d06050e428650d6",
                "reference": "9177dadfc07b986a0f710cc45d06050e428650d6",
                "shasum": ""
            },
            "require": {
                "php": "^5.6|^7.0|^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.7||^6.0||^7.0||^10.0||^11.0"
            },
            "time": "2025-03-07T08:51:23+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "dist",
            "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"
            ],
            "support": {
                "source": "https://github.com/wpengine/np-url/tree/master",
                "issues": "https://github.com/wpengine/np-url/issues"
            },
            "install-path": "../nitropack/url"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
