diff --git a/composer.json b/composer.json index 7263fe8..a5f07e3 100644 --- a/composer.json +++ b/composer.json @@ -9,6 +9,8 @@ "php": ">=8.5", "ext-ctype": "*", "ext-iconv": "*", + "ext-intl": "*", + "ext-zip": "*", "doctrine/dbal": "^4.4.3", "doctrine/doctrine-bundle": "^3.2.2", "doctrine/doctrine-migrations-bundle": "^4.0", diff --git a/composer.lock b/composer.lock index acf6e95..437af3e 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": "b2f319bad9d390a60067420d772e06e6", + "content-hash": "fa712d8b03b08daba40ae9f1de32e256", "packages": [ { "name": "composer/pcre", @@ -13511,7 +13511,9 @@ "platform": { "php": ">=8.5", "ext-ctype": "*", - "ext-iconv": "*" + "ext-iconv": "*", + "ext-intl": "*", + "ext-zip": "*" }, "platform-dev": {}, "plugin-api-version": "2.9.0"