pws-server/composer.json

40 lines
1.2 KiB
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",
"description" : "PwsServer is 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-controller-service" : "@dev",
"meta-tech/pws-auth" : "@dev",
"meta-tech/silex-core" : "@dev"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/meta-tech/silex-controller-service.git"
},
{
"type": "git",
"url": "https://github.com/meta-tech/pws-auth.git"
},
{
"type": "git",
"url": "https://github.com/meta-tech/silex-core.git"
}
],
"minimum-stability": "dev"
}