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.

24 lines
476 B
JSON

{
"name" : "meow/php-bsrutils",
"description" : "Bsr configuration module",
"authors" : [
{
"name" : "Simon"
},
{
"name" : "Guillermo Pages",
"email" : "g@meow.ch"
}
],
"autoload": {
"psr-4": {"Bsr\\" : "src/"}
},
"autoload-dev": {
"psr-4": {"Bsr\\" : "tests/"}
},
"require-dev": {
"pds/skeleton": "^1.0",
"phpunit/phpunit": "^8.2"
}
}