From 48fd11fbd093b0d37537be7b1a47edabce19a60b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 03:07:39 +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 bf4b789..ab69ccf 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "require": { "php": ">=7.1", "humanmade/wp-seo": "0.14.0", - "humanmade/hm-redirects": "~0.7.0", + "humanmade/hm-redirects": "~0.7.1", "humanmade/meta-tags": "^0.1.8" }, "autoload": {