structured project
This commit is contained in:
@@ -1,16 +1,6 @@
|
||||
{
|
||||
"name" : "bsr/callioapi",
|
||||
"description" : "Implementation of bsr/webservice as Callioplayer server api",
|
||||
"repositories" : [
|
||||
{
|
||||
"type" : "vcs",
|
||||
"url" : "https://usrpath@bitbucket.org/usrpath/webservice.git"
|
||||
},
|
||||
{
|
||||
"type" : "vcs",
|
||||
"url" : "https://usrpath@bitbucket.org/usrpath/bsrdb.git"
|
||||
}
|
||||
],
|
||||
"name" : "bsr/db",
|
||||
"description" : "Bsr database connection module",
|
||||
"authors" : [
|
||||
{
|
||||
"name" : "Simon"
|
||||
@@ -19,12 +9,17 @@
|
||||
"name" : "Guillermo"
|
||||
}
|
||||
],
|
||||
"repositories" : [
|
||||
{
|
||||
"type" : "vcs",
|
||||
"url" : "https://usrpath@bitbucket.org/usrpath/bsrconf.git"
|
||||
}
|
||||
],
|
||||
"require" : {
|
||||
"bsr/webservice" : "self.version",
|
||||
"bsr/db" : "self.version"
|
||||
"bsr/conf" : "self.version"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {"BSR\\CallioApi\\" : "src/"}
|
||||
"psr-4": {"BSR\\Db\\" : "src/"}
|
||||
},
|
||||
"require-dev": {
|
||||
"pds/skeleton": "^1.0",
|
||||
|
||||
Reference in New Issue
Block a user