30 lines
713 B
JSON
30 lines
713 B
JSON
{
|
|
"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
|
|
}
|
|
}
|
|
}
|