summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-10-21 14:27:53 +0200
committerRemi Collet <remi@php.net>2021-10-21 14:27:53 +0200
commit9eb755ee8bccdc013bf64d1e6314666d32ccdcef (patch)
tree672148ce6cb461c47400f53149916c4d1a0e6caa /composer.json
parent18dca3155181947cac08891cceb83f16f0669ccd (diff)
update to 1.8.3
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json26
1 files changed, 25 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 58dcb07..bfa7cfd 100644
--- a/composer.json
+++ b/composer.json
@@ -1,17 +1,37 @@
{
"name": "guzzlehttp/psr7",
- "type": "library",
"description": "PSR-7 message implementation that also provides common utility methods",
"keywords": ["request", "response", "message", "stream", "http", "uri", "url", "psr-7"],
"license": "MIT",
"authors": [
{
+ "name": "Graham Campbell",
+ "email": "hello@gjcampbell.co.uk",
+ "homepage": "https://github.com/GrahamCampbell"
+ },
+ {
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
+ "name": "George Mponos",
+ "email": "gmponos@gmail.com",
+ "homepage": "https://github.com/gmponos"
+ },
+ {
+ "name": "Tobias Nyholm",
+ "email": "tobias.nyholm@gmail.com",
+ "homepage": "https://github.com/Nyholm"
+ },
+ {
+ "name": "Márk Sági-Kazár",
+ "email": "mark.sagikazar@gmail.com",
+ "homepage": "https://github.com/sagikazarmark"
+ },
+ {
"name": "Tobias Schultze",
+ "email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
}
],
@@ -45,5 +65,9 @@
"branch-alias": {
"dev-master": "1.7-dev"
}
+ },
+ "config": {
+ "preferred-install": "dist",
+ "sort-packages": true
}
}