We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 664835e commit 99bd527Copy full SHA for 99bd527
1 file changed
src/Stubs/Symfony/StubFilesExtensionLoader.php
@@ -93,6 +93,10 @@ public function getFiles(): array
93
$files[] = $stubsDir . '/Symfony/Component/Messenger/StampInterface.stub';
94
}
95
96
+ if ($this->isInstalledVersionBelow('symfony/messenger', '8.1.0.0')) {
97
+ $files[] = $stubsDir . '/Symfony/Component/Messenger/TraceableMessageBus.stub';
98
+ }
99
+
100
if ($this->isInstalledVersionBelow('symfony/process', '5.4.0.0')) {
101
$files[] = $stubsDir . '/Symfony/Component/Process/Exception/LogicException.stub';
102
$files[] = $stubsDir . '/Symfony/Component/Process/Process.stub';
0 commit comments