aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/chillerlan/php-qrcode/composer.json
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-03-14 10:13:22 +0000
committerMario <mario@mariovavti.com>2024-03-14 10:13:22 +0000
commit55097c47c5534d4453f7494f8a1542f7beb4d588 (patch)
tree399f81bbd03fcb4bb713339d06512eee962ec8f6 /vendor/chillerlan/php-qrcode/composer.json
parent97b82fc77b424d051b2a472ab2318fd768151bdd (diff)
downloadvolse-hubzilla-55097c47c5534d4453f7494f8a1542f7beb4d588.tar.gz
volse-hubzilla-55097c47c5534d4453f7494f8a1542f7beb4d588.tar.bz2
volse-hubzilla-55097c47c5534d4453f7494f8a1542f7beb4d588.zip
Revert "composer update and use the fixed streams php-jcs library until the floats issue will be fixed upstream. see here for reference https://codeberg.org/streams/streams/issues/151"
This reverts commit 6bf61dfa6b585db01b607a79bd64ec9c583a9c10.
Diffstat (limited to 'vendor/chillerlan/php-qrcode/composer.json')
-rw-r--r--vendor/chillerlan/php-qrcode/composer.json19
1 files changed, 9 insertions, 10 deletions
diff --git a/vendor/chillerlan/php-qrcode/composer.json b/vendor/chillerlan/php-qrcode/composer.json
index 97d8bbe84..afe5bf68e 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 with a user friendly API. PHP 7.4+",
+ "description": "A QR code generator. PHP 7.4+",
"homepage": "https://github.com/chillerlan/php-qrcode",
"license": "MIT",
"minimum-stability": "stable",
@@ -26,19 +26,16 @@
"require": {
"php": "^7.4 || ^8.0",
"ext-mbstring": "*",
- "chillerlan/php-settings-container": "^2.1.4 || ^3.1"
+ "chillerlan/php-settings-container": "^2.1.4"
},
"require-dev": {
- "phan/phan": "^5.4",
- "phpmd/phpmd": "^2.15",
- "phpunit/phpunit": "^9.6",
- "setasign/fpdf": "^1.8.2",
- "squizlabs/php_codesniffer": "^3.8"
+ "phpunit/phpunit": "^9.5",
+ "phan/phan": "^5.3",
+ "setasign/fpdf": "^1.8.2"
},
"suggest": {
"chillerlan/php-authenticator": "Yet another Google authenticator! Also creates URIs for mobile apps.",
- "setasign/fpdf": "Required to use the QR FPDF output.",
- "simple-icons/simple-icons": "SVG icons that you can use to embed as logos in the QR Code"
+ "setasign/fpdf": "Required to use the QR FPDF output."
},
"autoload": {
"psr-4": {
@@ -47,7 +44,9 @@
},
"autoload-dev": {
"psr-4": {
- "chillerlan\\QRCodeTest\\": "tests/"
+ "chillerlan\\QRCodePublic\\": "public/",
+ "chillerlan\\QRCodeTest\\": "tests/",
+ "chillerlan\\QRCodeExamples\\": "examples/"
}
},
"scripts": {