~ballot/wordpress/openstack-objectstorage-bis

« back to all changes in this revision

Viewing changes to vendor/guzzlehttp/streams/README.rst

  • Committer: Thomas Cuthbert
  • Date: 2020-04-23 05:22:45 UTC
  • Revision ID: thomas.cuthbert@canonical.com-20200423052245-1jxao3mw31w435js
[,r=trivial] bionic composer vendor update

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
Provides a simple abstraction over streams of data.
6
6
 
7
 
This library is used in `Guzzle 4 <https://github.com/guzzle/guzzle>`_.
 
7
This library is used in `Guzzle 5 <https://github.com/guzzle/guzzle>`_, and is
 
8
(currently) compatible with the WIP PSR-7.
8
9
 
9
10
Installation
10
11
============
16
17
 
17
18
    {
18
19
      "require": {
19
 
        "guzzlehttp/streams": "~2.0"
 
20
        "guzzlehttp/streams": "~3.0"
20
21
      }
21
22
    }
22
23