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.json19
1 files changed, 14 insertions, 5 deletions
diff --git a/vendor/chillerlan/php-qrcode/composer.json b/vendor/chillerlan/php-qrcode/composer.json
index 625149ce7..86a12379b 100644
--- a/vendor/chillerlan/php-qrcode/composer.json
+++ b/vendor/chillerlan/php-qrcode/composer.json
@@ -1,6 +1,6 @@
{
"name": "chillerlan/php-qrcode",
- "description": "A QR code generator. PHP 7.2+",
+ "description": "A QR code generator. PHP 7.4+",
"homepage": "https://github.com/chillerlan/php-qrcode",
"license": "MIT",
"minimum-stability": "stable",
@@ -24,13 +24,13 @@
}
],
"require": {
- "php": "^7.2 || ^8.0",
+ "php": "^7.4 || ^8.0",
"ext-mbstring": "*",
- "chillerlan/php-settings-container": "^1.2.2"
+ "chillerlan/php-settings-container": "^2.1"
},
"require-dev": {
- "phpunit/phpunit": "^8.5",
- "phan/phan": "^3.2.2",
+ "phpunit/phpunit": "^9.5",
+ "phan/phan": "^5.3",
"setasign/fpdf": "^1.8.2"
},
"suggest": {
@@ -48,5 +48,14 @@
"chillerlan\\QRCodeTest\\": "tests/",
"chillerlan\\QRCodeExamples\\": "examples/"
}
+ },
+ "scripts": {
+ "phpunit": "@php vendor/bin/phpunit",
+ "phan": "@php vendor/bin/phan"
+ },
+ "config": {
+ "lock": false,
+ "sort-packages": true,
+ "platform-check": true
}
}