diff options
| author | Remi Collet <remi@remirepo.net> | 2026-03-17 14:49:29 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-03-17 14:49:29 +0100 |
| commit | 61765277831c5b7cdc9be7f43e03b96d5eeed75f (patch) | |
| tree | c661966ef708d06e3b6326f5f205b7049749a532 /composer.json | |
| parent | 1b2587343affc2f9f776b58f24f13f64491af798 (diff) | |
sources from github
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..2a92302 --- /dev/null +++ b/composer.json @@ -0,0 +1,14 @@ +{ + "name": "pecl/mailparse", + "type": "php-ext", + "license": "PHP-3.01", + "description": "Email message manipulation", + "require": { + "php": ">= 7.3.0", + "ext-mbstring": "*" + }, + "php-ext": { + "extension-name": "mailparse", + "configure-options": [] + } +} |
