{ "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" } }