27 lines
606 B
JSON
27 lines
606 B
JSON
{
|
|
"name": "wellrested/wellrested",
|
|
"description": "Simple PHP Library for RESTful APIs",
|
|
"keywords": ["rest", "restful", "api", "http"],
|
|
"homepage": "https://github.com/pjdietz/wellrested",
|
|
"license": "MIT",
|
|
"type": "library",
|
|
"authors": [
|
|
{
|
|
"name": "PJ Dietz",
|
|
"email": "pjdietz@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"psr/http-message": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.6"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"WellRESTed\\" : "src/"
|
|
}
|
|
}
|
|
}
|