Commit d4e3ba6
committed
minor symfony#58867 [Messenger] fix version check to include dev versions (xabbuh)
This PR was merged into the 6.4 branch.
Discussion
----------
[Messenger] fix version check to include dev versions
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
for example, our Windows builds on the 7.1 branch use version 6.0.0-dev of the redis extension
Commits
-------
de9113b fix version check to include dev versionsFile tree
1 file changed
+1
-1
lines changed- src/Symfony/Component/Messenger/Bridge/Redis/Transport
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments