20 lines
365 B
JSON
20 lines
365 B
JSON
{
|
|
"name" : "bsr/conf",
|
|
"description" : "Bsr configuration module",
|
|
"authors" : [
|
|
{
|
|
"name" : "Simon"
|
|
},
|
|
{
|
|
"name" : "Guillermo"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {"BSR\\Config\\" : "src/"}
|
|
},
|
|
"require-dev": {
|
|
"pds/skeleton": "^1.0",
|
|
"phpunit/phpunit": "^6"
|
|
}
|
|
}
|