From f487f70904a18fe08dcf8e6fc2951cf131261977 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 14:18:33 +0000 Subject: [PATCH] Update humanmade/hm-redirects requirement from ~0.7.1 to ~0.7.2 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.1...0.7.2) --- 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 d3d4bb9..7fb1944 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=7.1", - "humanmade/hm-redirects": "~0.7.1", + "humanmade/hm-redirects": "~0.7.2", "yoast/wordpress-seo": "^20.4" }, "autoload": {