8000 Fix CS in composer.json · symfony/symfony@f26af99 · GitHub
[go: up one dir, main page]

Skip to content

Commit f26af99

Browse files
committed
Fix CS in composer.json
1 parent 0f6b07e commit f26af99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"require-dev": {
2424
"symfony/event-dispatcher-contracts": "^2",
2525
"symfony/http-client-contracts": "^2",
26-
"symfony/messenger": "^4.4 || ^5.0"
26+
"symfony/messenger": "^4.4|^5.0"
2727
},
2828
"conflict": {
2929
"symfony/http-kernel": "<4.4",

0 commit comments

Comments
 (0)
0