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.

25 lines
519 B
JSON

{
"name" : "bsr/utils",
"description" : "Bsr configuration module",
"authors" : [
{
"name" : "Simon"
},
{
"name" : "Guillermo Pages",
"email" : "g@lespagesweb.ch"
}
],
"autoload": {
"psr-4": {"BSR\\" : "src/"}
},
"autoload-dev": {
"psr-4": {"BSR\\" : "tests/"}
},
"require-dev": {
"pds/skeleton": "^1.0",
"phpunit/phpunit": "^6",
"phpdocumentor/phpdocumentor": "2.*"
}
}