summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
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 2a5fe4807..c8954a867 100644
--- a/composer.json
+++ b/composer.json
@@ -30,9 +30,9 @@
"source": "https://github.com/owncloud/news/"
},
"require": {
- "ezyang/htmlpurifier": "~4.7",
+ "ezyang/htmlpurifier": "4.7",
"fguillot/picofeed": "0.1.23",
- "pear/net_url2": "~2.2",
- "riimu/kit-pathjoin": "1.*"
+ "pear/net_url2": "2.2",
+ "riimu/kit-pathjoin": "1.1.2"
}
}