diff --git a/user/config.php b/user/config.php index a8e53a3..0da58a9 100644 --- a/user/config.php +++ b/user/config.php @@ -36,6 +36,7 @@ 'jty711',/* CG */ 'cpg381',/* SC */ 'xpn146',/* WG */ + 'rsn327',/* PD */ ), 'editor' => array( 'ckg289',/* SS */ diff --git a/user/plugins/seans-qrcode/composer.json b/user/plugins/seans-qrcode/composer.json index bb9b24a..1771a62 100644 --- a/user/plugins/seans-qrcode/composer.json +++ b/user/plugins/seans-qrcode/composer.json @@ -4,7 +4,7 @@ "description": "QR Code plugin for YOURLS", "require": { "php": "^8.0", - "chillerlan/php-qrcode": "^4.4.0 || ^5.0.3", + "chillerlan/php-qrcode": "^4.4.0", "ext-mbstring": "*", "ext-gd": "*" } diff --git a/user/plugins/seans-qrcode/composer.lock b/user/plugins/seans-qrcode/composer.lock index 027d770..25cf5a1 100644 --- a/user/plugins/seans-qrcode/composer.lock +++ b/user/plugins/seans-qrcode/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "51ab3adf7ff100f83f9c86c3535e9299", + "content-hash": "f28f6f0c92704a251595be60dd1e732c", "packages": [ { "name": "chillerlan/php-qrcode", - "version": "5.0.5", + "version": "4.4.2", "source": { "type": "git", "url": "https://github.com/chillerlan/php-qrcode.git", - "reference": "7b66282572fc14075c0507d74d9837dab25b38d6" + "reference": "345ed8e4ffb56e6b3fcd9f42e3970b9026fa6ce4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/chillerlan/php-qrcode/zipball/7b66282572fc14075c0507d74d9837dab25b38d6", - "reference": "7b66282572fc14075c0507d74d9837dab25b38d6", + "url": "https://api.github.com/repos/chillerlan/php-qrcode/zipball/345ed8e4ffb56e6b3fcd9f42e3970b9026fa6ce4", + "reference": "345ed8e4ffb56e6b3fcd9f42e3970b9026fa6ce4", "shasum": "" }, "require": { @@ -26,15 +26,11 @@ "php": "^7.4 || ^8.0" }, "require-dev": { - "chillerlan/php-authenticator": "^4.3.1 || ^5.2.1", - "ext-fileinfo": "*", - "phan/phan": "^5.5.2", - "phpcompatibility/php-compatibility": "10.x-dev", + "phan/phan": "^5.4.5", "phpmd/phpmd": "^2.15", "phpunit/phpunit": "^9.6", "setasign/fpdf": "^1.8.2", - "slevomat/coding-standard": "^8.23.0", - "squizlabs/php_codesniffer": "^4.0.0" + "squizlabs/php_codesniffer": "^3.11" }, "suggest": { "chillerlan/php-authenticator": "Yet another Google authenticator! Also creates URIs for mobile apps.", @@ -44,26 +40,17 @@ "type": "library", "autoload": { "psr-4": { - "chillerlan\\QRCode\\": "src" + "chillerlan\\QRCode\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT", - "Apache-2.0" + "MIT" ], "authors": [ { "name": "Kazuhiko Arase", - "homepage": "https://github.com/kazuhikoarase/qrcode-generator" - }, - { - "name": "ZXing Authors", - "homepage": "https://github.com/zxing/zxing" - }, - { - "name": "Ashot Khanamiryan", - "homepage": "https://github.com/khanamiryan/php-qrcode-detector-decoder" + "homepage": "https://github.com/kazuhikoarase" }, { "name": "Smiley", @@ -75,29 +62,26 @@ "homepage": "https://github.com/chillerlan/php-qrcode/graphs/contributors" } ], - "description": "A QR Code generator and reader with a user-friendly API. PHP 7.4+", + "description": "A QR code generator with a user friendly API. PHP 7.4+", "homepage": "https://github.com/chillerlan/php-qrcode", "keywords": [ "phpqrcode", "qr", "qr code", - "qr-reader", "qrcode", - "qrcode-generator", - "qrcode-reader" + "qrcode-generator" ], "support": { - "docs": "https://php-qrcode.readthedocs.io", "issues": "https://github.com/chillerlan/php-qrcode/issues", - "source": "https://github.com/chillerlan/php-qrcode" + "source": "https://github.com/chillerlan/php-qrcode/tree/4.4.2" }, "funding": [ { "url": "https://ko-fi.com/codemasher", - "type": "Ko-Fi" + "type": "ko_fi" } ], - "time": "2025-11-23T23:51:44+00:00" + "time": "2024-11-15T15:36:24+00:00" }, { "name": "chillerlan/php-settings-container",