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-05-27 18:10:35 +0300
committerMarcel Klehr <mklehr@gmx.net>2018-05-27 18:10:35 +0300
commit788703690fd93a389a17f2e1c764cad16764a3fa (patch)
tree3a48d143bfe6a344084373d7299a36d535df8264 /composer.json
parent3afc0b8383bf85c46fd07a90a3c0912d0edc8030 (diff)
Fix support for php5
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 600ce77d..e6e94731 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,7 @@
{
"require": {
"marcelklehr/link-preview": "^2",
- "glenscott/url-normalizer": "^1.4"
+ "glenscott/url-normalizer": "^1.4",
+ "doctrine/inflector": "1.1.*"
}
}