diff options
| author | Remi Collet <remi@remirepo.net> | 2026-04-09 09:52:57 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-04-09 09:52:57 +0200 |
| commit | 97e3610bae9812554790f32a6089102a4f64e61c (patch) | |
| tree | fbcef3358a5d42e7ac007c95bbf866c14c2c73ea /composer.json | |
| parent | 61765277831c5b7cdc9be7f43e03b96d5eeed75f (diff) | |
drop dependency on mbstring
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 2a92302..a32c7c3 100644 --- a/composer.json +++ b/composer.json @@ -4,8 +4,7 @@ "license": "PHP-3.01", "description": "Email message manipulation", "require": { - "php": ">= 7.3.0", - "ext-mbstring": "*" + "php": ">= 7.3.0" }, "php-ext": { "extension-name": "mailparse", |
