2011-11-01 20:01:49 -05:00
|
|
|
{
|
|
|
|
"name": "guzzle/guzzle",
|
|
|
|
"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-16 15:13:53 -07:00
|
|
|
|
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
|
|
|
],
|
2012-04-16 15:13:53 -07:00
|
|
|
|
2011-11-01 20:01:49 -05:00
|
|
|
"require": {
|
2013-07-30 21:08:18 -07:00
|
|
|
"php": ">=5.4.0",
|
2012-12-05 13:08:49 -06:00
|
|
|
"symfony/event-dispatcher": ">=2.1"
|
2012-04-16 14:53:42 -07:00
|
|
|
},
|
2012-04-16 15:13:53 -07:00
|
|
|
|
2011-11-01 20:01:49 -05:00
|
|
|
"autoload": {
|
2012-01-15 12:31:00 -06:00
|
|
|
"psr-0": {
|
|
|
|
"Guzzle": "src/"
|
2013-06-02 15:54:43 -07:00
|
|
|
}
|
2012-04-16 15:13:53 -07:00
|
|
|
},
|
|
|
|
|
|
|
|
"require-dev": {
|
2013-02-19 14:40:15 -08:00
|
|
|
"doctrine/cache": "*",
|
2012-04-16 15:13:53 -07:00
|
|
|
"symfony/class-loader": "*",
|
2012-06-04 12:17:20 -07:00
|
|
|
"monolog/monolog": "1.*",
|
2013-03-20 11:53:25 -05:00
|
|
|
"psr/log": "1.0.*",
|
2012-10-31 21:27:06 -07:00
|
|
|
"phpunit/phpunit": "3.7.*"
|
2012-04-16 15:13:53 -07:00
|
|
|
},
|
|
|
|
|
2012-12-07 08:45:11 -08:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2013-06-10 17:24:07 -07:00
|
|
|
"dev-master": "3.7-dev"
|
2012-12-07 08:45:11 -08:00
|
|
|
}
|
|
|
|
}
|
2012-04-16 14:53:42 -07:00
|
|
|
}
|