update lock clucknut
All checks were successful
All checks were successful
This commit is contained in:
4
vendor/barryvdh/laravel-dompdf/composer.json
vendored
4
vendor/barryvdh/laravel-dompdf/composer.json
vendored
@@ -16,10 +16,10 @@
|
||||
"require": {
|
||||
"php": "^8.1",
|
||||
"dompdf/dompdf": "^3.0",
|
||||
"illuminate/support": "^9|^10|^11|^12"
|
||||
"illuminate/support": "^9|^10|^11|^12|^13.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "^7|^8|^9|^10",
|
||||
"orchestra/testbench": "^7|^8|^9.16|^10|^11.0",
|
||||
"squizlabs/php_codesniffer": "^3.5",
|
||||
"phpro/grumphp": "^2.5",
|
||||
"larastan/larastan": "^2.7|^3.0"
|
||||
|
||||
@@ -236,7 +236,7 @@
|
||||
'enable_php' => false,
|
||||
|
||||
/**
|
||||
* Rnable inline JavaScript
|
||||
* Enable inline JavaScript
|
||||
*
|
||||
* If this setting is set to true then DOMPDF will automatically insert JavaScript code contained
|
||||
* within <script type="text/javascript"> ... </script> tags as written into the PDF.
|
||||
|
||||
Reference in New Issue
Block a user