-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! fix(dav): Reduce CalDAV backend memory footprint
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
- Loading branch information
1 parent
6289648
commit 9daf8b2
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule 3rdparty
updated
22 files
+0 −1 | composer.json | |
+1 −66 | composer.lock | |
+0 −10 | composer/autoload_classmap.php | |
+0 −1 | composer/autoload_files.php | |
+0 −1 | composer/autoload_psr4.php | |
+0 −16 | composer/autoload_static.php | |
+0 −68 | composer/installed.json | |
+2 −11 | composer/installed.php | |
+0 −20 | opis/closure/LICENSE | |
+0 −9 | opis/closure/NOTICE | |
+0 −39 | opis/closure/autoload.php | |
+0 −41 | opis/closure/functions.php | |
+0 −62 | opis/closure/src/Analyzer.php | |
+0 −34 | opis/closure/src/ClosureContext.php | |
+0 −25 | opis/closure/src/ClosureScope.php | |
+0 −99 | opis/closure/src/ClosureStream.php | |
+0 −25 | opis/closure/src/ISecurityProvider.php | |
+0 −1,093 | opis/closure/src/ReflectionClosure.php | |
+0 −18 | opis/closure/src/SecurityException.php | |
+0 −42 | opis/closure/src/SecurityProvider.php | |
+0 −31 | opis/closure/src/SelfReference.php | |
+0 −678 | opis/closure/src/SerializableClosure.php |