diff --git a/apps/twofactor_totp/composer.json b/apps/twofactor_totp/composer.json index ebe104383e..827c6f1d05 100644 --- a/apps/twofactor_totp/composer.json +++ b/apps/twofactor_totp/composer.json @@ -15,7 +15,7 @@ }, "require-dev": { "bamarni/composer-bin-plugin": "^1.9", - "khanamiryan/qrcode-detector-decoder": "1.0.5.2", + "khanamiryan/qrcode-detector-decoder": "2.0.3", "roave/security-advisories": "dev-latest" }, "extra": { diff --git a/apps/twofactor_totp/composer.lock b/apps/twofactor_totp/composer.lock index 65f2f36a47..d652784f06 100644 --- a/apps/twofactor_totp/composer.lock +++ b/apps/twofactor_totp/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d6b3b681c2b38952da794f57af93a924", + "content-hash": "29daaaea1210321af850cbdfb83bd878", "packages": [ { "name": "bacon/bacon-qr-code", @@ -418,23 +418,26 @@ }, { "name": "khanamiryan/qrcode-detector-decoder", - "version": "1.0.5.2", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/khanamiryan/php-qrcode-detector-decoder.git", - "reference": "04fdd58d86a387065f707dc6d3cc304c719910c1" + "reference": "17c570bb39f641cc1c4c41a46177ac491393a01d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/khanamiryan/php-qrcode-detector-decoder/zipball/04fdd58d86a387065f707dc6d3cc304c719910c1", - "reference": "04fdd58d86a387065f707dc6d3cc304c719910c1", + "url": "https://api.github.com/repos/khanamiryan/php-qrcode-detector-decoder/zipball/17c570bb39f641cc1c4c41a46177ac491393a01d", + "reference": "17c570bb39f641cc1c4c41a46177ac491393a01d", "shasum": "" }, "require": { - "php": ">=5.6" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^5.7 | ^7.5 | ^8.0 | ^9.0" + "phpunit/phpunit": "^7.5 | ^8.0 | ^9.0", + "rector/rector": "^1.0.4", + "symplify/easy-coding-standard": "^11.0", + "vimeo/psalm": "^4.24" }, "type": "library", "autoload": { @@ -467,9 +470,9 @@ ], "support": { "issues": "https://github.com/khanamiryan/php-qrcode-detector-decoder/issues", - "source": "https://github.com/khanamiryan/php-qrcode-detector-decoder/tree/1.0.5.2" + "source": "https://github.com/khanamiryan/php-qrcode-detector-decoder/tree/2.0.3" }, - "time": "2021-07-13T18:46:38+00:00" + "time": "2025-06-10T08:44:02+00:00" }, { "name": "roave/security-advisories",