Files
bsrdb/composer.json
Guillermo Dev cbef154735 initial commit
2018-10-10 00:46:53 +02:00

34 lines
782 B
JSON

{
"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"
}
],
"authors" : [
{
"name" : "Simon"
},
{
"name" : "Guillermo"
}
],
"require" : {
"bsr/webservice" : "self.version",
"bsr/db" : "self.version"
},
"autoload": {
"psr-4": {"BSR\\CallioApi\\" : "src/"}
},
"require-dev": {
"pds/skeleton": "^1.0",
"phpunit/phpunit": "^6"
}
}