diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 868ee5fce..fca3cccdc 100644 --- a/composer.json +++ b/composer.json @@ -23,14 +23,12 @@ "source": "https://framagit.org/hubzilla/core/" }, "require": { - "php": ">=7.3", + "php": ">=8.0.2", "ext-curl": "*", - "ext-gd": "*", "ext-mbstring": "*", "ext-xml": "*", "ext-openssl": "*", "ext-json": "*", - "ext-zip": "*", "ext-posix": "*", "sabre/dav": "^4.0", "michelf/php-markdown": "^1.7", @@ -41,7 +39,7 @@ "pear/text_languagedetect": "^1.0", "commerceguys/intl": "~1.1.0", "lukasreschke/id3parser": "^0.0.3", - "smarty/smarty": "~3.1", + "smarty/smarty": "^4.1", "ramsey/uuid": "^4.1", "twbs/bootstrap": "^5.0.1", "blueimp/jquery-file-upload": "^10.3", |