requiring wrong package

This commit is contained in:
Guillermo Dev
2018-10-14 00:49:01 +02:00
parent 2743aa6d81
commit d503eaa0a6

View File

@@ -15,11 +15,11 @@
"repositories" : [ "repositories" : [
{ {
"type" : "vcs", "type" : "vcs",
"url" : "https://usrpath@bitbucket.org/usrpath/bsrconfig.git" "url" : "https://usrpath@bitbucket.org/usrpath/bsrutils.git"
} }
], ],
"require" : { "require" : {
"bsr/config" : "v0.0.1" "bsr/utils" : "v2.0.1"
}, },
"require-dev": { "require-dev": {
"pds/skeleton": "^1.0", "pds/skeleton": "^1.0",