pws-server/composer.json
2017-03-15 03:03:22 +01:00

25 lines
752 B
JSON

{
"name" : "meta-tech/pws-server",
"type" : "library",
"homepage" : "https://github.com/meta-tech/pws-server",
"description" : "PwsServer is a web application skeleton in silex2 managing web services through PwsAuth protocol",
"license" : "MIT",
"authors" : [
{
"name" : "a-Sansara",
"homepage" : "https://github.com/a-sansara/"
}
],
"keywords" : ["Server", "PwsAuth", "WebService", "Silex", "Http"],
"autoload" : {
"psr-4" : {
"" : "src/"
}
},
"require": {
"meta-tech/silex-core" : "@dev"
},
"prefer-stable": true,
"minimum-stability" : "dev"
}