Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/bookmarks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2018-07-21 00:37:58 +0300
committerMarcel Klehr <mklehr@gmx.net>2018-07-21 00:39:44 +0300
commit2968f7c1e33828316fca819435e891dad7361c51 (patch)
treecb80a79cad17b0f8dce993a9e45bd8bf0cd6e4d2 /composer.json
parentbc409dc38a0117f3cd10938ae86ae7b30c2826ce (diff)
Refactor preview fetching
- fully rely on cache instead of storing some stuff in the db forever. - allow switching out the implementation
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index eea3d4e7..f694d285 100644
--- a/composer.json
+++ b/composer.json
@@ -3,6 +3,7 @@
"marcelklehr/link-preview": "^2",
"glenscott/url-normalizer": "^1.4",
"doctrine/inflector": "1.1.*",
- "pguardiario/phpuri": "1.0.*"
+ "pguardiario/phpuri": "1.0.*",
+ "wnx/screeenly-client": "~1.0"
}
}