From a63744797780845cec0e4f6d87917463fc61b371 Mon Sep 17 00:00:00 2001 From: Mike Little Date: Thu, 28 Nov 2024 12:10:14 +0000 Subject: [PATCH] Update smart-media to 0.5.7 Updates the smart-media package to 0.5.7. This version includes a fix for a syntax error. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fdd45d8..f9eabe8 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "php": ">=7.1", "darylldoyle/safe-svg": "2.0.3", "humanmade/tachyon-plugin": "~0.11.9", - "humanmade/smart-media": "~0.5.5", + "humanmade/smart-media": "~0.5.7", "humanmade/aws-rekognition": "~0.1.10", "humanmade/rename-images-command": "^0.1.0", "humanmade/asset-manager-framework": "^0.13.5",