aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/sabre/http/README.md
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2019-11-10 12:49:51 +0000
committerMario <mario@mariovavti.com>2019-11-10 14:10:03 +0100
commit580c3f4ffe9608d2beb56d418c68b3b112420e76 (patch)
tree82335d01179ac361d3f547a4b8e8c598d302e9f3 /vendor/sabre/http/README.md
parentd22766f458a8539a40a57f3946459a9be1f21cd6 (diff)
downloadvolse-hubzilla-580c3f4ffe9608d2beb56d418c68b3b112420e76.tar.gz
volse-hubzilla-580c3f4ffe9608d2beb56d418c68b3b112420e76.tar.bz2
volse-hubzilla-580c3f4ffe9608d2beb56d418c68b3b112420e76.zip
another bulk of composer updates
(cherry picked from commit 6685381fd8db507493c3d7c1793f8c05c681bbce)
Diffstat (limited to 'vendor/sabre/http/README.md')
-rw-r--r--vendor/sabre/http/README.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/vendor/sabre/http/README.md b/vendor/sabre/http/README.md
index ae03a796e..8159b4d49 100644
--- a/vendor/sabre/http/README.md
+++ b/vendor/sabre/http/README.md
@@ -1,7 +1,7 @@
sabre/http
==========
-This library provides a toolkit to make working with the HTTP protocol easier.
+This library provides a toolkit to make working with the [HTTP protocol](https://tools.ietf.org/html/rfc2616) easier.
Most PHP scripts run within a HTTP request but accessing information about the
HTTP request is cumbersome at least.
@@ -30,8 +30,9 @@ Build status
| branch | status |
| ------ | ------ |
-| master | [![Build Status](https://travis-ci.org/fruux/sabre-http.svg?branch=master)](https://travis-ci.org/fruux/sabre-http) |
-| 3.0 | [![Build Status](https://travis-ci.org/fruux/sabre-http.svg?branch=3.0)](https://travis-ci.org/fruux/sabre-http) |
+| master | [![Build Status](https://travis-ci.org/sabre-io/http.svg?branch=master)](https://travis-ci.org/sabre-io/http) |
+| 4.2 | [![Build Status](https://travis-ci.org/sabre-io/http.svg?branch=4.2)](https://travis-ci.org/sabre-io/http) |
+| 3.0 | [![Build Status](https://travis-ci.org/sabre-io/http.svg?branch=3.0)](https://travis-ci.org/sabre-io/http) |
Installation
------------
@@ -42,7 +43,7 @@ or edit a `composer.json` file, and make sure it contains something like this:
```json
{
"require" : {
- "sabre/http" : "~3.0.0"
+ "sabre/http" : "~5.0.0"
}
}
```
@@ -571,7 +572,7 @@ function removeHeader($name);
/**
* Sets the HTTP version.
*
- * Should be 1.0 or 1.1.
+ * Should be 1.0, 1.1 or 2.0.
*
* @param string $version
* @return void
@@ -716,7 +717,7 @@ function removeHeader($name);
/**
* Sets the HTTP version.
*
- * Should be 1.0 or 1.1.
+ * Should be 1.0, 1.1 or 2.0.
*
* @param string $version
* @return void