summaryrefslogtreecommitdiff
path: root/vendor/chillerlan/php-qrcode/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/chillerlan/php-qrcode/composer.json')
-rw-r--r--vendor/chillerlan/php-qrcode/composer.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/vendor/chillerlan/php-qrcode/composer.json b/vendor/chillerlan/php-qrcode/composer.json
index c2299a350..625149ce7 100644
--- a/vendor/chillerlan/php-qrcode/composer.json
+++ b/vendor/chillerlan/php-qrcode/composer.json
@@ -24,12 +24,13 @@
}
],
"require": {
- "php": "^7.2",
+ "php": "^7.2 || ^8.0",
"ext-mbstring": "*",
- "chillerlan/php-settings-container": "^1.2"
+ "chillerlan/php-settings-container": "^1.2.2"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
+ "phan/phan": "^3.2.2",
"setasign/fpdf": "^1.8.2"
},
"suggest": {