diff options
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": [] + } +} |
