From 1d433918ad20e988ca58809f89ae8c8ca323617d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 21:02:22 +0000 Subject: [PATCH] Bump simplepie/simplepie from 1.6.0 to 1.7.0 Bumps [simplepie/simplepie](https://github.com/simplepie/simplepie) from 1.6.0 to 1.7.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.6.0...1.7.0) --- updated-dependencies: - dependency-name: simplepie/simplepie dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index b27fccc1234..0b856d54aa0 100644 --- a/composer.lock +++ b/composer.lock @@ -3072,16 +3072,16 @@ }, { "name": "simplepie/simplepie", - "version": "1.6.0", + "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/simplepie/simplepie.git", - "reference": "2bdbc51ed1010941c9c5f2cddca433e79665bfe1" + "reference": "9e9add3428ce86aede874bcf9a59c78e272f8dc1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplepie/simplepie/zipball/2bdbc51ed1010941c9c5f2cddca433e79665bfe1", - "reference": "2bdbc51ed1010941c9c5f2cddca433e79665bfe1", + "url": "https://api.github.com/repos/simplepie/simplepie/zipball/9e9add3428ce86aede874bcf9a59c78e272f8dc1", + "reference": "9e9add3428ce86aede874bcf9a59c78e272f8dc1", "shasum": "" }, "require": { @@ -3091,6 +3091,7 @@ "php": ">=5.6.0" }, "require-dev": { + "friendsofphp/php-cs-fixer": "^2.19 || ^3.8", "yoast/phpunit-polyfills": "^1.0.1" }, "suggest": { @@ -3140,9 +3141,9 @@ ], "support": { "issues": "https://github.com/simplepie/simplepie/issues", - "source": "https://github.com/simplepie/simplepie/tree/1.6.0" + "source": "https://github.com/simplepie/simplepie/tree/1.7.0" }, - "time": "2022-04-21T11:05:19+00:00" + "time": "2022-09-30T06:49:48+00:00" }, { "name": "swaggest/json-diff",