Skip to content

Commit a87c08f

Browse files
authored
Revert "Fixed the php-etl/rabbitmq-flow version used in the rejection plugin"
1 parent 3f4086d commit a87c08f

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:^0.2',
18+
'php-etl/rabbitmq-flow',
1919
];
2020
}
2121

0 commit comments

Comments
 (0)