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.

46 lines
1.4 KiB

3 years ago
  1. {
  2. "name": "symfony/mime",
  3. "type": "library",
  4. "description": "Allows manipulating MIME messages",
  5. "keywords": ["mime", "mime-type"],
  6. "homepage": "https://symfony.com",
  7. "license": "MIT",
  8. "authors": [
  9. {
  10. "name": "Fabien Potencier",
  11. "email": "fabien@symfony.com"
  12. },
  13. {
  14. "name": "Symfony Community",
  15. "homepage": "https://symfony.com/contributors"
  16. }
  17. ],
  18. "require": {
  19. "php": ">=7.2.5",
  20. "symfony/deprecation-contracts": "^2.1",
  21. "symfony/polyfill-intl-idn": "^1.10",
  22. "symfony/polyfill-mbstring": "^1.0",
  23. "symfony/polyfill-php80": "^1.15"
  24. },
  25. "require-dev": {
  26. "egulias/email-validator": "^2.1.10|^3.1",
  27. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  28. "symfony/dependency-injection": "^4.4|^5.0",
  29. "symfony/property-access": "^4.4|^5.1",
  30. "symfony/property-info": "^4.4|^5.1",
  31. "symfony/serializer": "^5.2"
  32. },
  33. "conflict": {
  34. "egulias/email-validator": "~3.0.0",
  35. "phpdocumentor/reflection-docblock": "<3.2.2",
  36. "phpdocumentor/type-resolver": "<1.4.0",
  37. "symfony/mailer": "<4.4"
  38. },
  39. "autoload": {
  40. "psr-4": { "Symfony\\Component\\Mime\\": "" },
  41. "exclude-from-classmap": [
  42. "/Tests/"
  43. ]
  44. },
  45. "minimum-stability": "dev"
  46. }