update composer.json

This commit is contained in:
a-sansara 2017-03-13 18:27:37 +01:00
parent a8dc2cfdd2
commit 685335992b

View File

@ -1,7 +1,16 @@
{
"name": "meta-tech/PwsAuth",
"license": "MIT",
"name" : "meta-tech/pws-auth",
"type" : "library",
"homepage" : "https://github.com/meta-tech/pws-auth",
"description" : "PwsAuth is an authentication protocol throught http header designed to web services",
"license" : "MIT",
"authors" : [
{
"name" : "a-Sansara",
"homepage" : "https://github.com/a-sansara/"
}
],
"keywords" : ["Authentication", "Protocol", "WebService", "Http", "PwsAuth"],
"autoload" : {
"psr-4" : {
"" : "src/"