You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
726 B
JSON

{
"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" : "dev-master"
},
"autoload": {
"psr-4": {"Bsr\\" : "src/"}
},
"autoload-dev": {
"psr-4": {"Bsr\\" : "tests/"}
},
"require-dev": {
"bsr/utils" : "dev-master",
"pds/skeleton": "^1.0",
"phpunit/phpunit": "^6"
}
}