From 2c31ff6e90a39af8c1defcc15df647d6e71cc551 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 10:50:53 +0200 Subject: [PATCH] Update wpackagist-plugin/clean-image-filenames requirement (#441) Updates the requirements on wpackagist-plugin/clean-image-filenames to permit the latest version. --- updated-dependencies: - dependency-name: wpackagist-plugin/clean-image-filenames dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 450e29a9..7332b727 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "symfony/http-foundation": "^7.1", "vinkla/headache": "^3.3", "vlucas/phpdotenv": "^5.6", - "wpackagist-plugin/clean-image-filenames": "^1.4" + "wpackagist-plugin/clean-image-filenames": "^1.5" }, "require-dev": { "symfony/var-dumper": "^7.1"