diff options
author | Mario <mario@mariovavti.com> | 2024-03-16 11:56:44 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-16 11:56:44 +0000 |
commit | 24132e56d9dd738ac64ab66a9d93b68a945787d7 (patch) | |
tree | fa1aab6de7af537436f2f2b31d3586865806b2a3 /composer.json | |
parent | 8873c10364f95dc339ee6c5211f5840f08984f4d (diff) | |
parent | 8fc0210428d267df4d0e80c18ad35858202b538b (diff) | |
download | volse-hubzilla-24132e56d9dd738ac64ab66a9d93b68a945787d7.tar.gz volse-hubzilla-24132e56d9dd738ac64ab66a9d93b68a945787d7.tar.bz2 volse-hubzilla-24132e56d9dd738ac64ab66a9d93b68a945787d7.zip |
Merge branch 'dev' into 9.0RC
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 94ea2dce5..e375b8a32 100644 --- a/composer.json +++ b/composer.json @@ -54,8 +54,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 +85,7 @@ "repositories": [ { "type": "vcs", - "url": "https://codeberg.org/streams/php-jcs" + "url": "https://github.com/simplepie/simplepie" } ] } |