2011-11-01 20:01:49 -05:00
|
|
|
{
|
2014-02-16 20:10:19 -08:00
|
|
|
"name": "guzzlehttp/guzzle",
|
2011-11-01 20:01:49 -05:00
|
|
|
"type": "library",
|
|
|
|
"description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
|
2012-06-28 13:44:29 -07:00
|
|
|
"keywords": ["framework", "http", "rest", "web service", "curl", "client", "HTTP client"],
|
|
|
|
"homepage": "http://guzzlephp.org/",
|
2011-11-01 20:01:49 -05:00
|
|
|
"license": "MIT",
|
2012-04-14 18:43:34 -07:00
|
|
|
"authors": [
|
2012-02-25 16:47:37 -04:30
|
|
|
{
|
2012-04-14 18:43:34 -07:00
|
|
|
"name": "Michael Dowling",
|
|
|
|
"email": "mtdowling@gmail.com",
|
|
|
|
"homepage": "https://github.com/mtdowling"
|
2011-11-01 20:01:49 -05:00
|
|
|
}
|
2012-02-25 16:47:37 -04:30
|
|
|
],
|
2011-11-01 20:01:49 -05:00
|
|
|
"require": {
|
2014-03-11 19:35:51 -07:00
|
|
|
"php": ">=5.4.0",
|
2014-10-12 20:48:44 +01:00
|
|
|
"guzzlehttp/ring": "~1.0@dev",
|
|
|
|
"guzzlehttp/streams": "~3.0",
|
2014-10-02 00:42:11 -07:00
|
|
|
"react/promise": "~2.0"
|
2012-04-16 14:53:42 -07:00
|
|
|
},
|
2014-05-04 17:10:19 -04:00
|
|
|
"suggest": {
|
|
|
|
"ext-curl": "Guzzle will use specific adapters if cURL is present"
|
|
|
|
},
|
2011-11-01 20:01:49 -05:00
|
|
|
"autoload": {
|
2014-02-16 20:10:19 -08:00
|
|
|
"psr-4": {
|
|
|
|
"GuzzleHttp\\": "src/"
|
2014-10-06 20:48:40 -07:00
|
|
|
}
|
2012-04-16 15:13:53 -07:00
|
|
|
},
|
2014-06-08 22:09:46 +01:00
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
|
|
|
"GuzzleHttp\\Tests\\": "tests/"
|
|
|
|
}
|
2014-07-15 15:50:36 -07:00
|
|
|
},
|
2012-04-16 15:13:53 -07:00
|
|
|
"require-dev": {
|
2014-02-08 00:09:25 -08:00
|
|
|
"ext-curl": "*",
|
2014-03-30 20:29:25 +01:00
|
|
|
"psr/log": "~1.0",
|
|
|
|
"phpunit/phpunit": "~4.0"
|
2012-04-16 15:13:53 -07:00
|
|
|
},
|
2012-12-07 08:45:11 -08:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2014-09-04 00:34:00 -07:00
|
|
|
"dev-ring": "5.0-dev"
|
2012-12-07 08:45:11 -08:00
|
|
|
}
|
|
|
|
}
|
2012-04-16 14:53:42 -07:00
|
|
|
}
|