setup phpunit

This commit is contained in:
Guillermo Dev
2018-10-10 21:23:18 +02:00
parent b3dab22eb9
commit ca96f06876
4 changed files with 15 additions and 4 deletions

View File

@@ -6,11 +6,15 @@
"name" : "Simon"
},
{
"name" : "Guillermo"
"name" : "Guillermo Pages",
"email" : "g@lespagesweb.ch"
}
],
"autoload": {
"psr-4": {"BSR\\Config\\" : "src/"}
"psr-4": {"BSR\\" : "src/"}
},
"autoload-dev": {
"psr-4": {"BSR\\" : "tests/"}
},
"require-dev": {
"pds/skeleton": "^1.0",