Skip to content

Commit c0ec66e

Browse files
committed
build(deps): update composer dependencies
1 parent 5980da9 commit c0ec66e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=7.2|^8.0",
14+
"php": "^8.2",
1515
"ext-gd": "*",
16-
"bacon/bacon-qr-code": "^2.0"
16+
"bacon/bacon-qr-code": "^3.0",
17+
"illuminate/support": "^11.0"
1718
},
1819
"require-dev": {
1920
"mockery/mockery": "~1",
20-
"phpunit/phpunit": "~9"
21+
"phpunit/phpunit": "^11.0"
2122
},
2223
"suggest": {
2324
"ext-imagick": "Allows the generation of PNG QrCodes.",

0 commit comments

Comments
 (0)