| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name": "nette/mail",
- "description": "📧 Nette Mail: handy email creation and transfer library for PHP with both text and MIME-compliant support.",
- "keywords": ["nette", "mail", "mailer", "smtp", "mime"],
- "homepage": "https://nette.org",
- "license": ["BSD-3-Clause", "GPL-2.0", "GPL-3.0"],
- "authors": [
- {
- "name": "David Grudl",
- "homepage": "https://davidgrudl.com"
- },
- {
- "name": "Nette Community",
- "homepage": "https://nette.org/contributors"
- }
- ],
- "require": {
- "php": ">=5.6.0",
- "ext-iconv": "*",
- "nette/utils": "^2.4 || ~3.0.0"
- },
- "require-dev": {
- "nette/di": "^2.4 || ~3.0.0",
- "nette/tester": "^2.0",
- "tracy/tracy": "^2.4"
- },
- "conflict": {
- "nette/nette": "<2.2"
- },
- "suggest": {
- "ext-fileinfo": "to detect type of attached files"
- },
- "autoload": {
- "classmap": ["src/"]
- },
- "minimum-stability": "dev",
- "extra": {
- "branch-alias": {
- "dev-master": "2.4-dev"
- }
- }
- }
|