diff --git a/composer.lock b/composer.lock index 5529db10..5b1a0576 100644 --- a/composer.lock +++ b/composer.lock @@ -341,30 +341,33 @@ }, { "name": "chillerlan/php-qrcode", - "version": "5.0.2", + "version": "5.0.3", "source": { "type": "git", "url": "https://github.com/chillerlan/php-qrcode.git", - "reference": "da5bdb82c8755f54de112b271b402aaa8df53269" + "reference": "42e215640e9ebdd857570c9e4e52245d1ee51de2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/chillerlan/php-qrcode/zipball/da5bdb82c8755f54de112b271b402aaa8df53269", - "reference": "da5bdb82c8755f54de112b271b402aaa8df53269", + "url": "https://api.github.com/repos/chillerlan/php-qrcode/zipball/42e215640e9ebdd857570c9e4e52245d1ee51de2", + "reference": "42e215640e9ebdd857570c9e4e52245d1ee51de2", "shasum": "" }, "require": { - "chillerlan/php-settings-container": "^2.1.4 || ^3.1", + "chillerlan/php-settings-container": "^2.1.6 || ^3.2.1", "ext-mbstring": "*", "php": "^7.4 || ^8.0" }, "require-dev": { - "chillerlan/php-authenticator": "^4.1 || ^5.1", - "phan/phan": "^5.4", + "chillerlan/php-authenticator": "^4.3.1 || ^5.2.1", + "ext-fileinfo": "*", + "phan/phan": "^5.4.5", + "phpcompatibility/php-compatibility": "10.x-dev", "phpmd/phpmd": "^2.15", "phpunit/phpunit": "^9.6", "setasign/fpdf": "^1.8.2", - "squizlabs/php_codesniffer": "^3.8" + "slevomat/coding-standard": "^8.15", + "squizlabs/php_codesniffer": "^3.11" }, "suggest": { "chillerlan/php-authenticator": "Yet another Google authenticator! Also creates URIs for mobile apps.", @@ -374,7 +377,7 @@ "type": "library", "autoload": { "psr-4": { - "chillerlan\\QRCode\\": "src/" + "chillerlan\\QRCode\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -405,7 +408,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 7.4+", "homepage": "https://github.com/chillerlan/php-qrcode", "keywords": [ "phpqrcode", @@ -422,16 +425,12 @@ "source": "https://github.com/chillerlan/php-qrcode" }, "funding": [ - { - "url": "https://www.paypal.com/donate?hosted_button_id=WLYUNAT9ZTJZ4", - "type": "custom" - }, { "url": "https://ko-fi.com/codemasher", - "type": "ko_fi" + "type": "Ko-Fi" } ], - "time": "2024-02-27T14:37:26+00:00" + "time": "2024-11-21T16:12:34+00:00" }, { "name": "chillerlan/php-settings-container",