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-21 01:54:36 +00:00
|
|
|
"meta-tech/pws-auth" : "@dev",
|
|
|
|
"symfony/yaml": "^3.2"
|
2017-03-15 01:51:35 +00:00
|
|
|
}
|
2017-03-14 22:12:58 +00:00
|
|
|
}
|