Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '8.1', '8.2', '8.3', '8.4' ]
php-versions: [ '8.2', '8.3', '8.4' ]

name: php-lint

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bamarni/composer-bin-plugin": true
},
"platform": {
"php": "8.1"
"php": "8.2"
}
},
"scripts": {
Expand Down Expand Up @@ -37,14 +37,14 @@
},
"require": {
"bamarni/composer-bin-plugin": "^1.8.2",
"roave/security-advisories": "dev-latest",
"endroid/qr-code": "^5.1.0",
"endroid/qr-code": "^6.0.9",
"jsignpdf/jsignpdf-php": "^1.3.1",
"libresign/whatosami": "^0.0.2",
"mikehaertl/php-pdftk": "^0.14.2",
"mpdf/mpdf": "^8.2.6",
"pagerfanta/pagerfanta": "^4.7.1",
"phpseclib/phpseclib": "^3.0.47",
"roave/security-advisories": "dev-latest",
"smalot/pdfparser": "^2.12.1",
"twig/twig": "^3.21.1",
"wobeto/email-blur": "^1.0.0"
Expand Down
20 changes: 10 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion composer/composer/autoload_classmap.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion composer/composer/autoload_static.php

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions composer/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,22 +172,22 @@
},
{
"name": "endroid\/qr-code",
"version": "5.1.0",
"version_normalized": "5.1.0.0",
"version": "6.0.9",
"version_normalized": "6.0.9.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/endroid\/qr-code.git",
"reference": "393fec6c4cbdc1bd65570ac9d245704428010122"
"reference": "21e888e8597440b2205e2e5c484b6c8e556bcd1a"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/endroid\/qr-code\/zipball\/393fec6c4cbdc1bd65570ac9d245704428010122",
"reference": "393fec6c4cbdc1bd65570ac9d245704428010122",
"url": "https:\/\/api.github.com\/repos\/endroid\/qr-code\/zipball\/21e888e8597440b2205e2e5c484b6c8e556bcd1a",
"reference": "21e888e8597440b2205e2e5c484b6c8e556bcd1a",
"shasum": ""
},
"require": {
"bacon\/bacon-qr-code": "^3.0",
"php": "^8.1"
"php": "^8.2"
},
"require-dev": {
"endroid\/quality": "dev-main",
Expand All @@ -201,11 +201,11 @@
"roave\/security-advisories": "Makes sure package versions with known security issues are not installed",
"setasign\/fpdf": "Enables you to use the PDF writer"
},
"time": "2024-09-08T08:52:55+00:00",
"time": "2025-07-13T19:59:45+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "5.x-dev"
"dev-main": "6.x-dev"
}
},
"installation-source": "dist",
Expand Down Expand Up @@ -235,7 +235,7 @@
],
"support": {
"issues": "https:\/\/github.com\/endroid\/qr-code\/issues",
"source": "https:\/\/github.com\/endroid\/qr-code\/tree\/5.1.0"
"source": "https:\/\/github.com\/endroid\/qr-code\/tree\/6.0.9"
},
"funding": [
{
Expand Down
4 changes: 2 additions & 2 deletions composer/composer/platform_check.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

// platform_check.php @generated by Composer
$issues = array();
if (!(\PHP_VERSION_ID >= 80100)) {
$issues[] = 'Your Composer dependencies require a PHP version ">= 8.1.0". You are running ' . \PHP_VERSION . '.';
if (!(\PHP_VERSION_ID >= 80200)) {
$issues[] = 'Your Composer dependencies require a PHP version ">= 8.2.0". You are running ' . \PHP_VERSION . '.';
}
if ($issues) {
if (!\headers_sent()) {
Expand Down
2 changes: 1 addition & 1 deletion composer/endroid/qr-code/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2023 (c) Jeroen van den Enden
Copyright 2025 (c) Jeroen van den Enden

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions composer/endroid/qr-code/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"bacon\/bacon-qr-code": "^3.0"
},
"require-dev": {
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "5.x-dev"
"dev-main": "6.x-dev"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use OCA\Libresign\Vendor\BaconQrCode\Common\ErrorCorrectionLevel as BaconErrorCorrectionLevel;
use OCA\Libresign\Vendor\Endroid\QrCode\ErrorCorrectionLevel;
/** @internal */
final class ErrorCorrectionLevelConverter
final readonly class ErrorCorrectionLevelConverter
{
public static function convertToBaconErrorCorrectionLevel(ErrorCorrectionLevel $errorCorrectionLevel) : BaconErrorCorrectionLevel
{
Expand Down
2 changes: 1 addition & 1 deletion composer/endroid/qr-code/src/Bacon/MatrixFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use OCA\Libresign\Vendor\Endroid\QrCode\Matrix\MatrixInterface;
use OCA\Libresign\Vendor\Endroid\QrCode\QrCodeInterface;
/** @internal */
final class MatrixFactory implements MatrixFactoryInterface
final readonly class MatrixFactory implements MatrixFactoryInterface
{
public function create(QrCodeInterface $qrCode) : MatrixInterface
{
Expand Down
Loading