pws-auth/composer.json

23 lines
677 B
JSON
Raw Permalink Normal View History

2017-03-11 21:07:58 +00:00
{
2017-03-13 17:27:37 +00:00
"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/"
2017-03-11 21:07:58 +00:00
}
},
2017-03-13 17:27:37 +00:00
"require" : {
2017-03-15 22:43:26 +00:00
"php" : ">=5.4"
2017-03-11 21:07:58 +00:00
}
}