Skip to content

Commit

Permalink
Merge pull request #151 from ghostwriter/feature/qa-composer-normalize
Browse files Browse the repository at this point in the history
Normalize composer
  • Loading branch information
Slamdunk authored May 24, 2021
2 parents 799f7c4 + 5c12a9e commit ee318f5
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 145 deletions.
40 changes: 20 additions & 20 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,12 @@
{
"name": "laminas/laminas-mail",
"description": "Provides generalized functionality to compose and send both text and MIME-compliant multipart e-mail messages",
"license": "BSD-3-Clause",
"keywords": [
"laminas",
"mail"
],
"homepage": "https://laminas.dev",
"support": {
"docs": "https://docs.laminas.dev/laminas-mail/",
"issues": "https://github.com/laminas/laminas-mail/issues",
"source": "https://github.com/laminas/laminas-mail",
"rss": "https://github.com/laminas/laminas-mail/releases.atom",
"chat": "https://laminas.dev/chat",
"forum": "https://discourse.laminas.dev"
},
"config": {
"sort-packages": true
},
"extra": {
"laminas": {
"component": "Laminas\\Mail",
"config-provider": "Laminas\\Mail\\ConfigProvider"
}
},
"license": "BSD-3-Clause",
"require": {
"php": "^7.3 || ~8.0.0",
"ext-iconv": "*",
Expand All @@ -35,6 +18,9 @@
"symfony/polyfill-mbstring": "^1.12.0",
"true/punycode": "^2.1"
},
"replace": {
"zendframework/zend-mail": "^2.10.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-config": "^3.4",
Expand All @@ -48,6 +34,15 @@
"laminas/laminas-crypt": "Crammd5 support in SMTP Auth",
"laminas/laminas-servicemanager": "^2.7.10 || ^3.3.1 when using SMTP to deliver messages"
},
"config": {
"sort-packages": true
},
"extra": {
"laminas": {
"component": "Laminas\\Mail",
"config-provider": "Laminas\\Mail\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Laminas\\Mail\\": "src/"
Expand All @@ -70,7 +65,12 @@
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
},
"replace": {
"zendframework/zend-mail": "^2.10.0"
"support": {
"issues": "https://github.com/laminas/laminas-mail/issues",
"forum": "https://discourse.laminas.dev",
"chat": "https://laminas.dev/chat",
"source": "https://github.com/laminas/laminas-mail",
"docs": "https://docs.laminas.dev/laminas-mail/",
"rss": "https://github.com/laminas/laminas-mail/releases.atom"
}
}
Loading

0 comments on commit ee318f5

Please sign in to comment.