Skip to content

Instantly share code, notes, and snippets.

@fabiomontefuscolo
Created September 1, 2020 20:30
Show Gist options
  • Save fabiomontefuscolo/008345e7f3b06d8fba82620245ca0dae to your computer and use it in GitHub Desktop.
Save fabiomontefuscolo/008345e7f3b06d8fba82620245ca0dae to your computer and use it in GitHub Desktop.
Tiki extra-packages
{
"name": "tiki/tiki-custom",
"description": "Tiki Wiki CMS Groupware",
"license": "LGPL-2.1",
"homepage": "https://tiki.org",
"minimum-stability": "stable",
"require": {
"fullcalendar/fullcalendar-scheduler": "^1.9",
"tikiwiki/diagram": "^10",
"thiagoalessio/tesseract_ocr": "^2.7.0",
"npm-asset/pdfjs-dist-viewer-min": "~2.1.266",
"media-alchemyst/media-alchemyst": "^0.5.1",
"mpdf/mpdf": "^7.1"
},
"config": {
"process-timeout": 5000,
"bin-dir": "bin",
"component-dir": "vendor/components"
},
"repositories": [
{
"type": "composer",
"url": "https://composer.tiki.org"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment