| 123456789101112131415161718192021222324252627 |
- {
- "name": "michel/httpclient",
- "description": "A lightweight PHP HTTP client library without external dependencies. No need curl extension.",
- "type": "library",
- "license": "MIT",
- "authors": [
- {
- "name": "Michel.F"
- }
- ],
- "autoload": {
- "psr-4": {
- "Michel\\HttpClient\\": "src",
- "Test\\Michel\\HttpClient\\": "tests"
- },
- "files": [
- "src/helpers.php"
- ]
- },
- "require": {
- "php": ">=7.4",
- "ext-json": "*"
- },
- "require-dev": {
- "michel/unitester": "^1.0.0"
- }
- }
|