initial commit

This commit is contained in:
Guillermo Dev
2018-10-10 00:46:53 +02:00
commit cbef154735
5 changed files with 737 additions and 0 deletions

33
composer.json Normal file
View File

@@ -0,0 +1,33 @@
{
"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"
}
}