You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.5 KiB
47 lines
1.5 KiB
{ |
|
"name": "symfony/mime", |
|
"type": "library", |
|
"description": "Allows manipulating MIME messages", |
|
"keywords": ["mime", "mime-type"], |
|
"homepage": "https://symfony.com", |
|
"license": "MIT", |
|
"authors": [ |
|
{ |
|
"name": "Fabien Potencier", |
|
"email": "fabien@symfony.com" |
|
}, |
|
{ |
|
"name": "Symfony Community", |
|
"homepage": "https://symfony.com/contributors" |
|
} |
|
], |
|
"require": { |
|
"php": ">=7.2.5", |
|
"symfony/deprecation-contracts": "^2.1|^3", |
|
"symfony/polyfill-intl-idn": "^1.10", |
|
"symfony/polyfill-mbstring": "^1.0", |
|
"symfony/polyfill-php80": "^1.16" |
|
}, |
|
"require-dev": { |
|
"egulias/email-validator": "^2.1.10|^3.1|^4", |
|
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", |
|
"symfony/dependency-injection": "^4.4|^5.0|^6.0", |
|
"symfony/property-access": "^4.4|^5.1|^6.0", |
|
"symfony/property-info": "^4.4|^5.1|^6.0", |
|
"symfony/serializer": "^5.4.26|~6.2.13|^6.3.2" |
|
}, |
|
"conflict": { |
|
"egulias/email-validator": "~3.0.0", |
|
"phpdocumentor/reflection-docblock": "<3.2.2", |
|
"phpdocumentor/type-resolver": "<1.4.0", |
|
"symfony/mailer": "<4.4", |
|
"symfony/serializer": "<5.4.26|>=6,<6.2.13|>=6.3,<6.3.2" |
|
}, |
|
"autoload": { |
|
"psr-4": { "Symfony\\Component\\Mime\\": "" }, |
|
"exclude-from-classmap": [ |
|
"/Tests/" |
|
] |
|
}, |
|
"minimum-stability": "dev" |
|
}
|
|
|