Skip to content

Commit 11226ba

Browse files
committed
add a '*' on the rabbitmq repository to force composer to search package with compatibility
1 parent 5c869de commit 11226ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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:*',
1919
];
2020
}
2121

0 commit comments

Comments
 (0)