{ "name" : "bsr/webservice", "description" : "Webservice for a library", "authors" : [ { "name" : "Simon" }, { "name" : "Guillermo Pages", "email" : "g@lespagesweb.ch" } ], "repositories" : [ { "type" : "vcs", "url" : "https://usrpath@bitbucket.org/usrpath/bsrutils.git" } ], "require" : { "bsr/utils" : "^v1.0.1" }, "autoload": { "psr-4": {"BSR\\" : "src/"} }, "autoload-dev": { "psr-4": {"BSR\\" : "tests/"} }, "require-dev": { "pds/skeleton": "^1.0", "phpunit/phpunit": "^6" } }