Add composer.json

This commit is contained in:
PJ Dietz 2013-01-10 19:45:55 -05:00
parent d4f62642e7
commit 2f328bb5e8
2 changed files with 16 additions and 0 deletions

0
.gitignore vendored Normal file
View File

16
composer.json Normal file
View File

@ -0,0 +1,16 @@
{
"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"
}
}