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.
|
{
|
|
"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"
|
|
}
|
|
}
|