Skip to content

Commit 32312a8

Browse files
author
Corey McCormick
committed
Update dependencies
1 parent feb88c0 commit 32312a8

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

composer.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=7.0",
14+
"php": ">=7.2",
1515
"ext-gd": "*",
16-
"bacon/bacon-qr-code": "1.0.*",
17-
"illuminate/support": ">=5.0.0"
16+
"bacon/bacon-qr-code": "~2"
1817
},
1918
"require-dev": {
20-
"mockery/mockery": "0.9.*",
21-
"phpunit/phpunit": "~6"
19+
"mockery/mockery": "~1",
20+
"phpunit/phpunit": "~9"
21+
},
22+
"suggest": {
23+
"illuminate/support": "Allows for use within Laravel"
2224
},
2325
"autoload": {
2426
"psr-0": {

0 commit comments

Comments
 (0)