From 8a0eb950a8562fc0d37081e124dfd1c751e7338a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 05:59:04 +0000 Subject: [PATCH] Update humanmade/tachyon-plugin requirement from ~0.11.7 to ~0.11.8 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.7...0.11.8) --- 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 1b62900..3dea7b3 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.7", + "humanmade/tachyon-plugin": "~0.11.8", "humanmade/smart-media": "~0.4.6", "humanmade/aws-rekognition": "~0.1.8", "humanmade/rename-images-command": "^0.1.0",