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

Removing "type": "component" from composer.json files

This commit is contained in:
Michael Dowling 2012-09-09 20:04:35 -07:00
parent 91f1e3473f
commit f652e2c3b0
20 changed files with 3 additions and 20 deletions

View File

@ -1,6 +1,5 @@
{
"name": "guzzle/batch",
"type": "component",
"description": "Guzzle batch component for batching requests, commands, or custom transfers",
"homepage": "http://guzzlephp.org/",
"keywords": ["batch", "HTTP", "REST", "guzzle"],

View File

@ -1,6 +1,5 @@
{
"name": "guzzle/cache",
"type": "component",
"description": "Guzzle cache adapter component",
"homepage": "http://guzzlephp.org/",
"keywords": ["cache", "adapter", "zf", "doctrine", "guzzle"],

View File

@ -1,6 +1,5 @@
{
"name": "guzzle/http",
"type": "component",
"description": "HTTP libraries used by Guzzle",
"homepage": "http://guzzlephp.org/",
"keywords": ["http client", "http", "client", "Guzzle", "curl"],

View File

@ -1,6 +1,5 @@
{
"name": "guzzle/inflection",
"type": "component",
"description": "Guzzle inflection component",
"homepage": "http://guzzlephp.org/",
"keywords": ["inflection", "guzzle"],

View File

@ -1,6 +1,5 @@
{
"name": "guzzle/iterator",
"type": "component",
"description": "Provides helpful iterators and iterator decorators",
"keywords": ["iterator", "guzzle"],
"homepage": "http://guzzlephp.org/",

View File

@ -1,6 +1,5 @@
{
"name": "guzzle/log",
"type": "component",
"description": "Guzzle log adapter component",
"homepage": "http://guzzlephp.org/",
"keywords": ["log", "adapter", "guzzle"],
@ -18,5 +17,8 @@
"autoload": {
"psr-0": { "Guzzle\\Log": "" }
},
"suggest": {
"guzzle/http": "self.version"
},
"target-dir": "Guzzle/Log"
}

View File

@ -1,6 +1,5 @@
{
"name": "guzzle/plugin-async",
"type": "component",
"description": "Guzzle async request plugin",
"homepage": "http://guzzlephp.org/",
"keywords": ["plugin", "guzzle"],

View File

@ -1,6 +1,5 @@
{
"name": "guzzle/plugin-backoff",
"type": "component",
"description": "Guzzle backoff retry plugins",
"homepage": "http://guzzlephp.org/",
"keywords": ["plugin", "guzzle"],

View File

@ -1,6 +1,5 @@
{
"name": "guzzle/plugin-cache",
"type": "component",
"description": "Guzzle HTTP cache plugin",
"homepage": "http://guzzlephp.org/",
"keywords": ["plugin", "guzzle"],

View File

@ -1,6 +1,5 @@
{
"name": "guzzle/plugin-cookie",
"type": "component",
"description": "Guzzle cookie plugin",
"homepage": "http://guzzlephp.org/",
"keywords": ["plugin", "guzzle"],

View File

@ -1,6 +1,5 @@
{
"name": "guzzle/plugin-curlauth",
"type": "component",
"description": "Guzzle cURL authorization plugin",
"homepage": "http://guzzlephp.org/",
"keywords": ["plugin", "curl", "guzzle"],

View File

@ -1,6 +1,5 @@
{
"name": "guzzle/plugin-history",
"type": "component",
"description": "Guzzle history plugin",
"homepage": "http://guzzlephp.org/",
"keywords": ["plugin", "guzzle"],

View File

@ -1,6 +1,5 @@
{
"name": "guzzle/plugin-log",
"type": "component",
"description": "Guzzle log plugin for over the wire logging",
"homepage": "http://guzzlephp.org/",
"keywords": ["plugin", "log", "guzzle"],

View File

@ -1,6 +1,5 @@
{
"name": "guzzle/plugin-md5validator",
"type": "component",
"description": "Guzzle MD5 validator plugin",
"homepage": "http://guzzlephp.org/",
"keywords": ["plugin", "guzzle"],

View File

@ -1,6 +1,5 @@
{
"name": "guzzle/plugin-mock",
"type": "component",
"description": "Guzzle Mock plugin",
"homepage": "http://guzzlephp.org/",
"keywords": ["mock", "plugin", "guzzle"],

View File

@ -1,6 +1,5 @@
{
"name": "guzzle/plugin-oauth",
"type": "component",
"description": "Guzzle OAuth plugin",
"homepage": "http://guzzlephp.org/",
"keywords": ["oauth", "plugin", "guzzle"],

View File

@ -1,6 +1,5 @@
{
"name": "guzzle/plugin",
"type": "component",
"description": "Guzzle plugin component containing all Guzzle HTTP plugins",
"homepage": "http://guzzlephp.org/",
"keywords": ["http", "client", "plugin", "extension", "guzzle"],

View File

@ -1,6 +1,5 @@
{
"name": "guzzle/service",
"type": "component",
"description": "Guzzle service component for abstracting RESTful web services",
"homepage": "http://guzzlephp.org/",
"keywords": ["web service", "webservice", "REST", "guzzle"],

View File

@ -1,6 +1,5 @@
{
"name": "guzzle/stream",
"type": "component",
"description": "Guzzle stream wrapper component",
"homepage": "http://guzzlephp.org/",
"keywords": ["stream", "component", "guzzle"],

View File

@ -1,6 +1,5 @@
{
"name": "guzzle/validation",
"type": "component",
"description": "Guzzle validation component",
"homepage": "http://guzzlephp.org/",
"keywords": ["validation", "validate", "component", "guzzle"],