aboutsummaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-03-14 11:15:20 +0000
committerMario <mario@mariovavti.com>2024-03-14 11:15:20 +0000
commit70dfce356b949dce00dba534536be994b1d7761d (patch)
treef398624848854cbbd5ef738bec79f1ed2c28635a /composer.json
parent10fbfa06e9eb51485fecbf81d590cd15b7a5a2c2 (diff)
downloadvolse-hubzilla-70dfce356b949dce00dba534536be994b1d7761d.tar.gz
volse-hubzilla-70dfce356b949dce00dba534536be994b1d7761d.tar.bz2
volse-hubzilla-70dfce356b949dce00dba534536be994b1d7761d.zip
next try to use the streams php-jcs library until the floats issue will be fixed upstream. see here for reference https://codeberg.org/streams/streams/issues/151
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 63d98a010..0b61f3fda 100644
--- a/composer.json
+++ b/composer.json
@@ -24,7 +24,6 @@
},
"require": {
"php": ">=8.0.2",
- "ext-zip": "*",
"ext-curl": "*",
"ext-iconv": "*",
"ext-intl": "*",
@@ -55,8 +54,8 @@
"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": "^1.12",
+ "streams/php-jcs": "^1.0"
},
"require-dev": {
"ext-yaml": "*",
@@ -86,7 +85,7 @@
"repositories": [
{
"type": "vcs",
- "url": "https://github.com/simplepie/simplepie"
+ "url": "https://codeberg.org/streams/php-jcs"
}
]
}