|
1 | 1 | { |
2 | | - "name": "jorge-matricali/http-client", |
3 | | - "description": "Hola", |
4 | | - "type": "library", |
5 | | - "keywords": ["http", "client", "psr7", "curl", "wrapper"], |
6 | | - "require": { |
7 | | - "php": ">=5.4.0", |
8 | | - "psr/http-message": "^1.0" |
| 2 | + "name": "jorge-matricali/http-client", |
| 3 | + "description": "A wrapper of libcurl that implements PSR-7 HTTP message interface.", |
| 4 | + "type": "library", |
| 5 | + "keywords": ["http", "client", "psr7", "curl", "wrapper"], |
| 6 | + "require": { |
| 7 | + "php": ">=5.4.0", |
| 8 | + "psr/http-message": "^1.0" |
| 9 | + }, |
| 10 | + "require-dev": { |
| 11 | + "phpunit/phpunit": "~4.0", |
| 12 | + "squizlabs/php_codesniffer": "~1.5", |
| 13 | + "satooshi/php-coveralls": "~1.0" |
| 14 | + }, |
| 15 | + "autoload": { |
| 16 | + "classmap": [ |
| 17 | + "src/" |
| 18 | + ] |
| 19 | + }, |
| 20 | + "license": "MIT", |
| 21 | + "authors": [ |
| 22 | + { |
| 23 | + "name": "Jorge Matricali", |
| 24 | + |
9 | 25 | }, |
10 | | - "require-dev": { |
11 | | - "phpunit/phpunit": "~4.0", |
12 | | - "squizlabs/php_codesniffer": "~1.5", |
13 | | - "satooshi/php-coveralls": "~1.0" |
14 | | - }, |
15 | | - "autoload": { |
16 | | - "classmap": [ |
17 | | - "src/" |
18 | | - ] |
19 | | - }, |
20 | | - "license": "MIT", |
21 | | - "authors": [ |
22 | | - { |
23 | | - "name": "Jorge Matricali", |
24 | | - |
25 | | - } |
26 | | - ], |
27 | | - "support": { |
28 | | - "issues": "https://github.com/jorge-matricali/php-http-client/issues", |
29 | | - "source": "https://github.com/jorge-matricali/php-http-client" |
| 26 | + { |
| 27 | + "name": "Gabriel Polverini", |
| 28 | + |
30 | 29 | } |
| 30 | + ], |
| 31 | + "support": { |
| 32 | + "issues": "https://github.com/jorge-matricali/php-http-client/issues", |
| 33 | + "source": "https://github.com/jorge-matricali/php-http-client" |
| 34 | + } |
31 | 35 | } |
0 commit comments