aboutsummaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json20
1 files changed, 11 insertions, 9 deletions
diff --git a/composer.json b/composer.json
index 6cef6acd9..8584718e4 100644
--- a/composer.json
+++ b/composer.json
@@ -43,7 +43,7 @@
"pear/text_languagedetect": "^1.0",
"commerceguys/intl": "~1.1.0",
"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",
@@ -55,16 +55,18 @@
"patrickschur/language-detection": "^5.3",
"stephenhill/base58": "^1.1",
"mmccook/php-json-canonicalization-scheme": "^1.0",
- "scssphp/scssphp": "^1.12"
+ "scssphp/scssphp": "^1.12",
+ "twbs/bootstrap-icons": "^1.11"
},
"require-dev": {
- "ext-yaml": "*",
+ "ext-yaml": "*",
"phpunit/phpunit": "^10.5",
"php-mock/php-mock-phpunit": "^2.10",
"phpmd/phpmd": "^2.6",
"squizlabs/php_codesniffer": "*",
"php-mock/php-mock": "^2.2",
- "dms/phpunit-arraysubset-asserts": "^0.5.0"
+ "dms/phpunit-arraysubset-asserts": "^0.5.0",
+ "phpstan/phpstan": "^2.0"
},
"autoload": {
"psr-4": {
@@ -72,11 +74,11 @@
"Zotlabs\\": "Zotlabs/"
}
},
- "autoload-dev": {
- "psr-4": {
- "Zotlabs\\Tests\\Unit\\": "tests/unit"
- }
- },
+ "autoload-dev": {
+ "psr-4": {
+ "Zotlabs\\Tests\\Unit\\": "tests/unit/"
+ }
+ },
"minimum-stability": "stable",
"config": {
"notify-on-install": false,