pws-client/composer.json

24 lines
680 B
JSON
Raw Normal View History

2017-03-14 22:12:58 +00:00
{
"name" : "meta-tech/pws-client",
"type" : "library",
"homepage" : "https://github.com/meta-tech/pws-client",
"description" : "PwsClient is a php web service client managing PwsAuth protocol",
"license" : "MIT",
"authors" : [
{
"name" : "a-Sansara",
"homepage" : "https://github.com/a-sansara/"
}
],
"keywords" : ["Client", "PwsAuth", "WebService", "Http"],
"autoload" : {
"psr-4" : {
"" : "src/"
}
},
"require" : {
2017-03-15 01:51:35 +00:00
"php" : ">=5.4",
2017-03-15 22:41:52 +00:00
"meta-tech/pws-auth" : "^2.1"
2017-03-15 01:51:35 +00:00
}
2017-03-14 22:12:58 +00:00
}