From e49ff796c90a0d3d0c6c4aab28fd2761a15b1be3 Mon Sep 17 00:00:00 2001 From: Dante Bradshaw Date: Thu, 17 Oct 2024 23:03:58 -0400 Subject: [PATCH 1/2] require ext-intel php extension --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 53e7c82b7b5..ecd69ac3b58 100644 --- a/composer.json +++ b/composer.json @@ -12,6 +12,7 @@ "require": { "php": "^8.2", "ext-fileinfo": "*", + "ext-intl": "*", "asbiin/laravel-sentry-tunnel": "^2.0", "asbiin/laravel-webauthn": "^4.4", "codezero/laravel-localizer": "^3.0", From 77e66c1260352b29254e2d6c6750a850bf871142 Mon Sep 17 00:00:00 2001 From: Regis Freyd Date: Fri, 25 Oct 2024 15:16:31 -0400 Subject: [PATCH 2/2] run composer update to fix the error --- composer.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.lock b/composer.lock index ff419ee4aae..c44cb41eecd 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "36913c9f26b1869f1b6e170605310dfc", + "content-hash": "43ec10656d24e660ac57db33fbc2067e", "packages": [ { "name": "asbiin/laravel-sentry-tunnel", @@ -17180,7 +17180,8 @@ "prefer-lowest": false, "platform": { "php": "^8.2", - "ext-fileinfo": "*" + "ext-fileinfo": "*", + "ext-intl": "*" }, "platform-dev": {}, "plugin-api-version": "2.6.0"