From 235440edb464e173ce2ae3755fe13266cfb753a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 09:47:55 +0000 Subject: [PATCH] Update humanmade/tachyon-plugin requirement from ~0.11.8 to ~0.11.9 Updates the requirements on [humanmade/tachyon-plugin](https://github.com/humanmade/tachyon-plugin) to permit the latest version. - [Release notes](https://github.com/humanmade/tachyon-plugin/releases) - [Commits](https://github.com/humanmade/tachyon-plugin/compare/0.11.8...0.11.9) --- updated-dependencies: - dependency-name: humanmade/tachyon-plugin 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 a23696d..61baae9 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "require": { "php": ">=7.1", "darylldoyle/safe-svg": "2.0.3", - "humanmade/tachyon-plugin": "~0.11.8", + "humanmade/tachyon-plugin": "~0.11.9", "humanmade/smart-media": "~0.5.4", "humanmade/aws-rekognition": "~0.1.8", "humanmade/rename-images-command": "^0.1.0",