Files
api/services/nginx/app/composer.json
T
Jepp9350 b95215677a Add spipu/html2pdf and tecnickcom/tcpdf dependencies
Updated composer.json to include spipu/html2pdf for HTML to PDF conversion and its dependency tecnickcom/tcpdf. Adjusted composer.lock to reflect the updated dependency tree for these additions.
2025-03-14 09:34:02 +01:00

25 lines
587 B
JSON

{
"require-dev": {
"rector/rector": "^1.2"
},
"require": {
"ext-mysqli": "*",
"ext-openssl": "*",
"ext-curl": "*",
"ext-json": "*",
"aws/aws-sdk-php": "^3.0",
"predis/predis": "*",
"phpmailer/phpmailer": "^6.9.2",
"stripe/stripe-php": "^16.5",
"php-http/guzzle7-adapter": "^1.1",
"nyholm/psr7": "^1.8",
"mailersend/mailersend": "^0.28.0",
"spipu/html2pdf": "^5.3"
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}