Skip to content

Commit 9b21cdf

Browse files
committed
+ Updating composer.json
+ Adding Gabriel Polverini to authors list
1 parent 89ed189 commit 9b21cdf

File tree

1 file changed

+31
-27
lines changed

1 file changed

+31
-27
lines changed

composer.json

Lines changed: 31 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,35 @@
11
{
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+
"email": "jorgematricali@gmail.com"
925
},
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-
"email": "jorgematricali@gmail.com"
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+
"email": "polverini.gabriel@gmail.com"
3029
}
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+
}
3135
}

0 commit comments

Comments
 (0)