42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"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": "*",
|
|
"twbs/bootstrap": "^5.3",
|
|
"twbs/bootstrap-icons": "*"
|
|
},
|
|
"license": "AGPL",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Principis\\CwUurrooster\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Arthur Bols",
|
|
"email": "arthur@bols.dev"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"auto-scripts": [
|
|
"rm -rf public/vendor/",
|
|
"mkdir -p public/vendor/",
|
|
"ln -sf ../../vendor/twbs/bootstrap/dist public/vendor/bootstrap",
|
|
"ln -sf ../../vendor/twbs/bootstrap-icons/font public/vendor/bootstrap-icons"
|
|
],
|
|
"post-install-cmd": [
|
|
"@auto-scripts"
|
|
],
|
|
"post-update-cmd": [
|
|
"@auto-scripts"
|
|
]
|
|
}
|
|
}
|