We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb88c0 commit 32312a8Copy full SHA for 32312a8
1 file changed
composer.json
@@ -11,14 +11,16 @@
11
}
12
],
13
"require": {
14
- "php": ">=7.0",
+ "php": ">=7.2",
15
"ext-gd": "*",
16
- "bacon/bacon-qr-code": "1.0.*",
17
- "illuminate/support": ">=5.0.0"
+ "bacon/bacon-qr-code": "~2"
18
},
19
"require-dev": {
20
- "mockery/mockery": "0.9.*",
21
- "phpunit/phpunit": "~6"
+ "mockery/mockery": "~1",
+ "phpunit/phpunit": "~9"
+ },
22
+ "suggest": {
23
+ "illuminate/support": "Allows for use within Laravel"
24
25
"autoload": {
26
"psr-0": {
0 commit comments