2014-04-11 14:58:24 +00:00
|
|
|
{
|
|
|
|
"name": "guzzlehttp/streams",
|
|
|
|
"description": "Provides a simple abstraction over streams of data (Guzzle 4+)",
|
|
|
|
"homepage": "http://guzzlephp.org/",
|
|
|
|
"keywords": ["stream", "guzzle"],
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Michael Dowling",
|
|
|
|
"email": "mtdowling@gmail.com",
|
|
|
|
"homepage": "https://github.com/mtdowling"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.4.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2014-07-18 15:38:18 +00:00
|
|
|
"phpunit/phpunit": "~4.0"
|
2014-04-11 14:58:24 +00:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": { "GuzzleHttp\\Stream\\": "src/" },
|
|
|
|
"files": ["src/functions.php"]
|
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2014-08-11 14:02:51 +00:00
|
|
|
"dev-master": "1.5-dev"
|
2014-04-11 14:58:24 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|