updated P contrib modules, patched pwa

This commit is contained in:
2025-10-14 16:35:01 +02:00
parent bcda2568a7
commit 908c61700c
2 changed files with 103 additions and 104 deletions

View File

@@ -256,7 +256,8 @@
"drupal/pwa": { "drupal/pwa": {
"Manifest doesn't have a maskable icon https://www.drupal.org/project/pwa/issues/3165433": "https://www.drupal.org/files/issues/2024-03-10/manifest-doesnt-have-a-maskable-icon-error-3165433-20.patch", "Manifest doesn't have a maskable icon https://www.drupal.org/project/pwa/issues/3165433": "https://www.drupal.org/files/issues/2024-03-10/manifest-doesnt-have-a-maskable-icon-error-3165433-20.patch",
"Undefined array key name https://www.drupal.org/project/pwa/issues/3422906": "https://www.drupal.org/files/issues/2024-02-21/pwa-3422906-3.patch", "Undefined array key name https://www.drupal.org/project/pwa/issues/3422906": "https://www.drupal.org/files/issues/2024-02-21/pwa-3422906-3.patch",
"The module adds white space at the top of the olivero theme https://www.drupal.org/project/pwa/issues/3427753" : "https://www.drupal.org/files/issues/2024-04-03/pwa-pwa_extras-decode_entities.patch" "The module adds white space at the top of the olivero theme https://www.drupal.org/project/pwa/issues/3427753" : "https://www.drupal.org/files/issues/2024-04-03/pwa-pwa_extras-decode_entities.patch",
"Error: Class Html not found in pwa_extras_page_attachments() https://www.drupal.org/project/pwa/issues/3552103": "https://www.drupal.org/files/issues/2025-10-14/pwa_utility_html_fix.patch"
}, },
"drupal/toolbar_theme": { "drupal/toolbar_theme": {
"Automated Drupal 9 compatibility fixes https://www.drupal.org/project/toolbar_themes/issues/3149099": "https://www.drupal.org/files/issues/2020-06-06/toolbar_themes.1.x-dev.rector.patch" "Automated Drupal 9 compatibility fixes https://www.drupal.org/project/toolbar_themes/issues/3149099": "https://www.drupal.org/files/issues/2020-06-06/toolbar_themes.1.x-dev.rector.patch"

204
composer.lock generated
View File

@@ -1898,16 +1898,16 @@
}, },
{ {
"name": "dompdf/dompdf", "name": "dompdf/dompdf",
"version": "v3.0.0", "version": "v3.1.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/dompdf/dompdf.git", "url": "https://github.com/dompdf/dompdf.git",
"reference": "fbc7c5ee5d94f7a910b78b43feb7931b7f971b59" "reference": "baed300e4fb8226359c04395518059a136e2a2e2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/dompdf/dompdf/zipball/fbc7c5ee5d94f7a910b78b43feb7931b7f971b59", "url": "https://api.github.com/repos/dompdf/dompdf/zipball/baed300e4fb8226359c04395518059a136e2a2e2",
"reference": "fbc7c5ee5d94f7a910b78b43feb7931b7f971b59", "reference": "baed300e4fb8226359c04395518059a136e2a2e2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1923,7 +1923,7 @@
"ext-json": "*", "ext-json": "*",
"ext-zip": "*", "ext-zip": "*",
"mockery/mockery": "^1.3", "mockery/mockery": "^1.3",
"phpunit/phpunit": "^7.5 || ^8 || ^9 || ^10", "phpunit/phpunit": "^7.5 || ^8 || ^9 || ^10 || ^11",
"squizlabs/php_codesniffer": "^3.5", "squizlabs/php_codesniffer": "^3.5",
"symfony/process": "^4.4 || ^5.4 || ^6.2 || ^7.0" "symfony/process": "^4.4 || ^5.4 || ^6.2 || ^7.0"
}, },
@@ -1956,9 +1956,9 @@
"homepage": "https://github.com/dompdf/dompdf", "homepage": "https://github.com/dompdf/dompdf",
"support": { "support": {
"issues": "https://github.com/dompdf/dompdf/issues", "issues": "https://github.com/dompdf/dompdf/issues",
"source": "https://github.com/dompdf/dompdf/tree/v3.0.0" "source": "https://github.com/dompdf/dompdf/tree/v3.1.3"
}, },
"time": "2024-04-29T14:01:28+00:00" "time": "2025-10-14T13:10:17+00:00"
}, },
{ {
"name": "dompdf/php-font-lib", "name": "dompdf/php-font-lib",
@@ -9795,23 +9795,26 @@
}, },
{ {
"name": "drupal/pathauto", "name": "drupal/pathauto",
"version": "1.13.0", "version": "1.14.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/pathauto.git", "url": "https://git.drupalcode.org/project/pathauto.git",
"reference": "8.x-1.13" "reference": "8.x-1.14"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.13.zip", "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.14.zip",
"reference": "8.x-1.13", "reference": "8.x-1.14",
"shasum": "e64b5a82cf1b8ab48bce400b21ae6fc99c8078fd" "shasum": "07f0d2efcf0bfb450e2ab69a43921fa39dc5f25b"
}, },
"require": { "require": {
"drupal/core": "^9.4 || ^10 || ^11", "drupal/core": "^10 || ^11",
"drupal/ctools": "*", "drupal/ctools": "*",
"drupal/token": "*" "drupal/token": "*"
}, },
"conflict": {
"drush/drush": "<12.5.1"
},
"require-dev": { "require-dev": {
"drupal/forum": "*" "drupal/forum": "*"
}, },
@@ -9821,17 +9824,12 @@
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.13", "version": "8.x-1.14",
"datestamp": "1722507672", "datestamp": "1759838097",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
} }
},
"drush": {
"services": {
"drush.services.yml": "^9 || ^10"
}
} }
}, },
"notification-url": "https://packages.drupal.org/8/downloads", "notification-url": "https://packages.drupal.org/8/downloads",
@@ -9840,11 +9838,11 @@
], ],
"authors": [ "authors": [
{ {
"name": "Berdir", "name": "berdir",
"homepage": "https://www.drupal.org/user/214652" "homepage": "https://www.drupal.org/user/214652"
}, },
{ {
"name": "Dave Reid", "name": "dave reid",
"homepage": "https://www.drupal.org/user/53892" "homepage": "https://www.drupal.org/user/53892"
}, },
{ {
@@ -9866,26 +9864,26 @@
}, },
{ {
"name": "drupal/pathologic", "name": "drupal/pathologic",
"version": "2.0.0-alpha2", "version": "2.0.0-alpha3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/pathologic.git", "url": "https://git.drupalcode.org/project/pathologic.git",
"reference": "2.0.0-alpha2" "reference": "2.0.0-alpha3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/pathologic-2.0.0-alpha2.zip", "url": "https://ftp.drupal.org/files/projects/pathologic-2.0.0-alpha3.zip",
"reference": "2.0.0-alpha2", "reference": "2.0.0-alpha3",
"shasum": "59de9dbfcd770c2b8810fdb23568d9fb630310b7" "shasum": "f59c465b7070c3e6d12a204a55ee1117b991ae93"
}, },
"require": { "require": {
"drupal/core": "^9 || ^10" "drupal/core": "^9 || ^10 || ^11"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "2.0.0-alpha2", "version": "2.0.0-alpha3",
"datestamp": "1706131021", "datestamp": "1733441073",
"security-coverage": { "security-coverage": {
"status": "not-covered", "status": "not-covered",
"message": "Alpha releases are not covered by Drupal security advisories." "message": "Alpha releases are not covered by Drupal security advisories."
@@ -9898,7 +9896,7 @@
], ],
"authors": [ "authors": [
{ {
"name": "Berdir", "name": "berdir",
"homepage": "https://www.drupal.org/user/214652" "homepage": "https://www.drupal.org/user/214652"
}, },
{ {
@@ -9994,17 +9992,17 @@
}, },
{ {
"name": "drupal/pdf_api", "name": "drupal/pdf_api",
"version": "2.4.4", "version": "2.4.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/pdf_api.git", "url": "https://git.drupalcode.org/project/pdf_api.git",
"reference": "2.4.4" "reference": "2.4.5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/pdf_api-2.4.4.zip", "url": "https://ftp.drupal.org/files/projects/pdf_api-2.4.5.zip",
"reference": "2.4.4", "reference": "2.4.5",
"shasum": "345309e4f1e0864ecded71c8226b4de0db95a505" "shasum": "529c4b8e17707a23f22a9aa19a0239b54f2281d8"
}, },
"require": { "require": {
"dompdf/dompdf": ">=2.0.4", "dompdf/dompdf": ">=2.0.4",
@@ -10016,8 +10014,8 @@
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "2.4.4", "version": "2.4.5",
"datestamp": "1722646728", "datestamp": "1754397606",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@@ -10034,11 +10032,11 @@
"homepage": "https://www.drupal.org/user/346106" "homepage": "https://www.drupal.org/user/346106"
}, },
{ {
"name": "Nigel Cunningham", "name": "nigelcunningham",
"homepage": "https://www.drupal.org/user/250105" "homepage": "https://www.drupal.org/user/250105"
}, },
{ {
"name": "Sutharsan", "name": "sutharsan",
"homepage": "https://www.drupal.org/user/73854" "homepage": "https://www.drupal.org/user/73854"
} }
], ],
@@ -10160,22 +10158,22 @@
}, },
{ {
"name": "drupal/printable", "name": "drupal/printable",
"version": "3.1.3", "version": "3.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/printable.git", "url": "https://git.drupalcode.org/project/printable.git",
"reference": "3.1.3" "reference": "3.1.4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/printable-3.1.3.zip", "url": "https://ftp.drupal.org/files/projects/printable-3.1.4.zip",
"reference": "3.1.3", "reference": "3.1.4",
"shasum": "da44665d16bc2445fba519cbcc7dc448208d8f46" "shasum": "bd55d2cee6922538508ebcfe8ef11574e6abb588"
}, },
"require": { "require": {
"drupal/core": "^9.4 || ^10 || ^11", "drupal/core": "^9.4 || ^10 || ^11",
"drupal/pdf_api": "^2.4.0", "drupal/pdf_api": "^2.4.0",
"wa72/htmlpagedom": "^1.3 || ^2.0 || 3.0" "wa72/htmlpagedom": "^1.3 || ^2.0 || ^3.0"
}, },
"require-dev": { "require-dev": {
"drupal/pdf_api": "*", "drupal/pdf_api": "*",
@@ -10184,8 +10182,8 @@
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "3.1.3", "version": "3.1.4",
"datestamp": "1720679594", "datestamp": "1754530410",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@@ -10203,7 +10201,7 @@
"email": "nigel@nigelcunningham.com.au" "email": "nigel@nigelcunningham.com.au"
}, },
{ {
"name": "Nigel Cunningham", "name": "nigelcunningham",
"homepage": "https://www.drupal.org/user/250105" "homepage": "https://www.drupal.org/user/250105"
} }
], ],
@@ -10286,17 +10284,17 @@
}, },
{ {
"name": "drupal/pwa", "name": "drupal/pwa",
"version": "2.1.0-beta6", "version": "2.1.0-beta7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/pwa.git", "url": "https://git.drupalcode.org/project/pwa.git",
"reference": "2.1.0-beta6" "reference": "2.1.0-beta7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/pwa-2.1.0-beta6.zip", "url": "https://ftp.drupal.org/files/projects/pwa-2.1.0-beta7.zip",
"reference": "2.1.0-beta6", "reference": "2.1.0-beta7",
"shasum": "ffcfbf4b672b1fffa1a7a918b940f035c892d92b" "shasum": "78f48c3c2c4c46819d146416670f97021c80d9bf"
}, },
"require": { "require": {
"drupal/core": "^10.3 || ^11", "drupal/core": "^10.3 || ^11",
@@ -10305,8 +10303,8 @@
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "2.1.0-beta6", "version": "2.1.0-beta7",
"datestamp": "1724323415", "datestamp": "1738667492",
"security-coverage": { "security-coverage": {
"status": "not-covered", "status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories." "message": "Beta releases are not covered by Drupal security advisories."
@@ -10323,7 +10321,7 @@
"homepage": "https://www.drupal.org/user/473596" "homepage": "https://www.drupal.org/user/473596"
}, },
{ {
"name": "Ambient.Impact", "name": "ambient.impact",
"homepage": "https://www.drupal.org/user/1131532" "homepage": "https://www.drupal.org/user/1131532"
}, },
{ {
@@ -15462,16 +15460,16 @@
}, },
{ {
"name": "mikehaertl/php-tmpfile", "name": "mikehaertl/php-tmpfile",
"version": "1.2.1", "version": "1.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/mikehaertl/php-tmpfile.git", "url": "https://github.com/mikehaertl/php-tmpfile.git",
"reference": "70a5b70b17bc0d9666388e6a551ecc93d0b40a10" "reference": "a5392bed91f67e2849a7cb24075d346468e1b1a8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/mikehaertl/php-tmpfile/zipball/70a5b70b17bc0d9666388e6a551ecc93d0b40a10", "url": "https://api.github.com/repos/mikehaertl/php-tmpfile/zipball/a5392bed91f67e2849a7cb24075d346468e1b1a8",
"reference": "70a5b70b17bc0d9666388e6a551ecc93d0b40a10", "reference": "a5392bed91f67e2849a7cb24075d346468e1b1a8",
"shasum": "" "shasum": ""
}, },
"require-dev": { "require-dev": {
@@ -15500,9 +15498,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/mikehaertl/php-tmpfile/issues", "issues": "https://github.com/mikehaertl/php-tmpfile/issues",
"source": "https://github.com/mikehaertl/php-tmpfile/tree/1.2.1" "source": "https://github.com/mikehaertl/php-tmpfile/tree/1.3.0"
}, },
"time": "2021-03-01T18:26:25+00:00" "time": "2024-10-14T16:12:48+00:00"
}, },
{ {
"name": "mikehaertl/phpwkhtmltopdf", "name": "mikehaertl/phpwkhtmltopdf",
@@ -15557,16 +15555,16 @@
}, },
{ {
"name": "mpdf/mpdf", "name": "mpdf/mpdf",
"version": "v8.2.4", "version": "v8.2.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/mpdf/mpdf.git", "url": "https://github.com/mpdf/mpdf.git",
"reference": "9e3ff91606fed11cd58a130eabaaf60e56fdda88" "reference": "dd30e3b01061cf8dfe65e7041ab4cc46d8ebdd44"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/mpdf/mpdf/zipball/9e3ff91606fed11cd58a130eabaaf60e56fdda88", "url": "https://api.github.com/repos/mpdf/mpdf/zipball/dd30e3b01061cf8dfe65e7041ab4cc46d8ebdd44",
"reference": "9e3ff91606fed11cd58a130eabaaf60e56fdda88", "reference": "dd30e3b01061cf8dfe65e7041ab4cc46d8ebdd44",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -15576,7 +15574,7 @@
"mpdf/psr-log-aware-trait": "^2.0 || ^3.0", "mpdf/psr-log-aware-trait": "^2.0 || ^3.0",
"myclabs/deep-copy": "^1.7", "myclabs/deep-copy": "^1.7",
"paragonie/random_compat": "^1.4|^2.0|^9.99.99", "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
"php": "^5.6 || ^7.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", "php": "^5.6 || ^7.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
"psr/http-message": "^1.0 || ^2.0", "psr/http-message": "^1.0 || ^2.0",
"psr/log": "^1.0 || ^2.0 || ^3.0", "psr/log": "^1.0 || ^2.0 || ^3.0",
"setasign/fpdi": "^2.1" "setasign/fpdi": "^2.1"
@@ -15624,7 +15622,7 @@
"utf-8" "utf-8"
], ],
"support": { "support": {
"docs": "http://mpdf.github.io", "docs": "https://mpdf.github.io",
"issues": "https://github.com/mpdf/mpdf/issues", "issues": "https://github.com/mpdf/mpdf/issues",
"source": "https://github.com/mpdf/mpdf" "source": "https://github.com/mpdf/mpdf"
}, },
@@ -15634,7 +15632,7 @@
"type": "custom" "type": "custom"
} }
], ],
"time": "2024-06-14T16:06:41+00:00" "time": "2025-08-18T08:51:51+00:00"
}, },
{ {
"name": "mpdf/psr-http-message-shim", "name": "mpdf/psr-http-message-shim",
@@ -15730,16 +15728,16 @@
}, },
{ {
"name": "myclabs/deep-copy", "name": "myclabs/deep-copy",
"version": "1.12.0", "version": "1.13.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/myclabs/DeepCopy.git", "url": "https://github.com/myclabs/DeepCopy.git",
"reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c" "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c", "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a",
"reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c", "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -15778,7 +15776,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/myclabs/DeepCopy/issues", "issues": "https://github.com/myclabs/DeepCopy/issues",
"source": "https://github.com/myclabs/DeepCopy/tree/1.12.0" "source": "https://github.com/myclabs/DeepCopy/tree/1.13.4"
}, },
"funding": [ "funding": [
{ {
@@ -15786,7 +15784,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-06-12T14:39:25+00:00" "time": "2025-08-01T08:46:24+00:00"
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
@@ -17097,24 +17095,25 @@
}, },
{ {
"name": "sabberworm/php-css-parser", "name": "sabberworm/php-css-parser",
"version": "v8.6.0", "version": "v8.9.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/MyIntervals/PHP-CSS-Parser.git", "url": "https://github.com/MyIntervals/PHP-CSS-Parser.git",
"reference": "d2fb94a9641be84d79c7548c6d39bbebba6e9a70" "reference": "d8e916507b88e389e26d4ab03c904a082aa66bb9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/d2fb94a9641be84d79c7548c6d39bbebba6e9a70", "url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/d8e916507b88e389e26d4ab03c904a082aa66bb9",
"reference": "d2fb94a9641be84d79c7548c6d39bbebba6e9a70", "reference": "d8e916507b88e389e26d4ab03c904a082aa66bb9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-iconv": "*", "ext-iconv": "*",
"php": ">=5.6.20" "php": "^5.6.20 || ^7.0.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^5.7.27" "phpunit/phpunit": "5.7.27 || 6.5.14 || 7.5.20 || 8.5.41",
"rawr/cross-data-providers": "^2.0.0"
}, },
"suggest": { "suggest": {
"ext-mbstring": "for parsing UTF-8 CSS" "ext-mbstring": "for parsing UTF-8 CSS"
@@ -17156,9 +17155,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/MyIntervals/PHP-CSS-Parser/issues", "issues": "https://github.com/MyIntervals/PHP-CSS-Parser/issues",
"source": "https://github.com/MyIntervals/PHP-CSS-Parser/tree/v8.6.0" "source": "https://github.com/MyIntervals/PHP-CSS-Parser/tree/v8.9.0"
}, },
"time": "2024-07-01T07:33:21+00:00" "time": "2025-07-11T13:20:48+00:00"
}, },
{ {
"name": "sebastian/diff", "name": "sebastian/diff",
@@ -17228,31 +17227,31 @@
}, },
{ {
"name": "setasign/fpdi", "name": "setasign/fpdi",
"version": "v2.6.0", "version": "v2.6.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Setasign/FPDI.git", "url": "https://github.com/Setasign/FPDI.git",
"reference": "a6db878129ec6c7e141316ee71872923e7f1b7ad" "reference": "4b53852fde2734ec6a07e458a085db627c60eada"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Setasign/FPDI/zipball/a6db878129ec6c7e141316ee71872923e7f1b7ad", "url": "https://api.github.com/repos/Setasign/FPDI/zipball/4b53852fde2734ec6a07e458a085db627c60eada",
"reference": "a6db878129ec6c7e141316ee71872923e7f1b7ad", "reference": "4b53852fde2734ec6a07e458a085db627c60eada",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-zlib": "*", "ext-zlib": "*",
"php": "^5.6 || ^7.0 || ^8.0" "php": "^7.1 || ^8.0"
}, },
"conflict": { "conflict": {
"setasign/tfpdf": "<1.31" "setasign/tfpdf": "<1.31"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~5.7", "phpunit/phpunit": "^7",
"setasign/fpdf": "~1.8.6", "setasign/fpdf": "~1.8.6",
"setasign/tfpdf": "~1.33", "setasign/tfpdf": "~1.33",
"squizlabs/php_codesniffer": "^3.5", "squizlabs/php_codesniffer": "^3.5",
"tecnickcom/tcpdf": "~6.2" "tecnickcom/tcpdf": "^6.8"
}, },
"suggest": { "suggest": {
"setasign/fpdf": "FPDI will extend this class but as it is also possible to use TCPDF or tFPDF as an alternative. There's no fixed dependency configured." "setasign/fpdf": "FPDI will extend this class but as it is also possible to use TCPDF or tFPDF as an alternative. There's no fixed dependency configured."
@@ -17288,7 +17287,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/Setasign/FPDI/issues", "issues": "https://github.com/Setasign/FPDI/issues",
"source": "https://github.com/Setasign/FPDI/tree/v2.6.0" "source": "https://github.com/Setasign/FPDI/tree/v2.6.4"
}, },
"funding": [ "funding": [
{ {
@@ -17296,7 +17295,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-12-11T16:03:32+00:00" "time": "2025-08-05T09:57:14+00:00"
}, },
{ {
"name": "signature_pad/signature_pad", "name": "signature_pad/signature_pad",
@@ -20380,20 +20379,21 @@
}, },
{ {
"name": "tecnickcom/tcpdf", "name": "tecnickcom/tcpdf",
"version": "6.7.5", "version": "6.10.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/tecnickcom/TCPDF.git", "url": "https://github.com/tecnickcom/TCPDF.git",
"reference": "951eabf0338ec2522bd0d5d9c79b08a3a3d36b36" "reference": "ca5b6de294512145db96bcbc94e61696599c391d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/951eabf0338ec2522bd0d5d9c79b08a3a3d36b36", "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/ca5b6de294512145db96bcbc94e61696599c391d",
"reference": "951eabf0338ec2522bd0d5d9c79b08a3a3d36b36", "reference": "ca5b6de294512145db96bcbc94e61696599c391d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.5.0" "ext-curl": "*",
"php": ">=7.1.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@@ -20401,8 +20401,6 @@
"config", "config",
"include", "include",
"tcpdf.php", "tcpdf.php",
"tcpdf_parser.php",
"tcpdf_import.php",
"tcpdf_barcodes_1d.php", "tcpdf_barcodes_1d.php",
"tcpdf_barcodes_2d.php", "tcpdf_barcodes_2d.php",
"include/tcpdf_colors.php", "include/tcpdf_colors.php",
@@ -20440,15 +20438,15 @@
], ],
"support": { "support": {
"issues": "https://github.com/tecnickcom/TCPDF/issues", "issues": "https://github.com/tecnickcom/TCPDF/issues",
"source": "https://github.com/tecnickcom/TCPDF/tree/6.7.5" "source": "https://github.com/tecnickcom/TCPDF/tree/6.10.0"
}, },
"funding": [ "funding": [
{ {
"url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project", "url": "https://www.paypal.com/donate/?hosted_button_id=NZUEC5XS8MFBJ",
"type": "custom" "type": "custom"
} }
], ],
"time": "2024-04-20T17:25:10+00:00" "time": "2025-05-27T18:02:28+00:00"
}, },
{ {
"name": "tijsverkoyen/css-to-inline-styles", "name": "tijsverkoyen/css-to-inline-styles",