Skip to content

Commit 8c940eb

Browse files
committed
chore: bump endroid/qr-code package to PHP 8.2
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 199fc5e commit 8c940eb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+215
-420
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
},
3838
"require": {
3939
"bamarni/composer-bin-plugin": "^1.8.2",
40-
"roave/security-advisories": "dev-latest",
41-
"endroid/qr-code": "^5.1.0",
40+
"endroid/qr-code": "^6.0.9",
4241
"jsignpdf/jsignpdf-php": "^1.3.1",
4342
"libresign/whatosami": "^0.0.2",
4443
"mikehaertl/php-pdftk": "^0.14.2",
4544
"mpdf/mpdf": "^8.2.6",
4645
"pagerfanta/pagerfanta": "^4.7.1",
4746
"phpseclib/phpseclib": "^3.0.47",
47+
"roave/security-advisories": "dev-latest",
4848
"smalot/pdfparser": "^2.12.1",
4949
"twig/twig": "^3.21.1",
5050
"wobeto/email-blur": "^1.0.0"

composer.lock

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

composer/composer/autoload_classmap.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

composer/composer/autoload_static.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

composer/composer/installed.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -172,22 +172,22 @@
172172
},
173173
{
174174
"name": "endroid\/qr-code",
175-
"version": "5.1.0",
176-
"version_normalized": "5.1.0.0",
175+
"version": "6.0.9",
176+
"version_normalized": "6.0.9.0",
177177
"source": {
178178
"type": "git",
179179
"url": "https:\/\/github.com\/endroid\/qr-code.git",
180-
"reference": "393fec6c4cbdc1bd65570ac9d245704428010122"
180+
"reference": "21e888e8597440b2205e2e5c484b6c8e556bcd1a"
181181
},
182182
"dist": {
183183
"type": "zip",
184-
"url": "https:\/\/api.github.com\/repos\/endroid\/qr-code\/zipball\/393fec6c4cbdc1bd65570ac9d245704428010122",
185-
"reference": "393fec6c4cbdc1bd65570ac9d245704428010122",
184+
"url": "https:\/\/api.github.com\/repos\/endroid\/qr-code\/zipball\/21e888e8597440b2205e2e5c484b6c8e556bcd1a",
185+
"reference": "21e888e8597440b2205e2e5c484b6c8e556bcd1a",
186186
"shasum": ""
187187
},
188188
"require": {
189189
"bacon\/bacon-qr-code": "^3.0",
190-
"php": "^8.1"
190+
"php": "^8.2"
191191
},
192192
"require-dev": {
193193
"endroid\/quality": "dev-main",
@@ -201,11 +201,11 @@
201201
"roave\/security-advisories": "Makes sure package versions with known security issues are not installed",
202202
"setasign\/fpdf": "Enables you to use the PDF writer"
203203
},
204-
"time": "2024-09-08T08:52:55+00:00",
204+
"time": "2025-07-13T19:59:45+00:00",
205205
"type": "library",
206206
"extra": {
207207
"branch-alias": {
208-
"dev-main": "5.x-dev"
208+
"dev-main": "6.x-dev"
209209
}
210210
},
211211
"installation-source": "dist",
@@ -235,7 +235,7 @@
235235
],
236236
"support": {
237237
"issues": "https:\/\/github.com\/endroid\/qr-code\/issues",
238-
"source": "https:\/\/github.com\/endroid\/qr-code\/tree\/5.1.0"
238+
"source": "https:\/\/github.com\/endroid\/qr-code\/tree\/6.0.9"
239239
},
240240
"funding": [
241241
{

composer/composer/platform_check.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
// platform_check.php @generated by Composer
66
$issues = array();
7-
if (!(\PHP_VERSION_ID >= 80100)) {
8-
$issues[] = 'Your Composer dependencies require a PHP version ">= 8.1.0". You are running ' . \PHP_VERSION . '.';
7+
if (!(\PHP_VERSION_ID >= 80200)) {
8+
$issues[] = 'Your Composer dependencies require a PHP version ">= 8.2.0". You are running ' . \PHP_VERSION . '.';
99
}
1010
if ($issues) {
1111
if (!\headers_sent()) {

composer/endroid/qr-code/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2023 (c) Jeroen van den Enden
1+
Copyright 2025 (c) Jeroen van den Enden
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

composer/endroid/qr-code/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^8.1",
21+
"php": "^8.2",
2222
"bacon\/bacon-qr-code": "^3.0"
2323
},
2424
"require-dev": {
@@ -54,7 +54,7 @@
5454
},
5555
"extra": {
5656
"branch-alias": {
57-
"dev-main": "5.x-dev"
57+
"dev-main": "6.x-dev"
5858
}
5959
}
6060
}

composer/endroid/qr-code/src/Bacon/ErrorCorrectionLevelConverter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use OCA\Libresign\Vendor\BaconQrCode\Common\ErrorCorrectionLevel as BaconErrorCorrectionLevel;
77
use OCA\Libresign\Vendor\Endroid\QrCode\ErrorCorrectionLevel;
88
/** @internal */
9-
final class ErrorCorrectionLevelConverter
9+
final readonly class ErrorCorrectionLevelConverter
1010
{
1111
public static function convertToBaconErrorCorrectionLevel(ErrorCorrectionLevel $errorCorrectionLevel) : BaconErrorCorrectionLevel
1212
{

composer/endroid/qr-code/src/Bacon/MatrixFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use OCA\Libresign\Vendor\Endroid\QrCode\Matrix\MatrixInterface;
1010
use OCA\Libresign\Vendor\Endroid\QrCode\QrCodeInterface;
1111
/** @internal */
12-
final class MatrixFactory implements MatrixFactoryInterface
12+
final readonly class MatrixFactory implements MatrixFactoryInterface
1313
{
1414
public function create(QrCodeInterface $qrCode) : MatrixInterface
1515
{

0 commit comments

Comments
 (0)