Change Composer package name to wellrested/wellrested
This commit is contained in:
parent
19e72f7040
commit
c8ddfaae37
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "pjdietz/wellrested",
|
"name": "wellrested/wellrested",
|
||||||
"description": "Simple PHP Library for RESTful APIs",
|
"description": "Simple PHP Library for RESTful APIs",
|
||||||
"keywords": ["rest", "restful", "api", "curl", "http"],
|
"keywords": ["rest", "restful", "api", "curl", "http"],
|
||||||
"homepage": "https://github.com/pjdietz/wellrested",
|
"homepage": "https://github.com/pjdietz/wellrested",
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "PJ Dietz",
|
"name": "PJ Dietz",
|
||||||
"email": "pj@pjdietz.com"
|
"email": "pjdietz@gmail.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue