|
1 | 1 | { |
2 | 2 | "name": "php-http/laravel-httplug", |
3 | 3 | "description": "Laravel package to integrate the Httplug generic HTTP client into Laravel", |
4 | | - "keywords": ["http", "discovery", "adapter", "message", "factory", "bundle", "httplug", "php-http", "laravel"], |
| 4 | + "keywords": ["http", "discovery", "adapter", "message", "factory", "bundle", "httplug", "php-http", "psr-7", "laravel"], |
5 | 5 | "homepage": "http://php-http.org", |
6 | 6 | "license": "MIT", |
7 | 7 | "authors": [ |
|
13 | 13 | "require": { |
14 | 14 | "php": ">=5.4", |
15 | 15 | "illuminate/support": "~5", |
16 | | - "php-http/httplug": "1.*" |
| 16 | + "php-http/client-common": "^1.1", |
| 17 | + "php-http/message-factory": "^1.0", |
| 18 | + "php-http/cache-plugin": "^1.0", |
| 19 | + "php-http/logger-plugin": "^1.0" |
17 | 20 | }, |
18 | 21 | "require-dev": { |
19 | 22 | "phpunit/phpunit": "^5.1", |
20 | | - "fabpot/php-cs-fixer": "^1.11", |
21 | | - "sllh/php-cs-fixer-styleci-bridge": "^1.5" |
| 23 | + "friendsofphp/php-cs-fixer": "1.9.*", |
| 24 | + "sllh/php-cs-fixer-styleci-bridge": "^1.5", |
| 25 | + "php-http/curl-client": "^1.0", |
| 26 | + "php-http/socket-client": "^1.0", |
| 27 | + "php-http/guzzle6-adapter": "^1.1", |
| 28 | + "php-http/react-adapter": "^0.1", |
| 29 | + "php-http/buzz-adapter": "^0.1", |
| 30 | + "php-http/message": "^1.0" |
22 | 31 | }, |
23 | 32 | "prefer-stable": true, |
24 | 33 | "minimum-stability": "dev", |
|
0 commit comments