18 lines
382 B
JSON
18 lines
382 B
JSON
{
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/InvoicePlane/mpdf.git"
|
|
}
|
|
],
|
|
"require": {
|
|
"phpmailer/phpmailer": "^5.2",
|
|
"mpdf/mpdf": "dev-development",
|
|
"vlucas/phpdotenv": "^2.4",
|
|
"setasign/fpdi-fpdf": "^1.6.1",
|
|
"codeigniter/framework": "^3.1",
|
|
"omnipay/omnipay": "~2.0",
|
|
"paragonie/random_compat": "^2.0"
|
|
}
|
|
}
|