diff options
author | Mario <mario@mariovavti.com> | 2024-03-22 08:37:29 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-22 08:37:29 +0000 |
commit | 1aeb05628b6a2a069c46980efbe628362c9e3e74 (patch) | |
tree | e9aed15d0cd74e0c23dcb05c7be8fe9541efdf36 /composer.json | |
parent | 5b7387459cf4de8f7354d81cb0392c4225714d94 (diff) | |
parent | b464fae3bf22585888c5f3def8eded76fd48ed16 (diff) | |
download | volse-hubzilla-1aeb05628b6a2a069c46980efbe628362c9e3e74.tar.gz volse-hubzilla-1aeb05628b6a2a069c46980efbe628362c9e3e74.tar.bz2 volse-hubzilla-1aeb05628b6a2a069c46980efbe628362c9e3e74.zip |
Merge branch '9.0RC'9.0
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/composer.json b/composer.json index cc334a181..d8a13fdf3 100644 --- a/composer.json +++ b/composer.json @@ -23,14 +23,17 @@ "source": "https://framagit.org/hubzilla/core/" }, "require": { - "php": ">=8.0.2", + "php": ">=8.1", "ext-curl": "*", "ext-iconv": "*", + "ext-intl": "*", "ext-mbstring": "*", "ext-xml": "*", "ext-openssl": "*", "ext-json": "*", "ext-posix": "*", + "ext-sodium": "*", + "ext-bcmath": "*", "sabre/dav": "^4.0", "michelf/php-markdown": "^2.0", "bshaffer/oauth2-server-php": "^1.9", @@ -45,17 +48,18 @@ "twbs/bootstrap": "^5.3", "blueimp/jquery-file-upload": "^10.3", "desandro/imagesloaded": "^4.1", - "phpseclib/phpseclib": "~2.0", + "phpseclib/phpseclib": "^2.0.47", "jbroadway/urlify": "^1.2", "chillerlan/php-qrcode": "^4.3", "spomky-labs/otphp": "^11.1", - "patrickschur/language-detection": "^5.3" + "patrickschur/language-detection": "^5.3", + "stephenhill/base58": "^1.1", + "mmccook/php-json-canonicalization-scheme": "^1.0", + "scssphp/scssphp": "^1.12" }, "require-dev": { + "ext-yaml": "*", "phpunit/phpunit": "^9.4", - "behat/behat": "@stable", - "behat/mink-extension": "@stable", - "behat/mink-goutte-driver": "@stable", "php-mock/php-mock-phpunit": "^2.6", "phpmd/phpmd": "^2.6", "squizlabs/php_codesniffer": "*", @@ -77,11 +81,5 @@ "config": { "notify-on-install": false, "optimize-autoloader": true - }, - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/simplepie/simplepie" - } - ] + } } |