Skip to content

Commit cb43ec6

Browse files
committed
Fixed the php-etl/rabbitmq-flow version used in the rejection plugin
1 parent 89ed54f commit cb43ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Feature/Rejection/Factory/Repository/RabbitMQRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function __construct(private readonly Rejection\Builder\RabbitMQBuilder $
1515
{
1616
$this->files = [];
1717
$this->packages = [
18-
'php-etl/rabbitmq-flow',
18+
'php-etl/rabbitmq-flow:^0.2',
1919
];
2020
}
2121

0 commit comments

Comments
 (0)