pws-auth/composer.json
2017-03-15 02:20:00 +01:00

24 lines
710 B
JSON

{
"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/"
}
},
"require" : {
"php" : ">=5.4",
"symfony/yaml" : "^3.2"
}
}