Add composer.json
This commit is contained in:
parent
d4f62642e7
commit
2f328bb5e8
|
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue