From ecc8f75f87dff2148c5458c5658ecec217dcd698 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?GerbetMikha=C3=ABl?= Date: Sat, 19 Nov 2022 18:05:01 +0100 Subject: [PATCH] fix: PHP8 support mimey --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7522544..4f5f85a 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "twilio/sdk": "^6.1", "symfony/yaml": "^5.0", "phpmailer/phpmailer": "^6.1", - "ralouphie/mimey": "^2.1", + "xantios/mimey": "^2.1", "kreait/firebase-php": "^5.14" }, "require-dev": {