aboutsummaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-03-14 12:30:05 +0000
committerMario <mario@mariovavti.com>2024-03-14 12:30:05 +0000
commita9d4adaf2360f7d02dace4434e4e62d6ce072327 (patch)
tree95871468b237e222e0c39d94a583b06ef661f1f0 /composer.json
parent70dfce356b949dce00dba534536be994b1d7761d (diff)
downloadvolse-hubzilla-a9d4adaf2360f7d02dace4434e4e62d6ce072327.tar.gz
volse-hubzilla-a9d4adaf2360f7d02dace4434e4e62d6ce072327.tar.bz2
volse-hubzilla-a9d4adaf2360f7d02dace4434e4e62d6ce072327.zip
Revert "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"
This reverts commit 70dfce356b949dce00dba534536be994b1d7761d.
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 0b61f3fda..63d98a010 100644
--- a/composer.json
+++ b/composer.json
@@ -24,6 +24,7 @@
},
"require": {
"php": ">=8.0.2",
+ "ext-zip": "*",
"ext-curl": "*",
"ext-iconv": "*",
"ext-intl": "*",
@@ -54,8 +55,8 @@
"spomky-labs/otphp": "^11.1",
"patrickschur/language-detection": "^5.3",
"stephenhill/base58": "^1.1",
- "scssphp/scssphp": "^1.12",
- "streams/php-jcs": "^1.0"
+ "mmccook/php-json-canonicalization-scheme": "^1.0",
+ "scssphp/scssphp": "^1.12"
},
"require-dev": {
"ext-yaml": "*",
@@ -85,7 +86,7 @@
"repositories": [
{
"type": "vcs",
- "url": "https://codeberg.org/streams/php-jcs"
+ "url": "https://github.com/simplepie/simplepie"
}
]
}