diff --git a/www/modules/civicrm/composer.json b/www/modules/civicrm/composer.json index d603c5f04..e8034a614 100644 --- a/www/modules/civicrm/composer.json +++ b/www/modules/civicrm/composer.json @@ -66,7 +66,7 @@ "symfony/service-contracts": "~2.2 || ~3.1", "psr/log": "~1.0 || ~2.0 || ~3.0", "symfony/finder": "~4.4 || ~5.4 || ~6.0 || ~7.0", - "tecnickcom/tcpdf" : "6.7.*", + "tecnickcom/tcpdf" : "6.7.* || 6.8.*", "totten/ca-config": "~23.07", "zetacomponents/base": "1.9.*", "zetacomponents/mail": "~1.9.4", diff --git a/www/modules/civicrm/composer.lock b/www/modules/civicrm/composer.lock index be7b1ffa2..4c801f58b 100644 --- a/www/modules/civicrm/composer.lock +++ b/www/modules/civicrm/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "21b4d53ec38067948395139db45d6d6b", + "content-hash": "ee9c00281b3485bac2cfad9f9384059b", "packages": [ { "name": "adrienrn/php-mimetyper", @@ -5277,20 +5277,21 @@ }, { "name": "tecnickcom/tcpdf", - "version": "6.7.7", + "version": "6.8.0", "source": { "type": "git", "url": "https://github.com/tecnickcom/TCPDF.git", - "reference": "cfbc0028cc23f057f2baf9e73bdc238153c22086" + "reference": "14ffa0e308f5634aa2489568b4b90b24073b6731" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/cfbc0028cc23f057f2baf9e73bdc238153c22086", - "reference": "cfbc0028cc23f057f2baf9e73bdc238153c22086", + "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/14ffa0e308f5634aa2489568b4b90b24073b6731", + "reference": "14ffa0e308f5634aa2489568b4b90b24073b6731", "shasum": "" }, "require": { - "php": ">=5.5.0" + "ext-curl": "*", + "php": ">=7.1.0" }, "type": "library", "autoload": { @@ -5337,7 +5338,7 @@ ], "support": { "issues": "https://github.com/tecnickcom/TCPDF/issues", - "source": "https://github.com/tecnickcom/TCPDF/tree/6.7.7" + "source": "https://github.com/tecnickcom/TCPDF/tree/6.8.0" }, "funding": [ { @@ -5345,7 +5346,7 @@ "type": "custom" } ], - "time": "2024-10-26T12:15:02+00:00" + "time": "2024-12-23T13:34:57+00:00" }, { "name": "totten/ca-config",