view vendor/pear/mail_mime/composer.json @ 43:771f6803cc4b default tip

somehow lost the correctly updated metadata so e.g. 'mail' package wasn't being imported
author Charlie Root
date Sun, 26 Jan 2025 13:13:49 -0500
parents 1e000243b222
children
line wrap: on
line source

{
    "authors": [
        {
            "email": "cipri@php.net",
            "name": "Cipriano Groenendal",
            "role": "Lead"
        },
        {
            "email": "alec@php.net",
            "name": "Aleksander Machniak",
            "role": "Lead"
        }
    ],
    "autoload": {
        "psr-0": {
            "Mail": "./"
        }
    },
    "description": "Mail_Mime provides classes to create MIME messages",
    "homepage": "http://pear.php.net/package/Mail_Mime",
    "include-path": [
        "./"
    ],
    "license": "BSD-3-clause",
    "name": "pear/mail_mime",
    "support": {
        "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Mail_Mime",
        "source": "https://github.com/pear/Mail_Mime"
    },
    "type": "library",
    "require": {
        "pear/pear-core-minimal": "*"
    }
}