aboutsummaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-03-15 17:14:31 +0100
committerMario <mario@mariovavti.com>2024-03-15 17:14:31 +0100
commit5af3c3577843a6f65c402c27607edca98233c08e (patch)
treef5821b68fb676f79d82d8d29d5c5409f08ead858 /composer.json
parentdddcddc453bdbd59e1cafcb8ca8aeb2225dfda9d (diff)
downloadvolse-hubzilla-5af3c3577843a6f65c402c27607edca98233c08e.tar.gz
volse-hubzilla-5af3c3577843a6f65c402c27607edca98233c08e.tar.bz2
volse-hubzilla-5af3c3577843a6f65c402c27607edca98233c08e.zip
another attmpt to install streams/php-jcs via composer
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index e375b8a32..94ea2dce5 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",
- "mmccook/php-json-canonicalization-scheme": "^1.0",
- "scssphp/scssphp": "^1.12"
+ "scssphp/scssphp": "^1.12",
+ "streams/php-jcs": "^1.0"
},
"require-dev": {
"ext-yaml": "*",
@@ -85,7 +85,7 @@
"repositories": [
{
"type": "vcs",
- "url": "https://github.com/simplepie/simplepie"
+ "url": "https://codeberg.org/streams/php-jcs"
}
]
}