summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-03-05 07:03:01 +0100
committerRemi Collet <fedora@famillecollet.com>2017-03-05 07:03:01 +0100
commit8c65ed85fd1a8eb8c33beeedaecb92a716af2861 (patch)
tree152e2efc994381b69f879e704ae6be65ce7be30f /composer.json
parentc2a4a5e313fee1f8cd315999f92b8576a55fc2f4 (diff)
php-guzzlehttp-psr7: 1.4.1 (backported from Fedora)
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index fdfb97b..b1c5a90 100644
--- a/composer.json
+++ b/composer.json
@@ -1,14 +1,18 @@
{
"name": "guzzlehttp/psr7",
"type": "library",
- "description": "PSR-7 message implementation",
- "keywords": ["message", "stream", "http", "uri"],
+ "description": "PSR-7 message implementation that also provides common utility methods",
+ "keywords": ["request", "response", "message", "stream", "http", "uri", "url"],
"license": "MIT",
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
+ },
+ {
+ "name": "Tobias Schultze",
+ "homepage": "https://github.com/Tobion"
}
],
"require": {