From 5c9c3f688bce1ac95b750b81b2cc63162af07ffe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 03:15:24 +0000 Subject: [PATCH] Update humanmade/hm-redirects requirement from ~0.7.0 to ~0.7.1 Updates the requirements on [humanmade/hm-redirects](https://github.com/humanmade/hm-redirects) to permit the latest version. - [Release notes](https://github.com/humanmade/hm-redirects/releases) - [Changelog](https://github.com/humanmade/hm-redirects/blob/master/changelog.txt) - [Commits](https://github.com/humanmade/hm-redirects/compare/0.7.0...0.7.1) --- updated-dependencies: - dependency-name: humanmade/hm-redirects dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5c5c92c..288d60f 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=7.1", - "humanmade/hm-redirects": "~0.7.0", + "humanmade/hm-redirects": "~0.7.1", "yoast/wordpress-seo": "^17.9" }, "autoload": {