From 6bf61dfa6b585db01b607a79bd64ec9c583a9c10 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 14 Mar 2024 09:35:09 +0000 Subject: composer update and use the fixed streams php-jcs library until the floats issue will be fixed upstream. see here for reference https://codeberg.org/streams/streams/issues/151 --- vendor/chillerlan/php-qrcode/composer.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'vendor/chillerlan/php-qrcode/composer.json') diff --git a/vendor/chillerlan/php-qrcode/composer.json b/vendor/chillerlan/php-qrcode/composer.json index afe5bf68e..97d8bbe84 100644 --- a/vendor/chillerlan/php-qrcode/composer.json +++ b/vendor/chillerlan/php-qrcode/composer.json @@ -1,6 +1,6 @@ { "name": "chillerlan/php-qrcode", - "description": "A QR code generator. PHP 7.4+", + "description": "A QR code generator with a user friendly API. PHP 7.4+", "homepage": "https://github.com/chillerlan/php-qrcode", "license": "MIT", "minimum-stability": "stable", @@ -26,16 +26,19 @@ "require": { "php": "^7.4 || ^8.0", "ext-mbstring": "*", - "chillerlan/php-settings-container": "^2.1.4" + "chillerlan/php-settings-container": "^2.1.4 || ^3.1" }, "require-dev": { - "phpunit/phpunit": "^9.5", - "phan/phan": "^5.3", - "setasign/fpdf": "^1.8.2" + "phan/phan": "^5.4", + "phpmd/phpmd": "^2.15", + "phpunit/phpunit": "^9.6", + "setasign/fpdf": "^1.8.2", + "squizlabs/php_codesniffer": "^3.8" }, "suggest": { "chillerlan/php-authenticator": "Yet another Google authenticator! Also creates URIs for mobile apps.", - "setasign/fpdf": "Required to use the QR FPDF 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" }, "autoload": { "psr-4": { @@ -44,9 +47,7 @@ }, "autoload-dev": { "psr-4": { - "chillerlan\\QRCodePublic\\": "public/", - "chillerlan\\QRCodeTest\\": "tests/", - "chillerlan\\QRCodeExamples\\": "examples/" + "chillerlan\\QRCodeTest\\": "tests/" } }, "scripts": { -- cgit v1.2.3