Skip to content

Commit

Permalink
Merge pull request #139 from php-etl/fix/package-version-2
Browse files Browse the repository at this point in the history
Fixed the php-etl/rabbitmq-flow version used in the rejection plugin
  • Loading branch information
sebprt authored Nov 24, 2023
2 parents 8edfc6a + cb43ec6 commit 3f4086d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function __construct(private readonly Rejection\Builder\RabbitMQBuilder $
{
$this->files = [];
$this->packages = [
'php-etl/rabbitmq-flow',
'php-etl/rabbitmq-flow:^0.2',
];
}

Expand Down

0 comments on commit 3f4086d

Please sign in to comment.