ClassLoader.php
1 year ago
InstalledVersions.php
1 year ago
LICENSE
1 year ago
autoload_classmap.php
1 year ago
autoload_namespaces.php
1 year ago
autoload_psr4.php
1 year ago
autoload_real.php
1 year ago
autoload_static.php
6 months ago
installed.json
2 weeks ago
installed.php
2 weeks ago
platform_check.php
11 months ago
installed.json
131 lines
| 1 | { |
| 2 | "packages": [ |
| 3 | { |
| 4 | "name": "nitropack/httpclient", |
| 5 | "version": "dev-master", |
| 6 | "version_normalized": "dev-master", |
| 7 | "source": { |
| 8 | "type": "git", |
| 9 | "url": "git@github.com:wpengine/np-httpclient.git", |
| 10 | "reference": "9e46a9f49892f41e4bf39aeb2aa7edf9b5d84304" |
| 11 | }, |
| 12 | "dist": { |
| 13 | "type": "zip", |
| 14 | "url": "https://api.github.com/repos/wpengine/np-httpclient/zipball/9e46a9f49892f41e4bf39aeb2aa7edf9b5d84304", |
| 15 | "reference": "9e46a9f49892f41e4bf39aeb2aa7edf9b5d84304", |
| 16 | "shasum": "" |
| 17 | }, |
| 18 | "require": { |
| 19 | "ext-json": "*", |
| 20 | "nitropack/url": "dev-master", |
| 21 | "php": "^7.4|^8.0" |
| 22 | }, |
| 23 | "require-dev": { |
| 24 | "ext-pcntl": "*", |
| 25 | "ext-posix": "*", |
| 26 | "monolog/monolog": "^1.1|^2.0|^3.0" |
| 27 | }, |
| 28 | "time": "2026-02-18T15:16:23+00:00", |
| 29 | "default-branch": true, |
| 30 | "type": "library", |
| 31 | "installation-source": "dist", |
| 32 | "autoload": { |
| 33 | "psr-4": { |
| 34 | "NitroPack\\HttpClient\\": "src/" |
| 35 | } |
| 36 | }, |
| 37 | "autoload-dev": { |
| 38 | "psr-4": { |
| 39 | "Tests\\": "tests/" |
| 40 | } |
| 41 | }, |
| 42 | "scripts": { |
| 43 | "test": [ |
| 44 | "composer prepare-test-image && composer run-unit-tests && composer run-feature-tests" |
| 45 | ], |
| 46 | "prepare-test-image": [ |
| 47 | "docker build --build-arg PHP_VERSION=$(php -r \"echo PHP_MAJOR_VERSION.'.'.PHP_MINOR_VERSION;\") -t nitropack-httpclient:latest ." |
| 48 | ], |
| 49 | "run-unit-tests": [ |
| 50 | "vendor/bin/phpunit --testsuite unit" |
| 51 | ], |
| 52 | "run-feature-tests": [ |
| 53 | "vendor/bin/phpunit --testsuite feature" |
| 54 | ] |
| 55 | }, |
| 56 | "authors": [ |
| 57 | { |
| 58 | "name": "Ivailo Hristov" |
| 59 | } |
| 60 | ], |
| 61 | "description": "HttpClient library written in PHP, without relying on cURL nor url_fopen", |
| 62 | "keywords": [ |
| 63 | "client", |
| 64 | "http", |
| 65 | "library", |
| 66 | "php" |
| 67 | ], |
| 68 | "support": { |
| 69 | "source": "https://github.com/wpengine/np-httpclient/tree/master", |
| 70 | "issues": "https://github.com/wpengine/np-httpclient/issues" |
| 71 | }, |
| 72 | "install-path": "../nitropack/httpclient" |
| 73 | }, |
| 74 | { |
| 75 | "name": "nitropack/url", |
| 76 | "version": "dev-master", |
| 77 | "version_normalized": "dev-master", |
| 78 | "source": { |
| 79 | "type": "git", |
| 80 | "url": "git@github.com:wpengine/np-url.git", |
| 81 | "reference": "fd7e66dc1da4c5d36b5b991f9aaa5c1f295eea8d" |
| 82 | }, |
| 83 | "dist": { |
| 84 | "type": "zip", |
| 85 | "url": "https://api.github.com/repos/wpengine/np-url/zipball/fd7e66dc1da4c5d36b5b991f9aaa5c1f295eea8d", |
| 86 | "reference": "fd7e66dc1da4c5d36b5b991f9aaa5c1f295eea8d", |
| 87 | "shasum": "" |
| 88 | }, |
| 89 | "require": { |
| 90 | "php": "^7.4|^8.0" |
| 91 | }, |
| 92 | "require-dev": { |
| 93 | "phpunit/phpunit": "^9.0||^10.0||^11.0" |
| 94 | }, |
| 95 | "time": "2026-06-01T11:54:42+00:00", |
| 96 | "default-branch": true, |
| 97 | "type": "library", |
| 98 | "installation-source": "dist", |
| 99 | "autoload": { |
| 100 | "psr-4": { |
| 101 | "NitroPack\\Url\\": "src/" |
| 102 | } |
| 103 | }, |
| 104 | "autoload-dev": { |
| 105 | "psr-4": { |
| 106 | "Tests\\": "tests/" |
| 107 | } |
| 108 | }, |
| 109 | "authors": [ |
| 110 | { |
| 111 | "name": "Ivailo Hristov" |
| 112 | } |
| 113 | ], |
| 114 | "description": "URL manipulation library", |
| 115 | "keywords": [ |
| 116 | "library", |
| 117 | "manipulation", |
| 118 | "php", |
| 119 | "url" |
| 120 | ], |
| 121 | "support": { |
| 122 | "source": "https://github.com/wpengine/np-url/tree/master", |
| 123 | "issues": "https://github.com/wpengine/np-url/issues" |
| 124 | }, |
| 125 | "install-path": "../nitropack/url" |
| 126 | } |
| 127 | ], |
| 128 | "dev": false, |
| 129 | "dev-package-names": [] |
| 130 | } |
| 131 |