wellrested/composer.json

17 lines
389 B
JSON

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