PHP: Updated DOMPDF version

This commit is contained in:
Dan Brown 2025-02-17 13:37:58 +00:00
parent 5508c171db
commit 5050719ea3
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
3 changed files with 8 additions and 7 deletions

View File

@ -114,6 +114,7 @@ return [
* @var array * @var array
*/ */
'allowed_protocols' => [ 'allowed_protocols' => [
"data://" => ["rules" => []],
'file://' => ['rules' => []], 'file://' => ['rules' => []],
'http://' => ['rules' => []], 'http://' => ['rules' => []],
'https://' => ['rules' => []], 'https://' => ['rules' => []],

View File

@ -18,7 +18,7 @@
"ext-xml": "*", "ext-xml": "*",
"ext-zip": "*", "ext-zip": "*",
"bacon/bacon-qr-code": "^3.0", "bacon/bacon-qr-code": "^3.0",
"dompdf/dompdf": "^3.0", "dompdf/dompdf": "^3.1",
"guzzlehttp/guzzle": "^7.4", "guzzlehttp/guzzle": "^7.4",
"intervention/image": "^3.5", "intervention/image": "^3.5",
"knplabs/knp-snappy": "^1.5", "knplabs/knp-snappy": "^1.5",

12
composer.lock generated
View File

@ -636,16 +636,16 @@
}, },
{ {
"name": "dompdf/dompdf", "name": "dompdf/dompdf",
"version": "v3.0.2", "version": "v3.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/dompdf/dompdf.git", "url": "https://github.com/dompdf/dompdf.git",
"reference": "baf4084b27c7f4b5b7a221b19a94d11327664eb8" "reference": "a51bd7a063a65499446919286fb18b518177155a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/dompdf/dompdf/zipball/baf4084b27c7f4b5b7a221b19a94d11327664eb8", "url": "https://api.github.com/repos/dompdf/dompdf/zipball/a51bd7a063a65499446919286fb18b518177155a",
"reference": "baf4084b27c7f4b5b7a221b19a94d11327664eb8", "reference": "a51bd7a063a65499446919286fb18b518177155a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -694,9 +694,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.2" "source": "https://github.com/dompdf/dompdf/tree/v3.1.0"
}, },
"time": "2024-12-27T20:27:37+00:00" "time": "2025-01-15T14:09:04+00:00"
}, },
{ {
"name": "dompdf/php-font-lib", "name": "dompdf/php-font-lib",