From 8c65ed85fd1a8eb8c33beeedaecb92a716af2861 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 5 Mar 2017 07:03:01 +0100 Subject: php-guzzlehttp-psr7: 1.4.1 (backported from Fedora) --- composer.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'composer.json') 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": { -- cgit