mirror of
https://github.com/guzzle/guzzle.git
synced 2025-01-17 21:38:16 +01:00
25 lines
678 B
JSON
25 lines
678 B
JSON
{
|
|
"name": "guzzle/guzzle",
|
|
"type": "library",
|
|
"description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
|
|
"keywords": ["framework", "http", "rest"],
|
|
"homepage": "http://www.guzzlephp.org/",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "michael@guzzlephp.org"
|
|
},
|
|
{
|
|
"name": "Guzzle Community",
|
|
"homepage": "https://github.com/guzzle/guzzle/contributors"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "Guzzle": "src/" }
|
|
}
|
|
} |