first commit
This commit is contained in:
19
composer.json
Normal file
19
composer.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user