aboutsummaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json15
1 files changed, 7 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index f5654858d..fca3cccdc 100644
--- a/composer.json
+++ b/composer.json
@@ -23,30 +23,29 @@
"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",
"bshaffer/oauth2-server-php": "^1.9",
"ezyang/htmlpurifier": "^4.9",
"simplepie/simplepie": "~1.5",
- "league/html-to-markdown": "^4.4",
+ "league/html-to-markdown": "^5.0",
"pear/text_languagedetect": "^1.0",
- "commerceguys/intl": "~1.0.5",
+ "commerceguys/intl": "~1.1.0",
"lukasreschke/id3parser": "^0.0.3",
- "smarty/smarty": "~3.1",
+ "smarty/smarty": "^4.1",
"ramsey/uuid": "^4.1",
- "twbs/bootstrap": "^4.3.1",
+ "twbs/bootstrap": "^5.0.1",
"blueimp/jquery-file-upload": "^10.3",
"desandro/imagesloaded": "^4.1",
- "phpseclib/phpseclib": "~2.0"
+ "phpseclib/phpseclib": "~2.0",
+ "jbroadway/urlify": "^1.2"
},
"require-dev": {
"phpunit/phpunit": "^9.4",