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",
|
2015-02-24 22:50:52 -08:00
|
|
|
"description": "Guzzle is a PHP HTTP client library",
|
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": {
|
2015-04-25 19:29:57 -07:00
|
|
|
"php": ">=5.5.0",
|
2015-06-24 13:05:23 -07:00
|
|
|
"guzzlehttp/psr7": "~1.1",
|
2015-05-27 17:30:19 -07:00
|
|
|
"guzzlehttp/promises": "~1.0"
|
2012-04-16 14:53:42 -07:00
|
|
|
},
|
2014-10-12 22:22:37 +01:00
|
|
|
"require-dev": {
|
|
|
|
"ext-curl": "*",
|
2015-05-27 17:30:19 -07:00
|
|
|
"phpunit/phpunit": "~4.0",
|
|
|
|
"psr/log": "~1.0"
|
2014-05-04 17:10:19 -04:00
|
|
|
},
|
2011-11-01 20:01:49 -05:00
|
|
|
"autoload": {
|
2015-06-25 12:50:04 -04:00
|
|
|
"files": ["src/functions_include.php"],
|
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-12-07 08:45:11 -08:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-01-26 19:25:48 +00:00
|
|
|
"dev-master": "6.2-dev"
|
2012-12-07 08:45:11 -08:00
|
|
|
}
|
|
|
|
}
|
2012-04-16 14:53:42 -07:00
|
|
|
}
|