1{
2    "name": "ezimuel/guzzlestreams",
3    "description": "Fork of guzzle/streams (abandoned) to be used with elasticsearch-php",
4    "homepage": "http://guzzlephp.org/",
5    "keywords": ["stream", "guzzle"],
6    "license": "MIT",
7    "authors": [
8        {
9            "name": "Michael Dowling",
10            "email": "mtdowling@gmail.com",
11            "homepage": "https://github.com/mtdowling"
12        }
13    ],
14    "require": {
15        "php": ">=5.4.0"
16    },
17    "require-dev": {
18        "phpunit/phpunit": "~9.0"
19    },
20    "autoload": {
21        "psr-4": { "GuzzleHttp\\Stream\\": "src/" }
22    },
23    "scripts": {
24        "test": "make test"
25    },
26    "extra": {
27        "branch-alias": {
28            "dev-master": "3.0-dev"
29        }
30    }
31}
32