tikiwiki/packages/tiki-pkg-mpdf/composer.json
2023-11-20 20:52:04 +00:00

21 lines
485 B
JSON
Executable File

{
"name": "tiki/tiki-custom",
"description": "Tiki Wiki CMS Groupware",
"license": "LGPL-2.1",
"homepage": "https://tiki.org",
"minimum-stability": "stable",
"require": {
"mpdf/mpdf": "^8.0.0"
},
"config": {
"process-timeout": 5000,
"bin-dir": "vendor/bin",
"prepend-autoloader": false
},
"repositories": [
{
"type": "composer",
"url": "https://composer.tiki.org"
}
]
}