first commit

This commit is contained in:
Guillermo Dev
2018-10-10 01:07:53 +02:00
commit 8183fba17c
8 changed files with 1603 additions and 0 deletions

19
composer.json Normal file
View File

@@ -0,0 +1,19 @@
{
"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"
}
}