We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5980da9 commit c0ec66eCopy full SHA for c0ec66e
composer.json
@@ -11,13 +11,14 @@
11
}
12
],
13
"require": {
14
- "php": ">=7.2|^8.0",
+ "php": "^8.2",
15
"ext-gd": "*",
16
- "bacon/bacon-qr-code": "^2.0"
+ "bacon/bacon-qr-code": "^3.0",
17
+ "illuminate/support": "^11.0"
18
},
19
"require-dev": {
20
"mockery/mockery": "~1",
- "phpunit/phpunit": "~9"
21
+ "phpunit/phpunit": "^11.0"
22
23
"suggest": {
24
"ext-imagick": "Allows the generation of PNG QrCodes.",
0 commit comments