Skip to content

Commit 874b461

Browse files
authored
Merge pull request #82 from dotkernel/issue-44
Issue #44: Added support for `laminas/laminas-servicemanager:4.x`
2 parents 98a7726 + e321d2d commit 874b461

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
## dot-mail badges
77

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

1111
[![GitHub issues](https://img.shields.io/github/issues/dotkernel/dot-mail)](https://github.com/dotkernel/dot-mail/issues)
1212
[![GitHub forks](https://img.shields.io/github/forks/dotkernel/dot-mail)](https://github.com/dotkernel/dot-mail/network)

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
3131
"ext-fileinfo": "*",
3232
"ext-json": "*",
33-
"laminas/laminas-servicemanager": "^3.22",
34-
"dotkernel/dot-event": "^3.4",
33+
"laminas/laminas-servicemanager": "^3.22 || ^4.0",
34+
"dotkernel/dot-event": "^4.0",
3535
"symfony/mailer": "v7.1.6"
3636
},
3737
"require-dev": {
@@ -53,7 +53,8 @@
5353
"scripts": {
5454
"check": [
5555
"@cs-check",
56-
"@test"
56+
"@test",
57+
"@static-analysis"
5758
],
5859
"cs-check": "phpcs",
5960
"cs-fix": "phpcbf",

0 commit comments

Comments
 (0)