summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 43246ccf..d0890640 100644
--- a/composer.json
+++ b/composer.json
@@ -27,6 +27,9 @@
"friendica/json-ld": "^1.0",
"kornrunner/blurhash": "^1.2"
},
+ "replace": {
+ "symfony/console": "*"
+ },
"require-dev": {
"phpunit/phpunit": "^9.5",
"nextcloud/coding-standard": "^1.0.0",
@@ -49,4 +52,4 @@
"url": "https://git.friendi.ca/friendica/php-json-ld"
}
]
-} \ No newline at end of file
+}