Skip to content

Commit e3e46a8

Browse files
authored
Merge pull request #6 from OpenAdministration/fix/qpdf-warnings-exit-code
fix: embed PDFs whose qpdf page-count exits with warnings (exit 3)
2 parents 9afd246 + d3bd2ce commit e3e46a8

3 files changed

Lines changed: 951 additions & 473 deletions

File tree

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "open-administration/php-latex-renderer",
33
"description": "Renders LaTeX Templates in PHP",
4-
"type": "libary",
4+
"type": "library",
55
"license": "MIT",
6-
"version": "1.2.0",
6+
"version": "1.3.0",
77
"authors": [
88
{
99
"name": "Lukas Staab",
@@ -12,15 +12,15 @@
1212
],
1313
"minimum-stability": "stable",
1414
"require": {
15-
"php": "^8.0",
16-
"symfony/process": "^5.3|^6.0|^7.0",
15+
"php": "^8.2",
16+
"symfony/process": "^6.4|^7.0|^8.0",
1717
"twig/twig": "^3.10",
1818
"psr/log": "^1|^2|^3"
1919
},
2020
"require-dev": {
2121
"roave/security-advisories": "dev-latest",
22-
"friendsofphp/php-cs-fixer": "^3.2",
23-
"monolog/monolog": "^2.3"
22+
"friendsofphp/php-cs-fixer": "^3.85",
23+
"monolog/monolog": "^3.0"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)