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
474 B
JSON
24 lines
474 B
JSON
{
|
|
"name" : "bsr/config",
|
|
"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"
|
|
}
|
|
}
|