Skip to content

Commit 0869295

Browse files
minor symfony#58437 [Notifier][JoliNotif] Allow jolicode/jolinotif 3 (pyrech)
This PR was merged into the 7.2 branch. Discussion ---------- [Notifier][JoliNotif] Allow `jolicode/jolinotif` 3 | Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | no | New feature? | yes | Deprecations? | no | Issues | none | License | MIT Allow newly version of Jolinotif to be used with the Notifier. The current bridge already used the new architecture, so nothing to change here. Commits ------- c907a4a [Notifier] Allow Jolinotif v3
2 parents 24f9ef8 + c907a4a commit 0869295

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)