Skip to content

Commit

Permalink
changed/upgrade-qr-code-library auto-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolass committed Oct 8, 2024
1 parent 573799e commit 2586636
Show file tree
Hide file tree
Showing 8 changed files with 310 additions and 5,623 deletions.
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@
}
],
"require": {
"php": "^7.3|^8.0",
"endroid/qr-code": "^3.2",
"ext-gd": "*"
"php": "^7.3|^8.1",
"endroid/qr-code": "^5.0",
"ext-gd": "*",
"khanamiryan/qrcode-detector-decoder": "^2.0"
},
"require-dev": {
"reyesoft/ci": "1.3.3",
"reyesoft/ci": "1.4.6",
"phpunit/phpunit": "^9.1.5",
"codedungeon/phpunit-result-printer": "0.28.0"
"codedungeon/phpunit-result-printer": "0.30.0"
},
"autoload": {
"classmap": [
Expand Down
Loading

0 comments on commit 2586636

Please sign in to comment.