tikiwiki/composer.json
2023-11-20 20:52:04 +00:00

44 lines
1.2 KiB
JSON

{
"name": "tiki/tiki-custom",
"description": "Tiki Wiki CMS Groupware",
"license": "LGPL-2.1-only",
"homepage": "https://tiki.org",
"minimum-stability": "stable",
"require": {
"jerome-breton/casperjs-installer": "dev-master",
"enygma/expose": "^3.0",
"fakerphp/faker": "^1.9.2",
"mpdf/mpdf": "^8.0.0",
"aws/aws-sdk-php": "^3.208",
"mathjax/mathjax": "^2.7",
"npm-asset/pdfjs-dist-viewer-min": "^2.1.266",
"j0k3r/php-readability": "^1.1.10",
"tikiwiki/tiki-manager": "dev-master",
"npm-asset/fullcalendar-scheduler": "^5.11.0",
"media-alchemyst/media-alchemyst": "^0.5.4"
},
"config": {
"process-timeout": 5000,
"bin-dir": "bin",
"component-dir": "vendor/components",
"prepend-autoloader": false,
"platform": {
"php": "8.1"
}
},
"repositories": [
{
"type": "composer",
"url": "https://composer.tiki.org"
}
],
"scripts": {
"post-install-cmd": [
"CasperJsInstaller\\Installer::install"
],
"post-update-cmd": [
"CasperJsInstaller\\Installer::install"
]
}
}