We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab814d commit 546071eCopy full SHA for 546071e
1 file changed
src/Stubs/Symfony/StubFilesExtensionLoader.php
@@ -79,11 +79,11 @@ public function getFiles(): array
79
80
if ($this->isInstalledVersionBelow('symfony/messenger', '6.1.0.0')) {
81
$files[] = $stubsDir . '/Symfony/Component/Messenger/Envelope.stub';
82
- $files[] = $stubsDir . '/Symfony/Component/Messenger/StampInterface.stub';
83
}
84
85
if ($this->isInstalledVersionBelow('symfony/messenger', '8.1.0.0')) {
86
$files[] = $stubsDir . '/Symfony/Component/Messenger/TraceableMessageBus.stub';
+ $files[] = $stubsDir . '/Symfony/Component/Messenger/StampInterface.stub';
87
88
89
if ($this->isInstalledVersionBelow('symfony/process', '5.4.0.0')) {
0 commit comments