From 265e29cf906d73e68d3b7d3b7b8e2a2191cbe861 Mon Sep 17 00:00:00 2001 From: Michael Dowling Date: Mon, 28 Oct 2013 21:54:20 -0700 Subject: [PATCH] Removing some composer.json files and fixing typo --- src/Guzzle/Http/composer.json | 32 ------------------------------ src/Guzzle/Stream/NoSeekStream.php | 2 +- src/Guzzle/Stream/composer.json | 27 ------------------------- 3 files changed, 1 insertion(+), 60 deletions(-) delete mode 100644 src/Guzzle/Http/composer.json delete mode 100644 src/Guzzle/Stream/composer.json diff --git a/src/Guzzle/Http/composer.json b/src/Guzzle/Http/composer.json deleted file mode 100644 index 9384a5bf..00000000 --- a/src/Guzzle/Http/composer.json +++ /dev/null @@ -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" - } - } -} diff --git a/src/Guzzle/Stream/NoSeekStream.php b/src/Guzzle/Stream/NoSeekStream.php index d615bbf5..236c7dc0 100644 --- a/src/Guzzle/Stream/NoSeekStream.php +++ b/src/Guzzle/Stream/NoSeekStream.php @@ -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 { diff --git a/src/Guzzle/Stream/composer.json b/src/Guzzle/Stream/composer.json deleted file mode 100644 index bbb405a4..00000000 --- a/src/Guzzle/Stream/composer.json +++ /dev/null @@ -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" - } - } -}