ClassLoader.php
3 years ago
InstalledVersions.php
3 years ago
LICENSE
6 years ago
autoload_classmap.php
3 years ago
autoload_namespaces.php
3 years ago
autoload_psr4.php
3 years ago
autoload_real.php
3 years ago
autoload_static.php
3 years ago
installed.json
3 years ago
installed.php
3 years ago
installed.json
87 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@bitbucket.org:nitropack/httpclient.git", |
| 10 | "reference": "a5c00ddc4891814b9409a92d3bd9dcf11721f67e" |
| 11 | }, |
| 12 | "require": { |
| 13 | "nitropack/url": "dev-master" |
| 14 | }, |
| 15 | "require-dev": { |
| 16 | "phpunit/phpunit": "^10", |
| 17 | "react/http": "^1.8", |
| 18 | "react/socket": "^1.12" |
| 19 | }, |
| 20 | "time": "2023-04-24T07:03:52+00:00", |
| 21 | "default-branch": true, |
| 22 | "type": "library", |
| 23 | "installation-source": "source", |
| 24 | "autoload": { |
| 25 | "psr-4": { |
| 26 | "NitroPack\\HttpClient\\": "src/" |
| 27 | } |
| 28 | }, |
| 29 | "scripts": { |
| 30 | "test": [ |
| 31 | "phpunit --testdox tests" |
| 32 | ] |
| 33 | }, |
| 34 | "authors": [ |
| 35 | { |
| 36 | "name": "Ivailo Hristov" |
| 37 | } |
| 38 | ], |
| 39 | "description": "HttpClient library written in PHP, without relying on cURL nor url_fopen", |
| 40 | "keywords": [ |
| 41 | "client", |
| 42 | "http", |
| 43 | "library", |
| 44 | "php" |
| 45 | ], |
| 46 | "install-path": "../nitropack/httpclient" |
| 47 | }, |
| 48 | { |
| 49 | "name": "nitropack/url", |
| 50 | "version": "dev-master", |
| 51 | "version_normalized": "dev-master", |
| 52 | "source": { |
| 53 | "type": "git", |
| 54 | "url": "git@bitbucket.org:nitropack/url.git", |
| 55 | "reference": "6b9393364893561f29abf5ac16aa7d97f2b3a49d" |
| 56 | }, |
| 57 | "require-dev": { |
| 58 | "phpunit/phpunit": "^9" |
| 59 | }, |
| 60 | "time": "2023-03-16T14:26:58+00:00", |
| 61 | "default-branch": true, |
| 62 | "type": "library", |
| 63 | "installation-source": "source", |
| 64 | "autoload": { |
| 65 | "psr-4": { |
| 66 | "NitroPack\\Url\\": "src/" |
| 67 | } |
| 68 | }, |
| 69 | "authors": [ |
| 70 | { |
| 71 | "name": "Ivailo Hristov" |
| 72 | } |
| 73 | ], |
| 74 | "description": "URL manipulation library", |
| 75 | "keywords": [ |
| 76 | "library", |
| 77 | "manipulation", |
| 78 | "php", |
| 79 | "url" |
| 80 | ], |
| 81 | "install-path": "../nitropack/url" |
| 82 | } |
| 83 | ], |
| 84 | "dev": true, |
| 85 | "dev-package-names": [] |
| 86 | } |
| 87 |