mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
24 lines
507 B
JSON
24 lines
507 B
JSON
{
|
|
"name": "rmccue/requests",
|
|
"description": "A HTTP library written in PHP, for human beings.",
|
|
"homepage": "http://github.com/rmccue/Requests",
|
|
"license": "ISC",
|
|
"keywords": ["http", "idna", "iri", "ipv6", "curl", "sockets", "fsockopen"],
|
|
"authors": [
|
|
{
|
|
"name": "Ryan McCue",
|
|
"homepage": "http://ryanmccue.info"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.2"
|
|
},
|
|
"require-dev": {
|
|
"requests/test-server": "dev-master"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {"Requests": "library/"}
|
|
}
|
|
}
|