fix: remove dependency Bsr\Configuration

This commit is contained in:
Guillermo Pages
2021-07-27 19:28:11 +02:00
parent 8245027a74
commit 78cab08ac0
3 changed files with 10 additions and 1562 deletions

View File

@@ -11,18 +11,5 @@
],
"autoload": {
"psr-4": {"Bsr\\" : "src/"}
},
"repositories" : [
{
"type" : "vcs",
"url" : "https://usrpath@bitbucket.org/usrpath/bsrutils.git"
}
],
"require" : {
"bsr/utils" : "dev-master"
},
"require-dev": {
"pds/skeleton": "^1.0",
"phpunit/phpunit": "^6"
}
}