Release: CalDAV sync bundle hardening and LMW sync

This commit is contained in:
Jürgen Mummert
2026-03-27 22:16:48 +01:00
commit c6f63a56a9
36 changed files with 2993 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"name": "mummert/caldav-sync-bundle",
"description": "Two-way CalDAV sync for Contao 5.7 calendars.",
"type": "contao-bundle",
"license": "proprietary",
"require": {
"php": "^8.4",
"contao/calendar-bundle": "^5.7",
"contao/core-bundle": "^5.7",
"contao/manager-plugin": "^2.0",
"sabre/vobject": "^4.5",
"symfony/http-client": "^7.3"
},
"autoload": {
"psr-4": {
"Mummert\\CalDavSyncBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "Mummert\\CalDavSyncBundle\\Contao\\Manager\\Plugin"
},
"prefer-stable": true,
"config": {
"allow-plugins": {
"contao-components/installer": true,
"contao/manager-plugin": true
}
}
}