summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorDaniel Schaal <daniel@schaal.email>2016-10-01 08:34:40 +0200
committerBernhard Posselt <BernhardPosselt@users.noreply.github.com>2016-10-01 08:34:40 +0200
commite45511f6ba5a53a137538e4647148aa749009233 (patch)
treec4f1265f1129556f09d6fb2b110325e9958f2d99 /composer.json
parentf46ed33ea553bc45cff973150f69227da13baace (diff)
Add updatedDate to item model (#43)
* Update picoFeed to 0.1.25 * Add updated_date to database * Add updatedDate to item model * Bump version to 9.0.5 * Check for updatedDate when updating a feed * Fix unit test to check for newer updatedDate
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 155867c07..1bcc263d5 100644
--- a/composer.json
+++ b/composer.json
@@ -30,7 +30,7 @@
},
"require": {
"ezyang/htmlpurifier": "4.7",
- "fguillot/picofeed": "0.1.23",
+ "fguillot/picofeed": "0.1.25",
"pear/net_url2": "2.2",
"riimu/kit-pathjoin": "1.1.2"
}