Skip to content

Commit ee62b3d

Browse files
committed
chore: bump PHP version and lock dependencies
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent b1fe557 commit ee62b3d

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"bamarni/composer-bin-plugin": true
99
},
1010
"platform": {
11-
"php": "8.1"
11+
"php": "8.2"
1212
}
1313
},
1414
"scripts": {
@@ -36,17 +36,17 @@
3636
}
3737
},
3838
"require": {
39-
"bamarni/composer-bin-plugin": "^1.8",
39+
"bamarni/composer-bin-plugin": "^1.8.2",
4040
"roave/security-advisories": "dev-latest",
41-
"endroid/qr-code": "^5.1",
42-
"jsignpdf/jsignpdf-php": "^1.3",
41+
"endroid/qr-code": "^5.1.0",
42+
"jsignpdf/jsignpdf-php": "^1.3.1",
4343
"libresign/whatosami": "^0.0.2",
44-
"mikehaertl/php-pdftk": "^0.14.0",
45-
"mpdf/mpdf": "^8.2",
46-
"pagerfanta/pagerfanta": "^4.5",
47-
"phpseclib/phpseclib": "^3.0",
48-
"smalot/pdfparser": "^2.4",
49-
"twig/twig": "^3.20",
50-
"wobeto/email-blur": "^1.0"
44+
"mikehaertl/php-pdftk": "^0.14.2",
45+
"mpdf/mpdf": "^8.2.6",
46+
"pagerfanta/pagerfanta": "^4.7.1",
47+
"phpseclib/phpseclib": "^3.0.47",
48+
"smalot/pdfparser": "^2.12.1",
49+
"twig/twig": "^3.21.1",
50+
"wobeto/email-blur": "^1.0.0"
5151
}
5252
}

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)