Compare commits

..

1 commit

Author SHA1 Message Date
4ea35312e3 fix(deps): update dependency endroid/qrcode to v6
Some checks failed
renovate/artifacts Artifact file update failure
2025-08-23 16:03:14 +00:00
2 changed files with 21 additions and 31 deletions

View file

@ -1,5 +1,5 @@
{ {
"require": { "require": {
"endroid/qrcode": "^1.9" "endroid/qrcode": "^6.0"
} }
} }

50
composer.lock generated
View file

@ -1,23 +1,24 @@
{ {
"_readme": [ "_readme": [
"This file locks the dependencies of your project to a known state", "This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "fea912101c2320fcdc7bc2478a2b0001",
"content-hash": "b1c8205e21c87a18c2ab35fc5b8f5f6c", "content-hash": "b1c8205e21c87a18c2ab35fc5b8f5f6c",
"packages": [ "packages": [
{ {
"name": "endroid/qrcode", "name": "endroid/qrcode",
"version": "1.9.3", "version": "1.9.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/endroid/qr-code.git", "url": "https://github.com/endroid/QrCode.git",
"reference": "c9644bec2a9cc9318e98d1437de3c628dcd1ef93" "reference": "ab09b42778ad67cfe850f9c23165f8d08b756680"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/endroid/qr-code/zipball/c9644bec2a9cc9318e98d1437de3c628dcd1ef93", "url": "https://api.github.com/repos/endroid/QrCode/zipball/ab09b42778ad67cfe850f9c23165f8d08b756680",
"reference": "c9644bec2a9cc9318e98d1437de3c628dcd1ef93", "reference": "ab09b42778ad67cfe850f9c23165f8d08b756680",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -64,27 +65,31 @@
"qrcode", "qrcode",
"symfony" "symfony"
], ],
"abandoned": "endroid/qr-code", "time": "2017-01-03 11:02:14"
"time": "2017-04-08T09:13:59+00:00"
}, },
{ {
"name": "symfony/options-resolver", "name": "symfony/options-resolver",
"version": "v3.4.47", "version": "v3.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/options-resolver.git", "url": "https://github.com/symfony/options-resolver.git",
"reference": "c7efc97a47b2ebaabc19d5b6c6b50f5c37c92744" "reference": "855429e3e9014b9dafee2a667de304c3aaa86fe6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/c7efc97a47b2ebaabc19d5b6c6b50f5c37c92744", "url": "https://api.github.com/repos/symfony/options-resolver/zipball/855429e3e9014b9dafee2a667de304c3aaa86fe6",
"reference": "c7efc97a47b2ebaabc19d5b6c6b50f5c37c92744", "reference": "855429e3e9014b9dafee2a667de304c3aaa86fe6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^5.5.9|>=7.0.8" "php": ">=5.5.9"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Symfony\\Component\\OptionsResolver\\": "" "Symfony\\Component\\OptionsResolver\\": ""
@ -114,21 +119,7 @@
"configuration", "configuration",
"options" "options"
], ],
"funding": [ "time": "2017-01-02 20:32:22"
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T10:57:07+00:00"
} }
], ],
"packages-dev": [], "packages-dev": [],
@ -138,6 +129,5 @@
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": [], "platform": [],
"platform-dev": [], "platform-dev": []
"plugin-api-version": "1.1.0"
} }