8000 minor #42749 Fix Esendex dev deps (fabpot) · symfony/symfony@676bd76 · GitHub
[go: up one dir, main page]

Skip to content

Commit 676bd76

Browse files
committed
minor #42749 Fix Esendex dev deps (fabpot)
This PR was merged into the 5.4 branch. Discussion ---------- Fix Esendex dev deps | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | n/a<!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT | Doc PR | n/a Commits ------- 2f1ed2c Fix deps
2 parents f5927d6 + 2f1ed2c commit 676bd76

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
"symfony/http-client": "^4.4|^5.0|^6.0",
2121
"symfony/notifier": "^5.3|^6.0"
2222
},
23+
"require-dev": {
24+
"symfony/uid": "^5.4|^6.0"
25+
},
2326
"autoload": {
2427
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Esendex\\": "" },
2528
"exclude-from-classmap": [

0 commit comments

Comments
 (0)
0