|
1 | 1 | { |
2 | 2 | "name": "php-http/curl-client", |
3 | | - "description": "cURL client for PHP-HTTP", |
| 3 | + "description": "PSR-18 and HTTPlug Async client with cURL", |
4 | 4 | "license": "MIT", |
5 | | - "keywords": ["http", "curl"], |
| 5 | + "keywords": [ |
| 6 | + "curl", |
| 7 | + "http", |
| 8 | + "psr-18" |
| 9 | + ], |
6 | 10 | "homepage": "http://php-http.org", |
7 | 11 | "authors": [ |
8 | 12 | { |
|
12 | 16 | ], |
13 | 17 | "prefer-stable": true, |
14 | 18 | "minimum-stability": "dev", |
15 | | - "config": { |
16 | | - "bin-dir": "vendor/bin" |
17 | | - }, |
18 | 19 | "require": { |
19 | 20 | "php": "^7.1", |
20 | 21 | "ext-curl": "*", |
| 22 | + "php-http/discovery": "^1.6", |
21 | 23 | "php-http/httplug": "^2.0", |
22 | | - "php-http/message-factory": "^1.0.2", |
23 | 24 | "php-http/message": "^1.2", |
24 | | - "php-http/discovery": "^1.0", |
| 25 | + "psr/http-client": "^1.0", |
| 26 | + "psr/http-factory": "^1.0", |
25 | 27 | "symfony/options-resolver": "^3.4 || ^4.0" |
26 | 28 | }, |
27 | 29 | "require-dev": { |
28 | 30 | "guzzlehttp/psr7": "^1.0", |
29 | 31 | "php-http/client-integration-tests": "dev-master", |
30 | 32 | "phpunit/phpunit": "^7.5", |
31 | | - "zendframework/zend-diactoros": "^1.0" |
| 33 | + "zendframework/zend-diactoros": "^2.0" |
32 | 34 | }, |
33 | 35 | "autoload": { |
34 | 36 | "psr-4": { |
|
0 commit comments