scratch – Blame information for rev 87

Subversion Repositories:
Rev:
Rev Author Line No. Line
87 office 1 {
2 "name": "guzzlehttp/streams",
3 "description": "Provides a simple abstraction over streams of data (Guzzle 4+)",
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": "~4.0"
19 },
20 "autoload": {
21 "psr-4": { "GuzzleHttp\\Stream\\": "src/" },
22 "files": ["src/functions.php"]
23 },
24 "extra": {
25 "branch-alias": {
26 "dev-master": "2.0-dev"
27 }
28 }
29 }