ClassLoader.php
5 years ago
InstalledVersions.php
5 years ago
LICENSE
6 years ago
autoload_classmap.php
5 years ago
autoload_namespaces.php
6 years ago
autoload_psr4.php
5 years ago
autoload_real.php
5 years ago
autoload_static.php
5 years ago
installed.json
5 years ago
installed.php
5 years ago
installed.json
74 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": "2322728997a9a3e7f4adbb41229b347cce2ebab0" |
| 11 | }, |
| 12 | "require": { |
| 13 | "nitropack/url": "dev-master" |
| 14 | }, |
| 15 | "time": "2020-12-30T16:50:03+00:00", |
| 16 | "default-branch": true, |
| 17 | "type": "library", |
| 18 | "installation-source": "source", |
| 19 | "autoload": { |
| 20 | "psr-4": { |
| 21 | "NitroPack\\": "src/" |
| 22 | } |
| 23 | }, |
| 24 | "authors": [ |
| 25 | { |
| 26 | "name": "Ivailo Hristov" |
| 27 | } |
| 28 | ], |
| 29 | "description": "HttpClient library written in PHP, without relying on cURL nor url_fopen", |
| 30 | "keywords": [ |
| 31 | "client", |
| 32 | "http", |
| 33 | "library", |
| 34 | "php" |
| 35 | ], |
| 36 | "install-path": "../nitropack/httpclient" |
| 37 | }, |
| 38 | { |
| 39 | "name": "nitropack/url", |
| 40 | "version": "dev-master", |
| 41 | "version_normalized": "dev-master", |
| 42 | "source": { |
| 43 | "type": "git", |
| 44 | "url": "git@bitbucket.org:nitropack/url.git", |
| 45 | "reference": "d10e616a333f5a5107137f88313c7ceba638c8a0" |
| 46 | }, |
| 47 | "time": "2020-11-04T10:08:34+00:00", |
| 48 | "default-branch": true, |
| 49 | "type": "library", |
| 50 | "installation-source": "source", |
| 51 | "autoload": { |
| 52 | "psr-4": { |
| 53 | "NitroPack\\": "src/" |
| 54 | } |
| 55 | }, |
| 56 | "authors": [ |
| 57 | { |
| 58 | "name": "Ivailo Hristov" |
| 59 | } |
| 60 | ], |
| 61 | "description": "URL manipulation library", |
| 62 | "keywords": [ |
| 63 | "library", |
| 64 | "manipulation", |
| 65 | "php", |
| 66 | "url" |
| 67 | ], |
| 68 | "install-path": "../nitropack/url" |
| 69 | } |
| 70 | ], |
| 71 | "dev": true, |
| 72 | "dev-package-names": [] |
| 73 | } |
| 74 |