8000 [Notifier] Allow Jolinotif v3 · symfony/symfony@c907a4a · GitHub
[go: up one dir, main page]

Skip to content

Commit c907a4a

Browse files
committed
[Notifier] Allow Jolinotif v3
1 parent 24f9ef8 commit c907a4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"dragonmantank/cron-expression": "^3.1",
136136
"egulias/email-validator": "^2.1.10|^3.1|^4",
137137
"guzzlehttp/promises": "^1.4|^2.0",
138-
"jolicode/jolinotif": "^2.7.2",
138+
"jolicode/jolinotif": "^2.7.2|^3.0",
139139
"league/html-to-markdown": "^5.0",
140140
"league/uri": "^6.5|^7.0",
141141
"masterminds/html5": "^2.7.2",

src/Symfony/Component/Notifier/Bridge/JoliNotif/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"require": {
2424
"php": ">=8.2",
25-
"jolicode/jolinotif": "^2.7.2",
25+
"jolicode/jolinotif": "^2.7.2|^3.0",
2626
"symfony/http-client": "^7.2",
2727
"symfony/notifier": "^7.2"
2828
},

0 commit comments

Comments
 (0)
0