Skip to content

Commit e321d2d

Browse files
committed
Bump dot-event to 4.x
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
1 parent c740a67 commit e321d2d

2 files changed

Lines changed: 3 additions & 3 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"ext-fileinfo": "*",
3232
"ext-json": "*",
3333
"laminas/laminas-servicemanager": "^3.22 || ^4.0",
34-
"dotkernel/dot-event": "^3.4",
34+
"dotkernel/dot-event": "^4.0",
3535
"symfony/mailer": "v7.1.6"
3636
},
3737
"require-dev": {
@@ -54,7 +54,7 @@
5454
"check": [
5555
"@cs-check",
5656
"@test",
57-
"static-analysis"
57+
"@static-analysis"
5858
],
5959
"cs-check": "phpcs",
6060
"cs-fix": "phpcbf",

0 commit comments

Comments
 (0)