wellrested/composer.json

20 lines
474 B
JSON

{
"name": "pjdietz/wellrested",
"description": "Simple PHP Library for RESTful APIs",
"keywords": ["rest", "restful", "api", "curl", "http"],
"homepage": "https://github.com/pjdietz/wellrested",
"type": "library",
"authors": [
{
"name": "PJ Dietz",
"email": "pj@pjdietz.com"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": { "pjdietz\\WellRESTed": "src/" }
}
}