From f7d741f741c2b3a2dfbc4b3d823ed918df95e272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 21:02:07 +0000 Subject: [PATCH] Bump simplepie/simplepie from 1.5.6 to 1.6.0 Bumps [simplepie/simplepie](https://github.com/simplepie/simplepie) from 1.5.6 to 1.6.0. - [Release notes](https://github.com/simplepie/simplepie/releases) - [Changelog](https://github.com/simplepie/simplepie/blob/master/CHANGELOG.md) - [Commits](https://github.com/simplepie/simplepie/compare/1.5.6...1.6.0) --- updated-dependencies: - dependency-name: simplepie/simplepie dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index dcd9d0c9361..8e52aa5b4d3 100644 --- a/composer.lock +++ b/composer.lock @@ -3519,16 +3519,16 @@ }, { "name": "simplepie/simplepie", - "version": "1.5.6", + "version": "1.6.0", "source": { "type": "git", "url": "https://github.com/simplepie/simplepie.git", - "reference": "1c68e14ca3ac84346b6e6fe3c5eedf725d0f92c6" + "reference": "2bdbc51ed1010941c9c5f2cddca433e79665bfe1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplepie/simplepie/zipball/1c68e14ca3ac84346b6e6fe3c5eedf725d0f92c6", - "reference": "1c68e14ca3ac84346b6e6fe3c5eedf725d0f92c6", + "url": "https://api.github.com/repos/simplepie/simplepie/zipball/2bdbc51ed1010941c9c5f2cddca433e79665bfe1", + "reference": "2bdbc51ed1010941c9c5f2cddca433e79665bfe1", "shasum": "" }, "require": { @@ -3538,7 +3538,7 @@ "php": ">=5.6.0" }, "require-dev": { - "phpunit/phpunit": "~5.4.3 || ~6.5" + "yoast/phpunit-polyfills": "^1.0.1" }, "suggest": { "ext-curl": "", @@ -3551,6 +3551,9 @@ "autoload": { "psr-0": { "SimplePie": "library" + }, + "psr-4": { + "SimplePie\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -3584,9 +3587,9 @@ ], "support": { "issues": "https://github.com/simplepie/simplepie/issues", - "source": "https://github.com/simplepie/simplepie/tree/1.5.6" + "source": "https://github.com/simplepie/simplepie/tree/1.6.0" }, - "time": "2020-10-14T07:17:22+00:00" + "time": "2022-04-21T11:05:19+00:00" }, { "name": "swaggest/json-diff", @@ -6591,5 +6594,5 @@ "platform-overrides": { "php": "7.3.0" }, - "plugin-api-version": "2.1.0" + "plugin-api-version": "2.3.0" }