BSR -> Bsr

This commit is contained in:
Guillermo Dev
2018-10-14 00:42:07 +02:00
parent eb6c0552c1
commit 63e48b53ac
10 changed files with 18 additions and 18 deletions

View File

@@ -20,10 +20,10 @@
"bsr/utils" : "^v1.0.1"
},
"autoload": {
"psr-4": {"BSR\\" : "src/"}
"psr-4": {"Bsr\\" : "src/"}
},
"autoload-dev": {
"psr-4": {"BSR\\" : "tests/"}
"psr-4": {"Bsr\\" : "tests/"}
},
"require-dev": {
"pds/skeleton": "^1.0",