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
7 months ago
installed.json
4 months ago
installed.php
4 months ago
platform_check.php
11 months ago
installed.json
123 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": "source", |
| 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 | "install-path": "../nitropack/httpclient" |
| 69 | }, |
| 70 | { |
| 71 | "name": "nitropack/url", |
| 72 | "version": "dev-master", |
| 73 | "version_normalized": "dev-master", |
| 74 | "source": { |
| 75 | "type": "git", |
| 76 | "url": "git@github.com:wpengine/np-url.git", |
| 77 | "reference": "1987bbdf5152552ad6663a1a125c4e3e9b512950" |
| 78 | }, |
| 79 | "dist": { |
| 80 | "type": "zip", |
| 81 | "url": "https://api.github.com/repos/wpengine/np-url/zipball/1987bbdf5152552ad6663a1a125c4e3e9b512950", |
| 82 | "reference": "1987bbdf5152552ad6663a1a125c4e3e9b512950", |
| 83 | "shasum": "" |
| 84 | }, |
| 85 | "require": { |
| 86 | "php": "^7.4|^8.0" |
| 87 | }, |
| 88 | "require-dev": { |
| 89 | "phpunit/phpunit": "^9.0||^10.0||^11.0" |
| 90 | }, |
| 91 | "time": "2025-06-24T07:02:36+00:00", |
| 92 | "default-branch": true, |
| 93 | "type": "library", |
| 94 | "installation-source": "source", |
| 95 | "autoload": { |
| 96 | "psr-4": { |
| 97 | "NitroPack\\Url\\": "src/" |
| 98 | } |
| 99 | }, |
| 100 | "autoload-dev": { |
| 101 | "psr-4": { |
| 102 | "Tests\\": "tests/" |
| 103 | } |
| 104 | }, |
| 105 | "authors": [ |
| 106 | { |
| 107 | "name": "Ivailo Hristov" |
| 108 | } |
| 109 | ], |
| 110 | "description": "URL manipulation library", |
| 111 | "keywords": [ |
| 112 | "library", |
| 113 | "manipulation", |
| 114 | "php", |
| 115 | "url" |
| 116 | ], |
| 117 | "install-path": "../nitropack/url" |
| 118 | } |
| 119 | ], |
| 120 | "dev": false, |
| 121 | "dev-package-names": [] |
| 122 | } |
| 123 |