Skip to content

Commit

Permalink
Drop support for older dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
endroid committed Apr 19, 2024
1 parent 6e6ec39 commit cb6b31a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,14 @@
],
"require": {
"php": "^8.1",
"bacon/bacon-qr-code": "^2.0.5||^3.0"
"bacon/bacon-qr-code": "^3.0"
},
"require-dev": {
"ext-gd": "*",
"endroid/quality": "dev-main",
"khanamiryan/qrcode-detector-decoder": "^1.0.4||^2.0.2",
"khanamiryan/qrcode-detector-decoder": "^2.0.2",
"setasign/fpdf": "^1.8.2"
},
"conflict": {
"khanamiryan/qrcode-detector-decoder": "^1.0.6"
},
"suggest": {
"ext-gd": "Enables you to write PNG images",
"khanamiryan/qrcode-detector-decoder": "Enables you to use the image validator",
Expand Down

0 comments on commit cb6b31a

Please sign in to comment.