generated from Nodarx/template
Initial service DAV module
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "ktrix/service-dav",
|
||||
"description": "WebDAV / CalDAV / CardDAV service module for Ktrix",
|
||||
"type": "library",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"sabre/dav": "^4.7"
|
||||
},
|
||||
"config": {
|
||||
"vendor-dir": "lib/vendor",
|
||||
"optimize-autoloader": true,
|
||||
"sort-packages": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user