From 30ccefdfda631a287611e44ec876aa03bd689d79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 20:53:59 +0000 Subject: [PATCH] Bump chillerlan/php-qrcode from 5.0.5 to 6.0.0 Bumps [chillerlan/php-qrcode](https://github.com/chillerlan/php-qrcode) from 5.0.5 to 6.0.0. - [Release notes](https://github.com/chillerlan/php-qrcode/releases) - [Commits](https://github.com/chillerlan/php-qrcode/compare/5.0.5...6.0.0) --- updated-dependencies: - dependency-name: chillerlan/php-qrcode dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 38 +++++++++++++++++++++----------------- 2 files changed, 22 insertions(+), 18 deletions(-) diff --git a/composer.json b/composer.json index 26add4982..50c6b33fc 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "matthiasmullie/minify": "^1.3", "fusion-cms/auto-updater": "^1.0", "fusion-cms/rest-api-sdk-php": "^2.0", - "chillerlan/php-qrcode": "^5.0", + "chillerlan/php-qrcode": "^6.0", "laminas/laminas-escaper": "^2.6", "kint-php/kint": "^6.0" } diff --git a/composer.lock b/composer.lock index ad0aa9747..bc9c6c2a7 100644 --- a/composer.lock +++ b/composer.lock @@ -4,40 +4,44 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "75d06b1761308639d26ac07027329118", + "content-hash": "fb3b7102095a5aa5797c2a7d30f98461", "packages": [ { "name": "chillerlan/php-qrcode", - "version": "5.0.5", + "version": "6.0.0", "source": { "type": "git", "url": "https://github.com/chillerlan/php-qrcode.git", - "reference": "7b66282572fc14075c0507d74d9837dab25b38d6" + "reference": "320e5990312295926a8707a0203bf238062b4331" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/chillerlan/php-qrcode/zipball/7b66282572fc14075c0507d74d9837dab25b38d6", - "reference": "7b66282572fc14075c0507d74d9837dab25b38d6", + "url": "https://api.github.com/repos/chillerlan/php-qrcode/zipball/320e5990312295926a8707a0203bf238062b4331", + "reference": "320e5990312295926a8707a0203bf238062b4331", "shasum": "" }, "require": { - "chillerlan/php-settings-container": "^2.1.6 || ^3.2.1", + "chillerlan/php-settings-container": "^3.2.1", "ext-mbstring": "*", - "php": "^7.4 || ^8.0" + "php": "^8.2" }, "require-dev": { - "chillerlan/php-authenticator": "^4.3.1 || ^5.2.1", + "chillerlan/php-authenticator": "^5.3", "ext-fileinfo": "*", - "phan/phan": "^5.5.2", - "phpcompatibility/php-compatibility": "10.x-dev", + "intervention/image": "^3.11", + "phan/phan": "^6.0.1", + "phpbench/phpbench": "^1.4", "phpmd/phpmd": "^2.15", - "phpunit/phpunit": "^9.6", - "setasign/fpdf": "^1.8.2", - "slevomat/coding-standard": "^8.23.0", - "squizlabs/php_codesniffer": "^4.0.0" + "phpstan/phpstan": "^2.1.40", + "phpstan/phpstan-deprecation-rules": "^2.0.4", + "phpunit/phpunit": "^11.5", + "setasign/fpdf": "^1.8.6", + "slevomat/coding-standard": "^8.28", + "squizlabs/php_codesniffer": "^4.0" }, "suggest": { "chillerlan/php-authenticator": "Yet another Google authenticator! Also creates URIs for mobile apps.", + "intervention/image": "More advanced GD and ImageMagick output.", "setasign/fpdf": "Required to use the QR FPDF output.", "simple-icons/simple-icons": "SVG icons that you can use to embed as logos in the QR Code" }, @@ -75,7 +79,7 @@ "homepage": "https://github.com/chillerlan/php-qrcode/graphs/contributors" } ], - "description": "A QR Code generator and reader with a user-friendly API. PHP 7.4+", + "description": "A QR Code generator and reader with a user-friendly API. PHP 8.2+", "homepage": "https://github.com/chillerlan/php-qrcode", "keywords": [ "phpqrcode", @@ -97,7 +101,7 @@ "type": "Ko-Fi" } ], - "time": "2025-11-23T23:51:44+00:00" + "time": "2026-03-14T17:16:36+00:00" }, { "name": "chillerlan/php-settings-container", @@ -1167,5 +1171,5 @@ "ext-intl": "*" }, "platform-dev": {}, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.9.0" }