Skip to content

Commit

Permalink
Update composer keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
costin committed Apr 23, 2020
1 parent 62c540a commit f6951b3
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions composer.json
@@ -1,24 +1,33 @@
{
"name": "dotkernel/dot-mail",
"type": "library",
"description": "DotKernel mail component based on laminas-mail",
"license": "MIT",
"authors": [
{
"name": "DotKernel Team",
"email": "team@dotkernel.com"
}
],
"type": "library",
"license": "MIT",
"keywords": [
"mail",
"services",
"laminas",
"laminas-mail",
"event",
"dot-event",
"laminas-dependency"
],
"require": {
"php": "^7.4",
"laminas/laminas-servicemanager": "^3.4.0",
"laminas/laminas-mail": "^2.10.0",
"laminas/laminas-servicemanager": "^3.4",
"laminas/laminas-mail": "^2.10",
"dotkernel/dot-event": "^3.0",
"laminas/laminas-dependency-plugin": "^1.0.3"
"laminas/laminas-dependency-plugin": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^9.1.2",
"squizlabs/php_codesniffer": "^3.5.5"
"phpunit/phpunit": "^9.1",
"squizlabs/php_codesniffer": "^3.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f6951b3

Please sign in to comment.