pws-client/composer.json
2017-03-14 23:12:58 +01:00

30 lines
841 B
JSON

{
"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" : {
"symfony/yaml" : "^3.2",
"meta-tech/pws-auth": "@dev"
},
"repositories" : [
{
"type": "git",
"url": "https://github.com/meta-tech/pws-auth.git"
}
]
}