{ "name" : "bsr/db", "description" : "Bsr database connection module", "authors" : [ { "name" : "Simon" }, { "name" : "Guillermo" } ], "repositories" : [ { "type" : "vcs", "url" : "https://usrpath@bitbucket.org/usrpath/bsrconf.git" } ], "require" : { "bsr/conf" : "self.version" }, "autoload": { "psr-4": {"BSR\\Db\\" : "src/"} }, "require-dev": { "pds/skeleton": "^1.0", "phpunit/phpunit": "^6" } }