wellrested/composer.json

28 lines
656 B
JSON

{
"name": "wellrested/wellrested",
"description": "Simple PHP Library for RESTful APIs",
"keywords": ["rest", "restful", "api", "http", "psr7", "psr-7"],
"homepage": "https://www.wellrested.org",
"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": "^6"
},
"autoload": {
"psr-4": {
"WellRESTed\\": "src/",
"Psr\\Http\\Server\\": "src-fig/"
}
}
}