pws-server/composer.json

25 lines
752 B
JSON
Raw Normal View History

2017-03-14 23:49:44 +00:00
{
"name" : "meta-tech/pws-server",
"type" : "library",
"homepage" : "https://github.com/meta-tech/pws-server",
2017-03-15 02:03:22 +00:00
"description" : "PwsServer is a web application skeleton in silex2 managing web services through PwsAuth protocol",
2017-03-14 23:49:44 +00:00
"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"
},
2017-03-15 02:03:22 +00:00
"prefer-stable": true,
"minimum-stability" : "dev"
2017-03-14 23:49:44 +00:00
}