You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
766 B
30 lines
766 B
{ |
|
"name": "guzzle/stream", |
|
"description": "Guzzle stream wrapper component", |
|
"homepage": "http://guzzlephp.org/", |
|
"keywords": ["stream", "component", "guzzle"], |
|
"license": "MIT", |
|
"authors": [ |
|
{ |
|
"name": "Michael Dowling", |
|
"email": "mtdowling@gmail.com", |
|
"homepage": "https://github.com/mtdowling" |
|
} |
|
], |
|
"require": { |
|
"php": ">=5.3.2", |
|
"guzzle/common": "self.version" |
|
}, |
|
"suggest": { |
|
"guzzle/http": "To convert Guzzle request objects to PHP streams" |
|
}, |
|
"autoload": { |
|
"psr-0": { "Guzzle\\Stream": "" } |
|
}, |
|
"target-dir": "Guzzle/Stream", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "3.7-dev" |
|
} |
|
} |
|
}
|
|
|