diff options
author | Mario <mario@mariovavti.com> | 2024-03-16 11:54:45 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-16 11:54:45 +0000 |
commit | 8fc0210428d267df4d0e80c18ad35858202b538b (patch) | |
tree | 91f157d1403ee84d5c27dff02e33252e64d4eb88 /composer.json | |
parent | 64560cbca9246c0df485eefe667b867a559546a4 (diff) | |
download | volse-hubzilla-8fc0210428d267df4d0e80c18ad35858202b538b.tar.gz volse-hubzilla-8fc0210428d267df4d0e80c18ad35858202b538b.tar.bz2 volse-hubzilla-8fc0210428d267df4d0e80c18ad35858202b538b.zip |
Revert "another attmpt to install streams/php-jcs via composer"
This reverts commit 5af3c3577843a6f65c402c27607edca98233c08e
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" } ] } |