re-implements document lock manager for wopi

This commit is contained in:
2022-06-27 22:44:10 +02:00
parent bf536aab38
commit 03bc94178f
6 changed files with 161 additions and 1 deletions

View File

@@ -96,7 +96,8 @@
"autoload-dev": {
"psr-4": {
"App\\": "tests/app/src/",
"Chill\\DocGeneratorBundle\\Tests\\": "src/Bundle/ChillDocGeneratorBundle/tests"
"Chill\\DocGeneratorBundle\\Tests\\": "src/Bundle/ChillDocGeneratorBundle/tests",
"Chill\\WopiBundle\\Tests\\": "src/Bundle/ChillDocGeneratorBundle/tests"
}
},
"config": {