diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/composer.json b/composer.json index 0a8e57b5e..66023d7de 100644 --- a/composer.json +++ b/composer.json @@ -41,23 +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": "^4.1", + "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", + "scssphp/scssphp": "^2.0.1", "twbs/bootstrap-icons": "^1.11", - "mikespub/php-epub-meta": "^2.3" + "macgirvin/http-message-signer": "^0.2" }, "require-dev": { "ext-yaml": "*", @@ -75,6 +75,11 @@ "Zotlabs\\": "Zotlabs/" } }, + "autoload-dev": { + "psr-4": { + "Zotlabs\\Tests\\Unit\\": "tests/unit/" + } + }, "minimum-stability": "stable", "config": { "notify-on-install": false, |