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.
33 lines
687 B
JSON
33 lines
687 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" : "^v1.0.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {"Bsr\\" : "src/"}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {"Bsr\\" : "tests/"}
|
|
},
|
|
"require-dev": {
|
|
"pds/skeleton": "^1.0",
|
|
"phpunit/phpunit": "^6"
|
|
}
|
|
}
|