diff --git a/composer.json b/composer.json index 714c8ed3..2ee483e2 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "doctrine/doctrine-bundle": "^2.7", "doctrine/doctrine-fixtures-bundle": "~3.4", "doctrine/orm": "^2.13", - "endroid/qr-code": "^5.0", + "endroid/qr-code": "^6.0", "ircmaxell/password-compat": "~1.0.3", "knplabs/knp-menu-bundle": "^3.0", "mopa/bootstrap-bundle": "~3.0", diff --git a/composer.lock b/composer.lock index 072329da..0a12e570 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c20a3ae5bfe18961cf3de6a0599311ea", + "content-hash": "3a8095ff089269a7250ffd935896907f", "packages": [ { "name": "bacon/bacon-qr-code", - "version": "v3.0.0", + "version": "v3.0.1", "source": { "type": "git", "url": "https://github.com/Bacon/BaconQrCode.git", - "reference": "510de6eca6248d77d31b339d62437cc995e2fb41" + "reference": "f9cc1f52b5a463062251d666761178dbdb6b544f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/510de6eca6248d77d31b339d62437cc995e2fb41", - "reference": "510de6eca6248d77d31b339d62437cc995e2fb41", + "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/f9cc1f52b5a463062251d666761178dbdb6b544f", + "reference": "f9cc1f52b5a463062251d666761178dbdb6b544f", "shasum": "" }, "require": { @@ -56,9 +56,9 @@ "homepage": "https://github.com/Bacon/BaconQrCode", "support": { "issues": "https://github.com/Bacon/BaconQrCode/issues", - "source": "https://github.com/Bacon/BaconQrCode/tree/v3.0.0" + "source": "https://github.com/Bacon/BaconQrCode/tree/v3.0.1" }, - "time": "2024-04-18T11:16:25+00:00" + "time": "2024-10-01T13:55:55+00:00" }, { "name": "brick/math", @@ -1691,21 +1691,21 @@ }, { "name": "endroid/qr-code", - "version": "5.1.0", + "version": "6.0.3", "source": { "type": "git", "url": "https://github.com/endroid/qr-code.git", - "reference": "393fec6c4cbdc1bd65570ac9d245704428010122" + "reference": "bdbb06e767efe9abe3c00461662b4059a6cd0b55" }, "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/bdbb06e767efe9abe3c00461662b4059a6cd0b55", + "reference": "bdbb06e767efe9abe3c00461662b4059a6cd0b55", "shasum": "" }, "require": { "bacon/bacon-qr-code": "^3.0", - "php": "^8.1" + "php": "^8.2" }, "require-dev": { "endroid/quality": "dev-main", @@ -1722,7 +1722,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "5.x-dev" + "dev-main": "6.x-dev" } }, "autoload": { @@ -1751,7 +1751,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.3" }, "funding": [ { @@ -1759,7 +1759,7 @@ "type": "github" } ], - "time": "2024-09-08T08:52:55+00:00" + "time": "2024-10-29T19:28:52+00:00" }, { "name": "ircmaxell/password-compat",