Initial commit

This commit is contained in:
2022-09-28 14:44:49 +02:00
commit e46b8baa77
59 changed files with 60320 additions and 0 deletions

25
composer.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "principis/cw_uurrooster",
"type": "project",
"require": {
"kigkonsult/icalcreator": "^2.39",
"sabre/vobject": "^4.0",
"ext-curl": "*",
"ext-pdo": "*",
"ext-dom": "*",
"ext-libxml": "*",
"ext-ctype": "*"
},
"license": "AGPL",
"autoload": {
"psr-4": {
"Principis\\CwUurrooster\\": "src/"
}
},
"authors": [
{
"name": "Arthur Bols",
"email": "arthur@bols.dev"
}
]
}