diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 8584718e4..66023d7de 100644 --- a/composer.json +++ b/composer.json @@ -41,22 +41,23 @@ "simplepie/simplepie": "~1.5", "league/html-to-markdown": "^5.0", "pear/text_languagedetect": "^1.0", - "commerceguys/intl": "~1.1.0", + "commerceguys/intl": "^2.0.6", "lukasreschke/id3parser": "^0.0.3", "smarty/smarty": "^5.4", "ramsey/uuid": "^4.1", "twbs/bootstrap": "^5.3", "blueimp/jquery-file-upload": "^10.3", "desandro/imagesloaded": "^4.1", - "phpseclib/phpseclib": "^2.0.47", + "phpseclib/phpseclib": "^3.0.46", "jbroadway/urlify": "^1.2", - "chillerlan/php-qrcode": "^4.3", + "chillerlan/php-qrcode": "^5.0.3", "spomky-labs/otphp": "^11.1", "patrickschur/language-detection": "^5.3", "stephenhill/base58": "^1.1", "mmccook/php-json-canonicalization-scheme": "^1.0", - "scssphp/scssphp": "^1.12", - "twbs/bootstrap-icons": "^1.11" + "scssphp/scssphp": "^2.0.1", + "twbs/bootstrap-icons": "^1.11", + "macgirvin/http-message-signer": "^0.2" }, "require-dev": { "ext-yaml": "*", |