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
707 B
JSON

{
"name" : "meow/php-webservice",
"description" : "Webservice for a library",
"authors" : [
{
"name" : "Simon"
},
{
"name" : "Guillermo Pages",
"email" : "g@meow.ch"
}
],
"repositories" : [
{
"type" : "vcs",
"url" : "https://gitea.sn48.zivili.ch/meow/php-bsrutils.git"
}
],
"require" : {
"meow/php-bsrutils" : "dev-master"
},
"autoload": {
"psr-4": {"Bsr\\" : "src/"}
},
"autoload-dev": {
"psr-4": {"Bsr\\" : "tests/"}
},
"require-dev": {
"meow/php-bsrutils" : "dev-master",
"phpunit/phpunit": "^8"
}
}