fix composer.json and upgrade base app

This commit is contained in:
2021-09-13 12:41:55 +02:00
parent c82efc4fd5
commit 75aa600a20
2 changed files with 3 additions and 2 deletions

View File

@@ -95,6 +95,7 @@
}
},
"config": {
"bin-dir": "bin"
"bin-dir": "bin",
"vendor-dir": "tests/app/vendor"
}
}