summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-03-17 14:49:29 +0100
committerRemi Collet <remi@php.net>2026-03-17 14:49:29 +0100
commit61765277831c5b7cdc9be7f43e03b96d5eeed75f (patch)
treec661966ef708d06e3b6326f5f205b7049749a532 /composer.json
parent1b2587343affc2f9f776b58f24f13f64491af798 (diff)
drop pear/pecl dependencyHEADmaster
sources from github
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json14
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": []
+ }
+}