Created
September 1, 2020 20:30
-
-
Save fabiomontefuscolo/008345e7f3b06d8fba82620245ca0dae to your computer and use it in GitHub Desktop.
Tiki extra-packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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