Skip to content

Commit

Permalink
Merge pull request #82 from dotkernel/issue-44
Browse files Browse the repository at this point in the history
Issue #44: Added support for `laminas/laminas-servicemanager:4.x`
  • Loading branch information
alexmerlin authored Jan 13, 2025
2 parents 98a7726 + e321d2d commit 874b461
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## dot-mail badges

![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/dot-mail)
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-mail/5.0.0)
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-mail/5.2.0)

[![GitHub issues](https://img.shields.io/github/issues/dotkernel/dot-mail)](https://github.com/dotkernel/dot-mail/issues)
[![GitHub forks](https://img.shields.io/github/forks/dotkernel/dot-mail)](https://github.com/dotkernel/dot-mail/network)
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
"ext-fileinfo": "*",
"ext-json": "*",
"laminas/laminas-servicemanager": "^3.22",
"dotkernel/dot-event": "^3.4",
"laminas/laminas-servicemanager": "^3.22 || ^4.0",
"dotkernel/dot-event": "^4.0",
"symfony/mailer": "v7.1.6"
},
"require-dev": {
Expand All @@ -53,7 +53,8 @@
"scripts": {
"check": [
"@cs-check",
"@test"
"@test",
"@static-analysis"
],
"cs-check": "phpcs",
"cs-fix": "phpcbf",
Expand Down

0 comments on commit 874b461

Please sign in to comment.