Change Composer package name to wellrested/wellrested

This commit is contained in:
PJ Dietz 2015-05-20 18:00:58 -04:00
parent 19e72f7040
commit c8ddfaae37
1 changed files with 2 additions and 2 deletions

View File

@ -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": {