diff options
author | M. Dent <dentm42@gmail.com> | 2019-09-23 19:20:45 +0200 |
---|---|---|
committer | M. Dent <dentm42@gmail.com> | 2019-09-23 19:20:45 +0200 |
commit | 15eaa803013b71c0aef43a8335d81634c190c055 (patch) | |
tree | 994f6bd95ff083b67074e5c3122559633e586d85 /vendor/composer | |
parent | 1e924a8530e8d82c8926f59ef14914fbd5aea2c6 (diff) | |
parent | 7fcbff3ceb76ee5abf4f3ab82f40f4c99b788b83 (diff) | |
download | volse-hubzilla-15eaa803013b71c0aef43a8335d81634c190c055.tar.gz volse-hubzilla-15eaa803013b71c0aef43a8335d81634c190c055.tar.bz2 volse-hubzilla-15eaa803013b71c0aef43a8335d81634c190c055.zip |
Merge branch 'cherry-pick-9aa928ec' into 'dev'
composer update simplepie/simplepie
See merge request hubzilla/core!1735
Diffstat (limited to 'vendor/composer')
-rw-r--r-- | vendor/composer/installed.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index d0e7afb04..9e099b5e9 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -1049,17 +1049,17 @@ }, { "name": "simplepie/simplepie", - "version": "1.5.2", - "version_normalized": "1.5.2.0", + "version": "1.5.3", + "version_normalized": "1.5.3.0", "source": { "type": "git", "url": "https://github.com/simplepie/simplepie.git", - "reference": "0e8fe72132dad765d25db4cabc69a91139af1263" + "reference": "173663382a9346acd53df60c7ffb20689c9cf1f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplepie/simplepie/zipball/0e8fe72132dad765d25db4cabc69a91139af1263", - "reference": "0e8fe72132dad765d25db4cabc69a91139af1263", + "url": "https://api.github.com/repos/simplepie/simplepie/zipball/173663382a9346acd53df60c7ffb20689c9cf1f6", + "reference": "173663382a9346acd53df60c7ffb20689c9cf1f6", "shasum": "" }, "require": { @@ -1078,7 +1078,7 @@ "ext-mbstring": "", "mf2/mf2": "Microformat module that allows for parsing HTML for microformats" }, - "time": "2018-08-02T05:43:58+00:00", + "time": "2019-09-22T23:21:30+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -1120,7 +1120,7 @@ "rss" ], "support": { - "source": "https://github.com/simplepie/simplepie/tree/1.5.2", + "source": "https://github.com/simplepie/simplepie/tree/1.5.3", "issues": "https://github.com/simplepie/simplepie/issues" } }, |