Release 14.1.10

Changed
- Update feed-io to v4.7.1

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
This commit is contained in:
Benjamin Brahmer 2020-05-25 15:46:07 +02:00
parent 8ef3994bb9
commit 8aed8c834f
2 changed files with 11 additions and 5 deletions

View File

@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
## Unreleased
## 14.1.10
### Changed
- Update feed-io to v4.7.1
## 14.1.9
### Changed

11
composer.lock generated
View File

@ -111,19 +111,20 @@
},
{
"name": "debril/feed-io",
"version": "v4.7.0",
"version": "v4.7.1",
"source": {
"type": "git",
"url": "https://github.com/alexdebril/feed-io.git",
"reference": "015527be60189b3a7bf384d297f92848c65c5c86"
"reference": "7f032bf0d91d4a0ea670e160070e66efb01f1d71"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alexdebril/feed-io/zipball/015527be60189b3a7bf384d297f92848c65c5c86",
"reference": "015527be60189b3a7bf384d297f92848c65c5c86",
"url": "https://api.github.com/repos/alexdebril/feed-io/zipball/7f032bf0d91d4a0ea670e160070e66efb01f1d71",
"reference": "7f032bf0d91d4a0ea670e160070e66efb01f1d71",
"shasum": ""
},
"require": {
"ext-dom": "*",
"guzzlehttp/guzzle": "~6.2",
"php": ">=7.1",
"psr/log": "~1.0",
@ -173,7 +174,7 @@
"type": "github"
}
],
"time": "2020-05-15T07:22:06+00:00"
"time": "2020-05-25T13:12:32+00:00"
},
{
"name": "ezyang/htmlpurifier",