1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-25 02:22:57 +01:00

Removing some composer.json files and fixing typo

This commit is contained in:
Michael Dowling 2013-10-28 21:54:20 -07:00
parent 809ada31ba
commit 265e29cf90
3 changed files with 1 additions and 60 deletions

View File

@ -1,32 +0,0 @@
{
"name": "guzzle/http",
"description": "HTTP libraries used by Guzzle",
"homepage": "http://guzzlephp.org/",
"keywords": ["http client", "http", "client", "Guzzle", "curl"],
"license": "MIT",
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"require": {
"php": ">=5.3.2",
"guzzle/common": "self.version",
"guzzle/parser": "self.version",
"guzzle/stream": "self.version"
},
"suggest": {
"ext-curl": "*"
},
"autoload": {
"psr-0": { "Guzzle\\Http": "" }
},
"target-dir": "Guzzle/Http",
"extra": {
"branch-alias": {
"dev-master": "3.7-dev"
}
}
}

View File

@ -3,7 +3,7 @@
namespace Guzzle\Stream;
/**
* Stread decorator that prevents a stream from being seeked
* Stream decorator that prevents a stream from being seeked
*/
class NoSeekStream implements StreamInterface, MetadataStreamInterface
{

View File

@ -1,27 +0,0 @@
{
"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.4.0",
"guzzle/common": "self.version"
},
"autoload": {
"psr-0": { "Guzzle\\Stream": "" }
},
"target-dir": "Guzzle/Stream",
"extra": {
"branch-alias": {
"dev-master": "3.7-dev"
}
}
}