summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorSean Molenaar <sean@seanmolenaar.eu>2021-02-04 21:02:08 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-02-05 07:27:11 +0100
commit76298c011b6a22baf213221345e1f87ae0ec3cd7 (patch)
treea1da40d63c3923c89e14a9c960e576a515f0f711 /composer.json
parentbb6fb66b57bf0d3b9b035c0cb64c21b40990802a (diff)
Composer: Remove favicon hack
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json10
1 files changed, 2 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index a05dcb742..3449e72fd 100644
--- a/composer.json
+++ b/composer.json
@@ -45,7 +45,7 @@
"pear/net_url2": "2.2.2",
"riimu/kit-pathjoin": "1.2.0",
"debril/feed-io": "^v4.7.9",
- "arthurhoaro/favicon": "dev-master#6ffd4cf0c5e162d084e0d136ae4326a5351d8603",
+ "arthurhoaro/favicon": "^1.3.2",
"andreskrey/readability.php": "^2.1",
"ext-json": "*",
"ext-simplexml": "*",
@@ -58,18 +58,12 @@
"squizlabs/php_codesniffer": "^3.5.6",
"phpstan/phpstan": "^0.12.43",
"vimeo/psalm": "^4.0",
- "christophwurst/nextcloud": "^v21.0.0-beta6",
+ "christophwurst/nextcloud": "^v21.0.0-beta8",
"guzzlehttp/guzzle": "^7.2",
"doctrine/dbal": "^3.0",
"symfony/console": "^4.4.18",
"psr/log": "^1.1.0"
},
- "repositories": [
- {
- "type": "git",
- "url": "https://github.com/SMillerDev/favicon"
- }
- ],
"replace": {
"guzzlehttp/guzzle": "*",
"psr/log": "*",