Skip to content

Commit fcf4608

Browse files
authored
Merge pull request #264 from thegreenter/bacon-qr-v3
Support bacon-qr-code v3
2 parents 6b49fba + 9c27907 commit fcf4608

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
"require": {
2828
"php": ">=7.4",
29-
"bacon/bacon-qr-code": "^2.0|^3.0",
29+
"bacon/bacon-qr-code": "^2.0||^3.0",
3030
"greenter/gre-api": "^1.0",
3131
"greenter/xmldsig": "^5.0",
3232
"mikehaertl/phpwkhtmltopdf": "^2.4",

packages/report/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"php": ">=7.4",
1919
"twig/twig": "~3.0",
2020
"greenter/core": "^5.0",
21-
"bacon/bacon-qr-code": "^2.0|^3.0"
21+
"bacon/bacon-qr-code": "^2.0||^3.0"
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit": "^9",

0 commit comments

Comments
 (0)