backup before move

This commit is contained in:
Guillermo Dev
2018-10-11 11:41:24 +02:00
parent eae13f000d
commit 6efc6a95ad
2 changed files with 11 additions and 1 deletions

View File

@@ -19,7 +19,10 @@
"bsr/config" : "v0.0.1"
},
"autoload": {
"psr-4": {"BSR\\Webservice\\" : "src/"}
"psr-4": {"BSR\\" : "src/"}
},
"autoload-dev": {
"psr-4": {"BSR\\" : "tests/"}
},
"require-dev": {
"pds/skeleton": "^1.0",